bobcastell commited on
Commit
39630b9
·
verified ·
1 Parent(s): de1859d

Upload 20251103_03-44-07/backup/config_orig/hv_workflow_api.json with huggingface_hub

Browse files
20251103_03-44-07/backup/config_orig/hv_workflow_api.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "1": {
3
+ "inputs": {
4
+ "model": "hunyuan_video_720_cfgdistill_fp8_e4m3fn.safetensors",
5
+ "base_precision": "bf16",
6
+ "quantization": "fp8_e4m3fn",
7
+ "load_device": "offload_device",
8
+ "attention_mode": "sdpa",
9
+ "auto_cpu_offload": false,
10
+ "upcast_rope": true,
11
+ "lora": [
12
+ "41",
13
+ 0
14
+ ]
15
+ },
16
+ "class_type": "HyVideoModelLoader",
17
+ "_meta": {
18
+ "title": "HunyuanVideo Model Loader"
19
+ }
20
+ },
21
+ "3": {
22
+ "inputs": {
23
+ "width": 512,
24
+ "height": 320,
25
+ "num_frames": 85,
26
+ "steps": 30,
27
+ "embedded_guidance_scale": 6,
28
+ "flow_shift": 9,
29
+ "seed": 6,
30
+ "force_offload": 1,
31
+ "denoise_strength": 1,
32
+ "scheduler": "FlowMatchDiscreteScheduler",
33
+ "model": [
34
+ "1",
35
+ 0
36
+ ],
37
+ "hyvid_embeds": [
38
+ "30",
39
+ 0
40
+ ]
41
+ },
42
+ "class_type": "HyVideoSampler",
43
+ "_meta": {
44
+ "title": "HunyuanVideo Sampler"
45
+ }
46
+ },
47
+ "5": {
48
+ "inputs": {
49
+ "enable_vae_tiling": true,
50
+ "temporal_tiling_sample_size": 64,
51
+ "spatial_tile_sample_min_size": 256,
52
+ "auto_tile_size": true,
53
+ "vae": [
54
+ "7",
55
+ 0
56
+ ],
57
+ "samples": [
58
+ "3",
59
+ 0
60
+ ]
61
+ },
62
+ "class_type": "HyVideoDecode",
63
+ "_meta": {
64
+ "title": "HunyuanVideo Decode"
65
+ }
66
+ },
67
+ "7": {
68
+ "inputs": {
69
+ "model_name": "hunyuan_video_vae_bf16.safetensors",
70
+ "precision": "bf16"
71
+ },
72
+ "class_type": "HyVideoVAELoader",
73
+ "_meta": {
74
+ "title": "HunyuanVideo VAE Loader"
75
+ }
76
+ },
77
+ "16": {
78
+ "inputs": {
79
+ "llm_model": "Kijai/llava-llama-3-8b-text-encoder-tokenizer",
80
+ "clip_model": "openai/clip-vit-large-patch14",
81
+ "precision": "fp16",
82
+ "apply_final_norm": false,
83
+ "hidden_state_skip_layer": 2,
84
+ "quantization": "disabled",
85
+ "load_device": "offload_device"
86
+ },
87
+ "class_type": "DownloadAndLoadHyVideoTextEncoder",
88
+ "_meta": {
89
+ "title": "(Down)Load HunyuanVideo TextEncoder"
90
+ }
91
+ },
92
+ "30": {
93
+ "inputs": {
94
+ "prompt": "",
95
+ "force_offload": true,
96
+ "prompt_template": "video",
97
+ "text_encoders": [
98
+ "16",
99
+ 0
100
+ ]
101
+ },
102
+ "class_type": "HyVideoTextEncode",
103
+ "_meta": {
104
+ "title": "HunyuanVideo TextEncode"
105
+ }
106
+ },
107
+ "34": {
108
+ "inputs": {
109
+ "frame_rate": 24,
110
+ "loop_count": 0,
111
+ "filename_prefix": "HunyuanVideo",
112
+ "format": "video/h264-mp4",
113
+ "pix_fmt": "yuv420p",
114
+ "crf": 19,
115
+ "save_metadata": true,
116
+ "trim_to_audio": false,
117
+ "pingpong": false,
118
+ "save_output": true,
119
+ "images": [
120
+ "5",
121
+ 0
122
+ ]
123
+ },
124
+ "class_type": "VHS_VideoCombine",
125
+ "_meta": {
126
+ "title": "Video Combine \ud83c\udfa5\ud83c\udd65\ud83c\udd57\ud83c\udd62"
127
+ }
128
+ },
129
+ "41": {
130
+ "inputs": {
131
+ "lora": "20250210_05-19-13/epoch85/adapter_model.safetensors",
132
+ "strength": 0.8500000000000001
133
+ },
134
+ "class_type": "HyVideoLoraSelect",
135
+ "_meta": {
136
+ "title": "HunyuanVideo Lora Select"
137
+ }
138
+ }
139
+ }