|
--- |
|
license: other |
|
license_name: nvidia-open-model-license |
|
license_link: >- |
|
https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/ |
|
language: |
|
- en |
|
base_model: |
|
- nvidia/Cosmos-1.0-Diffusion-7B-Video2World |
|
- nvidia/Cosmos-1.0-Diffusion-7B-Text2World |
|
pipeline_tag: image-to-video |
|
tags: |
|
- text-to-video |
|
- nvidia |
|
- gguf-node |
|
--- |
|
|
|
# **fp8 scaled version of video2world and text2world** |
|
|
|
 |
|
|
|
## **setup (once)** |
|
- drag Cosmos-1_0-Diffusion-7B-Video2World.safetensors to > ./ComfyUI/models/diffusion_models |
|
- drag oldt5_xxl_fp8_e4m3fn.safetensors to > ./ComfyUI/models/text_encoders |
|
- drag cosmos_cv8x8x8_1.0_vae_bf16.safetensors to > ./ComfyUI/models/vae |
|
|
|
## **run it straight (no installation needed way)** |
|
- run the .bat file in the main directory (assuming you are using the gguf-node [pack](https://github.com/calcuis/gguf/releases) below) |
|
- drag the workflow json file (below) to > your browser |
|
|
|
### **workflow** |
|
- example workflow for text2world |
|
- example workflow for video2world |
|
|
|
### **reference** |
|
- 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)) |
|
- comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI) |
|
- gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases)) |
|
|