Files
runpod/comfyui/workflows/image-to-video/i2v_wan22-14b-fun-camera.json

2735 lines
54 KiB
JSON
Raw Normal View History

feat: add complete HunyuanVideo and Wan2.2 video generation integration Integrated 35+ video generation models and 13 production workflows from ComfyUI docs tutorials for state-of-the-art text-to-video and image-to-video generation. Models Added (models_huggingface.yaml): - HunyuanVideo (5 models): Original T2V/I2V (720p), v1.5 (720p/1080p) with Qwen 2.5 VL - Wan2.2 diffusion models (18 models): - 5B TI2V hybrid (8GB VRAM, efficient) - 14B variants: T2V, I2V (high/low noise), Animate, S2V (FP8/BF16), Fun Camera/Control (high/low noise) - Support models (12): VAEs, UMT5-XXL, CLIP Vision H, Wav2Vec2, LLaVA encoders - LoRA accelerators (4): Lightx2v 4-step distillation for 5x speedup Workflows Added (comfyui/workflows/image-to-video/): - HunyuanVideo (5 workflows): T2V original, I2V v1/v2 (webp embedded), v1.5 T2V/I2V (JSON) - Wan2.2 (8 workflows): 5B TI2V, 14B T2V/I2V/FLF2V/Animate/S2V/Fun Camera/Fun Control - Asset files (10): Reference images, videos, audio for workflow testing Custom Nodes Added (arty.yml): - ComfyUI-KJNodes: Kijai optimizations for HunyuanVideo/Wan2.2 (FP8 scaling, video helpers) - comfyui_controlnet_aux: ControlNet preprocessors (Canny, Depth, OpenPose, MLSD) for Fun Control - ComfyUI-GGUF: GGUF quantization support for memory optimization VRAM Requirements: - HunyuanVideo original: 24GB (720p T2V/I2V, 129 frames, 5s generation) - HunyuanVideo 1.5: 30-60GB (720p/1080p, improved quality with Qwen 2.5 VL) - Wan2.2 5B: 8GB (efficient dual-expert architecture with native offloading) - Wan2.2 14B: 24GB (high-quality video generation, all modes) Note: Wan2.2 Fun Inpaint workflow not available in official templates repository (404). Tutorial Sources: - https://docs.comfy.org/tutorials/video/hunyuan/hunyuan-video - https://docs.comfy.org/tutorials/video/hunyuan/hunyuan-video-1-5 - https://docs.comfy.org/tutorials/video/wan/wan2_2 - https://docs.comfy.org/tutorials/video/wan/wan2-2-animate - https://docs.comfy.org/tutorials/video/wan/wan2-2-s2v - https://docs.comfy.org/tutorials/video/wan/wan2-2-fun-camera - https://docs.comfy.org/tutorials/video/wan/wan2-2-fun-control 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 10:43:39 +01:00
{
"id": "ec7da562-7e21-4dac-a0d2-f4441e1efd3b",
"revision": 0,
"last_node_id": 115,
"last_link_id": 209,
"nodes": [
{
"id": 75,
"type": "UNETLoader",
"pos": [
2830,
1810
],
"size": [
430,
82
],
"flags": {},
"order": 0,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"slot_index": 0,
"links": [
173
]
}
],
"properties": {
"Node name for S&R": "UNETLoader",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "wan2.2_fun_camera_high_noise_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_fun_camera_high_noise_14B_fp8_scaled.safetensors",
"directory": "diffusion_models"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"wan2.2_fun_camera_high_noise_14B_fp8_scaled.safetensors",
"default"
]
},
{
"id": 90,
"type": "LoraLoaderModelOnly",
"pos": [
2840,
2260
],
"size": [
420,
82
],
"flags": {},
"order": 16,
"mode": 4,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 177
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
176
]
}
],
"properties": {
"Node name for S&R": "LoraLoaderModelOnly",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors",
"directory": "loras"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {
"lora_name": true,
"strength_model": true
}
}
},
"widgets_values": [
"wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors",
1
]
},
{
"id": 88,
"type": "LoraLoaderModelOnly",
"pos": [
2830,
1940
],
"size": [
430,
82
],
"flags": {},
"order": 15,
"mode": 4,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 173
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"links": [
174
]
}
],
"properties": {
"Node name for S&R": "LoraLoaderModelOnly",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors",
"directory": "loras"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {
"lora_name": true,
"strength_model": true
}
}
},
"widgets_values": [
"wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors",
1
]
},
{
"id": 72,
"type": "UNETLoader",
"pos": [
2830,
2130
],
"size": [
430,
82
],
"flags": {},
"order": 1,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"slot_index": 0,
"links": [
177
]
}
],
"properties": {
"Node name for S&R": "UNETLoader",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "wan2.2_fun_camera_low_noise_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_fun_camera_low_noise_14B_fp8_scaled.safetensors",
"directory": "diffusion_models"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"wan2.2_fun_camera_low_noise_14B_fp8_scaled.safetensors",
"default"
]
},
{
"id": 80,
"type": "WanCameraImageToVideo",
"pos": [
3640,
2840
],
"size": [
290,
230
],
"flags": {},
"order": 26,
"mode": 4,
"inputs": [
{
"name": "positive",
"type": "CONDITIONING",
"link": 161
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 162
},
{
"name": "vae",
"type": "VAE",
"link": 163
},
{
"name": "clip_vision_output",
"shape": 7,
"type": "CLIP_VISION_OUTPUT",
"link": null
},
{
"name": "start_image",
"shape": 7,
"type": "IMAGE",
"link": 164
},
{
"name": "camera_conditions",
"shape": 7,
"type": "WAN_CAMERA_EMBEDDING",
"link": 165
},
{
"name": "width",
"type": "INT",
"widget": {
"name": "width"
},
"link": 166
},
{
"name": "height",
"type": "INT",
"widget": {
"name": "height"
},
"link": 167
},
{
"name": "length",
"type": "INT",
"widget": {
"name": "length"
},
"link": 168
}
],
"outputs": [
{
"name": "positive",
"type": "CONDITIONING",
"links": [
150,
158
]
},
{
"name": "negative",
"type": "CONDITIONING",
"links": [
151,
159
]
},
{
"name": "latent",
"type": "LATENT",
"links": [
152
]
}
],
"properties": {
"Node name for S&R": "WanCameraImageToVideo",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {
"width": true,
"height": true,
"length": true
}
}
},
"widgets_values": [
832,
480,
81,
1
]
},
{
"id": 74,
"type": "CLIPTextEncode",
"pos": [
3350,
2420
],
"size": [
580,
200
],
"flags": {},
"order": 21,
"mode": 4,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 154
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"slot_index": 0,
"links": [
162
]
}
],
"title": "CLIP Text Encode (Negative Prompt)",
"properties": {
"Node name for S&R": "CLIPTextEncode",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"色调艳丽过曝静态细节模糊不清字幕风格作品画作画面静止整体发灰最差质量低质量JPEG压缩残留丑陋的残缺的多余的手指画得不好的手部画得不好的脸部畸形的毁容的形态畸形的肢体手指融合静止不动的画面杂乱的背景三条腿背景人很多倒着走"
],
"color": "#223",
"bgcolor": "#335"
},
{
"id": 76,
"type": "ModelSamplingSD3",
"pos": [
3340,
1760
],
"size": [
210,
60
],
"flags": {},
"order": 23,
"mode": 4,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 174
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"slot_index": 0,
"links": [
149
]
}
],
"properties": {
"Node name for S&R": "ModelSamplingSD3",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
8.000000000000002
]
},
{
"id": 77,
"type": "ModelSamplingSD3",
"pos": [
3360,
1940
],
"size": [
210,
60
],
"flags": {},
"order": 24,
"mode": 4,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 176
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"slot_index": 0,
"links": [
157
]
}
],
"properties": {
"Node name for S&R": "ModelSamplingSD3",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
8
]
},
{
"id": 82,
"type": "VAEDecode",
"pos": [
4130,
3050
],
"size": [
210,
46
],
"flags": {},
"order": 32,
"mode": 4,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 170
},
{
"name": "vae",
"type": "VAE",
"link": 171
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"slot_index": 0,
"links": [
172
]
}
],
"properties": {
"Node name for S&R": "VAEDecode",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": []
},
{
"id": 83,
"type": "CreateVideo",
"pos": [
4070,
3150
],
"size": [
270,
78
],
"flags": {},
"order": 34,
"mode": 4,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 172
},
{
"name": "audio",
"shape": 7,
"type": "AUDIO",
"link": null
}
],
"outputs": [
{
"name": "VIDEO",
"type": "VIDEO",
"links": [
153
]
}
],
"properties": {
"Node name for S&R": "CreateVideo",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {
"fps": true
}
}
},
"widgets_values": [
16
]
},
{
"id": 73,
"type": "SaveVideo",
"pos": [
4420,
1780
],
"size": [
1080,
1400
],
"flags": {},
"order": 36,
"mode": 4,
"inputs": [
{
"name": "video",
"type": "VIDEO",
"link": 153
}
],
"outputs": [],
"properties": {
"Node name for S&R": "SaveVideo",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {
"filename_prefix": true,
"format": true,
"codec": true
}
}
},
"widgets_values": [
"video/ComfyUI",
"auto",
"auto"
]
},
{
"id": 87,
"type": "WanCameraEmbedding",
"pos": [
3350,
2840
],
"size": [
236.8000030517578,
310
],
"flags": {},
"order": 2,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "camera_embedding",
"type": "WAN_CAMERA_EMBEDDING",
"links": [
165
]
},
{
"name": "width",
"type": "INT",
"links": [
166
]
},
{
"name": "height",
"type": "INT",
"links": [
167
]
},
{
"name": "length",
"type": "INT",
"links": [
168
]
}
],
"properties": {
"Node name for S&R": "WanCameraEmbedding",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"Zoom In",
720,
720,
81,
1,
0.5,
0.5,
0.5,
0.5
]
},
{
"id": 97,
"type": "LoadImage",
"pos": [
-220,
2510
],
"size": [
430,
490
],
"flags": {},
"order": 3,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"slot_index": 0,
"links": [
183
]
},
{
"name": "MASK",
"type": "MASK",
"slot_index": 1,
"links": null
}
],
"properties": {
"Node name for S&R": "LoadImage",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"video_wan2_2_14B_fun_camera_start_image.jpg",
"image"
]
},
{
"id": 98,
"type": "WanCameraImageToVideo",
"pos": [
580,
2620
],
"size": [
290,
230
],
"flags": {},
"order": 25,
"mode": 0,
"inputs": [
{
"name": "positive",
"type": "CONDITIONING",
"link": 180
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 181
},
{
"name": "vae",
"type": "VAE",
"link": 182
},
{
"name": "clip_vision_output",
"shape": 7,
"type": "CLIP_VISION_OUTPUT",
"link": null
},
{
"name": "start_image",
"shape": 7,
"type": "IMAGE",
"link": 183
},
{
"name": "camera_conditions",
"shape": 7,
"type": "WAN_CAMERA_EMBEDDING",
"link": 184
},
{
"name": "width",
"type": "INT",
"widget": {
"name": "width"
},
"link": 185
},
{
"name": "height",
"type": "INT",
"widget": {
"name": "height"
},
"link": 186
},
{
"name": "length",
"type": "INT",
"widget": {
"name": "length"
},
"link": 187
}
],
"outputs": [
{
"name": "positive",
"type": "CONDITIONING",
"links": [
192,
196
]
},
{
"name": "negative",
"type": "CONDITIONING",
"links": [
193,
197
]
},
{
"name": "latent",
"type": "LATENT",
"links": [
194
]
}
],
"properties": {
"Node name for S&R": "WanCameraImageToVideo",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {
"width": true,
"height": true,
"length": true
}
}
},
"widgets_values": [
832,
480,
81,
1
]
},
{
"id": 99,
"type": "CLIPTextEncode",
"pos": [
290,
2200
],
"size": [
580,
200
],
"flags": {},
"order": 19,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 188
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"slot_index": 0,
"links": [
181
]
}
],
"title": "CLIP Text Encode (Negative Prompt)",
"properties": {
"Node name for S&R": "CLIPTextEncode",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"色调艳丽过曝静态细节模糊不清字幕风格作品画作画面静止整体发灰最差质量低质量JPEG压缩残留丑陋的残缺的多余的手指画得不好的手部画得不好的脸部畸形的毁容的形态畸形的肢体手指融合静止不动的画面杂乱的背景三条腿背景人很多倒着走"
],
"color": "#223",
"bgcolor": "#335"
},
{
"id": 92,
"type": "UNETLoader",
"pos": [
-220,
1840
],
"size": [
430,
82
],
"flags": {},
"order": 4,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"slot_index": 0,
"links": [
204
]
}
],
"properties": {
"Node name for S&R": "UNETLoader",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "wan2.2_fun_camera_high_noise_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_fun_camera_high_noise_14B_fp8_scaled.safetensors",
"directory": "diffusion_models"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"wan2.2_fun_camera_high_noise_14B_fp8_scaled.safetensors",
"default"
]
},
{
"id": 95,
"type": "UNETLoader",
"pos": [
-220,
2040
],
"size": [
430,
82
],
"flags": {},
"order": 5,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"slot_index": 0,
"links": [
205
]
}
],
"properties": {
"Node name for S&R": "UNETLoader",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "wan2.2_fun_camera_low_noise_14B_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_fun_camera_low_noise_14B_fp8_scaled.safetensors",
"directory": "diffusion_models"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"wan2.2_fun_camera_low_noise_14B_fp8_scaled.safetensors",
"default"
]
},
{
"id": 91,
"type": "VAELoader",
"pos": [
-220,
2340
],
"size": [
430,
60
],
"flags": {},
"order": 6,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "VAE",
"type": "VAE",
"slot_index": 0,
"links": [
182,
200
]
}
],
"properties": {
"Node name for S&R": "VAELoader",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "wan_2.1_vae.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors",
"directory": "vae"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"wan_2.1_vae.safetensors"
]
},
{
"id": 96,
"type": "CLIPLoader",
"pos": [
-220,
2190
],
"size": [
430,
110
],
"flags": {},
"order": 7,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"slot_index": 0,
"links": [
188,
203
]
}
],
"properties": {
"Node name for S&R": "CLIPLoader",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"directory": "text_encoders"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"wan",
"default"
]
},
{
"id": 85,
"type": "CLIPLoader",
"pos": [
2840,
2410
],
"size": [
430,
110
],
"flags": {},
"order": 8,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "CLIP",
"type": "CLIP",
"slot_index": 0,
"links": [
154,
169
]
}
],
"properties": {
"Node name for S&R": "CLIPLoader",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"directory": "text_encoders"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"umt5_xxl_fp8_e4m3fn_scaled.safetensors",
"wan",
"default"
]
},
{
"id": 86,
"type": "VAELoader",
"pos": [
2840,
2560
],
"size": [
430,
60
],
"flags": {},
"order": 9,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "VAE",
"type": "VAE",
"slot_index": 0,
"links": [
163,
171
]
}
],
"properties": {
"Node name for S&R": "VAELoader",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"models": [
{
"name": "wan_2.1_vae.safetensors",
"url": "https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors",
"directory": "vae"
}
],
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"wan_2.1_vae.safetensors"
]
},
{
"id": 108,
"type": "WanCameraEmbedding",
"pos": [
290,
2620
],
"size": [
236.8000030517578,
310
],
"flags": {},
"order": 10,
"mode": 0,
"inputs": [],
"outputs": [
{
"name": "camera_embedding",
"type": "WAN_CAMERA_EMBEDDING",
"links": [
184
]
},
{
"name": "width",
"type": "INT",
"links": [
185
]
},
{
"name": "height",
"type": "INT",
"links": [
186
]
},
{
"name": "length",
"type": "INT",
"links": [
187
]
}
],
"properties": {
"Node name for S&R": "WanCameraEmbedding",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"Static",
720,
720,
81,
1,
0.5,
0.5,
0.5,
0.5
]
},
{
"id": 107,
"type": "CLIPTextEncode",
"pos": [
280,
1890
],
"size": [
600,
250
],
"flags": {},
"order": 20,
"mode": 0,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 203
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"slot_index": 0,
"links": [
180
]
}
],
"title": "CLIP Text Encode (Positive Prompt)",
"properties": {
"Node name for S&R": "CLIPTextEncode",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"Two rovers race past, leaving clear tracks. Base tower antenna flashes rapidly, modules flicker with light. Ship speeds toward giant planet, engine lights brilliant.\n"
],
"color": "#232",
"bgcolor": "#353"
},
{
"id": 71,
"type": "KSamplerAdvanced",
"pos": [
4040,
1770
],
"size": [
304.748046875,
546.0001220703125
],
"flags": {},
"order": 28,
"mode": 4,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 149
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 150
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 151
},
{
"name": "latent_image",
"type": "LATENT",
"link": 152
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
160
]
}
],
"properties": {
"Node name for S&R": "KSamplerAdvanced",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"enable",
258965858433509,
"randomize",
4,
1,
"euler",
"simple",
0,
2,
"enable"
]
},
{
"id": 78,
"type": "KSamplerAdvanced",
"pos": [
4050,
2440
],
"size": [
304.748046875,
546.0001220703125
],
"flags": {},
"order": 30,
"mode": 4,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 157
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 158
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 159
},
{
"name": "latent_image",
"type": "LATENT",
"link": 160
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
170
]
}
],
"properties": {
"Node name for S&R": "KSamplerAdvanced",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"disable",
0,
"fixed",
4,
1,
"euler",
"simple",
2,
4,
"disable"
]
},
{
"id": 81,
"type": "CLIPTextEncode",
"pos": [
3340,
2110
],
"size": [
600,
250
],
"flags": {},
"order": 22,
"mode": 4,
"inputs": [
{
"name": "clip",
"type": "CLIP",
"link": 169
}
],
"outputs": [
{
"name": "CONDITIONING",
"type": "CONDITIONING",
"slot_index": 0,
"links": [
161
]
}
],
"title": "CLIP Text Encode (Positive Prompt)",
"properties": {
"Node name for S&R": "CLIPTextEncode",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"Two rovers race past, leaving clear tracks. Base tower antenna flashes rapidly, modules flicker with light. Ship speeds toward giant planet, engine lights brilliant."
],
"color": "#232",
"bgcolor": "#353"
},
{
"id": 112,
"type": "MarkdownNote",
"pos": [
-790,
2160
],
"size": [
480,
150
],
"flags": {},
"order": 11,
"mode": 0,
"inputs": [],
"outputs": [],
"title": "VRAM Usage",
"properties": {},
"widgets_values": [
"## GPU:RTX4090D 24GB\n\n| Model | Size |VRAM Usage | 1st Generation | 2nd Generation |\n|---------------------|-------|-----------|---------------|-----------------|\n| fp8_scaled |640*640| 84% | ≈ 536s | ≈ 513s |\n| fp8_scaled + 4steps LoRA | 640*640 | 89% | ≈ 108s | ≈ 71s |"
],
"color": "#432",
"bgcolor": "#653"
},
{
"id": 110,
"type": "MarkdownNote",
"pos": [
-790,
1680
],
"size": [
480,
430
],
"flags": {},
"order": 12,
"mode": 0,
"inputs": [],
"outputs": [],
"properties": {},
"widgets_values": [
"[Tutorial](https://docs.comfy.org/tutorials/video/wan/wan2-2-fun-camera\n) \n\n**Diffusion Model**\n- [wan2.2_fun_camera_high_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_fun_camera_high_noise_14B_fp8_scaled.safetensors)\n- [wan2.2_fun_camera_low_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_fun_camera_low_noise_14B_fp8_scaled.safetensors)\n\n**LoRA**\n- [wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors)\n- [wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/loras/wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors)\n\n**VAE**\n- [wan_2.1_vae.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors)\n\n**Text Encoder** \n- [umt5_xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors)\n\n\n```\nComfyUI/\n├───📂 models/\n│ ├───📂 diffusion_models/\n│ │ ├─── wan2.2_fun_camera_high_noise_14B_fp8_scaled.safetensors\n│ │ └─── wan2.2_fun_camera_low_noise_14B_fp8_scaled.safetensors\n│ ├───📂 loras/\n│ │ ├─── wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors\n│ │ └─── wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors\n│ ├───📂 text_encoders/\n│ │ └─── umt5_xxl_fp8_e4m3fn_scaled.safetensors \n│ └───📂 vae/\n│ └── wan_2.1_vae.safetensors\n```\n"
],
"color": "#432",
"bgcolor": "#653"
},
{
"id": 79,
"type": "LoadImage",
"pos": [
2840,
2730
],
"size": [
430,
490
],
"flags": {},
"order": 13,
"mode": 4,
"inputs": [],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"slot_index": 0,
"links": [
164
]
},
{
"name": "MASK",
"type": "MASK",
"slot_index": 1,
"links": null
}
],
"properties": {
"Node name for S&R": "LoadImage",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"video_wan2_2_14B_fun_camera_start_image.jpg",
"image"
]
},
{
"id": 104,
"type": "VAEDecode",
"pos": [
990,
2650
],
"size": [
210,
46
],
"flags": {},
"order": 31,
"mode": 0,
"inputs": [
{
"name": "samples",
"type": "LATENT",
"link": 199
},
{
"name": "vae",
"type": "VAE",
"link": 200
}
],
"outputs": [
{
"name": "IMAGE",
"type": "IMAGE",
"slot_index": 0,
"links": [
201
]
}
],
"properties": {
"Node name for S&R": "VAEDecode",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": []
},
{
"id": 105,
"type": "CreateVideo",
"pos": [
1260,
2640
],
"size": [
270,
78
],
"flags": {},
"order": 33,
"mode": 0,
"inputs": [
{
"name": "images",
"type": "IMAGE",
"link": 201
},
{
"name": "audio",
"shape": 7,
"type": "AUDIO",
"link": null
}
],
"outputs": [
{
"name": "VIDEO",
"type": "VIDEO",
"links": [
202
]
}
],
"properties": {
"Node name for S&R": "CreateVideo",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {
"fps": true
}
}
},
"widgets_values": [
16
]
},
{
"id": 102,
"type": "KSamplerAdvanced",
"pos": [
940,
1860
],
"size": [
304.748046875,
546.0001220703125
],
"flags": {},
"order": 27,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 191
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 192
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 193
},
{
"name": "latent_image",
"type": "LATENT",
"link": 194
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
198
]
}
],
"properties": {
"Node name for S&R": "KSamplerAdvanced",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"enable",
12802742726693,
"randomize",
20,
3.5,
"euler",
"simple",
0,
10,
"enable"
]
},
{
"id": 103,
"type": "KSamplerAdvanced",
"pos": [
1280,
1860
],
"size": [
304.748046875,
546.0001220703125
],
"flags": {},
"order": 29,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 195
},
{
"name": "positive",
"type": "CONDITIONING",
"link": 196
},
{
"name": "negative",
"type": "CONDITIONING",
"link": 197
},
{
"name": "latent_image",
"type": "LATENT",
"link": 198
}
],
"outputs": [
{
"name": "LATENT",
"type": "LATENT",
"links": [
199
]
}
],
"properties": {
"Node name for S&R": "KSamplerAdvanced",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
"disable",
0,
"fixed",
20,
3.5,
"euler",
"simple",
10,
10000,
"disable"
]
},
{
"id": 101,
"type": "ModelSamplingSD3",
"pos": [
1280,
1760
],
"size": [
210,
60
],
"flags": {},
"order": 18,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 205
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"slot_index": 0,
"links": [
195
]
}
],
"properties": {
"Node name for S&R": "ModelSamplingSD3",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
8
]
},
{
"id": 100,
"type": "ModelSamplingSD3",
"pos": [
940,
1760
],
"size": [
210,
60
],
"flags": {},
"order": 17,
"mode": 0,
"inputs": [
{
"name": "model",
"type": "MODEL",
"link": 204
}
],
"outputs": [
{
"name": "MODEL",
"type": "MODEL",
"slot_index": 0,
"links": [
191
]
}
],
"properties": {
"Node name for S&R": "ModelSamplingSD3",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {}
}
},
"widgets_values": [
8.000000000000002
]
},
{
"id": 106,
"type": "SaveVideo",
"pos": [
1630,
1730
],
"size": [
1110,
1280
],
"flags": {},
"order": 35,
"mode": 0,
"inputs": [
{
"name": "video",
"type": "VIDEO",
"link": 202
}
],
"outputs": [],
"properties": {
"Node name for S&R": "SaveVideo",
"cnr_id": "comfy-core",
"ver": "0.3.50",
"enableTabs": false,
"tabWidth": 65,
"tabXOffset": 10,
"hasSecondTab": false,
"secondTabText": "Send Back",
"secondTabOffset": 80,
"secondTabWidth": 65,
"ue_properties": {
"widget_ue_connectable": {
"filename_prefix": true,
"format": true,
"codec": true
}
}
},
"widgets_values": [
"video/wan2.2_fun_camrea",
"auto",
"auto"
]
},
{
"id": 115,
"type": "Note",
"pos": [
-260,
1540
],
"size": [
360,
100
],
"flags": {},
"order": 14,
"mode": 0,
"inputs": [],
"outputs": [],
"title": "About 4 Steps LoRA",
"properties": {},
"widgets_values": [
"Using the Wan2.2 Lighting LoRA will result in the loss of video dynamics, but it will reduce the generation time. This template provides two workflows, and you can enable one as needed."
],
"color": "#432",
"bgcolor": "#653"
}
],
"links": [
[
149,
76,
0,
71,
0,
"MODEL"
],
[
150,
80,
0,
71,
1,
"CONDITIONING"
],
[
151,
80,
1,
71,
2,
"CONDITIONING"
],
[
152,
80,
2,
71,
3,
"LATENT"
],
[
153,
83,
0,
73,
0,
"VIDEO"
],
[
154,
85,
0,
74,
0,
"CLIP"
],
[
157,
77,
0,
78,
0,
"MODEL"
],
[
158,
80,
0,
78,
1,
"CONDITIONING"
],
[
159,
80,
1,
78,
2,
"CONDITIONING"
],
[
160,
71,
0,
78,
3,
"LATENT"
],
[
161,
81,
0,
80,
0,
"CONDITIONING"
],
[
162,
74,
0,
80,
1,
"CONDITIONING"
],
[
163,
86,
0,
80,
2,
"VAE"
],
[
164,
79,
0,
80,
4,
"IMAGE"
],
[
165,
87,
0,
80,
5,
"WAN_CAMERA_EMBEDDING"
],
[
166,
87,
1,
80,
6,
"INT"
],
[
167,
87,
2,
80,
7,
"INT"
],
[
168,
87,
3,
80,
8,
"INT"
],
[
169,
85,
0,
81,
0,
"CLIP"
],
[
170,
78,
0,
82,
0,
"LATENT"
],
[
171,
86,
0,
82,
1,
"VAE"
],
[
172,
82,
0,
83,
0,
"IMAGE"
],
[
173,
75,
0,
88,
0,
"MODEL"
],
[
174,
88,
0,
76,
0,
"MODEL"
],
[
176,
90,
0,
77,
0,
"MODEL"
],
[
177,
72,
0,
90,
0,
"MODEL"
],
[
180,
107,
0,
98,
0,
"CONDITIONING"
],
[
181,
99,
0,
98,
1,
"CONDITIONING"
],
[
182,
91,
0,
98,
2,
"VAE"
],
[
183,
97,
0,
98,
4,
"IMAGE"
],
[
184,
108,
0,
98,
5,
"WAN_CAMERA_EMBEDDING"
],
[
185,
108,
1,
98,
6,
"INT"
],
[
186,
108,
2,
98,
7,
"INT"
],
[
187,
108,
3,
98,
8,
"INT"
],
[
188,
96,
0,
99,
0,
"CLIP"
],
[
191,
100,
0,
102,
0,
"MODEL"
],
[
192,
98,
0,
102,
1,
"CONDITIONING"
],
[
193,
98,
1,
102,
2,
"CONDITIONING"
],
[
194,
98,
2,
102,
3,
"LATENT"
],
[
195,
101,
0,
103,
0,
"MODEL"
],
[
196,
98,
0,
103,
1,
"CONDITIONING"
],
[
197,
98,
1,
103,
2,
"CONDITIONING"
],
[
198,
102,
0,
103,
3,
"LATENT"
],
[
199,
103,
0,
104,
0,
"LATENT"
],
[
200,
91,
0,
104,
1,
"VAE"
],
[
201,
104,
0,
105,
0,
"IMAGE"
],
[
202,
105,
0,
106,
0,
"VIDEO"
],
[
203,
96,
0,
107,
0,
"CLIP"
],
[
204,
92,
0,
100,
0,
"MODEL"
],
[
205,
95,
0,
101,
0,
"MODEL"
]
],
"groups": [
{
"id": 1,
"title": "High noise (first steps)",
"bounding": [
2820,
1740,
470,
290
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 2,
"title": "Step 3 - Prompt",
"bounding": [
3320,
2040,
640,
600
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 5,
"title": "Step 1 - Load models",
"bounding": [
2810,
1700,
490,
940
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 3,
"title": "Low noise (last steps)",
"bounding": [
2820,
2050,
470,
310
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 6,
"title": "Step 2 - Upload start_image",
"bounding": [
2810,
2660,
490,
570
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 7,
"title": "Step 4 - Camera Conditions",
"bounding": [
3320,
2660,
640,
570
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 8,
"title": "High noisefirst steps",
"bounding": [
-230,
1770,
460,
170
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 9,
"title": "Step 3 - Prompt",
"bounding": [
260,
1820,
640,
600
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 11,
"title": "Step 1 - Load models",
"bounding": [
-240,
1730,
480,
690
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 10,
"title": "Low noise (last steps)",
"bounding": [
-230,
1960,
460,
180
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 12,
"title": "Step 2 - Upload start_image",
"bounding": [
-250,
2440,
490,
570
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 13,
"title": "Step 4 - Camera Conditions",
"bounding": [
260,
2440,
640,
570
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 14,
"title": "LightX2V 4 Steps LoRA Can Speed up the workflow but will sacrifice some quality",
"bounding": [
2800,
1660,
2700,
1580
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
},
{
"id": 15,
"title": "Default (Without Lightning LoRA)",
"bounding": [
-260,
1660,
3030,
1380
],
"color": "#3f789e",
"font_size": 24,
"flags": {}
}
],
"config": {},
"extra": {
"ds": {
"scale": 0.21550169082041803,
"offset": [
2526.726804007633,
-485.28267180190414
]
},
"frontendVersion": "1.32.1",
"ue_links": [],
"links_added_by_ue": [],
"VHS_latentpreview": false,
"VHS_latentpreviewrate": 0,
"VHS_MetadataImage": true,
"VHS_KeepIntermediate": true
},
"version": 0.4
}