bobcastell commited on
Commit
7d848bd
·
verified ·
1 Parent(s): 31d176f

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

Browse files
20251103_03-44-07/backup/config_orig/wan_img2video_lora_workflow_api.json ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "11": {
3
+ "inputs": {
4
+ "model_name": "umt5-xxl-enc-bf16.safetensors",
5
+ "precision": "fp32",
6
+ "load_device": "offload_device",
7
+ "quantization": "disabled"
8
+ },
9
+ "class_type": "LoadWanVideoT5TextEncoder",
10
+ "_meta": {
11
+ "title": "Load WanVideo T5 TextEncoder"
12
+ }
13
+ },
14
+ "13": {
15
+ "inputs": {
16
+ "model_name": "open-clip-xlm-roberta-large-vit-huge-14_visual_fp32.safetensors",
17
+ "precision": "fp32",
18
+ "load_device": "offload_device"
19
+ },
20
+ "class_type": "LoadWanVideoClipTextEncoder",
21
+ "_meta": {
22
+ "title": "Load WanVideo Clip Encoder"
23
+ }
24
+ },
25
+ "16": {
26
+ "inputs": {
27
+ "positive_prompt": "In the video, a miniature carpenter is presented. carpenter is held in a person’s hands. The person then presses on the carpenter, causing a sq41sh squish effect. The person keeps pressing down on the carpenter, further showing the sq41sh squish effect.",
28
+ "negative_prompt": "bad quality video",
29
+ "force_offload": true,
30
+ "t5": [
31
+ "11",
32
+ 0
33
+ ]
34
+ },
35
+ "class_type": "WanVideoTextEncode",
36
+ "_meta": {
37
+ "title": "WanVideo TextEncode"
38
+ }
39
+ },
40
+ "17": {
41
+ "inputs": {
42
+ "generation_width": 440,
43
+ "generation_height": 440,
44
+ "num_frames": 81,
45
+ "force_offload": true,
46
+ "noise_aug_strength": 0,
47
+ "latent_strength": 1,
48
+ "clip_embed_strength": 1,
49
+ "adjust_resolution": true,
50
+ "clip_vision": [
51
+ "13",
52
+ 0
53
+ ],
54
+ "image": [
55
+ "44",
56
+ 0
57
+ ],
58
+ "vae": [
59
+ "21",
60
+ 0
61
+ ]
62
+ },
63
+ "class_type": "WanVideoImageClipEncode",
64
+ "_meta": {
65
+ "title": "WanVideo ImageClip Encode"
66
+ }
67
+ },
68
+ "21": {
69
+ "inputs": {
70
+ "model_name": "Wan2_1_VAE_fp32.safetensors",
71
+ "precision": "fp32"
72
+ },
73
+ "class_type": "WanVideoVAELoader",
74
+ "_meta": {
75
+ "title": "WanVideo VAE Loader"
76
+ }
77
+ },
78
+ "22": {
79
+ "inputs": {
80
+ "model": "Wan2_1-I2V-14B-480P_fp8_e4m3fn.safetensors",
81
+ "base_precision": "bf16",
82
+ "quantization": "fp8_e4m3fn",
83
+ "load_device": "offload_device",
84
+ "attention_mode": "sdpa",
85
+ "block_swap_args": [
86
+ "32",
87
+ 0
88
+ ],
89
+ "lora": [
90
+ "41",
91
+ 0
92
+ ]
93
+ },
94
+ "class_type": "WanVideoModelLoader",
95
+ "_meta": {
96
+ "title": "WanVideo Model Loader"
97
+ }
98
+ },
99
+ "27": {
100
+ "inputs": {
101
+ "steps": 20,
102
+ "cfg": 6,
103
+ "shift": 5,
104
+ "seed": 1076478408761664,
105
+ "force_offload": true,
106
+ "scheduler": "dpm++",
107
+ "riflex_freq_index": 0,
108
+ "denoise_strength": 1,
109
+ "batched_cfg": false,
110
+ "model": [
111
+ "22",
112
+ 0
113
+ ],
114
+ "text_embeds": [
115
+ "16",
116
+ 0
117
+ ],
118
+ "image_embeds": [
119
+ "17",
120
+ 0
121
+ ]
122
+ },
123
+ "class_type": "WanVideoSampler",
124
+ "_meta": {
125
+ "title": "WanVideo Sampler"
126
+ }
127
+ },
128
+ "28": {
129
+ "inputs": {
130
+ "enable_vae_tiling": true,
131
+ "tile_x": 272,
132
+ "tile_y": 272,
133
+ "tile_stride_x": 144,
134
+ "tile_stride_y": 128,
135
+ "vae": [
136
+ "21",
137
+ 0
138
+ ],
139
+ "samples": [
140
+ "27",
141
+ 0
142
+ ]
143
+ },
144
+ "class_type": "WanVideoDecode",
145
+ "_meta": {
146
+ "title": "WanVideo Decode"
147
+ }
148
+ },
149
+ "30": {
150
+ "inputs": {
151
+ "frame_rate": 16,
152
+ "loop_count": 0,
153
+ "filename_prefix": "WanVideo2_1",
154
+ "format": "video/h264-mp4",
155
+ "pix_fmt": "yuv420p",
156
+ "crf": 19,
157
+ "save_metadata": true,
158
+ "trim_to_audio": false,
159
+ "pingpong": false,
160
+ "save_output": true,
161
+ "images": [
162
+ "28",
163
+ 0
164
+ ]
165
+ },
166
+ "class_type": "VHS_VideoCombine",
167
+ "_meta": {
168
+ "title": "Video Combine 🎥🅥🅗🅢"
169
+ }
170
+ },
171
+ "32": {
172
+ "inputs": {
173
+ "blocks_to_swap": 20,
174
+ "offload_img_emb": false,
175
+ "offload_txt_emb": false
176
+ },
177
+ "class_type": "WanVideoBlockSwap",
178
+ "_meta": {
179
+ "title": "WanVideo BlockSwap"
180
+ }
181
+ },
182
+ "35": {
183
+ "inputs": {
184
+ "backend": "inductor",
185
+ "fullgraph": false,
186
+ "mode": "default",
187
+ "dynamic": false,
188
+ "dynamo_cache_size_limit": 64,
189
+ "compile_transformer_blocks_only": true
190
+ },
191
+ "class_type": "WanVideoTorchCompileSettings",
192
+ "_meta": {
193
+ "title": "WanVideo Torch Compile Settings"
194
+ }
195
+ },
196
+ "41": {
197
+ "inputs": {
198
+ "lora": "squish_18.safetensors",
199
+ "strength": 1,
200
+ "low_mem_load": false
201
+ },
202
+ "class_type": "WanVideoLoraSelect",
203
+ "_meta": {
204
+ "title": "WanVideo Lora Select"
205
+ }
206
+ },
207
+ "44": {
208
+ "inputs": {
209
+ "image": "something.png",
210
+ "upload": "image"
211
+ },
212
+ "class_type": "LoadImage",
213
+ "_meta": {
214
+ "title": "Load Image"
215
+ }
216
+ }
217
+ }