Update README.md
Browse files
README.md
CHANGED
@@ -17,18 +17,18 @@ tags:
|
|
17 |
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/hunyuan.gif)
|
18 |
|
19 |
## Setup (once)
|
20 |
-
- drag hunyuan-video-t2v-720p-q4_0.gguf to > ./ComfyUI/models/unet
|
21 |
-
- drag clip_l.safetensors to > ./ComfyUI/models/text_encoders
|
22 |
-
- drag llava_llama3_fp8_scaled.safetensors to > ./ComfyUI/models/text_encoders
|
23 |
-
- drag hunyuan_video_vae_bf16.safetensors to > ./ComfyUI/models/vae
|
24 |
|
25 |
## Run it straight (no installation needed way)
|
26 |
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
|
27 |
- drag the workflow json file (below) to > your browser
|
28 |
|
29 |
### Workflows
|
30 |
-
- example workflow for gguf (see demo above)
|
31 |
-
- example workflow for safetensors (repackage by comfyui)
|
32 |
|
33 |
### References
|
34 |
- base model from [tencent](https://huggingface.co/tencent/HunyuanVideo)
|
|
|
17 |
![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/hunyuan.gif)
|
18 |
|
19 |
## Setup (once)
|
20 |
+
- drag hunyuan-video-t2v-720p-q4_0.gguf ([7.74GB](https://huggingface.co/calcuis/hunyuan-gguf/blob/main/hunyuan-video-t2v-720p-q4_0.gguf)) to > ./ComfyUI/models/unet
|
21 |
+
- drag clip_l.safetensors ([246MB](https://huggingface.co/calcuis/hunyuan-gguf/blob/main/clip_l.safetensors)) to > ./ComfyUI/models/text_encoders
|
22 |
+
- drag llava_llama3_fp8_scaled.safetensors ([9.09GB](https://huggingface.co/calcuis/hunyuan-gguf/blob/main/llava_llama3_fp8_scaled.safetensors)) to > ./ComfyUI/models/text_encoders
|
23 |
+
- drag hunyuan_video_vae_bf16.safetensors ([493MB](https://huggingface.co/calcuis/hunyuan-gguf/blob/main/hunyuan_video_vae_bf16.safetensors)) to > ./ComfyUI/models/vae
|
24 |
|
25 |
## Run it straight (no installation needed way)
|
26 |
- run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
|
27 |
- drag the workflow json file (below) to > your browser
|
28 |
|
29 |
### Workflows
|
30 |
+
- example workflow for [gguf](https://huggingface.co/calcuis/hunyuan-gguf/blob/main/workflow-hunyuan-gguf.json) (see demo above)
|
31 |
+
- example workflow for [safetensors](https://huggingface.co/calcuis/hunyuan-gguf/blob/main/workflow-hunyuan-safetensors.json) (repackage by comfyui)
|
32 |
|
33 |
### References
|
34 |
- base model from [tencent](https://huggingface.co/tencent/HunyuanVideo)
|