Text-to-Video
GGUF
English
hyvid
lora
gguf-comfy
gguf-node
calcuis commited on
Commit
f973fff
·
verified ·
1 Parent(s): 719bf91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -67,22 +67,26 @@ widget:
67
 
68
  ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/hyvid.gif)
69
 
70
- ## **Setup (once)**
71
  - drag hyvid_lora_adapter.safetensors [[323MB](https://huggingface.co/calcuis/hyvid/blob/main/hyvid_lora_adapter.safetensors)] to > ./ComfyUI/models/loras
72
  - drag hunyuan-video-t2v-720p-q4_0.gguf [[7.74GB](https://huggingface.co/calcuis/hyvid/blob/main/hunyuan-video-t2v-720p-q4_0.gguf)] to > ./ComfyUI/models/diffusion_models
73
  - drag llava_llama3-q4_0.gguf [[4.68GB](https://huggingface.co/calcuis/hyvid/blob/main/llava_llama3-q4_0.gguf)] to > ./ComfyUI/models/text_encoders
74
  - drag clip_l_fp8_e4m3fn.safetensors [[123MB](https://huggingface.co/calcuis/hyvid/blob/main/clip_l_fp8_e4m3fn.safetensors)] to > ./ComfyUI/models/text_encoders
75
  - drag hunyuan_video_vae_fp8_e4m3fn.safetensors [[247MB](https://huggingface.co/calcuis/hyvid/blob/main/hunyuan_video_vae_fp8_e4m3fn.safetensors)] to > ./ComfyUI/models/vae
76
 
77
- ## **Run it straight (no installation needed way)**
78
  - run the .bat file in the main directory (assuming you are using the gguf-node pack below)
79
  - drag the demo [clip](https://huggingface.co/calcuis/hyvid/blob/main/samples%5CComfyUI_00007_.webp) or the workflow json file (below) to > your browser
80
 
81
- ### **Workflows**
82
  - example workflow for [gguf](https://huggingface.co/calcuis/hyvid/blob/main/workflow-hyvid-gguf.json) (upgrade your [node](https://github.com/calcuis/gguf) for llava gguf support)
83
  - example workflow for [safetensors](https://huggingface.co/calcuis/hyvid/blob/main/workflow-hyvid-safetensors.json) (fp8 scaled version [[13.2GB](https://huggingface.co/calcuis/hyvid/blob/main/hunyuan_video_t2v_720_fp8_scaled.safetensors)] is recommended)
84
 
85
- ### **References**
 
 
 
 
86
  - lora adapter from [trojblue](https://huggingface.co/trojblue/HunyuanVideo-lora-AnimeShots)
87
  - base model from [tencent](https://huggingface.co/tencent/HunyuanVideo)
88
  - fast model from [fastvideo](https://huggingface.co/FastVideo/FastHunyuan)
@@ -91,6 +95,6 @@ widget:
91
  - gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)
92
  - gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
93
 
94
- ### **Appendices**
95
  - get more test prompt from the training [dataset](https://huggingface.co/datasets/calcuis/anime-descriptor)
96
  - still no ideas? get fresh prompt from our [simulator](https://prompt.calcuis.us)
 
67
 
68
  ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/hyvid.gif)
69
 
70
+ ## **setup (once)**
71
  - drag hyvid_lora_adapter.safetensors [[323MB](https://huggingface.co/calcuis/hyvid/blob/main/hyvid_lora_adapter.safetensors)] to > ./ComfyUI/models/loras
72
  - drag hunyuan-video-t2v-720p-q4_0.gguf [[7.74GB](https://huggingface.co/calcuis/hyvid/blob/main/hunyuan-video-t2v-720p-q4_0.gguf)] to > ./ComfyUI/models/diffusion_models
73
  - drag llava_llama3-q4_0.gguf [[4.68GB](https://huggingface.co/calcuis/hyvid/blob/main/llava_llama3-q4_0.gguf)] to > ./ComfyUI/models/text_encoders
74
  - drag clip_l_fp8_e4m3fn.safetensors [[123MB](https://huggingface.co/calcuis/hyvid/blob/main/clip_l_fp8_e4m3fn.safetensors)] to > ./ComfyUI/models/text_encoders
75
  - drag hunyuan_video_vae_fp8_e4m3fn.safetensors [[247MB](https://huggingface.co/calcuis/hyvid/blob/main/hunyuan_video_vae_fp8_e4m3fn.safetensors)] to > ./ComfyUI/models/vae
76
 
77
+ ## **run it straight (no installation needed way)**
78
  - run the .bat file in the main directory (assuming you are using the gguf-node pack below)
79
  - drag the demo [clip](https://huggingface.co/calcuis/hyvid/blob/main/samples%5CComfyUI_00007_.webp) or the workflow json file (below) to > your browser
80
 
81
+ ### **workflows**
82
  - example workflow for [gguf](https://huggingface.co/calcuis/hyvid/blob/main/workflow-hyvid-gguf.json) (upgrade your [node](https://github.com/calcuis/gguf) for llava gguf support)
83
  - example workflow for [safetensors](https://huggingface.co/calcuis/hyvid/blob/main/workflow-hyvid-safetensors.json) (fp8 scaled version [[13.2GB](https://huggingface.co/calcuis/hyvid/blob/main/hunyuan_video_t2v_720_fp8_scaled.safetensors)] is recommended)
84
 
85
+ ### **review**
86
+ - more stable output if adapter applied
87
+ - significant changes in loading speed while using the new quantized/scaled file(s) with revised workflow
88
+
89
+ ### **references**
90
  - lora adapter from [trojblue](https://huggingface.co/trojblue/HunyuanVideo-lora-AnimeShots)
91
  - base model from [tencent](https://huggingface.co/tencent/HunyuanVideo)
92
  - fast model from [fastvideo](https://huggingface.co/FastVideo/FastHunyuan)
 
95
  - gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)
96
  - gguf-node ([pypi](https://pypi.org/project/gguf-node)|[repo](https://github.com/calcuis/gguf)|[pack](https://github.com/calcuis/gguf/releases))
97
 
98
+ ### **appendices**
99
  - get more test prompt from the training [dataset](https://huggingface.co/datasets/calcuis/anime-descriptor)
100
  - still no ideas? get fresh prompt from our [simulator](https://prompt.calcuis.us)