calcuis commited on
Commit
f4b48c7
·
verified ·
1 Parent(s): 0ccae61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -6
README.md CHANGED
@@ -1,6 +1,38 @@
1
- ---
2
- license: other
3
- license_name: nvidia-open-model-license
4
- license_link: >-
5
- https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: nvidia-open-model-license
4
+ license_link: >-
5
+ https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
6
+ language:
7
+ - en
8
+ base_model:
9
+ - nvidia/Cosmos-1.0-Diffusion-7B-Video2World
10
+ - nvidia/Cosmos-1.0-Diffusion-7B-Text2World
11
+ pipeline_tag: image-to-video
12
+ tags:
13
+ - text-to-video
14
+ - nvidia
15
+ - gguf-node
16
+ ---
17
+
18
+ # **fp8 scaled version of video2world and text2world**
19
+
20
+ ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/cosmos.gif)
21
+
22
+ ## **setup (once)**
23
+ - drag Cosmos-1_0-Diffusion-7B-Video2World.safetensors to > ./ComfyUI/models/diffusion_models
24
+ - drag oldt5_xxl_fp8_e4m3fn.safetensors to > ./ComfyUI/models/text_encoders
25
+ - drag cosmos_cv8x8x8_1.0_vae_bf16.safetensors to > ./ComfyUI/models/vae
26
+
27
+ ## **run it straight (no installation needed way)**
28
+ - run the .bat file in the main directory (assuming you are using the gguf-node [pack](https://github.com/calcuis/gguf/releases) below)
29
+ - drag the workflow json file (below) to > your browser
30
+
31
+ ### **workflow**
32
+ - example workflow for text2world
33
+ - example workflow for video2world
34
+
35
+ ### **reference**
36
+ - base model from nvidia ([video2world](https://huggingface.co/nvidia/Cosmos-1.0-Diffusion-7B-Video2World)|[text2world](https://huggingface.co/nvidia/Cosmos-1.0-Diffusion-7B-Text2World))
37
+ - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
38
+ - gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))