Instructions to use city96/Cosmos-Predict2-14B-Text2Image-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Cosmos
How to use city96/Cosmos-Predict2-14B-Text2Image-gguf with Cosmos:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Diffusers
How to use city96/Cosmos-Predict2-14B-Text2Image-gguf with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("city96/Cosmos-Predict2-14B-Text2Image-gguf", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload cosmos-predict2-14b-text2image-Q5_K_M.gguf with huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -38,3 +38,4 @@ media/cosmos-predict2-14b-text2image.png filter=lfs diff=lfs merge=lfs -text
|
|
| 38 |
cosmos-predict2-14b-text2image-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
cosmos-predict2-14b-text2image-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
cosmos-predict2-14b-text2image-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 38 |
cosmos-predict2-14b-text2image-BF16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
cosmos-predict2-14b-text2image-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
cosmos-predict2-14b-text2image-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
cosmos-predict2-14b-text2image-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
cosmos-predict2-14b-text2image-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bf2df806c6472e039efc9e8d3181163d7faa7b385e61519b7d17d5e9c993a49
|
| 3 |
+
size 10621732672
|