Text-to-Video
GGUF
English
hyvid
lora
gguf-comfy
calcuis commited on
Commit
99eae01
·
verified ·
1 Parent(s): 5fab983

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -5
README.md CHANGED
@@ -1,5 +1,41 @@
1
- ---
2
- license: other
3
- license_name: tencent-hunyuan-community
4
- license_link: LICENSE
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: tencent-hunyuan-community
4
+ license_link: LICENSE
5
+ datasets:
6
+ - trojblue/test-HunyuanVideo-anime-images
7
+ language:
8
+ - en
9
+ base_model:
10
+ - tencent/HunyuanVideo
11
+ pipeline_tag: text-to-image
12
+ tags:
13
+ - hyvid
14
+ - lora
15
+ - gguf-comfy
16
+ ---
17
+
18
+ # **GGUF quantized hyvid with lora anime adapter**
19
+
20
+ ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/hyvid.gif)
21
+
22
+ ## Setup (once)
23
+ - drag hyvid_lora_adapter.safetensors to > ./ComfyUI/models/loras
24
+ - drag hunyuan-video-t2v-720p-q4_0.gguf to > ./ComfyUI/models/diffusion_models
25
+ - drag clip_l.safetensors and llava_llama3_fp8_scaled.safetensors to > ./ComfyUI/models/text_encoders
26
+ - drag hunyuan_video_vae_bf16.safetensors to > ./ComfyUI/models/vae
27
+
28
+ ## Run it straight (no installation needed way)
29
+ - run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
30
+ - drag the workflow json file (below) to > your browser
31
+
32
+ ### Workflows
33
+ - example workflow for gguf
34
+ - example workflow for safetensors
35
+
36
+ ### References
37
+ - base model from [tencent](https://huggingface.co/tencent/HunyuanVideo)
38
+ - lora adapter from [trojblue](https://huggingface.co/trojblue/HunyuanVideo-lora-AnimeShots)
39
+ - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
40
+ - gguf node from [city96](https://github.com/city96/ComfyUI-GGUF)
41
+ - gguf-comfy [pack](https://github.com/calcuis/gguf-comfy/releases)