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-BF16.gguf with huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
cosmos-predict2-14b-text2image.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
media/cosmos-predict2-14b-text2image.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
cosmos-predict2-14b-text2image.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
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
|
cosmos-predict2-14b-text2image-BF16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:344e67faf333b7849fa94290c9028bdd5e40eb19700754c833cda0423bc10ad0
|
| 3 |
+
size 28530632512
|