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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -13,7 +13,6 @@ tags:
13
  - hyvid
14
  - lora
15
  - gguf-comfy
16
- instance_prompt: anime
17
  widget:
18
  - text: 'anime girl with pink twin tails and green eyes, wearing a school uniform, holding a stack of books in a bustling library filled with sunlight streaming through tall windows'
19
  output:
@@ -30,30 +29,33 @@ widget:
30
  - text: 'anime style anime girl with massive fennec ears and one big fluffy tail, she has blonde hair long hair blue eyes wearing a pink sweater and a long blue skirt walking in a beautiful outdoor scenery with snow mountains in the background'
31
  output:
32
  url: samples\ComfyUI_00005_.webp
 
 
 
33
  ---
34
 
35
  <Gallery />
36
 
37
- # GGUF quantized and fp8_scaled version of hyvid with lora anime adapter
38
 
39
  ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/hyvid.gif)
40
 
41
- ## Setup (once)
42
  - drag hyvid_lora_adapter.safetensors to > ./ComfyUI/models/loras
43
  - drag hunyuan-video-t2v-720p-q4_0.gguf to > ./ComfyUI/models/diffusion_models
44
  - drag clip_l.safetensors to > ./ComfyUI/models/text_encoders
45
  - drag llava_llama3_fp8_scaled.safetensors to > ./ComfyUI/models/text_encoders
46
  - drag hunyuan_video_vae_bf16.safetensors to > ./ComfyUI/models/vae
47
 
48
- ## Run it straight (no installation needed way)
49
  - run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
50
  - drag the workflow json file (below) to > your browser
51
 
52
- ### Workflows
53
  - example workflow for gguf (prepare two quantized files to switch while oom occurs)
54
  - example workflow for safetensors (fp8_scaled version is recommended)
55
 
56
- ### References
57
  - base model from [tencent](https://huggingface.co/tencent/HunyuanVideo)
58
  - lora adapter from [trojblue](https://huggingface.co/trojblue/HunyuanVideo-lora-AnimeShots)
59
  - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)
 
13
  - hyvid
14
  - lora
15
  - gguf-comfy
 
16
  widget:
17
  - text: 'anime girl with pink twin tails and green eyes, wearing a school uniform, holding a stack of books in a bustling library filled with sunlight streaming through tall windows'
18
  output:
 
29
  - text: 'anime style anime girl with massive fennec ears and one big fluffy tail, she has blonde hair long hair blue eyes wearing a pink sweater and a long blue skirt walking in a beautiful outdoor scenery with snow mountains in the background'
30
  output:
31
  url: samples\ComfyUI_00005_.webp
32
+ - text: '<see workflow below>'
33
+ output:
34
+ url: samples\ComfyUI_00006_.webp
35
  ---
36
 
37
  <Gallery />
38
 
39
+ # **GGUF quantized and fp8_scaled version of hyvid with lora anime adapter**
40
 
41
  ![screenshot](https://raw.githubusercontent.com/calcuis/comfy/master/hyvid.gif)
42
 
43
+ ## **Setup (once)**
44
  - drag hyvid_lora_adapter.safetensors to > ./ComfyUI/models/loras
45
  - drag hunyuan-video-t2v-720p-q4_0.gguf to > ./ComfyUI/models/diffusion_models
46
  - drag clip_l.safetensors to > ./ComfyUI/models/text_encoders
47
  - drag llava_llama3_fp8_scaled.safetensors to > ./ComfyUI/models/text_encoders
48
  - drag hunyuan_video_vae_bf16.safetensors to > ./ComfyUI/models/vae
49
 
50
+ ## **Run it straight (no installation needed way)**
51
  - run the .bat file in the main directory (assuming you are using the gguf-comfy pack below)
52
  - drag the workflow json file (below) to > your browser
53
 
54
+ ### **Workflows**
55
  - example workflow for gguf (prepare two quantized files to switch while oom occurs)
56
  - example workflow for safetensors (fp8_scaled version is recommended)
57
 
58
+ ### **References**
59
  - base model from [tencent](https://huggingface.co/tencent/HunyuanVideo)
60
  - lora adapter from [trojblue](https://huggingface.co/trojblue/HunyuanVideo-lora-AnimeShots)
61
  - comfyui from [comfyanonymous](https://github.com/comfyanonymous/ComfyUI)