wikeeyang commited on
Commit
a46128f
·
verified ·
1 Parent(s): 010a970

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +72 -0
  2. V3-T2Image-Workflow.json +908 -0
  3. V3-T2Video-Workflow.json +1060 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - zh
6
+ library_name: diffusers
7
+ pipeline_tag: text-to-image
8
+ tasks:
9
+ - text-to-image-synthesis
10
+ base_model:
11
+ - Wan-AI/Wan2.2-T2V-A14B
12
+ frameworks: PyTorch
13
+ base_model_relation: finetune
14
+ ---
15
+ # Magic-Wan-T2IV V3.0
16
+
17
+ 模型在 v2.0 的基础上,有以下几方面的提升 (Has the following improvements:):
18
+
19
+ 1. 更逼真的实物景致与人像肌肤,更好的提示词遵循能力。(Realistic scenes and skin, better prompt compliance)
20
+ 2. 更好的美学构图与人脸优化,对 NSFW 支持能力更好。(Aesthetic composition and facial optimization, better support for NSFW)
21
+ 3. 文生图与文生视频统一模型,支持较短长度的文生视频能力。(Unified for T2I and T2V, support short-length T2V capabilities)
22
+
23
+ 本模型依旧为纯净底模,可用于微调或 LoRA 训练,也可叠加各种 Turbo / Distill / NSFW / SFW 的 LoRA 使用。
24
+
25
+ Pure base model, suitable for fine-tuning or LoRA training, and can also be combined with various Turbo / Distill / SFW / NSFW LoRAs.
26
+
27
+ <p align="center">
28
+ <img src="V3-Sample.jpg" width="1200"/>
29
+ <p>
30
+
31
+
32
+ 基础工作流请参见(Base Workflow):[V3-T2Image-Workflow.json](https://huggingface.co/wikeeyang/Magic-Wan-Image-V3/resolve/main/V3-T2Image-Workflow.json), [V3-T2Video-Workflow.json](https://huggingface.co/wikeeyang/Magic-Wan-Image-V3/resolve/main/V3-T2Video-Workflow.json)
33
+
34
+ Also on: [Modelscope](https://www.modelscope.cn/models/wikeeyang/Magic-Wan-Image-V2), [Civitai](https://civitai.com/models/1927692)
35
+
36
+ ===================================================================================
37
+
38
+ # Magic-Wan-Image V2.0
39
+
40
+ 逼真肌肤、极致高清,适合人像与实景照片类图像的生成。细节丰富,支持 TTP 直放到 8M 像素。本模型为纯净底模,用户可根据个人喜好组合添加各种 NSFW / SFW 的 LoRA 模型。
41
+
42
+ Highly realistic skin texture and ultra-high resolution, suitable for generating Portrait and Real-world scenes. rich details and supports direct upscale to 8M pixels using TTP technology. This is pure base model, you can add all kind of NSFW / SFW LoRAs according to you like.
43
+
44
+ 基础工作流请参见:[V2-example-workflow-image.png](https://huggingface.co/wikeeyang/Magic-Wan-Image-V2/resolve/main/V2-example-workflow-image.png)
45
+
46
+ Base workflow pls refer to: [V2-example-workflow-image.png](https://huggingface.co/wikeeyang/Magic-Wan-Image-V2/resolve/main/V2-example-workflow-image.png)
47
+
48
+ Also on: [Modelscope](https://www.modelscope.cn/models/wikeeyang/Magic-Wan-Image-V2), [Civitai](https://civitai.com/models/1927692)
49
+
50
+ ===================================================================================
51
+
52
+ ## Magic-Wan-Image V1.0
53
+
54
+ 本模型是一个实验模型,是 Wan2.2-T2V-14B 文生视频模型的混调版本,目的是能让广大 Wan 2.2 模型的爱好者,能像使用 Flux 一样,简单方便的使用 Wan2.2 T2V 模型来生成各种图片。Wan 2.2 模型擅长写实类图像的生成,同时兼顾多种风格,由于是视频模型演化而来,模型在生图能力的泛化性方面稍微弱一点。本模型最大的兼顾了模型的写实能力和风格变化,同时尽可能的体现更多的细节,基本上达到与 Flux.1-Dev 模型相当的创作力和表现力。模型的混调方法是将 Wan2.2-T2V-14B 模型的 High-Noise 和 Low-Noise 两部分分层进行不同权重比例的混合,再简单微调而成。目前是一个实验模型,可能还存在一些不足之处,欢迎大家试用并反馈信息,以便在未来版本改进。
55
+
56
+ This model is an experimental model. A mixed and finetuned version of the Wan2.2-T2V-14B text-to-video model, Let many enthusiasts of the Wan 2.2 model to easily use the Wan2.2 T2V model to generate various images, similar to use the Flux model. The Wan 2.2 model excels at generating realistic images while also accommodating various styles. However, since it evolved from a video model, its generative capabilities for raw images are slightly weaker. This model balances the realistic capabilities and style variations while striving to include more details, essentially achieving creativity and expressiveness comparable to the Flux.1-Dev model. The mixing method used for this model involves layering the High-Noise and Low-Noise parts of the Wan2.2-T2V-14B model and blending them with different weight ratios, followed by simple fine-tuning. Currently, it is an experimental model that may still have some shortcomings, and we welcome everyone to try it out and provide feedback for improvements in future versions.
57
+
58
+ ### 使用方法:
59
+
60
+ 请参见例图工作流:V2-example-workflow-image.png
61
+
62
+ model shift: 1.0 - 8.0,您可以自己尝试;
63
+
64
+ model cfg: 1.0 -4.0,您可以自己尝试;
65
+
66
+ inference steps: 20 -50, 您可以自己尝试;
67
+
68
+ sample / schduler: deis/simple 或 euler/beta,或任意组合,您可以自己尝试。
69
+
70
+ Also on: [Modelscope](https://www.modelscope.cn/models/wikeeyang/Magic-Wan-Image), [Civitai](https://civitai.com/models/1927692)
71
+
72
+ The model under Apache 2.0.
V3-T2Image-Workflow.json ADDED
@@ -0,0 +1,908 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "00000000-0000-0000-0000-000000000000",
3
+ "revision": 0,
4
+ "last_node_id": 232,
5
+ "last_link_id": 537,
6
+ "nodes": [
7
+ {
8
+ "id": 8,
9
+ "type": "CLIPTextEncode",
10
+ "pos": [
11
+ 2043.2869857594903,
12
+ 849.673738943953
13
+ ],
14
+ "size": [
15
+ 403.8822595042684,
16
+ 102.33226685843965
17
+ ],
18
+ "flags": {
19
+ "collapsed": true
20
+ },
21
+ "order": 8,
22
+ "mode": 0,
23
+ "inputs": [
24
+ {
25
+ "label": "clip",
26
+ "localized_name": "clip",
27
+ "name": "clip",
28
+ "type": "CLIP",
29
+ "link": 534
30
+ },
31
+ {
32
+ "localized_name": "text",
33
+ "name": "text",
34
+ "type": "STRING",
35
+ "widget": {
36
+ "name": "text"
37
+ },
38
+ "link": null
39
+ }
40
+ ],
41
+ "outputs": [
42
+ {
43
+ "label": "CONDITIONING",
44
+ "localized_name": "CONDITIONING",
45
+ "name": "CONDITIONING",
46
+ "type": "CONDITIONING",
47
+ "slot_index": 0,
48
+ "links": [
49
+ 28
50
+ ]
51
+ }
52
+ ],
53
+ "properties": {
54
+ "cnr_id": "comfy-core",
55
+ "ver": "0.3.46",
56
+ "Node name for S&R": "CLIPTextEncode",
57
+ "ue_properties": {
58
+ "version": "7.0.1",
59
+ "widget_ue_connectable": {},
60
+ "input_ue_unconnectable": {}
61
+ }
62
+ },
63
+ "widgets_values": [
64
+ "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走"
65
+ ],
66
+ "color": "#322",
67
+ "bgcolor": "#533"
68
+ },
69
+ {
70
+ "id": 69,
71
+ "type": "VAEDecode",
72
+ "pos": [
73
+ 2456.7149873674275,
74
+ 278.3794577921903
75
+ ],
76
+ "size": [
77
+ 140,
78
+ 46
79
+ ],
80
+ "flags": {},
81
+ "order": 11,
82
+ "mode": 0,
83
+ "inputs": [
84
+ {
85
+ "localized_name": "samples",
86
+ "name": "samples",
87
+ "type": "LATENT",
88
+ "link": 97
89
+ },
90
+ {
91
+ "localized_name": "vae",
92
+ "name": "vae",
93
+ "type": "VAE",
94
+ "link": 532
95
+ }
96
+ ],
97
+ "outputs": [
98
+ {
99
+ "localized_name": "IMAGE",
100
+ "name": "IMAGE",
101
+ "type": "IMAGE",
102
+ "links": [
103
+ 531
104
+ ]
105
+ }
106
+ ],
107
+ "properties": {
108
+ "cnr_id": "comfy-core",
109
+ "ver": "0.3.56",
110
+ "Node name for S&R": "VAEDecode",
111
+ "ue_properties": {
112
+ "widget_ue_connectable": {},
113
+ "version": "7.0.1"
114
+ }
115
+ },
116
+ "widgets_values": []
117
+ },
118
+ {
119
+ "id": 228,
120
+ "type": "VAELoader",
121
+ "pos": [
122
+ 1307.6044735604914,
123
+ 879.4622996740127
124
+ ],
125
+ "size": [
126
+ 444.2203062477654,
127
+ 58
128
+ ],
129
+ "flags": {},
130
+ "order": 0,
131
+ "mode": 0,
132
+ "inputs": [
133
+ {
134
+ "localized_name": "vae_name",
135
+ "name": "vae_name",
136
+ "type": "COMBO",
137
+ "widget": {
138
+ "name": "vae_name"
139
+ },
140
+ "link": null
141
+ }
142
+ ],
143
+ "outputs": [
144
+ {
145
+ "localized_name": "VAE",
146
+ "name": "VAE",
147
+ "type": "VAE",
148
+ "links": [
149
+ 532
150
+ ]
151
+ }
152
+ ],
153
+ "properties": {
154
+ "cnr_id": "comfy-core",
155
+ "ver": "0.18.1",
156
+ "Node name for S&R": "VAELoader",
157
+ "ue_properties": {
158
+ "widget_ue_connectable": {},
159
+ "input_ue_unconnectable": {},
160
+ "version": "7.8"
161
+ }
162
+ },
163
+ "widgets_values": [
164
+ "Wan2_1_VAE.safetensors"
165
+ ]
166
+ },
167
+ {
168
+ "id": 15,
169
+ "type": "ModelSamplingSD3",
170
+ "pos": [
171
+ 2046.92046479138,
172
+ 278.75209445666854
173
+ ],
174
+ "size": [
175
+ 210,
176
+ 58
177
+ ],
178
+ "flags": {},
179
+ "order": 9,
180
+ "mode": 0,
181
+ "inputs": [
182
+ {
183
+ "label": "model",
184
+ "localized_name": "model",
185
+ "name": "model",
186
+ "type": "MODEL",
187
+ "link": 537
188
+ },
189
+ {
190
+ "localized_name": "shift",
191
+ "name": "shift",
192
+ "type": "FLOAT",
193
+ "widget": {
194
+ "name": "shift"
195
+ },
196
+ "link": null
197
+ }
198
+ ],
199
+ "outputs": [
200
+ {
201
+ "label": "MODEL",
202
+ "localized_name": "MODEL",
203
+ "name": "MODEL",
204
+ "type": "MODEL",
205
+ "slot_index": 0,
206
+ "links": [
207
+ 223
208
+ ]
209
+ }
210
+ ],
211
+ "properties": {
212
+ "cnr_id": "comfy-core",
213
+ "ver": "0.3.46",
214
+ "Node name for S&R": "ModelSamplingSD3",
215
+ "ue_properties": {
216
+ "version": "7.0.1",
217
+ "widget_ue_connectable": {},
218
+ "input_ue_unconnectable": {}
219
+ }
220
+ },
221
+ "widgets_values": [
222
+ 1
223
+ ]
224
+ },
225
+ {
226
+ "id": 13,
227
+ "type": "CLIPTextEncode",
228
+ "pos": [
229
+ 1781.0812701080686,
230
+ 373.4685414703161
231
+ ],
232
+ "size": [
233
+ 478.73377172852406,
234
+ 459.5633229682943
235
+ ],
236
+ "flags": {},
237
+ "order": 7,
238
+ "mode": 0,
239
+ "inputs": [
240
+ {
241
+ "label": "clip",
242
+ "localized_name": "clip",
243
+ "name": "clip",
244
+ "type": "CLIP",
245
+ "link": 533
246
+ },
247
+ {
248
+ "localized_name": "text",
249
+ "name": "text",
250
+ "type": "STRING",
251
+ "widget": {
252
+ "name": "text"
253
+ },
254
+ "link": null
255
+ }
256
+ ],
257
+ "outputs": [
258
+ {
259
+ "label": "CONDITIONING",
260
+ "localized_name": "CONDITIONING",
261
+ "name": "CONDITIONING",
262
+ "type": "CONDITIONING",
263
+ "slot_index": 0,
264
+ "links": [
265
+ 27
266
+ ]
267
+ }
268
+ ],
269
+ "properties": {
270
+ "cnr_id": "comfy-core",
271
+ "ver": "0.3.46",
272
+ "Node name for S&R": "CLIPTextEncode",
273
+ "ue_properties": {
274
+ "version": "7.0.1",
275
+ "widget_ue_connectable": {},
276
+ "input_ue_unconnectable": {}
277
+ }
278
+ },
279
+ "widgets_values": [
280
+ "真实摄影,东方古风女性,清冷气质,黑色长发自然垂落,发丝柔顺有光泽,神情平静克制,眼神疏离而安静。 身穿浅色系古风汉服,轻薄纱质外层叠加,衣料柔软垂坠,细节自然真实,配以简约发饰与少量金属点缀,整体风格干净高级不过度繁复。 场景为古风庭院,青石地面与木质建筑背景,环境安静空灵,空间层次清晰。 镜头语言:中近景人物特写,85mm镜头视角,轻微侧脸构图,人物居中偏右,浅景深,背景柔和虚化但结构可辨。 光影设计:自然侧逆光从画面一侧照射,形成清晰轮廓光与面部立体阴影,辅以柔和补光保证五官清晰,明暗对比自然不过曝。 色彩风格:低饱和冷色调,青灰与月白主色,整体通透干净,电影级调色。 质感表现:真实皮肤纹理与发丝细节,画面锐利清晰,无噪点,无过度磨皮,8K高清。 氛围:清冷、安静、克制、东方美学"
281
+ ],
282
+ "color": "#232",
283
+ "bgcolor": "#353"
284
+ },
285
+ {
286
+ "id": 7,
287
+ "type": "EmptyLatentImage",
288
+ "pos": [
289
+ 1792.1027292925744,
290
+ 894.9723427945984
291
+ ],
292
+ "size": [
293
+ 210,
294
+ 106
295
+ ],
296
+ "flags": {},
297
+ "order": 3,
298
+ "mode": 0,
299
+ "inputs": [
300
+ {
301
+ "localized_name": "width",
302
+ "name": "width",
303
+ "type": "INT",
304
+ "widget": {
305
+ "name": "width"
306
+ },
307
+ "link": null
308
+ },
309
+ {
310
+ "localized_name": "height",
311
+ "name": "height",
312
+ "type": "INT",
313
+ "widget": {
314
+ "name": "height"
315
+ },
316
+ "link": null
317
+ },
318
+ {
319
+ "localized_name": "batch_size",
320
+ "name": "batch_size",
321
+ "type": "INT",
322
+ "widget": {
323
+ "name": "batch_size"
324
+ },
325
+ "link": null
326
+ }
327
+ ],
328
+ "outputs": [
329
+ {
330
+ "label": "LATENT",
331
+ "localized_name": "LATENT",
332
+ "name": "LATENT",
333
+ "type": "LATENT",
334
+ "links": [
335
+ 29
336
+ ]
337
+ }
338
+ ],
339
+ "properties": {
340
+ "cnr_id": "comfy-core",
341
+ "ver": "0.3.47",
342
+ "Node name for S&R": "EmptyLatentImage",
343
+ "ue_properties": {
344
+ "version": "7.0.1",
345
+ "widget_ue_connectable": {},
346
+ "input_ue_unconnectable": {}
347
+ }
348
+ },
349
+ "widgets_values": [
350
+ 768,
351
+ 1376,
352
+ 1
353
+ ]
354
+ },
355
+ {
356
+ "id": 227,
357
+ "type": "PreviewImage",
358
+ "pos": [
359
+ 2642.046990721276,
360
+ 278.17262969743706
361
+ ],
362
+ "size": [
363
+ 438.26515204630596,
364
+ 824.6261043373843
365
+ ],
366
+ "flags": {},
367
+ "order": 12,
368
+ "mode": 0,
369
+ "inputs": [
370
+ {
371
+ "localized_name": "images",
372
+ "name": "images",
373
+ "type": "IMAGE",
374
+ "link": 531
375
+ }
376
+ ],
377
+ "outputs": [],
378
+ "properties": {
379
+ "cnr_id": "comfy-core",
380
+ "ver": "0.18.1",
381
+ "Node name for S&R": "PreviewImage",
382
+ "ue_properties": {
383
+ "widget_ue_connectable": {},
384
+ "input_ue_unconnectable": {},
385
+ "version": "7.8"
386
+ }
387
+ },
388
+ "widgets_values": []
389
+ },
390
+ {
391
+ "id": 21,
392
+ "type": "KSampler",
393
+ "pos": [
394
+ 2302.6590791643025,
395
+ 371.18313821211217
396
+ ],
397
+ "size": [
398
+ 297.07822815483814,
399
+ 717.3631734165233
400
+ ],
401
+ "flags": {},
402
+ "order": 10,
403
+ "mode": 0,
404
+ "inputs": [
405
+ {
406
+ "localized_name": "model",
407
+ "name": "model",
408
+ "type": "MODEL",
409
+ "link": 223
410
+ },
411
+ {
412
+ "localized_name": "positive",
413
+ "name": "positive",
414
+ "type": "CONDITIONING",
415
+ "link": 27
416
+ },
417
+ {
418
+ "localized_name": "negative",
419
+ "name": "negative",
420
+ "type": "CONDITIONING",
421
+ "link": 28
422
+ },
423
+ {
424
+ "localized_name": "latent_image",
425
+ "name": "latent_image",
426
+ "type": "LATENT",
427
+ "link": 29
428
+ },
429
+ {
430
+ "localized_name": "seed",
431
+ "name": "seed",
432
+ "type": "INT",
433
+ "widget": {
434
+ "name": "seed"
435
+ },
436
+ "link": 136
437
+ },
438
+ {
439
+ "localized_name": "steps",
440
+ "name": "steps",
441
+ "type": "INT",
442
+ "widget": {
443
+ "name": "steps"
444
+ },
445
+ "link": null
446
+ },
447
+ {
448
+ "localized_name": "cfg",
449
+ "name": "cfg",
450
+ "type": "FLOAT",
451
+ "widget": {
452
+ "name": "cfg"
453
+ },
454
+ "link": null
455
+ },
456
+ {
457
+ "localized_name": "sampler_name",
458
+ "name": "sampler_name",
459
+ "type": "COMBO",
460
+ "widget": {
461
+ "name": "sampler_name"
462
+ },
463
+ "link": null
464
+ },
465
+ {
466
+ "localized_name": "scheduler",
467
+ "name": "scheduler",
468
+ "type": "COMBO",
469
+ "widget": {
470
+ "name": "scheduler"
471
+ },
472
+ "link": null
473
+ },
474
+ {
475
+ "localized_name": "denoise",
476
+ "name": "denoise",
477
+ "type": "FLOAT",
478
+ "widget": {
479
+ "name": "denoise"
480
+ },
481
+ "link": null
482
+ }
483
+ ],
484
+ "outputs": [
485
+ {
486
+ "localized_name": "LATENT",
487
+ "name": "LATENT",
488
+ "type": "LATENT",
489
+ "links": [
490
+ 97
491
+ ]
492
+ }
493
+ ],
494
+ "properties": {
495
+ "cnr_id": "comfy-core",
496
+ "ver": "0.3.47",
497
+ "Node name for S&R": "KSampler",
498
+ "ue_properties": {
499
+ "version": "7.0.1",
500
+ "widget_ue_connectable": {}
501
+ }
502
+ },
503
+ "widgets_values": [
504
+ 640966549047858,
505
+ "fixed",
506
+ 25,
507
+ 1,
508
+ "deis",
509
+ "simple",
510
+ 1
511
+ ]
512
+ },
513
+ {
514
+ "id": 28,
515
+ "type": "Seed (rgthree)",
516
+ "pos": [
517
+ 2016.4999718846718,
518
+ 895.4419042012593
519
+ ],
520
+ "size": [
521
+ 240,
522
+ 130
523
+ ],
524
+ "flags": {},
525
+ "order": 4,
526
+ "mode": 0,
527
+ "inputs": [],
528
+ "outputs": [
529
+ {
530
+ "dir": 4,
531
+ "label": "SEED",
532
+ "name": "SEED",
533
+ "shape": 3,
534
+ "type": "INT",
535
+ "slot_index": 0,
536
+ "links": [
537
+ 136
538
+ ]
539
+ }
540
+ ],
541
+ "properties": {
542
+ "cnr_id": "rgthree-comfy",
543
+ "ver": "32142fe476878a354dda6e2d4b5ea98960de3ced",
544
+ "randomMax": 1125899906842624,
545
+ "randomMin": 0,
546
+ "ue_properties": {
547
+ "version": "7.0.1",
548
+ "widget_ue_connectable": {}
549
+ }
550
+ },
551
+ "widgets_values": [
552
+ -1,
553
+ "increment",
554
+ null,
555
+ null
556
+ ]
557
+ },
558
+ {
559
+ "id": 231,
560
+ "type": "LoraLoaderModelOnly",
561
+ "pos": [
562
+ 1215.9922908464373,
563
+ 500.35854217525673
564
+ ],
565
+ "size": [
566
+ 533.3561004954277,
567
+ 82
568
+ ],
569
+ "flags": {},
570
+ "order": 6,
571
+ "mode": 4,
572
+ "inputs": [
573
+ {
574
+ "localized_name": "model",
575
+ "name": "model",
576
+ "type": "MODEL",
577
+ "link": 536
578
+ },
579
+ {
580
+ "localized_name": "lora_name",
581
+ "name": "lora_name",
582
+ "type": "COMBO",
583
+ "widget": {
584
+ "name": "lora_name"
585
+ },
586
+ "link": null
587
+ },
588
+ {
589
+ "localized_name": "strength_model",
590
+ "name": "strength_model",
591
+ "type": "FLOAT",
592
+ "widget": {
593
+ "name": "strength_model"
594
+ },
595
+ "link": null
596
+ }
597
+ ],
598
+ "outputs": [
599
+ {
600
+ "localized_name": "MODEL",
601
+ "name": "MODEL",
602
+ "type": "MODEL",
603
+ "links": [
604
+ 537
605
+ ]
606
+ }
607
+ ],
608
+ "properties": {
609
+ "cnr_id": "comfy-core",
610
+ "ver": "0.3.62",
611
+ "Node name for S&R": "LoraLoaderModelOnly",
612
+ "ue_properties": {
613
+ "widget_ue_connectable": {},
614
+ "version": "7.8",
615
+ "input_ue_unconnectable": {}
616
+ },
617
+ "models": [
618
+ {
619
+ "name": "lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors",
620
+ "url": "https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors",
621
+ "directory": "loras"
622
+ }
623
+ ]
624
+ },
625
+ "widgets_values": [
626
+ "lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank128_bf16.safetensors",
627
+ 0.5
628
+ ]
629
+ },
630
+ {
631
+ "id": 230,
632
+ "type": "UNETLoader",
633
+ "pos": [
634
+ 1302.9969026395322,
635
+ 374.03308223271125
636
+ ],
637
+ "size": [
638
+ 445.61411157228645,
639
+ 82
640
+ ],
641
+ "flags": {},
642
+ "order": 1,
643
+ "mode": 0,
644
+ "inputs": [
645
+ {
646
+ "localized_name": "unet_name",
647
+ "name": "unet_name",
648
+ "type": "COMBO",
649
+ "widget": {
650
+ "name": "unet_name"
651
+ },
652
+ "link": null
653
+ },
654
+ {
655
+ "localized_name": "weight_dtype",
656
+ "name": "weight_dtype",
657
+ "type": "COMBO",
658
+ "widget": {
659
+ "name": "weight_dtype"
660
+ },
661
+ "link": null
662
+ }
663
+ ],
664
+ "outputs": [
665
+ {
666
+ "localized_name": "MODEL",
667
+ "name": "MODEL",
668
+ "type": "MODEL",
669
+ "links": [
670
+ 536
671
+ ]
672
+ }
673
+ ],
674
+ "properties": {
675
+ "cnr_id": "comfy-core",
676
+ "ver": "0.18.1",
677
+ "Node name for S&R": "UNETLoader",
678
+ "ue_properties": {
679
+ "widget_ue_connectable": {},
680
+ "input_ue_unconnectable": {},
681
+ "version": "7.8"
682
+ }
683
+ },
684
+ "widgets_values": [
685
+ "Magic-Wan-Image-V3-fp8mixed.safetensors",
686
+ "default"
687
+ ]
688
+ },
689
+ {
690
+ "id": 229,
691
+ "type": "CLIPLoader",
692
+ "pos": [
693
+ 1308.9982023233358,
694
+ 730.3295322466685
695
+ ],
696
+ "size": [
697
+ 442.826615765759,
698
+ 106
699
+ ],
700
+ "flags": {},
701
+ "order": 2,
702
+ "mode": 0,
703
+ "inputs": [
704
+ {
705
+ "localized_name": "clip_name",
706
+ "name": "clip_name",
707
+ "type": "COMBO",
708
+ "widget": {
709
+ "name": "clip_name"
710
+ },
711
+ "link": null
712
+ },
713
+ {
714
+ "localized_name": "type",
715
+ "name": "type",
716
+ "type": "COMBO",
717
+ "widget": {
718
+ "name": "type"
719
+ },
720
+ "link": null
721
+ },
722
+ {
723
+ "localized_name": "device",
724
+ "name": "device",
725
+ "shape": 7,
726
+ "type": "COMBO",
727
+ "widget": {
728
+ "name": "device"
729
+ },
730
+ "link": null
731
+ }
732
+ ],
733
+ "outputs": [
734
+ {
735
+ "localized_name": "CLIP",
736
+ "name": "CLIP",
737
+ "type": "CLIP",
738
+ "links": [
739
+ 533,
740
+ 534
741
+ ]
742
+ }
743
+ ],
744
+ "properties": {
745
+ "cnr_id": "comfy-core",
746
+ "ver": "0.18.1",
747
+ "Node name for S&R": "CLIPLoader",
748
+ "ue_properties": {
749
+ "widget_ue_connectable": {},
750
+ "input_ue_unconnectable": {},
751
+ "version": "7.8"
752
+ }
753
+ },
754
+ "widgets_values": [
755
+ "umt5-xxl-fp8_e4m3fn_scaled.safetensors",
756
+ "wan",
757
+ "default"
758
+ ]
759
+ },
760
+ {
761
+ "id": 232,
762
+ "type": "Note",
763
+ "pos": [
764
+ 1783.218490279708,
765
+ 248.40659806069218
766
+ ],
767
+ "size": [
768
+ 210,
769
+ 88
770
+ ],
771
+ "flags": {},
772
+ "order": 5,
773
+ "mode": 0,
774
+ "inputs": [],
775
+ "outputs": [],
776
+ "properties": {
777
+ "ue_properties": {
778
+ "widget_ue_connectable": {},
779
+ "version": "7.8",
780
+ "input_ue_unconnectable": {}
781
+ }
782
+ },
783
+ "widgets_values": [
784
+ "Add distill lora 0.5\nThe steps about 8"
785
+ ],
786
+ "color": "#432",
787
+ "bgcolor": "#653"
788
+ }
789
+ ],
790
+ "links": [
791
+ [
792
+ 27,
793
+ 13,
794
+ 0,
795
+ 21,
796
+ 1,
797
+ "CONDITIONING"
798
+ ],
799
+ [
800
+ 28,
801
+ 8,
802
+ 0,
803
+ 21,
804
+ 2,
805
+ "CONDITIONING"
806
+ ],
807
+ [
808
+ 29,
809
+ 7,
810
+ 0,
811
+ 21,
812
+ 3,
813
+ "LATENT"
814
+ ],
815
+ [
816
+ 97,
817
+ 21,
818
+ 0,
819
+ 69,
820
+ 0,
821
+ "LATENT"
822
+ ],
823
+ [
824
+ 136,
825
+ 28,
826
+ 0,
827
+ 21,
828
+ 4,
829
+ "INT"
830
+ ],
831
+ [
832
+ 223,
833
+ 15,
834
+ 0,
835
+ 21,
836
+ 0,
837
+ "MODEL"
838
+ ],
839
+ [
840
+ 531,
841
+ 69,
842
+ 0,
843
+ 227,
844
+ 0,
845
+ "IMAGE"
846
+ ],
847
+ [
848
+ 532,
849
+ 228,
850
+ 0,
851
+ 69,
852
+ 1,
853
+ "VAE"
854
+ ],
855
+ [
856
+ 533,
857
+ 229,
858
+ 0,
859
+ 13,
860
+ 0,
861
+ "CLIP"
862
+ ],
863
+ [
864
+ 534,
865
+ 229,
866
+ 0,
867
+ 8,
868
+ 0,
869
+ "CLIP"
870
+ ],
871
+ [
872
+ 536,
873
+ 230,
874
+ 0,
875
+ 231,
876
+ 0,
877
+ "MODEL"
878
+ ],
879
+ [
880
+ 537,
881
+ 231,
882
+ 0,
883
+ 15,
884
+ 0,
885
+ "MODEL"
886
+ ]
887
+ ],
888
+ "groups": [],
889
+ "config": {},
890
+ "extra": {
891
+ "ue_links": [],
892
+ "links_added_by_ue": [],
893
+ "ds": {
894
+ "scale": 0.7972024500000009,
895
+ "offset": [
896
+ -873.7643004089193,
897
+ 153.17830137410414
898
+ ]
899
+ },
900
+ "frontendVersion": "1.43.1",
901
+ "VHS_latentpreview": false,
902
+ "VHS_latentpreviewrate": 0,
903
+ "VHS_MetadataImage": true,
904
+ "VHS_KeepIntermediate": true,
905
+ "workflowRendererVersion": "LG"
906
+ },
907
+ "version": 0.4
908
+ }
V3-T2Video-Workflow.json ADDED
@@ -0,0 +1,1060 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "c265fdcc-11cd-4a1d-9a0d-bc37c45667d6",
3
+ "revision": 0,
4
+ "last_node_id": 100,
5
+ "last_link_id": 187,
6
+ "nodes": [
7
+ {
8
+ "id": 97,
9
+ "type": "SaveVideo",
10
+ "pos": [
11
+ 974.5074153624446,
12
+ -91.07465022506517
13
+ ],
14
+ "size": [
15
+ 809.1658151452705,
16
+ 618.2767540365975
17
+ ],
18
+ "flags": {},
19
+ "order": 13,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "localized_name": "video",
24
+ "name": "video",
25
+ "type": "VIDEO",
26
+ "link": 183
27
+ },
28
+ {
29
+ "localized_name": "filename_prefix",
30
+ "name": "filename_prefix",
31
+ "type": "STRING",
32
+ "widget": {
33
+ "name": "filename_prefix"
34
+ },
35
+ "link": null
36
+ },
37
+ {
38
+ "localized_name": "format",
39
+ "name": "format",
40
+ "type": "COMBO",
41
+ "widget": {
42
+ "name": "format"
43
+ },
44
+ "link": null
45
+ },
46
+ {
47
+ "localized_name": "codec",
48
+ "name": "codec",
49
+ "type": "COMBO",
50
+ "widget": {
51
+ "name": "codec"
52
+ },
53
+ "link": null
54
+ }
55
+ ],
56
+ "outputs": [],
57
+ "properties": {
58
+ "cnr_id": "comfy-core",
59
+ "ver": "0.3.45",
60
+ "Node name for S&R": "SaveVideo",
61
+ "ue_properties": {
62
+ "widget_ue_connectable": {},
63
+ "version": "7.8",
64
+ "input_ue_unconnectable": {}
65
+ }
66
+ },
67
+ "widgets_values": [
68
+ "V3-Video",
69
+ "auto",
70
+ "auto"
71
+ ]
72
+ },
73
+ {
74
+ "id": 3,
75
+ "type": "KSampler",
76
+ "pos": [
77
+ 620,
78
+ -30
79
+ ],
80
+ "size": [
81
+ 310,
82
+ 550
83
+ ],
84
+ "flags": {},
85
+ "order": 10,
86
+ "mode": 0,
87
+ "inputs": [
88
+ {
89
+ "localized_name": "model",
90
+ "name": "model",
91
+ "type": "MODEL",
92
+ "link": 95
93
+ },
94
+ {
95
+ "localized_name": "positive",
96
+ "name": "positive",
97
+ "type": "CONDITIONING",
98
+ "link": 46
99
+ },
100
+ {
101
+ "localized_name": "negative",
102
+ "name": "negative",
103
+ "type": "CONDITIONING",
104
+ "link": 52
105
+ },
106
+ {
107
+ "localized_name": "latent_image",
108
+ "name": "latent_image",
109
+ "type": "LATENT",
110
+ "link": 91
111
+ },
112
+ {
113
+ "localized_name": "seed",
114
+ "name": "seed",
115
+ "type": "INT",
116
+ "widget": {
117
+ "name": "seed"
118
+ },
119
+ "link": null
120
+ },
121
+ {
122
+ "localized_name": "steps",
123
+ "name": "steps",
124
+ "type": "INT",
125
+ "widget": {
126
+ "name": "steps"
127
+ },
128
+ "link": null
129
+ },
130
+ {
131
+ "localized_name": "cfg",
132
+ "name": "cfg",
133
+ "type": "FLOAT",
134
+ "widget": {
135
+ "name": "cfg"
136
+ },
137
+ "link": null
138
+ },
139
+ {
140
+ "localized_name": "sampler_name",
141
+ "name": "sampler_name",
142
+ "type": "COMBO",
143
+ "widget": {
144
+ "name": "sampler_name"
145
+ },
146
+ "link": null
147
+ },
148
+ {
149
+ "localized_name": "scheduler",
150
+ "name": "scheduler",
151
+ "type": "COMBO",
152
+ "widget": {
153
+ "name": "scheduler"
154
+ },
155
+ "link": null
156
+ },
157
+ {
158
+ "localized_name": "denoise",
159
+ "name": "denoise",
160
+ "type": "FLOAT",
161
+ "widget": {
162
+ "name": "denoise"
163
+ },
164
+ "link": null
165
+ }
166
+ ],
167
+ "outputs": [
168
+ {
169
+ "localized_name": "LATENT",
170
+ "name": "LATENT",
171
+ "type": "LATENT",
172
+ "slot_index": 0,
173
+ "links": [
174
+ 181
175
+ ]
176
+ }
177
+ ],
178
+ "properties": {
179
+ "cnr_id": "comfy-core",
180
+ "ver": "0.3.62",
181
+ "Node name for S&R": "KSampler",
182
+ "ue_properties": {
183
+ "widget_ue_connectable": {},
184
+ "version": "7.8",
185
+ "input_ue_unconnectable": {}
186
+ }
187
+ },
188
+ "widgets_values": [
189
+ 374922615193960,
190
+ "randomize",
191
+ 8,
192
+ 1,
193
+ "euler",
194
+ "simple",
195
+ 1
196
+ ]
197
+ },
198
+ {
199
+ "id": 7,
200
+ "type": "CLIPTextEncode",
201
+ "pos": [
202
+ 265.31112725914465,
203
+ 310.69567844600016
204
+ ],
205
+ "size": [
206
+ 422.68177987570834,
207
+ 101.8531024372869
208
+ ],
209
+ "flags": {
210
+ "collapsed": true
211
+ },
212
+ "order": 5,
213
+ "mode": 0,
214
+ "inputs": [
215
+ {
216
+ "localized_name": "clip",
217
+ "name": "clip",
218
+ "type": "CLIP",
219
+ "link": 117
220
+ },
221
+ {
222
+ "localized_name": "text",
223
+ "name": "text",
224
+ "type": "STRING",
225
+ "widget": {
226
+ "name": "text"
227
+ },
228
+ "link": null
229
+ }
230
+ ],
231
+ "outputs": [
232
+ {
233
+ "localized_name": "CONDITIONING",
234
+ "name": "CONDITIONING",
235
+ "type": "CONDITIONING",
236
+ "slot_index": 0,
237
+ "links": [
238
+ 52
239
+ ]
240
+ }
241
+ ],
242
+ "title": "CLIP Text Encode (Negative Prompt) Useless s",
243
+ "properties": {
244
+ "cnr_id": "comfy-core",
245
+ "ver": "0.3.62",
246
+ "Node name for S&R": "CLIPTextEncode",
247
+ "ue_properties": {
248
+ "widget_ue_connectable": {},
249
+ "version": "7.8",
250
+ "input_ue_unconnectable": {}
251
+ }
252
+ },
253
+ "widgets_values": [
254
+ "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走"
255
+ ],
256
+ "color": "#322",
257
+ "bgcolor": "#533"
258
+ },
259
+ {
260
+ "id": 40,
261
+ "type": "EmptyHunyuanLatentVideo",
262
+ "pos": [
263
+ 304.42217865457405,
264
+ 351.3236854534026
265
+ ],
266
+ "size": [
267
+ 285.1352560143523,
268
+ 130
269
+ ],
270
+ "flags": {},
271
+ "order": 0,
272
+ "mode": 0,
273
+ "inputs": [
274
+ {
275
+ "localized_name": "width",
276
+ "name": "width",
277
+ "type": "INT",
278
+ "widget": {
279
+ "name": "width"
280
+ },
281
+ "link": null
282
+ },
283
+ {
284
+ "localized_name": "height",
285
+ "name": "height",
286
+ "type": "INT",
287
+ "widget": {
288
+ "name": "height"
289
+ },
290
+ "link": null
291
+ },
292
+ {
293
+ "localized_name": "length",
294
+ "name": "length",
295
+ "type": "INT",
296
+ "widget": {
297
+ "name": "length"
298
+ },
299
+ "link": null
300
+ },
301
+ {
302
+ "localized_name": "batch_size",
303
+ "name": "batch_size",
304
+ "type": "INT",
305
+ "widget": {
306
+ "name": "batch_size"
307
+ },
308
+ "link": null
309
+ }
310
+ ],
311
+ "outputs": [
312
+ {
313
+ "localized_name": "LATENT",
314
+ "name": "LATENT",
315
+ "type": "LATENT",
316
+ "slot_index": 0,
317
+ "links": [
318
+ 91
319
+ ]
320
+ }
321
+ ],
322
+ "properties": {
323
+ "cnr_id": "comfy-core",
324
+ "ver": "0.3.62",
325
+ "Node name for S&R": "EmptyHunyuanLatentVideo",
326
+ "ue_properties": {
327
+ "widget_ue_connectable": {},
328
+ "version": "7.8",
329
+ "input_ue_unconnectable": {}
330
+ }
331
+ },
332
+ "widgets_values": [
333
+ 832,
334
+ 480,
335
+ 97,
336
+ 1
337
+ ]
338
+ },
339
+ {
340
+ "id": 6,
341
+ "type": "CLIPTextEncode",
342
+ "pos": [
343
+ 141.6822097139468,
344
+ -91.8771692218521
345
+ ],
346
+ "size": [
347
+ 446.9812683281714,
348
+ 392.7850239277626
349
+ ],
350
+ "flags": {},
351
+ "order": 6,
352
+ "mode": 0,
353
+ "inputs": [
354
+ {
355
+ "localized_name": "clip",
356
+ "name": "clip",
357
+ "type": "CLIP",
358
+ "link": 118
359
+ },
360
+ {
361
+ "localized_name": "text",
362
+ "name": "text",
363
+ "type": "STRING",
364
+ "widget": {
365
+ "name": "text"
366
+ },
367
+ "link": null
368
+ }
369
+ ],
370
+ "outputs": [
371
+ {
372
+ "localized_name": "CONDITIONING",
373
+ "name": "CONDITIONING",
374
+ "type": "CONDITIONING",
375
+ "slot_index": 0,
376
+ "links": [
377
+ 46
378
+ ]
379
+ }
380
+ ],
381
+ "title": "CLIP Text Encode (Positive Prompt)",
382
+ "properties": {
383
+ "cnr_id": "comfy-core",
384
+ "ver": "0.3.62",
385
+ "Node name for S&R": "CLIPTextEncode",
386
+ "ue_properties": {
387
+ "widget_ue_connectable": {},
388
+ "version": "7.8",
389
+ "input_ue_unconnectable": {}
390
+ }
391
+ },
392
+ "widgets_values": [
393
+ "一名漂亮的中国女子,只穿着黑色的胸罩和蕾丝内裤,她胸部丰满,腰身细,身材很火辣,她站在卧室内的床边,面对着镜头,正准备脱掉胸罩。\n镜头推进,聚焦她的胸部,随着她双手的动作,她的胸罩被脱掉,完全露出她丰满的乳房。"
394
+ ],
395
+ "color": "#232",
396
+ "bgcolor": "#353"
397
+ },
398
+ {
399
+ "id": 59,
400
+ "type": "LoraLoaderModelOnly",
401
+ "pos": [
402
+ -436.55932962918297,
403
+ 27.504132485804785
404
+ ],
405
+ "size": [
406
+ 543.4925184843231,
407
+ 82
408
+ ],
409
+ "flags": {},
410
+ "order": 7,
411
+ "mode": 0,
412
+ "inputs": [
413
+ {
414
+ "localized_name": "model",
415
+ "name": "model",
416
+ "type": "MODEL",
417
+ "link": 187
418
+ },
419
+ {
420
+ "localized_name": "lora_name",
421
+ "name": "lora_name",
422
+ "type": "COMBO",
423
+ "widget": {
424
+ "name": "lora_name"
425
+ },
426
+ "link": null
427
+ },
428
+ {
429
+ "localized_name": "strength_model",
430
+ "name": "strength_model",
431
+ "type": "FLOAT",
432
+ "widget": {
433
+ "name": "strength_model"
434
+ },
435
+ "link": null
436
+ }
437
+ ],
438
+ "outputs": [
439
+ {
440
+ "localized_name": "MODEL",
441
+ "name": "MODEL",
442
+ "type": "MODEL",
443
+ "links": [
444
+ 185
445
+ ]
446
+ }
447
+ ],
448
+ "properties": {
449
+ "cnr_id": "comfy-core",
450
+ "ver": "0.3.62",
451
+ "Node name for S&R": "LoraLoaderModelOnly",
452
+ "models": [
453
+ {
454
+ "name": "lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors",
455
+ "url": "https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors",
456
+ "directory": "loras"
457
+ }
458
+ ],
459
+ "ue_properties": {
460
+ "widget_ue_connectable": {},
461
+ "version": "7.8",
462
+ "input_ue_unconnectable": {}
463
+ }
464
+ },
465
+ "widgets_values": [
466
+ "lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank128_bf16.safetensors",
467
+ 0.45
468
+ ]
469
+ },
470
+ {
471
+ "id": 98,
472
+ "type": "LoraLoaderModelOnly",
473
+ "pos": [
474
+ -437.7816229673527,
475
+ 142.47297317359678
476
+ ],
477
+ "size": [
478
+ 544.2792420365149,
479
+ 82
480
+ ],
481
+ "flags": {},
482
+ "order": 8,
483
+ "mode": 0,
484
+ "inputs": [
485
+ {
486
+ "localized_name": "model",
487
+ "name": "model",
488
+ "type": "MODEL",
489
+ "link": 185
490
+ },
491
+ {
492
+ "localized_name": "lora_name",
493
+ "name": "lora_name",
494
+ "type": "COMBO",
495
+ "widget": {
496
+ "name": "lora_name"
497
+ },
498
+ "link": null
499
+ },
500
+ {
501
+ "localized_name": "strength_model",
502
+ "name": "strength_model",
503
+ "type": "FLOAT",
504
+ "widget": {
505
+ "name": "strength_model"
506
+ },
507
+ "link": null
508
+ }
509
+ ],
510
+ "outputs": [
511
+ {
512
+ "localized_name": "MODEL",
513
+ "name": "MODEL",
514
+ "type": "MODEL",
515
+ "links": [
516
+ 186
517
+ ]
518
+ }
519
+ ],
520
+ "properties": {
521
+ "cnr_id": "comfy-core",
522
+ "ver": "0.3.62",
523
+ "Node name for S&R": "LoraLoaderModelOnly",
524
+ "ue_properties": {
525
+ "widget_ue_connectable": {},
526
+ "version": "7.8",
527
+ "input_ue_unconnectable": {}
528
+ },
529
+ "models": [
530
+ {
531
+ "name": "lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors",
532
+ "url": "https://huggingface.co/Kijai/WanVideo_comfy/resolve/main/Lightx2v/lightx2v_T2V_14B_cfg_step_distill_v2_lora_rank64_bf16.safetensors",
533
+ "directory": "loras"
534
+ }
535
+ ]
536
+ },
537
+ "widgets_values": [
538
+ "Wan22-Low-MysticXXX-v2.safetensors",
539
+ 0.6
540
+ ]
541
+ },
542
+ {
543
+ "id": 38,
544
+ "type": "CLIPLoader",
545
+ "pos": [
546
+ -352.26030906609844,
547
+ 257.9253859887885
548
+ ],
549
+ "size": [
550
+ 460.05528395817475,
551
+ 106
552
+ ],
553
+ "flags": {},
554
+ "order": 1,
555
+ "mode": 0,
556
+ "inputs": [
557
+ {
558
+ "localized_name": "clip_name",
559
+ "name": "clip_name",
560
+ "type": "COMBO",
561
+ "widget": {
562
+ "name": "clip_name"
563
+ },
564
+ "link": null
565
+ },
566
+ {
567
+ "localized_name": "type",
568
+ "name": "type",
569
+ "type": "COMBO",
570
+ "widget": {
571
+ "name": "type"
572
+ },
573
+ "link": null
574
+ },
575
+ {
576
+ "localized_name": "device",
577
+ "name": "device",
578
+ "shape": 7,
579
+ "type": "COMBO",
580
+ "widget": {
581
+ "name": "device"
582
+ },
583
+ "link": null
584
+ }
585
+ ],
586
+ "outputs": [
587
+ {
588
+ "localized_name": "CLIP",
589
+ "name": "CLIP",
590
+ "type": "CLIP",
591
+ "slot_index": 0,
592
+ "links": [
593
+ 117,
594
+ 118
595
+ ]
596
+ }
597
+ ],
598
+ "title": "Load Text Encoder",
599
+ "properties": {
600
+ "cnr_id": "comfy-core",
601
+ "ver": "0.3.62",
602
+ "Node name for S&R": "CLIPLoader",
603
+ "models": [
604
+ {
605
+ "name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
606
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
607
+ "directory": "text_encoders"
608
+ }
609
+ ],
610
+ "ue_properties": {
611
+ "widget_ue_connectable": {},
612
+ "version": "7.8",
613
+ "input_ue_unconnectable": {}
614
+ }
615
+ },
616
+ "widgets_values": [
617
+ "umt5-xxl-fp8_e4m3fn_scaled.safetensors",
618
+ "wan",
619
+ "default"
620
+ ]
621
+ },
622
+ {
623
+ "id": 51,
624
+ "type": "VAELoader",
625
+ "pos": [
626
+ -262.0662373114193,
627
+ 396.63529807870486
628
+ ],
629
+ "size": [
630
+ 370,
631
+ 58
632
+ ],
633
+ "flags": {},
634
+ "order": 2,
635
+ "mode": 0,
636
+ "inputs": [
637
+ {
638
+ "localized_name": "vae_name",
639
+ "name": "vae_name",
640
+ "type": "COMBO",
641
+ "widget": {
642
+ "name": "vae_name"
643
+ },
644
+ "link": null
645
+ }
646
+ ],
647
+ "outputs": [
648
+ {
649
+ "localized_name": "VAE",
650
+ "name": "VAE",
651
+ "type": "VAE",
652
+ "slot_index": 0,
653
+ "links": [
654
+ 180
655
+ ]
656
+ }
657
+ ],
658
+ "properties": {
659
+ "cnr_id": "comfy-core",
660
+ "ver": "0.3.62",
661
+ "Node name for S&R": "VAELoader",
662
+ "models": [
663
+ {
664
+ "name": "wan_alpha_2.1_vae_alpha_channel.safetensors",
665
+ "url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_alpha_2.1_vae_alpha_channel.safetensors",
666
+ "directory": "vae"
667
+ }
668
+ ],
669
+ "ue_properties": {
670
+ "widget_ue_connectable": {},
671
+ "version": "7.8",
672
+ "input_ue_unconnectable": {}
673
+ }
674
+ },
675
+ "widgets_values": [
676
+ "Wan2_1_VAE.safetensors"
677
+ ]
678
+ },
679
+ {
680
+ "id": 48,
681
+ "type": "ModelSamplingSD3",
682
+ "pos": [
683
+ 347.2372703873943,
684
+ -195.77179215640766
685
+ ],
686
+ "size": [
687
+ 244.11296986531988,
688
+ 58
689
+ ],
690
+ "flags": {},
691
+ "order": 9,
692
+ "mode": 0,
693
+ "inputs": [
694
+ {
695
+ "localized_name": "model",
696
+ "name": "model",
697
+ "type": "MODEL",
698
+ "link": 186
699
+ },
700
+ {
701
+ "localized_name": "shift",
702
+ "name": "shift",
703
+ "type": "FLOAT",
704
+ "widget": {
705
+ "name": "shift"
706
+ },
707
+ "link": null
708
+ }
709
+ ],
710
+ "outputs": [
711
+ {
712
+ "localized_name": "MODEL",
713
+ "name": "MODEL",
714
+ "type": "MODEL",
715
+ "slot_index": 0,
716
+ "links": [
717
+ 95
718
+ ]
719
+ }
720
+ ],
721
+ "properties": {
722
+ "cnr_id": "comfy-core",
723
+ "ver": "0.3.62",
724
+ "Node name for S&R": "ModelSamplingSD3",
725
+ "ue_properties": {
726
+ "widget_ue_connectable": {},
727
+ "version": "7.8",
728
+ "input_ue_unconnectable": {}
729
+ }
730
+ },
731
+ "widgets_values": [
732
+ 1
733
+ ]
734
+ },
735
+ {
736
+ "id": 93,
737
+ "type": "VAEDecode",
738
+ "pos": [
739
+ 752.5795197563109,
740
+ -118.29430097631153
741
+ ],
742
+ "size": [
743
+ 176.74466311298534,
744
+ 46
745
+ ],
746
+ "flags": {},
747
+ "order": 11,
748
+ "mode": 0,
749
+ "inputs": [
750
+ {
751
+ "localized_name": "samples",
752
+ "name": "samples",
753
+ "type": "LATENT",
754
+ "link": 181
755
+ },
756
+ {
757
+ "localized_name": "vae",
758
+ "name": "vae",
759
+ "type": "VAE",
760
+ "link": 180
761
+ }
762
+ ],
763
+ "outputs": [
764
+ {
765
+ "localized_name": "IMAGE",
766
+ "name": "IMAGE",
767
+ "type": "IMAGE",
768
+ "links": [
769
+ 184
770
+ ]
771
+ }
772
+ ],
773
+ "properties": {
774
+ "cnr_id": "comfy-core",
775
+ "ver": "0.18.1",
776
+ "Node name for S&R": "VAEDecode",
777
+ "ue_properties": {
778
+ "widget_ue_connectable": {},
779
+ "input_ue_unconnectable": {},
780
+ "version": "7.8"
781
+ }
782
+ },
783
+ "widgets_values": []
784
+ },
785
+ {
786
+ "id": 96,
787
+ "type": "CreateVideo",
788
+ "pos": [
789
+ 975.1153254116659,
790
+ -212.2429453921391
791
+ ],
792
+ "size": [
793
+ 220.5847273989898,
794
+ 78
795
+ ],
796
+ "flags": {},
797
+ "order": 12,
798
+ "mode": 0,
799
+ "inputs": [
800
+ {
801
+ "localized_name": "images",
802
+ "name": "images",
803
+ "type": "IMAGE",
804
+ "link": 184
805
+ },
806
+ {
807
+ "localized_name": "audio",
808
+ "name": "audio",
809
+ "shape": 7,
810
+ "type": "AUDIO",
811
+ "link": null
812
+ },
813
+ {
814
+ "localized_name": "fps",
815
+ "name": "fps",
816
+ "type": "FLOAT",
817
+ "widget": {
818
+ "name": "fps"
819
+ },
820
+ "link": null
821
+ }
822
+ ],
823
+ "outputs": [
824
+ {
825
+ "localized_name": "VIDEO",
826
+ "name": "VIDEO",
827
+ "type": "VIDEO",
828
+ "links": [
829
+ 183
830
+ ]
831
+ }
832
+ ],
833
+ "properties": {
834
+ "cnr_id": "comfy-core",
835
+ "ver": "0.3.45",
836
+ "Node name for S&R": "CreateVideo",
837
+ "ue_properties": {
838
+ "widget_ue_connectable": {},
839
+ "version": "7.8",
840
+ "input_ue_unconnectable": {}
841
+ }
842
+ },
843
+ "widgets_values": [
844
+ 16
845
+ ]
846
+ },
847
+ {
848
+ "id": 99,
849
+ "type": "Note",
850
+ "pos": [
851
+ 116.94757754058953,
852
+ -230.2029670826748
853
+ ],
854
+ "size": [
855
+ 210,
856
+ 88
857
+ ],
858
+ "flags": {},
859
+ "order": 3,
860
+ "mode": 0,
861
+ "inputs": [],
862
+ "outputs": [],
863
+ "properties": {
864
+ "ue_properties": {
865
+ "widget_ue_connectable": {},
866
+ "version": "7.8",
867
+ "input_ue_unconnectable": {}
868
+ }
869
+ },
870
+ "widgets_values": [
871
+ "Add distill lora 0.5\nThe steps about 8"
872
+ ],
873
+ "color": "#432",
874
+ "bgcolor": "#653"
875
+ },
876
+ {
877
+ "id": 100,
878
+ "type": "UNETLoader",
879
+ "pos": [
880
+ -435.50466891885844,
881
+ -89.30472489184659
882
+ ],
883
+ "size": [
884
+ 542.4173035750028,
885
+ 82
886
+ ],
887
+ "flags": {},
888
+ "order": 4,
889
+ "mode": 0,
890
+ "inputs": [
891
+ {
892
+ "localized_name": "unet_name",
893
+ "name": "unet_name",
894
+ "type": "COMBO",
895
+ "widget": {
896
+ "name": "unet_name"
897
+ },
898
+ "link": null
899
+ },
900
+ {
901
+ "localized_name": "weight_dtype",
902
+ "name": "weight_dtype",
903
+ "type": "COMBO",
904
+ "widget": {
905
+ "name": "weight_dtype"
906
+ },
907
+ "link": null
908
+ }
909
+ ],
910
+ "outputs": [
911
+ {
912
+ "localized_name": "MODEL",
913
+ "name": "MODEL",
914
+ "type": "MODEL",
915
+ "links": [
916
+ 187
917
+ ]
918
+ }
919
+ ],
920
+ "properties": {
921
+ "cnr_id": "comfy-core",
922
+ "ver": "0.18.1",
923
+ "ue_properties": {
924
+ "widget_ue_connectable": {},
925
+ "input_ue_unconnectable": {}
926
+ },
927
+ "Node name for S&R": "UNETLoader"
928
+ },
929
+ "widgets_values": [
930
+ "Magic-Wan-Image-V3-fp8mixed.safetensors",
931
+ "default"
932
+ ]
933
+ }
934
+ ],
935
+ "links": [
936
+ [
937
+ 46,
938
+ 6,
939
+ 0,
940
+ 3,
941
+ 1,
942
+ "CONDITIONING"
943
+ ],
944
+ [
945
+ 52,
946
+ 7,
947
+ 0,
948
+ 3,
949
+ 2,
950
+ "CONDITIONING"
951
+ ],
952
+ [
953
+ 91,
954
+ 40,
955
+ 0,
956
+ 3,
957
+ 3,
958
+ "LATENT"
959
+ ],
960
+ [
961
+ 95,
962
+ 48,
963
+ 0,
964
+ 3,
965
+ 0,
966
+ "MODEL"
967
+ ],
968
+ [
969
+ 117,
970
+ 38,
971
+ 0,
972
+ 7,
973
+ 0,
974
+ "CLIP"
975
+ ],
976
+ [
977
+ 118,
978
+ 38,
979
+ 0,
980
+ 6,
981
+ 0,
982
+ "CLIP"
983
+ ],
984
+ [
985
+ 180,
986
+ 51,
987
+ 0,
988
+ 93,
989
+ 1,
990
+ "VAE"
991
+ ],
992
+ [
993
+ 181,
994
+ 3,
995
+ 0,
996
+ 93,
997
+ 0,
998
+ "LATENT"
999
+ ],
1000
+ [
1001
+ 183,
1002
+ 96,
1003
+ 0,
1004
+ 97,
1005
+ 0,
1006
+ "VIDEO"
1007
+ ],
1008
+ [
1009
+ 184,
1010
+ 93,
1011
+ 0,
1012
+ 96,
1013
+ 0,
1014
+ "IMAGE"
1015
+ ],
1016
+ [
1017
+ 185,
1018
+ 59,
1019
+ 0,
1020
+ 98,
1021
+ 0,
1022
+ "MODEL"
1023
+ ],
1024
+ [
1025
+ 186,
1026
+ 98,
1027
+ 0,
1028
+ 48,
1029
+ 0,
1030
+ "MODEL"
1031
+ ],
1032
+ [
1033
+ 187,
1034
+ 100,
1035
+ 0,
1036
+ 59,
1037
+ 0,
1038
+ "MODEL"
1039
+ ]
1040
+ ],
1041
+ "groups": [],
1042
+ "config": {},
1043
+ "extra": {
1044
+ "ds": {
1045
+ "scale": 0.876922695000001,
1046
+ "offset": [
1047
+ 768.0486625941995,
1048
+ 466.25625645395405
1049
+ ]
1050
+ },
1051
+ "frontendVersion": "1.32.1",
1052
+ "VHS_latentpreview": false,
1053
+ "VHS_latentpreviewrate": 0,
1054
+ "VHS_MetadataImage": true,
1055
+ "VHS_KeepIntermediate": true,
1056
+ "ue_links": [],
1057
+ "links_added_by_ue": []
1058
+ },
1059
+ "version": 0.4
1060
+ }