Instructions to use obsxrver/wan2.2-i2v-scat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use obsxrver/wan2.2-i2v-scat with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-I2V-A14B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("obsxrver/wan2.2-i2v-scat") prompt = "A man with short gray hair plays a red electric guitar." input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png") image = pipe(image=input_image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
| { | |
| "id": "04199f77-0876-49be-b809-b9a23a65977e", | |
| "revision": 0, | |
| "last_node_id": 136, | |
| "last_link_id": 240, | |
| "nodes": [ | |
| { | |
| "id": 119, | |
| "type": "PathchSageAttentionKJ", | |
| "pos": [ | |
| 614.6253257113261, | |
| -715.6873449422518 | |
| ], | |
| "size": [ | |
| 522.4486484809486, | |
| 58 | |
| ], | |
| "flags": {}, | |
| "order": 15, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 219 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 220 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "6c996e1877db08c7de020ee14421dd28d7574ec2", | |
| "Node name for S&R": "PathchSageAttentionKJ" | |
| }, | |
| "widgets_values": [ | |
| "sageattn_qk_int8_pv_fp8_cuda++" | |
| ] | |
| }, | |
| { | |
| "id": 121, | |
| "type": "TorchCompileModelWanVideoV2", | |
| "pos": [ | |
| 610.8163354100368, | |
| -622.2936970224813 | |
| ], | |
| "size": [ | |
| 529.0236139792091, | |
| 202 | |
| ], | |
| "flags": {}, | |
| "order": 18, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 220 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 227 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "6c996e1877db08c7de020ee14421dd28d7574ec2", | |
| "Node name for S&R": "TorchCompileModelWanVideoV2" | |
| }, | |
| "widgets_values": [ | |
| "inductor", | |
| false, | |
| "default", | |
| false, | |
| true, | |
| 77, | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 104, | |
| "type": "ModelSamplingSD3", | |
| "pos": [ | |
| 607.5249654703468, | |
| -384.97270649723407 | |
| ], | |
| "size": [ | |
| 539.3750606790059, | |
| 58 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 20, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 227 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 195 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "ModelSamplingSD3", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 6 | |
| ] | |
| }, | |
| { | |
| "id": 135, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -2.0625642370434636, | |
| -1150.4364169571334 | |
| ], | |
| "size": [ | |
| 480, | |
| 530 | |
| ], | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "SageAttention:", | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "# SageAttention Speedup: \nNote: fp8_cuda++ mode requires CUDA 12.8 or above\n```\ngit clone https://github.com/thu-ml/SageAttention\ncd SageAttention\npython setup.py install\n```\n\nor:\n\n```\npip install sageattention==2.2.0 --no-build-isolation\n```" | |
| ], | |
| "color": "#432", | |
| "bgcolor": "#653" | |
| }, | |
| { | |
| "id": 130, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| 622.4711987872594, | |
| -1084.8256407191038 | |
| ], | |
| "size": [ | |
| 514.8643543205767, | |
| 87.41735297169419 | |
| ], | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 233 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.67", | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 120, | |
| "type": "PathchSageAttentionKJ", | |
| "pos": [ | |
| 1318.3096522844278, | |
| -718.2755673400391 | |
| ], | |
| "size": [ | |
| 546.6208774406482, | |
| 63.24399767659986 | |
| ], | |
| "flags": {}, | |
| "order": 16, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 222 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 221 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "6c996e1877db08c7de020ee14421dd28d7574ec2", | |
| "Node name for S&R": "PathchSageAttentionKJ" | |
| }, | |
| "widgets_values": [ | |
| "sageattn_qk_int8_pv_fp8_cuda++" | |
| ] | |
| }, | |
| { | |
| "id": 122, | |
| "type": "TorchCompileModelWanVideoV2", | |
| "pos": [ | |
| 1314.2732863234808, | |
| -621.3659497379937 | |
| ], | |
| "size": [ | |
| 558.9815759126782, | |
| 208.55499709574997 | |
| ], | |
| "flags": {}, | |
| "order": 19, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 221 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 228 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfyui-kjnodes", | |
| "ver": "6c996e1877db08c7de020ee14421dd28d7574ec2", | |
| "Node name for S&R": "TorchCompileModelWanVideoV2" | |
| }, | |
| "widgets_values": [ | |
| "inductor", | |
| false, | |
| "default", | |
| false, | |
| true, | |
| 77, | |
| true | |
| ] | |
| }, | |
| { | |
| "id": 66, | |
| "type": "MarkdownNote", | |
| "pos": [ | |
| -501.7261859434295, | |
| -1151.2260717178608 | |
| ], | |
| "size": [ | |
| 480, | |
| 530 | |
| ], | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [], | |
| "title": "Model Links", | |
| "properties": { | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "[Tutorial](https://docs.comfy.org/tutorials/video/wan/wan2_2\n)\n\n**Diffusion Model**\n- [wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_high_noise_14B_fp8_scaled.safetensors)\n- [wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/Wan_2.2_ComfyUI_Repackaged/resolve/main/split_files/diffusion_models/wan2.2_i2v_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\nFile save location\n\n```\nComfyUI/\n├───📂 models/\n│ ├───📂 diffusion_models/\n│ │ ├─── wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors\n│ │ └─── wan2.2_i2v_high_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": 136, | |
| "type": "UNETLoader", | |
| "pos": [ | |
| 1330.232437422612, | |
| -1102.1126308446537 | |
| ], | |
| "size": [ | |
| 514.8643543205767, | |
| 87.41735297169419 | |
| ], | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 239 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.67", | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "wan2.2_i2v_low_noise_14B_fp8_scaled.safetensors", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 103, | |
| "type": "ModelSamplingSD3", | |
| "pos": [ | |
| 1312.591435147153, | |
| -378.7172569173867 | |
| ], | |
| "size": [ | |
| 568.7371137855882, | |
| 67.8920865263135 | |
| ], | |
| "flags": { | |
| "collapsed": false | |
| }, | |
| "order": 21, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 228 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "slot_index": 0, | |
| "links": [ | |
| 192 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "ModelSamplingSD3", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 6 | |
| ] | |
| }, | |
| { | |
| "id": 129, | |
| "type": "CLIPLoader", | |
| "pos": [ | |
| -1118.6796115739417, | |
| -272.1699458838996 | |
| ], | |
| "size": [ | |
| 270, | |
| 106 | |
| ], | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 232, | |
| 238 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.67", | |
| "Node name for S&R": "CLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "umt5_xxl_fp8_e4m3fn_scaled.safetensors", | |
| "wan", | |
| "default" | |
| ] | |
| }, | |
| { | |
| "id": 101, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 615.2801071778579, | |
| -835.9662695633759 | |
| ], | |
| "size": [ | |
| 521.61394253756, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 12, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 224 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 219 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.49", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "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" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "wan2.2_i2v_lightx2v_4steps_lora_v1_high_noise.safetensors", | |
| 0.9 | |
| ] | |
| }, | |
| { | |
| "id": 102, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 1323.075875014609, | |
| -836.88653562485 | |
| ], | |
| "size": [ | |
| 536.9558861533981, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 13, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 226 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 222 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.49", | |
| "Node name for S&R": "LoraLoaderModelOnly", | |
| "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" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "wan2.2_i2v_lightx2v_4steps_lora_v1_low_noise.safetensors", | |
| 0.9 | |
| ] | |
| }, | |
| { | |
| "id": 133, | |
| "type": "ImageScaleToTotalPixels", | |
| "pos": [ | |
| -1129.2488846199208, | |
| -104.8932170606604 | |
| ], | |
| "size": [ | |
| 270, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 11, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 234 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 235 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.67", | |
| "Node name for S&R": "ImageScaleToTotalPixels" | |
| }, | |
| "widgets_values": [ | |
| "nearest-exact", | |
| 0.92 | |
| ] | |
| }, | |
| { | |
| "id": 89, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -280.139439762764, | |
| -249.13457040656195 | |
| ], | |
| "size": [ | |
| 496.888290800576, | |
| 150.13247736064346 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 238 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 184 | |
| ] | |
| } | |
| ], | |
| "title": "CLIP Text Encode (Negative Prompt)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "色调艳丽,过曝,静态,细节模糊不清,字幕,风格,作品,画作,画面,静止,整体发灰,最差质量,低质量,JPEG压缩残留,丑陋的,残缺的,多余的手指,画得不好的手部,画得不好的脸部,畸形的,毁容的,形态畸形的肢体,手指融合,静止不动的画面,杂乱的背景,三条腿,背景人很多,倒着走" | |
| ], | |
| "color": "#322", | |
| "bgcolor": "#533" | |
| }, | |
| { | |
| "id": 134, | |
| "type": "GetImageSize", | |
| "pos": [ | |
| 233.75062223476542, | |
| -162.68514457338594 | |
| ], | |
| "size": [ | |
| 210, | |
| 136 | |
| ], | |
| "flags": {}, | |
| "order": 14, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "image", | |
| "type": "IMAGE", | |
| "link": 235 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "links": [ | |
| 236 | |
| ] | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "links": [ | |
| 237 | |
| ] | |
| }, | |
| { | |
| "name": "batch_size", | |
| "type": "INT", | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.67", | |
| "Node name for S&R": "GetImageSize" | |
| }, | |
| "widgets_values": [ | |
| "width: 878, height: 1098\n batch size: 1" | |
| ] | |
| }, | |
| { | |
| "id": 90, | |
| "type": "VAELoader", | |
| "pos": [ | |
| -1484.8466711624692, | |
| -309.0634647885488 | |
| ], | |
| "size": [ | |
| 344.731689453125, | |
| 59.98149108886719 | |
| ], | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "slot_index": 0, | |
| "links": [ | |
| 176, | |
| 185 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "VAELoader", | |
| "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" | |
| } | |
| ], | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "wan_2.1_vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 87, | |
| "type": "VAEDecode", | |
| "pos": [ | |
| 2221.592447907305, | |
| -278.2170626955053 | |
| ], | |
| "size": [ | |
| 210, | |
| 46 | |
| ], | |
| "flags": {}, | |
| "order": 24, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 175 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 176 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 240 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "VAEDecode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 94, | |
| "type": "CreateVideo", | |
| "pos": [ | |
| 2215.6224108576644, | |
| -106.1210850780723 | |
| ], | |
| "size": [ | |
| 210, | |
| 78 | |
| ], | |
| "flags": {}, | |
| "order": 25, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 240 | |
| }, | |
| { | |
| "name": "audio", | |
| "shape": 7, | |
| "type": "AUDIO", | |
| "link": null | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "VIDEO", | |
| "type": "VIDEO", | |
| "links": [ | |
| 197 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "CreateVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 16 | |
| ] | |
| }, | |
| { | |
| "id": 98, | |
| "type": "WanImageToVideo", | |
| "pos": [ | |
| 480.3636920802746, | |
| -267.72224246511007 | |
| ], | |
| "size": [ | |
| 342.5999755859375, | |
| 210 | |
| ], | |
| "flags": {}, | |
| "order": 17, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 183 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 184 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 185 | |
| }, | |
| { | |
| "name": "clip_vision_output", | |
| "shape": 7, | |
| "type": "CLIP_VISION_OUTPUT", | |
| "link": null | |
| }, | |
| { | |
| "name": "start_image", | |
| "shape": 7, | |
| "type": "IMAGE", | |
| "link": 186 | |
| }, | |
| { | |
| "name": "width", | |
| "type": "INT", | |
| "widget": { | |
| "name": "width" | |
| }, | |
| "link": 236 | |
| }, | |
| { | |
| "name": "height", | |
| "type": "INT", | |
| "widget": { | |
| "name": "height" | |
| }, | |
| "link": 237 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 168, | |
| 172 | |
| ] | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "slot_index": 1, | |
| "links": [ | |
| 169, | |
| 173 | |
| ] | |
| }, | |
| { | |
| "name": "latent", | |
| "type": "LATENT", | |
| "slot_index": 2, | |
| "links": [ | |
| 174 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "WanImageToVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| 896, | |
| 1008, | |
| 81, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 85, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 1891.3349755124405, | |
| -279.8274658786631 | |
| ], | |
| "size": [ | |
| 304.748046875, | |
| 546 | |
| ], | |
| "flags": {}, | |
| "order": 23, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 192 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 168 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 169 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 170 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 175 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "disable", | |
| 0, | |
| "fixed", | |
| 8, | |
| 1, | |
| "euler", | |
| "simple", | |
| 4, | |
| 8, | |
| "disable" | |
| ] | |
| }, | |
| { | |
| "id": 86, | |
| "type": "KSamplerAdvanced", | |
| "pos": [ | |
| 1165.5778665880612, | |
| -284.7074705256243 | |
| ], | |
| "size": [ | |
| 304.748046875, | |
| 546 | |
| ], | |
| "flags": {}, | |
| "order": 22, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 195 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 172 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 173 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 174 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 170 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "KSamplerAdvanced", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "enable", | |
| 383440732456882, | |
| "randomize", | |
| 8, | |
| 1, | |
| "euler", | |
| "simple", | |
| 0, | |
| 4, | |
| "enable" | |
| ] | |
| }, | |
| { | |
| "id": 123, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 622.2629527192822, | |
| -955.4802524564035 | |
| ], | |
| "size": [ | |
| 508.15349820612516, | |
| 82 | |
| ], | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 233 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 224 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.67", | |
| "Node name for S&R": "LoraLoaderModelOnly" | |
| }, | |
| "widgets_values": [ | |
| "WAN/scat-xx-i2v/WAN2.2-HighNoise_scat-xx-i2v.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 124, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": [ | |
| 1326.144919754243, | |
| -972.4521226429305 | |
| ], | |
| "size": [ | |
| 530.28520236142, | |
| 94.31650333307675 | |
| ], | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 239 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 226 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.67", | |
| "Node name for S&R": "LoraLoaderModelOnly" | |
| }, | |
| "widgets_values": [ | |
| "WAN/scat-xx-i2v/WAN2.2-LowNoise_scat-xx-i2v.safetensors", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 93, | |
| "type": "CLIPTextEncode", | |
| "pos": [ | |
| -802.3407060995376, | |
| -270.5015525432804 | |
| ], | |
| "size": [ | |
| 510, | |
| 173.3204498996646 | |
| ], | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 232 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "slot_index": 0, | |
| "links": [ | |
| 183 | |
| ] | |
| } | |
| ], | |
| "title": "CLIP Text Encode (Positive Prompt)", | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "CLIPTextEncode", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "the video cuts, in the next scene, the same girl is completely nude, sitting with her legs spread, covered in feces, and she defecates, no camera movement" | |
| ], | |
| "color": "#232", | |
| "bgcolor": "#353" | |
| }, | |
| { | |
| "id": 97, | |
| "type": "LoadImage", | |
| "pos": [ | |
| -1461.2036094385535, | |
| -205.00600748161605 | |
| ], | |
| "size": [ | |
| 315, | |
| 314.0001220703125 | |
| ], | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "slot_index": 0, | |
| "links": [ | |
| 186, | |
| 234 | |
| ] | |
| }, | |
| { | |
| "name": "MASK", | |
| "type": "MASK", | |
| "slot_index": 1, | |
| "links": null | |
| } | |
| ], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.45", | |
| "Node name for S&R": "LoadImage", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "example.jpg", | |
| "image" | |
| ] | |
| }, | |
| { | |
| "id": 108, | |
| "type": "SaveVideo", | |
| "pos": [ | |
| 2551.8597610573656, | |
| -246.45994212061782 | |
| ], | |
| "size": [ | |
| 626.5140257398161, | |
| 823.4372929618924 | |
| ], | |
| "flags": {}, | |
| "order": 26, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "video", | |
| "type": "VIDEO", | |
| "link": 197 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "cnr_id": "comfy-core", | |
| "ver": "0.3.49", | |
| "Node name for S&R": "SaveVideo", | |
| "ue_properties": { | |
| "widget_ue_connectable": {}, | |
| "version": "7.1", | |
| "input_ue_unconnectable": {} | |
| } | |
| }, | |
| "widgets_values": [ | |
| "video/ComfyUI", | |
| "auto", | |
| "auto" | |
| ] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 168, | |
| 98, | |
| 0, | |
| 85, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 169, | |
| 98, | |
| 1, | |
| 85, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 170, | |
| 86, | |
| 0, | |
| 85, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 172, | |
| 98, | |
| 0, | |
| 86, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 173, | |
| 98, | |
| 1, | |
| 86, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 174, | |
| 98, | |
| 2, | |
| 86, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 175, | |
| 85, | |
| 0, | |
| 87, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 176, | |
| 90, | |
| 0, | |
| 87, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 183, | |
| 93, | |
| 0, | |
| 98, | |
| 0, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 184, | |
| 89, | |
| 0, | |
| 98, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 185, | |
| 90, | |
| 0, | |
| 98, | |
| 2, | |
| "VAE" | |
| ], | |
| [ | |
| 186, | |
| 97, | |
| 0, | |
| 98, | |
| 4, | |
| "IMAGE" | |
| ], | |
| [ | |
| 192, | |
| 103, | |
| 0, | |
| 85, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 195, | |
| 104, | |
| 0, | |
| 86, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 197, | |
| 94, | |
| 0, | |
| 108, | |
| 0, | |
| "VIDEO" | |
| ], | |
| [ | |
| 219, | |
| 101, | |
| 0, | |
| 119, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 220, | |
| 119, | |
| 0, | |
| 121, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 221, | |
| 120, | |
| 0, | |
| 122, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 222, | |
| 102, | |
| 0, | |
| 120, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 224, | |
| 123, | |
| 0, | |
| 101, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 226, | |
| 124, | |
| 0, | |
| 102, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 227, | |
| 121, | |
| 0, | |
| 104, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 228, | |
| 122, | |
| 0, | |
| 103, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 232, | |
| 129, | |
| 0, | |
| 93, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 233, | |
| 130, | |
| 0, | |
| 123, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 234, | |
| 97, | |
| 0, | |
| 133, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 235, | |
| 133, | |
| 0, | |
| 134, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 236, | |
| 134, | |
| 0, | |
| 98, | |
| 5, | |
| "INT" | |
| ], | |
| [ | |
| 237, | |
| 134, | |
| 1, | |
| 98, | |
| 6, | |
| "INT" | |
| ], | |
| [ | |
| 238, | |
| 129, | |
| 0, | |
| 89, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 239, | |
| 136, | |
| 0, | |
| 124, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 240, | |
| 87, | |
| 0, | |
| 94, | |
| 0, | |
| "IMAGE" | |
| ] | |
| ], | |
| "groups": [ | |
| { | |
| "id": 17, | |
| "title": "High Noise", | |
| "bounding": [ | |
| 623.5152724714709, | |
| -1207.0551424665475, | |
| 531.8183964013574, | |
| 889.017741557459 | |
| ], | |
| "color": "#88A", | |
| "font_size": 24, | |
| "flags": {} | |
| }, | |
| { | |
| "id": 18, | |
| "title": "Low Noise", | |
| "bounding": [ | |
| 1310.373825952648, | |
| -1207.1210857373344, | |
| 565.1308916419589, | |
| 890.6040508546305 | |
| ], | |
| "color": "#444", | |
| "font_size": 24, | |
| "flags": {} | |
| } | |
| ], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.6934334949441373, | |
| "offset": [ | |
| 380.7203411546986, | |
| 745.2599366760396 | |
| ] | |
| }, | |
| "frontendVersion": "1.28.8", | |
| "VHS_latentpreview": false, | |
| "VHS_latentpreviewrate": 0, | |
| "VHS_MetadataImage": true, | |
| "VHS_KeepIntermediate": true, | |
| "ue_links": [] | |
| }, | |
| "version": 0.4 | |
| } |