city96 commited on
Commit
cff1e23
·
verified ·
1 Parent(s): ce80ec0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: nvidia/Cosmos-Predict2-14B-Text2Image
3
+ library_name: gguf
4
+ quantized_by: city96
5
+ tags:
6
+ - nvidia
7
+ - cosmos
8
+ - diffusers
9
+ license: other
10
+ license_name: nvidia-open-model-license
11
+ license_link: >-
12
+ https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license
13
+ ---
14
+
15
+ This is a direct GGUF conversion of [nvidia/Cosmos-Predict2-14B-Text2Image](https://huggingface.co/nvidia/Cosmos-Predict2-14B-Text2Image).
16
+
17
+ The model files can be used in [ComfyUI](https://github.com/comfyanonymous/ComfyUI/) with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node. Place the required model(s) in the following folders:
18
+
19
+ | Type | Name | Location | Download |
20
+ | ------------ | ------------------------------ | --------------------------------- | ---------------- |
21
+ | Main Model | Cosmos-Predict2-14B-Text2Image | `ComfyUI/models/diffusion_models` | GGUF (this repo) |
22
+ | Text Encoder | (old) T5-XXL-Encoder | `ComfyUI/models/text_encoders` | [Safetensors](https://huggingface.co/comfyanonymous/cosmos_1.0_text_encoder_and_VAE_ComfyUI/tree/main/text_encoders) |
23
+ | VAE | Wan 2.1 VAE | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/vae/wan_2.1_vae.safetensors) |
24
+
25
+ [**Example workflow**](media/cosmos-predict2-14b-text2image_workflow.json) - based on the [official example workflow](https://github.com/comfyanonymous/ComfyUI/pull/8517)
26
+
27
+ [**Example outputs**](media/cosmos-predict2-14b-text2image.png) - sample size of 1, not strictly representative
28
+
29
+ ![sample](media/cosmos-predict2-14b-text2image.png)
30
+
31
+ ### Notes
32
+
33
+ *As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.*