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_1.gguf with huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -40,3 +40,4 @@ 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
|
| 42 |
cosmos-predict2-14b-text2image-Q5_K_S.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
|
| 42 |
cosmos-predict2-14b-text2image-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
cosmos-predict2-14b-text2image-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
cosmos-predict2-14b-text2image-Q5_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1de35e1603c4c30bc80b132ccea15fc0503369caf68290708f17e679e98cd41f
|
| 3 |
+
size 10835912512
|