Update
Browse files- .DS_Store +0 -0
- ckpt/pimpmypony_pmpRealAnime.safetensors +3 -0
- comfyprov-vastai.sh +11 -0
- loras/.DS_Store +0 -0
- workflows/SDXL-LoRaStack-Upscale.json +231 -231
- workflows/WAN2.2-I2V-AutoPrompt-SingleVideo-GGUF.json +943 -921
- workflows/{WAN2.2-I2V-AutoPrompt-SingleVideo-v1.json → WAN2.2-I2V-AutoPrompt-SingleVideo.json} +1438 -1221
- workflows/WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-GGUF.json +0 -0
- workflows/{WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-v1-1.json → WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-v1-2.json} +0 -0
- workflows/WAN2.2-T2V-AutoPrompt-SV-GGUF.json +0 -0
- workflows/WAN2.2-T2V-AutoPrompt-SingleVideo.json +0 -0
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
ckpt/pimpmypony_pmpRealAnime.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40a03b5fe4ae3b006e6499ec1c986fcaf2e2f46b20c507d0c9c577bfa4022942
|
| 3 |
+
size 6938063594
|
comfyprov-vastai.sh
CHANGED
|
@@ -13,6 +13,7 @@ APT_PACKAGES=(
|
|
| 13 |
PIP_PACKAGES=(
|
| 14 |
"sageattention"
|
| 15 |
"triton"
|
|
|
|
| 16 |
)
|
| 17 |
|
| 18 |
NODES=(
|
|
@@ -43,6 +44,7 @@ WORKFLOWS=(
|
|
| 43 |
"https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-AutoPrompt-SingleVideo-v1.json"
|
| 44 |
"https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-GGUF.json"
|
| 45 |
"https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-v1-1.json"
|
|
|
|
| 46 |
)
|
| 47 |
|
| 48 |
|
|
@@ -70,6 +72,12 @@ ESRGAN_MODELS=(
|
|
| 70 |
|
| 71 |
)
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
CONTROLNET_MODELS=(
|
| 74 |
)
|
| 75 |
|
|
@@ -101,6 +109,9 @@ function provisioning_start() {
|
|
| 101 |
provisioning_get_files \
|
| 102 |
"${COMFYUI_DIR}/models/upscale_models" \
|
| 103 |
"${ESRGAN_MODELS[@]}"
|
|
|
|
|
|
|
|
|
|
| 104 |
provisioning_print_end
|
| 105 |
}
|
| 106 |
|
|
|
|
| 13 |
PIP_PACKAGES=(
|
| 14 |
"sageattention"
|
| 15 |
"triton"
|
| 16 |
+
"--upgrade --force-reinstall ${COMFYUI_DIR}/user/default/workflows/llama_cpp_python-0.3.22-cp312-cp312-linux_x86_64.whl"
|
| 17 |
)
|
| 18 |
|
| 19 |
NODES=(
|
|
|
|
| 44 |
"https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-AutoPrompt-SingleVideo-v1.json"
|
| 45 |
"https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-GGUF.json"
|
| 46 |
"https://huggingface.co/huchukato/favs/resolve/main/workflows/WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-v1-1.json"
|
| 47 |
+
"https://github.com/JamePeng/llama-cpp-python/releases/download/v0.3.22-cu130-Basic-linux-20260118/llama_cpp_python-0.3.22-cp312-cp312-linux_x86_64.whl"
|
| 48 |
)
|
| 49 |
|
| 50 |
|
|
|
|
| 72 |
|
| 73 |
)
|
| 74 |
|
| 75 |
+
TEXT_ENCODERS=(
|
| 76 |
+
"https://huggingface.co/NSFW-API/NSFW-Wan-UMT5-XXL/resolve/main/nsfw_wan_umt5-xxl_fp8_scaled.safetensors"
|
| 77 |
+
"https://huggingface.co/city96/umt5-xxl-encoder-gguf/resolve/main/umt5-xxl-encoder-Q8_0.gguf"
|
| 78 |
+
|
| 79 |
+
)
|
| 80 |
+
|
| 81 |
CONTROLNET_MODELS=(
|
| 82 |
)
|
| 83 |
|
|
|
|
| 109 |
provisioning_get_files \
|
| 110 |
"${COMFYUI_DIR}/models/upscale_models" \
|
| 111 |
"${ESRGAN_MODELS[@]}"
|
| 112 |
+
provisioning_get_files \
|
| 113 |
+
"${COMFYUI_DIR}/models/text_encoders" \
|
| 114 |
+
"${TEXT_ENCODERS[@]}"
|
| 115 |
provisioning_print_end
|
| 116 |
}
|
| 117 |
|
loras/.DS_Store
CHANGED
|
Binary files a/loras/.DS_Store and b/loras/.DS_Store differ
|
|
|
workflows/SDXL-LoRaStack-Upscale.json
CHANGED
|
@@ -192,119 +192,6 @@
|
|
| 192 |
"SDXL/sdxl_vae.safetensors"
|
| 193 |
]
|
| 194 |
},
|
| 195 |
-
{
|
| 196 |
-
"id": 21,
|
| 197 |
-
"type": "ImpactWildcardEncode",
|
| 198 |
-
"pos": [
|
| 199 |
-
257.9352111816406,
|
| 200 |
-
-247.78758239746094
|
| 201 |
-
],
|
| 202 |
-
"size": [
|
| 203 |
-
422.0667724609375,
|
| 204 |
-
484.359375
|
| 205 |
-
],
|
| 206 |
-
"flags": {},
|
| 207 |
-
"order": 7,
|
| 208 |
-
"mode": 0,
|
| 209 |
-
"inputs": [
|
| 210 |
-
{
|
| 211 |
-
"name": "model",
|
| 212 |
-
"type": "MODEL",
|
| 213 |
-
"link": 84
|
| 214 |
-
},
|
| 215 |
-
{
|
| 216 |
-
"name": "clip",
|
| 217 |
-
"type": "CLIP",
|
| 218 |
-
"link": 85
|
| 219 |
-
}
|
| 220 |
-
],
|
| 221 |
-
"outputs": [
|
| 222 |
-
{
|
| 223 |
-
"name": "model",
|
| 224 |
-
"type": "MODEL",
|
| 225 |
-
"slot_index": 0,
|
| 226 |
-
"links": [
|
| 227 |
-
22,
|
| 228 |
-
87
|
| 229 |
-
]
|
| 230 |
-
},
|
| 231 |
-
{
|
| 232 |
-
"name": "clip",
|
| 233 |
-
"type": "CLIP",
|
| 234 |
-
"slot_index": 1,
|
| 235 |
-
"links": []
|
| 236 |
-
},
|
| 237 |
-
{
|
| 238 |
-
"name": "conditioning",
|
| 239 |
-
"type": "CONDITIONING",
|
| 240 |
-
"slot_index": 2,
|
| 241 |
-
"links": [
|
| 242 |
-
23
|
| 243 |
-
]
|
| 244 |
-
},
|
| 245 |
-
{
|
| 246 |
-
"name": "populated_text",
|
| 247 |
-
"type": "STRING",
|
| 248 |
-
"links": null
|
| 249 |
-
}
|
| 250 |
-
],
|
| 251 |
-
"properties": {
|
| 252 |
-
"cnr_id": "comfyui-impact-pack",
|
| 253 |
-
"ver": "2804f7944f125b1c10bc9d1fbb5a997a25a62726",
|
| 254 |
-
"Node name for S&R": "ImpactWildcardEncode"
|
| 255 |
-
},
|
| 256 |
-
"widgets_values": [
|
| 257 |
-
"score_9, score_8_up, score_7_up, score_6_up, __mbe/prmpt/imgcmp/frmngbd__, in a __mbe/prmpt/scenery__, __MBE/prmpt/light/rndmlight__, __mbe/prmpt/char/rndmchar__, __mbe/prmpt/clths/rndmclth__, __mbe/actsolo/brstplng__",
|
| 258 |
-
"score_9, score_8_up, score_7_up, score_6_up, feet out of frame, in a no humans, evening, spotlight, sidelighting, colored shadow, 1girl, grey hair, bald, low-tied sidelocks, star-shaped hair, tri drills, blue eyes, slim body, large breasts, round butt, emo fashion, solo, breast slip, nipple stimulation, nipple press,",
|
| 259 |
-
"populate",
|
| 260 |
-
"Select the LoRA to add to the text",
|
| 261 |
-
"Select Wildcard 🟢 Full Cache",
|
| 262 |
-
981677564029574,
|
| 263 |
-
"randomize"
|
| 264 |
-
],
|
| 265 |
-
"color": "#322",
|
| 266 |
-
"bgcolor": "#533"
|
| 267 |
-
},
|
| 268 |
-
{
|
| 269 |
-
"id": 31,
|
| 270 |
-
"type": "CLIPTextEncode",
|
| 271 |
-
"pos": [
|
| 272 |
-
263.05444946289066,
|
| 273 |
-
295.92528442382815
|
| 274 |
-
],
|
| 275 |
-
"size": [
|
| 276 |
-
409.0626220703125,
|
| 277 |
-
105.67417907714844
|
| 278 |
-
],
|
| 279 |
-
"flags": {},
|
| 280 |
-
"order": 6,
|
| 281 |
-
"mode": 0,
|
| 282 |
-
"inputs": [
|
| 283 |
-
{
|
| 284 |
-
"name": "clip",
|
| 285 |
-
"type": "CLIP",
|
| 286 |
-
"link": 82
|
| 287 |
-
}
|
| 288 |
-
],
|
| 289 |
-
"outputs": [
|
| 290 |
-
{
|
| 291 |
-
"name": "CONDITIONING",
|
| 292 |
-
"type": "CONDITIONING",
|
| 293 |
-
"slot_index": 0,
|
| 294 |
-
"links": [
|
| 295 |
-
36
|
| 296 |
-
]
|
| 297 |
-
}
|
| 298 |
-
],
|
| 299 |
-
"properties": {
|
| 300 |
-
"cnr_id": "comfy-core",
|
| 301 |
-
"ver": "0.3.67",
|
| 302 |
-
"Node name for S&R": "CLIPTextEncode"
|
| 303 |
-
},
|
| 304 |
-
"widgets_values": [
|
| 305 |
-
"score_5, score_4, score_3, worst quality, low quality, ugly, malformed, bad anatomy, grayscale, watermark, artist name, "
|
| 306 |
-
]
|
| 307 |
-
},
|
| 308 |
{
|
| 309 |
"id": 3,
|
| 310 |
"type": "KSampler",
|
|
@@ -357,7 +244,7 @@
|
|
| 357 |
"Node name for S&R": "KSampler"
|
| 358 |
},
|
| 359 |
"widgets_values": [
|
| 360 |
-
|
| 361 |
"randomize",
|
| 362 |
30,
|
| 363 |
5,
|
|
@@ -366,58 +253,6 @@
|
|
| 366 |
1
|
| 367 |
]
|
| 368 |
},
|
| 369 |
-
{
|
| 370 |
-
"id": 4,
|
| 371 |
-
"type": "CheckpointLoaderSimple",
|
| 372 |
-
"pos": [
|
| 373 |
-
-102.09164215087836,
|
| 374 |
-
378.7225976562511
|
| 375 |
-
],
|
| 376 |
-
"size": [
|
| 377 |
-
315,
|
| 378 |
-
98
|
| 379 |
-
],
|
| 380 |
-
"flags": {},
|
| 381 |
-
"order": 2,
|
| 382 |
-
"mode": 0,
|
| 383 |
-
"inputs": [],
|
| 384 |
-
"outputs": [
|
| 385 |
-
{
|
| 386 |
-
"name": "MODEL",
|
| 387 |
-
"type": "MODEL",
|
| 388 |
-
"slot_index": 0,
|
| 389 |
-
"links": [
|
| 390 |
-
78
|
| 391 |
-
]
|
| 392 |
-
},
|
| 393 |
-
{
|
| 394 |
-
"name": "CLIP",
|
| 395 |
-
"type": "CLIP",
|
| 396 |
-
"slot_index": 1,
|
| 397 |
-
"links": [
|
| 398 |
-
48
|
| 399 |
-
]
|
| 400 |
-
},
|
| 401 |
-
{
|
| 402 |
-
"name": "VAE",
|
| 403 |
-
"type": "VAE",
|
| 404 |
-
"slot_index": 2,
|
| 405 |
-
"links": [
|
| 406 |
-
86
|
| 407 |
-
]
|
| 408 |
-
}
|
| 409 |
-
],
|
| 410 |
-
"properties": {
|
| 411 |
-
"cnr_id": "comfy-core",
|
| 412 |
-
"ver": "0.3.67",
|
| 413 |
-
"Node name for S&R": "CheckpointLoaderSimple"
|
| 414 |
-
},
|
| 415 |
-
"widgets_values": [
|
| 416 |
-
"pimpmypony_v10.safetensors"
|
| 417 |
-
],
|
| 418 |
-
"color": "#232",
|
| 419 |
-
"bgcolor": "#353"
|
| 420 |
-
},
|
| 421 |
{
|
| 422 |
"id": 55,
|
| 423 |
"type": "PathchSageAttentionKJ",
|
|
@@ -508,6 +343,135 @@
|
|
| 508 |
true
|
| 509 |
]
|
| 510 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 511 |
{
|
| 512 |
"id": 29,
|
| 513 |
"type": "SaveImage",
|
|
@@ -538,130 +502,166 @@
|
|
| 538 |
"Node name for S&R": "SaveImage"
|
| 539 |
},
|
| 540 |
"widgets_values": [
|
| 541 |
-
"%date:yyyy-MM-dd%/%date:hhmmss%"
|
| 542 |
]
|
| 543 |
},
|
| 544 |
{
|
| 545 |
-
"id":
|
| 546 |
-
"type": "
|
| 547 |
"pos": [
|
| 548 |
-
|
| 549 |
-
|
| 550 |
],
|
| 551 |
"size": [
|
| 552 |
-
|
| 553 |
-
|
| 554 |
],
|
| 555 |
"flags": {},
|
| 556 |
-
"order":
|
| 557 |
"mode": 0,
|
| 558 |
"inputs": [
|
| 559 |
{
|
| 560 |
-
"name": "
|
| 561 |
-
"type": "
|
| 562 |
-
"link":
|
| 563 |
},
|
| 564 |
{
|
| 565 |
-
"name": "
|
| 566 |
-
"type": "
|
| 567 |
-
"link":
|
| 568 |
}
|
| 569 |
],
|
| 570 |
"outputs": [
|
| 571 |
{
|
| 572 |
-
"name": "
|
| 573 |
-
"type": "
|
| 574 |
"slot_index": 0,
|
| 575 |
"links": [
|
| 576 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 577 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 578 |
}
|
| 579 |
],
|
| 580 |
"properties": {
|
| 581 |
-
"cnr_id": "
|
| 582 |
-
"ver": "
|
| 583 |
-
"Node name for S&R": "
|
| 584 |
},
|
| 585 |
-
"widgets_values": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 586 |
},
|
| 587 |
{
|
| 588 |
-
"id":
|
| 589 |
-
"type": "
|
| 590 |
"pos": [
|
| 591 |
-
|
| 592 |
-
|
| 593 |
],
|
| 594 |
"size": [
|
| 595 |
-
|
| 596 |
-
|
| 597 |
],
|
| 598 |
"flags": {},
|
| 599 |
-
"order":
|
| 600 |
"mode": 0,
|
| 601 |
"inputs": [],
|
| 602 |
"outputs": [
|
| 603 |
{
|
| 604 |
-
"name": "
|
| 605 |
-
"type": "
|
|
|
|
| 606 |
"links": [
|
| 607 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 608 |
]
|
| 609 |
}
|
| 610 |
],
|
| 611 |
"properties": {
|
| 612 |
-
"cnr_id": "
|
| 613 |
-
"ver": "
|
| 614 |
-
"Node name for S&R": "
|
| 615 |
},
|
| 616 |
"widgets_values": [
|
| 617 |
-
"
|
| 618 |
-
|
| 619 |
-
|
|
|
|
| 620 |
},
|
| 621 |
{
|
| 622 |
-
"id":
|
| 623 |
-
"type": "
|
| 624 |
"pos": [
|
| 625 |
-
|
| 626 |
-
-
|
| 627 |
],
|
| 628 |
"size": [
|
| 629 |
-
|
| 630 |
-
|
| 631 |
],
|
| 632 |
"flags": {},
|
| 633 |
-
"order":
|
| 634 |
"mode": 0,
|
| 635 |
-
"inputs": [
|
| 636 |
-
|
| 637 |
-
"name": "images",
|
| 638 |
-
"type": "IMAGE",
|
| 639 |
-
"link": 98
|
| 640 |
-
},
|
| 641 |
{
|
| 642 |
"name": "upscaler_trt_model",
|
| 643 |
"type": "UPSCALER_TRT_MODEL",
|
| 644 |
-
"link": 97
|
| 645 |
-
}
|
| 646 |
-
],
|
| 647 |
-
"outputs": [
|
| 648 |
-
{
|
| 649 |
-
"name": "IMAGE",
|
| 650 |
-
"type": "IMAGE",
|
| 651 |
"links": [
|
| 652 |
-
|
| 653 |
]
|
| 654 |
}
|
| 655 |
],
|
| 656 |
"properties": {
|
| 657 |
"cnr_id": "ComfyUI-Upscaler-Tensorrt",
|
| 658 |
"ver": "dfc266538368e4c9a03a296917716a214517ccb5",
|
| 659 |
-
"Node name for S&R": "
|
| 660 |
},
|
| 661 |
"widgets_values": [
|
| 662 |
-
"
|
| 663 |
-
|
| 664 |
-
1024
|
| 665 |
]
|
| 666 |
}
|
| 667 |
],
|
|
@@ -821,10 +821,10 @@
|
|
| 821 |
"config": {},
|
| 822 |
"extra": {
|
| 823 |
"ds": {
|
| 824 |
-
"scale": 1
|
| 825 |
"offset": [
|
| 826 |
-
|
| 827 |
-
|
| 828 |
]
|
| 829 |
},
|
| 830 |
"frontendVersion": "1.36.14",
|
|
|
|
| 192 |
"SDXL/sdxl_vae.safetensors"
|
| 193 |
]
|
| 194 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
{
|
| 196 |
"id": 3,
|
| 197 |
"type": "KSampler",
|
|
|
|
| 244 |
"Node name for S&R": "KSampler"
|
| 245 |
},
|
| 246 |
"widgets_values": [
|
| 247 |
+
1085086056107576,
|
| 248 |
"randomize",
|
| 249 |
30,
|
| 250 |
5,
|
|
|
|
| 253 |
1
|
| 254 |
]
|
| 255 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
{
|
| 257 |
"id": 55,
|
| 258 |
"type": "PathchSageAttentionKJ",
|
|
|
|
| 343 |
true
|
| 344 |
]
|
| 345 |
},
|
| 346 |
+
{
|
| 347 |
+
"id": 8,
|
| 348 |
+
"type": "VAEDecode",
|
| 349 |
+
"pos": [
|
| 350 |
+
739.9197705078084,
|
| 351 |
+
95.4629904174806
|
| 352 |
+
],
|
| 353 |
+
"size": [
|
| 354 |
+
210,
|
| 355 |
+
46
|
| 356 |
+
],
|
| 357 |
+
"flags": {},
|
| 358 |
+
"order": 11,
|
| 359 |
+
"mode": 0,
|
| 360 |
+
"inputs": [
|
| 361 |
+
{
|
| 362 |
+
"name": "samples",
|
| 363 |
+
"type": "LATENT",
|
| 364 |
+
"link": 41
|
| 365 |
+
},
|
| 366 |
+
{
|
| 367 |
+
"name": "vae",
|
| 368 |
+
"type": "VAE",
|
| 369 |
+
"link": 86
|
| 370 |
+
}
|
| 371 |
+
],
|
| 372 |
+
"outputs": [
|
| 373 |
+
{
|
| 374 |
+
"name": "IMAGE",
|
| 375 |
+
"type": "IMAGE",
|
| 376 |
+
"slot_index": 0,
|
| 377 |
+
"links": [
|
| 378 |
+
98
|
| 379 |
+
]
|
| 380 |
+
}
|
| 381 |
+
],
|
| 382 |
+
"properties": {
|
| 383 |
+
"cnr_id": "comfy-core",
|
| 384 |
+
"ver": "0.3.67",
|
| 385 |
+
"Node name for S&R": "VAEDecode"
|
| 386 |
+
},
|
| 387 |
+
"widgets_values": []
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"id": 60,
|
| 391 |
+
"type": "UpscalerTensorrt",
|
| 392 |
+
"pos": [
|
| 393 |
+
757.7365034553525,
|
| 394 |
+
-49.716026605495635
|
| 395 |
+
],
|
| 396 |
+
"size": [
|
| 397 |
+
270,
|
| 398 |
+
76
|
| 399 |
+
],
|
| 400 |
+
"flags": {},
|
| 401 |
+
"order": 12,
|
| 402 |
+
"mode": 0,
|
| 403 |
+
"inputs": [
|
| 404 |
+
{
|
| 405 |
+
"name": "images",
|
| 406 |
+
"type": "IMAGE",
|
| 407 |
+
"link": 98
|
| 408 |
+
},
|
| 409 |
+
{
|
| 410 |
+
"name": "upscaler_trt_model",
|
| 411 |
+
"type": "UPSCALER_TRT_MODEL",
|
| 412 |
+
"link": 97
|
| 413 |
+
}
|
| 414 |
+
],
|
| 415 |
+
"outputs": [
|
| 416 |
+
{
|
| 417 |
+
"name": "IMAGE",
|
| 418 |
+
"type": "IMAGE",
|
| 419 |
+
"links": [
|
| 420 |
+
99
|
| 421 |
+
]
|
| 422 |
+
}
|
| 423 |
+
],
|
| 424 |
+
"properties": {
|
| 425 |
+
"cnr_id": "ComfyUI-Upscaler-Tensorrt",
|
| 426 |
+
"ver": "dfc266538368e4c9a03a296917716a214517ccb5",
|
| 427 |
+
"Node name for S&R": "UpscalerTensorrt"
|
| 428 |
+
},
|
| 429 |
+
"widgets_values": [
|
| 430 |
+
"2x",
|
| 431 |
+
1024,
|
| 432 |
+
1024
|
| 433 |
+
]
|
| 434 |
+
},
|
| 435 |
+
{
|
| 436 |
+
"id": 31,
|
| 437 |
+
"type": "CLIPTextEncode",
|
| 438 |
+
"pos": [
|
| 439 |
+
263.05444946289066,
|
| 440 |
+
295.92528442382815
|
| 441 |
+
],
|
| 442 |
+
"size": [
|
| 443 |
+
409.0626220703125,
|
| 444 |
+
105.67417907714844
|
| 445 |
+
],
|
| 446 |
+
"flags": {},
|
| 447 |
+
"order": 6,
|
| 448 |
+
"mode": 0,
|
| 449 |
+
"inputs": [
|
| 450 |
+
{
|
| 451 |
+
"name": "clip",
|
| 452 |
+
"type": "CLIP",
|
| 453 |
+
"link": 82
|
| 454 |
+
}
|
| 455 |
+
],
|
| 456 |
+
"outputs": [
|
| 457 |
+
{
|
| 458 |
+
"name": "CONDITIONING",
|
| 459 |
+
"type": "CONDITIONING",
|
| 460 |
+
"slot_index": 0,
|
| 461 |
+
"links": [
|
| 462 |
+
36
|
| 463 |
+
]
|
| 464 |
+
}
|
| 465 |
+
],
|
| 466 |
+
"properties": {
|
| 467 |
+
"cnr_id": "comfy-core",
|
| 468 |
+
"ver": "0.3.67",
|
| 469 |
+
"Node name for S&R": "CLIPTextEncode"
|
| 470 |
+
},
|
| 471 |
+
"widgets_values": [
|
| 472 |
+
"score_6, score_5, score_4, score_3, worst quality, low quality, ugly, malformed, bad anatomy, grayscale, watermark, artist name, "
|
| 473 |
+
]
|
| 474 |
+
},
|
| 475 |
{
|
| 476 |
"id": 29,
|
| 477 |
"type": "SaveImage",
|
|
|
|
| 502 |
"Node name for S&R": "SaveImage"
|
| 503 |
},
|
| 504 |
"widgets_values": [
|
| 505 |
+
"PMP3/%date:yyyy-MM-dd%/%date:hhmmss%"
|
| 506 |
]
|
| 507 |
},
|
| 508 |
{
|
| 509 |
+
"id": 21,
|
| 510 |
+
"type": "ImpactWildcardEncode",
|
| 511 |
"pos": [
|
| 512 |
+
257.9352111816406,
|
| 513 |
+
-247.78758239746094
|
| 514 |
],
|
| 515 |
"size": [
|
| 516 |
+
422.0667724609375,
|
| 517 |
+
484.359375
|
| 518 |
],
|
| 519 |
"flags": {},
|
| 520 |
+
"order": 7,
|
| 521 |
"mode": 0,
|
| 522 |
"inputs": [
|
| 523 |
{
|
| 524 |
+
"name": "model",
|
| 525 |
+
"type": "MODEL",
|
| 526 |
+
"link": 84
|
| 527 |
},
|
| 528 |
{
|
| 529 |
+
"name": "clip",
|
| 530 |
+
"type": "CLIP",
|
| 531 |
+
"link": 85
|
| 532 |
}
|
| 533 |
],
|
| 534 |
"outputs": [
|
| 535 |
{
|
| 536 |
+
"name": "model",
|
| 537 |
+
"type": "MODEL",
|
| 538 |
"slot_index": 0,
|
| 539 |
"links": [
|
| 540 |
+
22,
|
| 541 |
+
87
|
| 542 |
+
]
|
| 543 |
+
},
|
| 544 |
+
{
|
| 545 |
+
"name": "clip",
|
| 546 |
+
"type": "CLIP",
|
| 547 |
+
"slot_index": 1,
|
| 548 |
+
"links": []
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"name": "conditioning",
|
| 552 |
+
"type": "CONDITIONING",
|
| 553 |
+
"slot_index": 2,
|
| 554 |
+
"links": [
|
| 555 |
+
23
|
| 556 |
]
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"name": "populated_text",
|
| 560 |
+
"type": "STRING",
|
| 561 |
+
"links": null
|
| 562 |
}
|
| 563 |
],
|
| 564 |
"properties": {
|
| 565 |
+
"cnr_id": "comfyui-impact-pack",
|
| 566 |
+
"ver": "2804f7944f125b1c10bc9d1fbb5a997a25a62726",
|
| 567 |
+
"Node name for S&R": "ImpactWildcardEncode"
|
| 568 |
},
|
| 569 |
+
"widgets_values": [
|
| 570 |
+
"score_9, score_8_up, score_7_up, __mbe/prmpt/imgcmp/frmngbd__, in a __mbe/prmpt/lctns/*__, __MBE/prmpt/light/rndmlight__, __mbe/prmpt/char/rndmchar__, __mbe/prmpt/clths/rndmclth__, __mbe/prmpt/clths/nudty__, __mbe/actsolo/brstplng__ ",
|
| 571 |
+
"score_9, score_8_up, score_7_up, cut-in, in a power plant, night, dim lighting, underlighting, shadow, 1girl, blue hair, medium hair, tri braids, curly hair, brown eyes, slim body, large breasts, collar, unfastened, solo, breast slip, nipple stimulation, nipple tweak, mouth open, tongue out, saliva drip, saliva on breasts, ",
|
| 572 |
+
"populate",
|
| 573 |
+
"Select the LoRA to add to the text",
|
| 574 |
+
"Select Wildcard 🟢 Full Cache",
|
| 575 |
+
183943091304854,
|
| 576 |
+
"randomize"
|
| 577 |
+
],
|
| 578 |
+
"color": "#322",
|
| 579 |
+
"bgcolor": "#533"
|
| 580 |
},
|
| 581 |
{
|
| 582 |
+
"id": 4,
|
| 583 |
+
"type": "CheckpointLoaderSimple",
|
| 584 |
"pos": [
|
| 585 |
+
-102.09164215087836,
|
| 586 |
+
378.7225976562511
|
| 587 |
],
|
| 588 |
"size": [
|
| 589 |
+
315,
|
| 590 |
+
98
|
| 591 |
],
|
| 592 |
"flags": {},
|
| 593 |
+
"order": 2,
|
| 594 |
"mode": 0,
|
| 595 |
"inputs": [],
|
| 596 |
"outputs": [
|
| 597 |
{
|
| 598 |
+
"name": "MODEL",
|
| 599 |
+
"type": "MODEL",
|
| 600 |
+
"slot_index": 0,
|
| 601 |
"links": [
|
| 602 |
+
78
|
| 603 |
+
]
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"name": "CLIP",
|
| 607 |
+
"type": "CLIP",
|
| 608 |
+
"slot_index": 1,
|
| 609 |
+
"links": [
|
| 610 |
+
48
|
| 611 |
+
]
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"name": "VAE",
|
| 615 |
+
"type": "VAE",
|
| 616 |
+
"slot_index": 2,
|
| 617 |
+
"links": [
|
| 618 |
+
86
|
| 619 |
]
|
| 620 |
}
|
| 621 |
],
|
| 622 |
"properties": {
|
| 623 |
+
"cnr_id": "comfy-core",
|
| 624 |
+
"ver": "0.3.67",
|
| 625 |
+
"Node name for S&R": "CheckpointLoaderSimple"
|
| 626 |
},
|
| 627 |
"widgets_values": [
|
| 628 |
+
"pimpmypony_pmpIncaseStyle.safetensors"
|
| 629 |
+
],
|
| 630 |
+
"color": "#232",
|
| 631 |
+
"bgcolor": "#353"
|
| 632 |
},
|
| 633 |
{
|
| 634 |
+
"id": 61,
|
| 635 |
+
"type": "LoadUpscalerTensorrtModel",
|
| 636 |
"pos": [
|
| 637 |
+
754.4617978445566,
|
| 638 |
+
-176.10255110833648
|
| 639 |
],
|
| 640 |
"size": [
|
| 641 |
+
295.4078125,
|
| 642 |
+
82
|
| 643 |
],
|
| 644 |
"flags": {},
|
| 645 |
+
"order": 3,
|
| 646 |
"mode": 0,
|
| 647 |
+
"inputs": [],
|
| 648 |
+
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 649 |
{
|
| 650 |
"name": "upscaler_trt_model",
|
| 651 |
"type": "UPSCALER_TRT_MODEL",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 652 |
"links": [
|
| 653 |
+
97
|
| 654 |
]
|
| 655 |
}
|
| 656 |
],
|
| 657 |
"properties": {
|
| 658 |
"cnr_id": "ComfyUI-Upscaler-Tensorrt",
|
| 659 |
"ver": "dfc266538368e4c9a03a296917716a214517ccb5",
|
| 660 |
+
"Node name for S&R": "LoadUpscalerTensorrtModel"
|
| 661 |
},
|
| 662 |
"widgets_values": [
|
| 663 |
+
"4x-AnimeSharp",
|
| 664 |
+
"fp16"
|
|
|
|
| 665 |
]
|
| 666 |
}
|
| 667 |
],
|
|
|
|
| 821 |
"config": {},
|
| 822 |
"extra": {
|
| 823 |
"ds": {
|
| 824 |
+
"scale": 1,
|
| 825 |
"offset": [
|
| 826 |
+
1240.7553914326197,
|
| 827 |
+
409.38675570875375
|
| 828 |
]
|
| 829 |
},
|
| 830 |
"frontendVersion": "1.36.14",
|
workflows/WAN2.2-I2V-AutoPrompt-SingleVideo-GGUF.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"id": "599b4f0a-1e8f-4105-9e92-96726e9d46e1",
|
| 3 |
"revision": 0,
|
| 4 |
-
"last_node_id":
|
| 5 |
-
"last_link_id":
|
| 6 |
"nodes": [
|
| 7 |
{
|
| 8 |
"id": 52,
|
|
@@ -48,7 +48,7 @@
|
|
| 48 |
}
|
| 49 |
},
|
| 50 |
"widgets_values": [
|
| 51 |
-
"
|
| 52 |
"image"
|
| 53 |
],
|
| 54 |
"color": "#232",
|
|
@@ -68,7 +68,7 @@
|
|
| 68 |
"flags": {
|
| 69 |
"collapsed": true
|
| 70 |
},
|
| 71 |
-
"order":
|
| 72 |
"mode": 0,
|
| 73 |
"inputs": [
|
| 74 |
{
|
|
@@ -108,7 +108,7 @@
|
|
| 108 |
"flags": {
|
| 109 |
"collapsed": true
|
| 110 |
},
|
| 111 |
-
"order":
|
| 112 |
"mode": 0,
|
| 113 |
"inputs": [
|
| 114 |
{
|
|
@@ -549,7 +549,7 @@
|
|
| 549 |
"flags": {
|
| 550 |
"collapsed": true
|
| 551 |
},
|
| 552 |
-
"order":
|
| 553 |
"mode": 0,
|
| 554 |
"inputs": [
|
| 555 |
{
|
|
@@ -575,138 +575,6 @@
|
|
| 575 |
"color": "#1b4669",
|
| 576 |
"bgcolor": "#29699c"
|
| 577 |
},
|
| 578 |
-
{
|
| 579 |
-
"id": 157,
|
| 580 |
-
"type": "mxSlider",
|
| 581 |
-
"pos": [
|
| 582 |
-
-1866.2550062495618,
|
| 583 |
-
1815.0517445632233
|
| 584 |
-
],
|
| 585 |
-
"size": [
|
| 586 |
-
273.3589951904521,
|
| 587 |
-
30
|
| 588 |
-
],
|
| 589 |
-
"flags": {},
|
| 590 |
-
"order": 6,
|
| 591 |
-
"mode": 0,
|
| 592 |
-
"inputs": [],
|
| 593 |
-
"outputs": [
|
| 594 |
-
{
|
| 595 |
-
"name": "",
|
| 596 |
-
"type": "INT",
|
| 597 |
-
"links": [
|
| 598 |
-
320
|
| 599 |
-
]
|
| 600 |
-
}
|
| 601 |
-
],
|
| 602 |
-
"title": "Lenght",
|
| 603 |
-
"properties": {
|
| 604 |
-
"cnr_id": "comfyui-mxtoolkit",
|
| 605 |
-
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 606 |
-
"Node name for S&R": "mxSlider",
|
| 607 |
-
"value": 81,
|
| 608 |
-
"min": 0,
|
| 609 |
-
"max": 200,
|
| 610 |
-
"step": 1,
|
| 611 |
-
"decimals": 0,
|
| 612 |
-
"snap": true
|
| 613 |
-
},
|
| 614 |
-
"widgets_values": [
|
| 615 |
-
81,
|
| 616 |
-
81,
|
| 617 |
-
0
|
| 618 |
-
],
|
| 619 |
-
"color": "#233",
|
| 620 |
-
"bgcolor": "#355"
|
| 621 |
-
},
|
| 622 |
-
{
|
| 623 |
-
"id": 155,
|
| 624 |
-
"type": "mxSlider",
|
| 625 |
-
"pos": [
|
| 626 |
-
-1866.0745374995613,
|
| 627 |
-
1904.6931508132222
|
| 628 |
-
],
|
| 629 |
-
"size": [
|
| 630 |
-
275.28394912549265,
|
| 631 |
-
30
|
| 632 |
-
],
|
| 633 |
-
"flags": {},
|
| 634 |
-
"order": 7,
|
| 635 |
-
"mode": 0,
|
| 636 |
-
"inputs": [],
|
| 637 |
-
"outputs": [
|
| 638 |
-
{
|
| 639 |
-
"name": "",
|
| 640 |
-
"type": "INT",
|
| 641 |
-
"links": [
|
| 642 |
-
318
|
| 643 |
-
]
|
| 644 |
-
}
|
| 645 |
-
],
|
| 646 |
-
"title": "Steps",
|
| 647 |
-
"properties": {
|
| 648 |
-
"cnr_id": "comfyui-mxtoolkit",
|
| 649 |
-
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 650 |
-
"Node name for S&R": "mxSlider",
|
| 651 |
-
"value": 5,
|
| 652 |
-
"min": 0,
|
| 653 |
-
"max": 20,
|
| 654 |
-
"step": 1,
|
| 655 |
-
"decimals": 0,
|
| 656 |
-
"snap": true
|
| 657 |
-
},
|
| 658 |
-
"widgets_values": [
|
| 659 |
-
5,
|
| 660 |
-
5,
|
| 661 |
-
0
|
| 662 |
-
],
|
| 663 |
-
"color": "#233",
|
| 664 |
-
"bgcolor": "#355"
|
| 665 |
-
},
|
| 666 |
-
{
|
| 667 |
-
"id": 156,
|
| 668 |
-
"type": "mxSlider",
|
| 669 |
-
"pos": [
|
| 670 |
-
-1862.8066345350956,
|
| 671 |
-
2001.1183099237057
|
| 672 |
-
],
|
| 673 |
-
"size": [
|
| 674 |
-
279.8558411113763,
|
| 675 |
-
30
|
| 676 |
-
],
|
| 677 |
-
"flags": {},
|
| 678 |
-
"order": 8,
|
| 679 |
-
"mode": 0,
|
| 680 |
-
"inputs": [],
|
| 681 |
-
"outputs": [
|
| 682 |
-
{
|
| 683 |
-
"name": "",
|
| 684 |
-
"type": "INT",
|
| 685 |
-
"links": [
|
| 686 |
-
319
|
| 687 |
-
]
|
| 688 |
-
}
|
| 689 |
-
],
|
| 690 |
-
"title": "Second Steps",
|
| 691 |
-
"properties": {
|
| 692 |
-
"cnr_id": "comfyui-mxtoolkit",
|
| 693 |
-
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 694 |
-
"Node name for S&R": "mxSlider",
|
| 695 |
-
"value": 2,
|
| 696 |
-
"min": 0,
|
| 697 |
-
"max": 10,
|
| 698 |
-
"step": 1,
|
| 699 |
-
"decimals": 0,
|
| 700 |
-
"snap": true
|
| 701 |
-
},
|
| 702 |
-
"widgets_values": [
|
| 703 |
-
2,
|
| 704 |
-
2,
|
| 705 |
-
0
|
| 706 |
-
],
|
| 707 |
-
"color": "#233",
|
| 708 |
-
"bgcolor": "#355"
|
| 709 |
-
},
|
| 710 |
{
|
| 711 |
"id": 175,
|
| 712 |
"type": "SetNode",
|
|
@@ -721,7 +589,7 @@
|
|
| 721 |
"flags": {
|
| 722 |
"collapsed": true
|
| 723 |
},
|
| 724 |
-
"order":
|
| 725 |
"mode": 0,
|
| 726 |
"inputs": [
|
| 727 |
{
|
|
@@ -759,7 +627,7 @@
|
|
| 759 |
"flags": {
|
| 760 |
"collapsed": true
|
| 761 |
},
|
| 762 |
-
"order":
|
| 763 |
"mode": 0,
|
| 764 |
"inputs": [
|
| 765 |
{
|
|
@@ -797,7 +665,7 @@
|
|
| 797 |
"flags": {
|
| 798 |
"collapsed": true
|
| 799 |
},
|
| 800 |
-
"order":
|
| 801 |
"mode": 0,
|
| 802 |
"inputs": [],
|
| 803 |
"outputs": [
|
|
@@ -829,7 +697,7 @@
|
|
| 829 |
"flags": {
|
| 830 |
"collapsed": true
|
| 831 |
},
|
| 832 |
-
"order":
|
| 833 |
"mode": 0,
|
| 834 |
"inputs": [],
|
| 835 |
"outputs": [
|
|
@@ -920,7 +788,7 @@
|
|
| 920 |
850
|
| 921 |
],
|
| 922 |
"flags": {},
|
| 923 |
-
"order":
|
| 924 |
"mode": 0,
|
| 925 |
"inputs": [],
|
| 926 |
"outputs": [],
|
|
@@ -1044,7 +912,7 @@
|
|
| 1044 |
82
|
| 1045 |
],
|
| 1046 |
"flags": {},
|
| 1047 |
-
"order":
|
| 1048 |
"mode": 0,
|
| 1049 |
"inputs": [],
|
| 1050 |
"outputs": [
|
|
@@ -1077,7 +945,7 @@
|
|
| 1077 |
],
|
| 1078 |
"size": [
|
| 1079 |
477.292724609375,
|
| 1080 |
-
|
| 1081 |
],
|
| 1082 |
"flags": {},
|
| 1083 |
"order": 38,
|
|
@@ -1146,13 +1014,13 @@
|
|
| 1146 |
"hidden": false,
|
| 1147 |
"paused": false,
|
| 1148 |
"params": {
|
| 1149 |
-
"filename": "
|
| 1150 |
-
"subfolder": "2026-01-
|
| 1151 |
"type": "output",
|
| 1152 |
"format": "video/h264-mp4",
|
| 1153 |
"frame_rate": 16,
|
| 1154 |
-
"workflow": "
|
| 1155 |
-
"fullpath": "/workspace/ComfyUI/output/2026-01-
|
| 1156 |
}
|
| 1157 |
}
|
| 1158 |
},
|
|
@@ -1164,8 +1032,8 @@
|
|
| 1164 |
"id": 192,
|
| 1165 |
"type": "easy cleanGpuUsed",
|
| 1166 |
"pos": [
|
| 1167 |
-
-
|
| 1168 |
-
|
| 1169 |
],
|
| 1170 |
"size": [
|
| 1171 |
161.3404296875,
|
|
@@ -1175,7 +1043,7 @@
|
|
| 1175 |
"collapsed": true
|
| 1176 |
},
|
| 1177 |
"order": 40,
|
| 1178 |
-
"mode":
|
| 1179 |
"inputs": [
|
| 1180 |
{
|
| 1181 |
"name": "anything",
|
|
@@ -1188,7 +1056,7 @@
|
|
| 1188 |
"name": "output",
|
| 1189 |
"type": "*",
|
| 1190 |
"links": [
|
| 1191 |
-
|
| 1192 |
]
|
| 1193 |
}
|
| 1194 |
],
|
|
@@ -1229,7 +1097,7 @@
|
|
| 1229 |
"name": "output",
|
| 1230 |
"type": "*",
|
| 1231 |
"links": [
|
| 1232 |
-
|
| 1233 |
]
|
| 1234 |
}
|
| 1235 |
],
|
|
@@ -1242,76 +1110,6 @@
|
|
| 1242 |
"widgets_values": [],
|
| 1243 |
"shape": 2
|
| 1244 |
},
|
| 1245 |
-
{
|
| 1246 |
-
"id": 178,
|
| 1247 |
-
"type": "SchedulerSelector",
|
| 1248 |
-
"pos": [
|
| 1249 |
-
-1567.1945576712178,
|
| 1250 |
-
1970.789599494869
|
| 1251 |
-
],
|
| 1252 |
-
"size": [
|
| 1253 |
-
241.2297660113204,
|
| 1254 |
-
58
|
| 1255 |
-
],
|
| 1256 |
-
"flags": {},
|
| 1257 |
-
"order": 13,
|
| 1258 |
-
"mode": 0,
|
| 1259 |
-
"inputs": [],
|
| 1260 |
-
"outputs": [
|
| 1261 |
-
{
|
| 1262 |
-
"name": "scheduler",
|
| 1263 |
-
"type": "COMBO",
|
| 1264 |
-
"links": [
|
| 1265 |
-
377
|
| 1266 |
-
]
|
| 1267 |
-
}
|
| 1268 |
-
],
|
| 1269 |
-
"properties": {
|
| 1270 |
-
"aux_id": "ComfyAssets/ComfyUI_Selectors",
|
| 1271 |
-
"ver": "4def337a9f18350c6b8e873818fa8b04a235c39b",
|
| 1272 |
-
"Node name for S&R": "SchedulerSelector"
|
| 1273 |
-
},
|
| 1274 |
-
"widgets_values": [
|
| 1275 |
-
"beta"
|
| 1276 |
-
],
|
| 1277 |
-
"color": "#233",
|
| 1278 |
-
"bgcolor": "#355"
|
| 1279 |
-
},
|
| 1280 |
-
{
|
| 1281 |
-
"id": 177,
|
| 1282 |
-
"type": "SamplerSelector",
|
| 1283 |
-
"pos": [
|
| 1284 |
-
-1570.488252837444,
|
| 1285 |
-
1811.5336079516592
|
| 1286 |
-
],
|
| 1287 |
-
"size": [
|
| 1288 |
-
251.9406031415583,
|
| 1289 |
-
58
|
| 1290 |
-
],
|
| 1291 |
-
"flags": {},
|
| 1292 |
-
"order": 14,
|
| 1293 |
-
"mode": 0,
|
| 1294 |
-
"inputs": [],
|
| 1295 |
-
"outputs": [
|
| 1296 |
-
{
|
| 1297 |
-
"name": "sampler_name",
|
| 1298 |
-
"type": "COMBO",
|
| 1299 |
-
"links": [
|
| 1300 |
-
376
|
| 1301 |
-
]
|
| 1302 |
-
}
|
| 1303 |
-
],
|
| 1304 |
-
"properties": {
|
| 1305 |
-
"aux_id": "ComfyAssets/ComfyUI_Selectors",
|
| 1306 |
-
"ver": "4def337a9f18350c6b8e873818fa8b04a235c39b",
|
| 1307 |
-
"Node name for S&R": "SamplerSelector"
|
| 1308 |
-
},
|
| 1309 |
-
"widgets_values": [
|
| 1310 |
-
"euler_ancestral"
|
| 1311 |
-
],
|
| 1312 |
-
"color": "#233",
|
| 1313 |
-
"bgcolor": "#355"
|
| 1314 |
-
},
|
| 1315 |
{
|
| 1316 |
"id": 189,
|
| 1317 |
"type": "MarkdownNote",
|
|
@@ -1324,7 +1122,7 @@
|
|
| 1324 |
520
|
| 1325 |
],
|
| 1326 |
"flags": {},
|
| 1327 |
-
"order":
|
| 1328 |
"mode": 0,
|
| 1329 |
"inputs": [],
|
| 1330 |
"outputs": [],
|
|
@@ -1406,7 +1204,8 @@
|
|
| 1406 |
false,
|
| 1407 |
"lanczos",
|
| 1408 |
"none",
|
| 1409 |
-
"#000000"
|
|
|
|
| 1410 |
],
|
| 1411 |
"color": "#232",
|
| 1412 |
"bgcolor": "#353"
|
|
@@ -1462,333 +1261,317 @@
|
|
| 1462 |
"bgcolor": "#535"
|
| 1463 |
},
|
| 1464 |
{
|
| 1465 |
-
"id":
|
| 1466 |
-
"type": "
|
| 1467 |
"pos": [
|
| 1468 |
-
-
|
| 1469 |
-
|
| 1470 |
],
|
| 1471 |
"size": [
|
| 1472 |
-
|
| 1473 |
-
|
| 1474 |
],
|
| 1475 |
"flags": {},
|
| 1476 |
-
"order":
|
| 1477 |
-
"mode":
|
| 1478 |
-
"inputs": [
|
| 1479 |
-
{
|
| 1480 |
-
"dir": 3,
|
| 1481 |
-
"name": "model",
|
| 1482 |
-
"type": "MODEL",
|
| 1483 |
-
"link": 381
|
| 1484 |
-
},
|
| 1485 |
-
{
|
| 1486 |
-
"dir": 3,
|
| 1487 |
-
"name": "clip",
|
| 1488 |
-
"type": "CLIP",
|
| 1489 |
-
"link": null
|
| 1490 |
-
}
|
| 1491 |
-
],
|
| 1492 |
"outputs": [
|
| 1493 |
{
|
| 1494 |
-
"dir": 4,
|
| 1495 |
"name": "MODEL",
|
| 1496 |
-
"shape": 3,
|
| 1497 |
"type": "MODEL",
|
| 1498 |
-
"
|
| 1499 |
-
|
| 1500 |
-
]
|
| 1501 |
-
},
|
| 1502 |
-
{
|
| 1503 |
-
"dir": 4,
|
| 1504 |
-
"name": "CLIP",
|
| 1505 |
-
"shape": 3,
|
| 1506 |
-
"type": "CLIP",
|
| 1507 |
-
"links": null
|
| 1508 |
}
|
| 1509 |
],
|
| 1510 |
-
"title": "HIGH LORA LOADER",
|
| 1511 |
"properties": {
|
| 1512 |
-
"cnr_id": "
|
| 1513 |
-
"ver": "
|
| 1514 |
-
"
|
| 1515 |
-
"widget_ue_connectable": {
|
|
|
|
|
|
|
|
|
|
| 1516 |
},
|
| 1517 |
"widgets_values": [
|
| 1518 |
-
|
| 1519 |
-
|
| 1520 |
-
"type": "PowerLoraLoaderHeaderWidget"
|
| 1521 |
-
},
|
| 1522 |
-
{},
|
| 1523 |
-
""
|
| 1524 |
],
|
| 1525 |
"color": "#223",
|
| 1526 |
"bgcolor": "#335"
|
| 1527 |
},
|
| 1528 |
{
|
| 1529 |
-
"id":
|
| 1530 |
-
"type": "
|
| 1531 |
"pos": [
|
| 1532 |
-
-
|
| 1533 |
-
|
| 1534 |
],
|
| 1535 |
"size": [
|
| 1536 |
-
|
| 1537 |
-
|
| 1538 |
],
|
| 1539 |
"flags": {},
|
| 1540 |
-
"order":
|
| 1541 |
-
"mode":
|
| 1542 |
-
"inputs": [
|
|
|
|
| 1543 |
{
|
| 1544 |
-
"
|
| 1545 |
-
"name": "model",
|
| 1546 |
"type": "MODEL",
|
| 1547 |
-
"
|
| 1548 |
-
|
| 1549 |
-
|
| 1550 |
-
|
| 1551 |
-
|
| 1552 |
-
|
| 1553 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1554 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1555 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1556 |
"outputs": [
|
| 1557 |
{
|
| 1558 |
-
"dir": 4,
|
| 1559 |
-
"name": "MODEL",
|
| 1560 |
-
"shape": 3,
|
| 1561 |
-
"type": "MODEL",
|
| 1562 |
-
"links": [
|
| 1563 |
-
361
|
| 1564 |
-
]
|
| 1565 |
-
},
|
| 1566 |
-
{
|
| 1567 |
-
"dir": 4,
|
| 1568 |
"name": "CLIP",
|
| 1569 |
-
"shape": 3,
|
| 1570 |
"type": "CLIP",
|
| 1571 |
-
"links":
|
| 1572 |
}
|
| 1573 |
],
|
| 1574 |
-
"title": "LOW LORA LOADER",
|
| 1575 |
"properties": {
|
| 1576 |
-
"cnr_id": "
|
| 1577 |
-
"ver": "
|
| 1578 |
-
"
|
| 1579 |
-
"widget_ue_connectable": {}
|
| 1580 |
},
|
| 1581 |
"widgets_values": [
|
| 1582 |
-
|
| 1583 |
-
|
| 1584 |
-
"type": "PowerLoraLoaderHeaderWidget"
|
| 1585 |
-
},
|
| 1586 |
-
{},
|
| 1587 |
-
""
|
| 1588 |
],
|
| 1589 |
-
"color": "#
|
| 1590 |
-
"bgcolor": "#
|
| 1591 |
},
|
| 1592 |
{
|
| 1593 |
-
"id":
|
| 1594 |
-
"type": "
|
| 1595 |
"pos": [
|
| 1596 |
-
-
|
| 1597 |
-
|
| 1598 |
],
|
| 1599 |
"size": [
|
| 1600 |
-
|
| 1601 |
-
|
| 1602 |
],
|
| 1603 |
"flags": {},
|
| 1604 |
-
"order":
|
| 1605 |
"mode": 0,
|
| 1606 |
-
"inputs": [
|
| 1607 |
-
{
|
| 1608 |
-
"name": "clip",
|
| 1609 |
-
"type": "CLIP",
|
| 1610 |
-
"link": 427
|
| 1611 |
-
},
|
| 1612 |
-
{
|
| 1613 |
-
"name": "image",
|
| 1614 |
-
"type": "IMAGE",
|
| 1615 |
-
"link": 327
|
| 1616 |
-
},
|
| 1617 |
-
{
|
| 1618 |
-
"label": "model_h",
|
| 1619 |
-
"name": "model",
|
| 1620 |
-
"type": "MODEL",
|
| 1621 |
-
"link": 370
|
| 1622 |
-
},
|
| 1623 |
-
{
|
| 1624 |
-
"label": "model_l",
|
| 1625 |
-
"name": "model_1",
|
| 1626 |
-
"type": "MODEL",
|
| 1627 |
-
"link": 371
|
| 1628 |
-
},
|
| 1629 |
-
{
|
| 1630 |
-
"name": "vae",
|
| 1631 |
-
"type": "VAE",
|
| 1632 |
-
"link": 369
|
| 1633 |
-
},
|
| 1634 |
-
{
|
| 1635 |
-
"name": "length",
|
| 1636 |
-
"type": "INT",
|
| 1637 |
-
"widget": {
|
| 1638 |
-
"name": "length"
|
| 1639 |
-
},
|
| 1640 |
-
"link": 366
|
| 1641 |
-
},
|
| 1642 |
-
{
|
| 1643 |
-
"name": "steps",
|
| 1644 |
-
"type": "INT",
|
| 1645 |
-
"widget": {
|
| 1646 |
-
"name": "steps"
|
| 1647 |
-
},
|
| 1648 |
-
"link": 367
|
| 1649 |
-
},
|
| 1650 |
-
{
|
| 1651 |
-
"name": "end_at_step",
|
| 1652 |
-
"type": "INT",
|
| 1653 |
-
"widget": {
|
| 1654 |
-
"name": "end_at_step"
|
| 1655 |
-
},
|
| 1656 |
-
"link": 368
|
| 1657 |
-
},
|
| 1658 |
-
{
|
| 1659 |
-
"name": "width",
|
| 1660 |
-
"type": "INT",
|
| 1661 |
-
"widget": {
|
| 1662 |
-
"name": "width"
|
| 1663 |
-
},
|
| 1664 |
-
"link": 372
|
| 1665 |
-
},
|
| 1666 |
-
{
|
| 1667 |
-
"name": "height",
|
| 1668 |
-
"type": "INT",
|
| 1669 |
-
"widget": {
|
| 1670 |
-
"name": "height"
|
| 1671 |
-
},
|
| 1672 |
-
"link": 373
|
| 1673 |
-
},
|
| 1674 |
-
{
|
| 1675 |
-
"name": "sampler_name",
|
| 1676 |
-
"type": "COMBO",
|
| 1677 |
-
"widget": {
|
| 1678 |
-
"name": "sampler_name"
|
| 1679 |
-
},
|
| 1680 |
-
"link": 378
|
| 1681 |
-
},
|
| 1682 |
-
{
|
| 1683 |
-
"name": "scheduler",
|
| 1684 |
-
"type": "COMBO",
|
| 1685 |
-
"widget": {
|
| 1686 |
-
"name": "scheduler"
|
| 1687 |
-
},
|
| 1688 |
-
"link": 379
|
| 1689 |
-
}
|
| 1690 |
-
],
|
| 1691 |
"outputs": [
|
| 1692 |
{
|
| 1693 |
-
"name": "
|
| 1694 |
-
"type": "
|
| 1695 |
"links": [
|
| 1696 |
-
|
| 1697 |
]
|
| 1698 |
}
|
| 1699 |
],
|
| 1700 |
"properties": {
|
| 1701 |
-
"
|
| 1702 |
-
|
| 1703 |
-
|
| 1704 |
-
|
| 1705 |
-
|
| 1706 |
-
|
| 1707 |
-
|
| 1708 |
-
|
| 1709 |
-
|
| 1710 |
-
|
| 1711 |
-
|
| 1712 |
-
|
| 1713 |
-
|
| 1714 |
-
|
| 1715 |
-
|
| 1716 |
-
|
| 1717 |
-
|
| 1718 |
-
|
| 1719 |
-
|
| 1720 |
-
|
| 1721 |
-
|
| 1722 |
-
|
| 1723 |
-
|
| 1724 |
-
|
| 1725 |
-
|
| 1726 |
-
|
| 1727 |
-
|
| 1728 |
-
|
| 1729 |
-
|
| 1730 |
-
|
| 1731 |
-
|
| 1732 |
-
|
| 1733 |
-
|
| 1734 |
-
|
| 1735 |
-
"89",
|
| 1736 |
-
"text"
|
| 1737 |
-
],
|
| 1738 |
-
[
|
| 1739 |
-
"164",
|
| 1740 |
-
"seed"
|
| 1741 |
-
],
|
| 1742 |
-
[
|
| 1743 |
-
"164",
|
| 1744 |
-
"🎲 New Fixed Random"
|
| 1745 |
-
],
|
| 1746 |
-
[
|
| 1747 |
-
"164",
|
| 1748 |
-
"🎲 Randomize Each Time"
|
| 1749 |
-
],
|
| 1750 |
-
[
|
| 1751 |
-
"169",
|
| 1752 |
-
"control_after_generate"
|
| 1753 |
-
],
|
| 1754 |
-
[
|
| 1755 |
-
"169",
|
| 1756 |
-
"seed"
|
| 1757 |
-
],
|
| 1758 |
-
[
|
| 1759 |
-
"169",
|
| 1760 |
-
"preset_prompt"
|
| 1761 |
-
],
|
| 1762 |
-
[
|
| 1763 |
-
"169",
|
| 1764 |
-
"model_name"
|
| 1765 |
]
|
| 1766 |
-
|
|
|
|
|
|
|
| 1767 |
"cnr_id": "comfy-core",
|
| 1768 |
-
"ver": "0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1769 |
},
|
| 1770 |
"widgets_values": [
|
| 1771 |
-
5,
|
| 1772 |
-
"simple",
|
| 1773 |
-
2,
|
| 1774 |
-
5,
|
| 1775 |
-
2,
|
| 1776 |
-
"euler",
|
| 1777 |
"simple"
|
| 1778 |
],
|
| 1779 |
-
"color": "#
|
| 1780 |
-
"bgcolor": "#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1781 |
},
|
| 1782 |
{
|
| 1783 |
-
"id":
|
| 1784 |
-
"type": "
|
| 1785 |
"pos": [
|
| 1786 |
-
-
|
| 1787 |
-
|
| 1788 |
],
|
| 1789 |
"size": [
|
| 1790 |
-
|
| 1791 |
-
|
| 1792 |
],
|
| 1793 |
"flags": {
|
| 1794 |
"collapsed": true
|
|
@@ -1799,7 +1582,7 @@
|
|
| 1799 |
{
|
| 1800 |
"name": "frames",
|
| 1801 |
"type": "IMAGE",
|
| 1802 |
-
"link":
|
| 1803 |
},
|
| 1804 |
{
|
| 1805 |
"name": "optional_interpolation_states",
|
|
@@ -1813,7 +1596,7 @@
|
|
| 1813 |
"name": "IMAGE",
|
| 1814 |
"type": "IMAGE",
|
| 1815 |
"links": [
|
| 1816 |
-
|
| 1817 |
]
|
| 1818 |
}
|
| 1819 |
],
|
|
@@ -1821,24 +1604,27 @@
|
|
| 1821 |
"properties": {
|
| 1822 |
"cnr_id": "comfyui-frame-interpolation",
|
| 1823 |
"ver": "1.0.7",
|
| 1824 |
-
"Node name for S&R": "
|
| 1825 |
},
|
| 1826 |
"widgets_values": [
|
| 1827 |
-
"
|
| 1828 |
10,
|
| 1829 |
-
2
|
|
|
|
|
|
|
|
|
|
| 1830 |
]
|
| 1831 |
},
|
| 1832 |
{
|
| 1833 |
"id": 77,
|
| 1834 |
"type": "VHS_VideoCombine",
|
| 1835 |
"pos": [
|
| 1836 |
-
-
|
| 1837 |
-
|
| 1838 |
],
|
| 1839 |
"size": [
|
| 1840 |
479.3177795410156,
|
| 1841 |
-
|
| 1842 |
],
|
| 1843 |
"flags": {},
|
| 1844 |
"order": 47,
|
|
@@ -1847,7 +1633,7 @@
|
|
| 1847 |
{
|
| 1848 |
"name": "images",
|
| 1849 |
"type": "IMAGE",
|
| 1850 |
-
"link":
|
| 1851 |
},
|
| 1852 |
{
|
| 1853 |
"name": "audio",
|
|
@@ -1896,13 +1682,13 @@
|
|
| 1896 |
"hidden": false,
|
| 1897 |
"paused": false,
|
| 1898 |
"params": {
|
| 1899 |
-
"filename": "
|
| 1900 |
"subfolder": "30FPS/2026-01-25",
|
| 1901 |
"type": "output",
|
| 1902 |
"format": "video/h264-mp4",
|
| 1903 |
"frame_rate": 32,
|
| 1904 |
-
"workflow": "
|
| 1905 |
-
"fullpath": "/workspace/ComfyUI/output/30FPS/2026-01-25/
|
| 1906 |
}
|
| 1907 |
}
|
| 1908 |
},
|
|
@@ -1911,26 +1697,26 @@
|
|
| 1911 |
"shape": 2
|
| 1912 |
},
|
| 1913 |
{
|
| 1914 |
-
"id":
|
| 1915 |
-
"type": "
|
| 1916 |
"pos": [
|
| 1917 |
-
-
|
| 1918 |
-
|
| 1919 |
],
|
| 1920 |
"size": [
|
| 1921 |
-
|
| 1922 |
-
|
| 1923 |
],
|
| 1924 |
"flags": {
|
| 1925 |
"collapsed": true
|
| 1926 |
},
|
| 1927 |
"order": 44,
|
| 1928 |
-
"mode":
|
| 1929 |
"inputs": [
|
| 1930 |
{
|
| 1931 |
"name": "frames",
|
| 1932 |
"type": "IMAGE",
|
| 1933 |
-
"link":
|
| 1934 |
},
|
| 1935 |
{
|
| 1936 |
"name": "optional_interpolation_states",
|
|
@@ -1944,7 +1730,7 @@
|
|
| 1944 |
"name": "IMAGE",
|
| 1945 |
"type": "IMAGE",
|
| 1946 |
"links": [
|
| 1947 |
-
|
| 1948 |
]
|
| 1949 |
}
|
| 1950 |
],
|
|
@@ -1952,20 +1738,23 @@
|
|
| 1952 |
"properties": {
|
| 1953 |
"cnr_id": "comfyui-frame-interpolation",
|
| 1954 |
"ver": "1.0.7",
|
| 1955 |
-
"Node name for S&R": "
|
| 1956 |
},
|
| 1957 |
"widgets_values": [
|
| 1958 |
-
"
|
| 1959 |
10,
|
| 1960 |
-
4
|
|
|
|
|
|
|
|
|
|
| 1961 |
]
|
| 1962 |
},
|
| 1963 |
{
|
| 1964 |
"id": 194,
|
| 1965 |
"type": "VHS_VideoCombine",
|
| 1966 |
"pos": [
|
| 1967 |
-
-
|
| 1968 |
-
|
| 1969 |
],
|
| 1970 |
"size": [
|
| 1971 |
479.3177795410156,
|
|
@@ -1973,12 +1762,12 @@
|
|
| 1973 |
],
|
| 1974 |
"flags": {},
|
| 1975 |
"order": 48,
|
| 1976 |
-
"mode":
|
| 1977 |
"inputs": [
|
| 1978 |
{
|
| 1979 |
"name": "images",
|
| 1980 |
"type": "IMAGE",
|
| 1981 |
-
"link":
|
| 1982 |
},
|
| 1983 |
{
|
| 1984 |
"name": "audio",
|
|
@@ -2027,13 +1816,13 @@
|
|
| 2027 |
"hidden": false,
|
| 2028 |
"paused": false,
|
| 2029 |
"params": {
|
| 2030 |
-
"filename": "
|
| 2031 |
-
"subfolder": "60FPS/2026-01-
|
| 2032 |
"type": "output",
|
| 2033 |
"format": "video/h264-mp4",
|
| 2034 |
-
"frame_rate":
|
| 2035 |
-
"workflow": "
|
| 2036 |
-
"fullpath": "/workspace/ComfyUI/output/60FPS/2026-01-
|
| 2037 |
}
|
| 2038 |
}
|
| 2039 |
},
|
|
@@ -2053,7 +1842,7 @@
|
|
| 2053 |
70
|
| 2054 |
],
|
| 2055 |
"flags": {},
|
| 2056 |
-
"order":
|
| 2057 |
"mode": 0,
|
| 2058 |
"inputs": [],
|
| 2059 |
"outputs": [
|
|
@@ -2072,7 +1861,7 @@
|
|
| 2072 |
"Node name for S&R": "UnetLoaderGGUF"
|
| 2073 |
},
|
| 2074 |
"widgets_values": [
|
| 2075 |
-
"
|
| 2076 |
],
|
| 2077 |
"color": "#233",
|
| 2078 |
"bgcolor": "#355"
|
|
@@ -2089,7 +1878,7 @@
|
|
| 2089 |
70
|
| 2090 |
],
|
| 2091 |
"flags": {},
|
| 2092 |
-
"order":
|
| 2093 |
"mode": 0,
|
| 2094 |
"inputs": [],
|
| 2095 |
"outputs": [
|
|
@@ -2108,159 +1897,428 @@
|
|
| 2108 |
"Node name for S&R": "UnetLoaderGGUF"
|
| 2109 |
},
|
| 2110 |
"widgets_values": [
|
| 2111 |
-
"
|
| 2112 |
],
|
| 2113 |
"color": "#233",
|
| 2114 |
"bgcolor": "#355"
|
| 2115 |
},
|
| 2116 |
{
|
| 2117 |
-
"id":
|
| 2118 |
-
"type": "
|
| 2119 |
"pos": [
|
| 2120 |
-
-
|
| 2121 |
-
|
| 2122 |
],
|
| 2123 |
"size": [
|
| 2124 |
-
|
| 2125 |
-
|
| 2126 |
],
|
| 2127 |
"flags": {},
|
| 2128 |
-
"order":
|
| 2129 |
-
"mode":
|
| 2130 |
"inputs": [],
|
| 2131 |
"outputs": [
|
| 2132 |
{
|
| 2133 |
-
"name": "
|
| 2134 |
-
"type": "
|
| 2135 |
-
"
|
| 2136 |
-
|
|
|
|
| 2137 |
}
|
| 2138 |
],
|
|
|
|
| 2139 |
"properties": {
|
| 2140 |
-
"cnr_id": "
|
| 2141 |
-
"ver": "
|
| 2142 |
-
"Node name for S&R": "
|
| 2143 |
-
"
|
| 2144 |
-
|
| 2145 |
-
|
| 2146 |
-
|
| 2147 |
-
|
| 2148 |
-
|
| 2149 |
-
|
| 2150 |
-
|
| 2151 |
-
|
| 2152 |
-
|
| 2153 |
-
|
|
|
|
|
|
|
|
|
|
| 2154 |
},
|
| 2155 |
{
|
| 2156 |
-
"id":
|
| 2157 |
-
"type": "
|
| 2158 |
"pos": [
|
| 2159 |
-
-
|
| 2160 |
-
|
| 2161 |
],
|
| 2162 |
"size": [
|
| 2163 |
-
|
| 2164 |
-
|
| 2165 |
],
|
| 2166 |
"flags": {},
|
| 2167 |
-
"order":
|
| 2168 |
-
"mode":
|
| 2169 |
"inputs": [],
|
| 2170 |
"outputs": [
|
| 2171 |
{
|
| 2172 |
-
"name": "
|
| 2173 |
-
"type": "
|
| 2174 |
-
"
|
| 2175 |
-
|
|
|
|
| 2176 |
}
|
| 2177 |
],
|
|
|
|
| 2178 |
"properties": {
|
| 2179 |
-
"cnr_id": "
|
| 2180 |
-
"ver": "
|
| 2181 |
-
"Node name for S&R": "
|
| 2182 |
-
"
|
| 2183 |
-
|
| 2184 |
-
|
| 2185 |
-
|
|
|
|
|
|
|
| 2186 |
},
|
| 2187 |
"widgets_values": [
|
| 2188 |
-
|
| 2189 |
-
|
|
|
|
| 2190 |
],
|
| 2191 |
-
"color": "#
|
| 2192 |
-
"bgcolor": "#
|
| 2193 |
},
|
| 2194 |
{
|
| 2195 |
-
"id":
|
| 2196 |
-
"type": "
|
| 2197 |
"pos": [
|
| 2198 |
-
-
|
| 2199 |
-
|
| 2200 |
],
|
| 2201 |
"size": [
|
| 2202 |
-
|
| 2203 |
-
|
| 2204 |
],
|
| 2205 |
"flags": {},
|
| 2206 |
-
"order":
|
| 2207 |
-
"mode":
|
| 2208 |
-
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2209 |
"outputs": [
|
| 2210 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2211 |
"name": "CLIP",
|
|
|
|
| 2212 |
"type": "CLIP",
|
| 2213 |
-
"links":
|
| 2214 |
}
|
| 2215 |
],
|
|
|
|
| 2216 |
"properties": {
|
| 2217 |
-
"cnr_id": "
|
| 2218 |
-
"ver": "
|
| 2219 |
-
"
|
|
|
|
| 2220 |
},
|
| 2221 |
"widgets_values": [
|
| 2222 |
-
|
| 2223 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2224 |
],
|
| 2225 |
"color": "#223",
|
| 2226 |
"bgcolor": "#335"
|
| 2227 |
},
|
| 2228 |
{
|
| 2229 |
-
"id":
|
| 2230 |
-
"type": "
|
| 2231 |
"pos": [
|
| 2232 |
-
-
|
| 2233 |
-
|
| 2234 |
],
|
| 2235 |
"size": [
|
| 2236 |
-
|
| 2237 |
-
|
| 2238 |
],
|
| 2239 |
"flags": {},
|
| 2240 |
-
"order":
|
| 2241 |
"mode": 0,
|
| 2242 |
-
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2243 |
"outputs": [
|
| 2244 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2245 |
"name": "CLIP",
|
|
|
|
| 2246 |
"type": "CLIP",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2247 |
"links": [
|
| 2248 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2249 |
]
|
| 2250 |
-
|
| 2251 |
-
],
|
| 2252 |
-
"properties": {
|
| 2253 |
"cnr_id": "comfy-core",
|
| 2254 |
-
"ver": "0.
|
| 2255 |
-
"Node name for S&R": "CLIPLoader"
|
| 2256 |
},
|
| 2257 |
"widgets_values": [
|
| 2258 |
-
|
| 2259 |
-
"
|
| 2260 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2261 |
],
|
| 2262 |
-
"color": "#
|
| 2263 |
-
"bgcolor": "#
|
| 2264 |
},
|
| 2265 |
{
|
| 2266 |
"id": 132,
|
|
@@ -2274,7 +2332,7 @@
|
|
| 2274 |
130
|
| 2275 |
],
|
| 2276 |
"flags": {},
|
| 2277 |
-
"order":
|
| 2278 |
"mode": 0,
|
| 2279 |
"inputs": [],
|
| 2280 |
"outputs": [
|
|
@@ -2295,45 +2353,6 @@
|
|
| 2295 |
},
|
| 2296 |
"color": "#322",
|
| 2297 |
"bgcolor": "#533"
|
| 2298 |
-
},
|
| 2299 |
-
{
|
| 2300 |
-
"id": 39,
|
| 2301 |
-
"type": "VAELoader",
|
| 2302 |
-
"pos": [
|
| 2303 |
-
-1330,
|
| 2304 |
-
460
|
| 2305 |
-
],
|
| 2306 |
-
"size": [
|
| 2307 |
-
210,
|
| 2308 |
-
110
|
| 2309 |
-
],
|
| 2310 |
-
"flags": {},
|
| 2311 |
-
"order": 23,
|
| 2312 |
-
"mode": 0,
|
| 2313 |
-
"inputs": [],
|
| 2314 |
-
"outputs": [
|
| 2315 |
-
{
|
| 2316 |
-
"name": "VAE",
|
| 2317 |
-
"type": "VAE",
|
| 2318 |
-
"slot_index": 0,
|
| 2319 |
-
"links": [
|
| 2320 |
-
369
|
| 2321 |
-
]
|
| 2322 |
-
}
|
| 2323 |
-
],
|
| 2324 |
-
"properties": {
|
| 2325 |
-
"cnr_id": "comfy-core",
|
| 2326 |
-
"ver": "0.3.46",
|
| 2327 |
-
"Node name for S&R": "VAELoader",
|
| 2328 |
-
"widget_ue_connectable": {
|
| 2329 |
-
"vae_name": true
|
| 2330 |
-
}
|
| 2331 |
-
},
|
| 2332 |
-
"widgets_values": [
|
| 2333 |
-
"Wan2_1_VAE_fp32.safetensors"
|
| 2334 |
-
],
|
| 2335 |
-
"color": "#223",
|
| 2336 |
-
"bgcolor": "#335"
|
| 2337 |
}
|
| 2338 |
],
|
| 2339 |
"links": [
|
|
@@ -2594,44 +2613,44 @@
|
|
| 2594 |
"IMAGE"
|
| 2595 |
],
|
| 2596 |
[
|
| 2597 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2598 |
76,
|
| 2599 |
0,
|
| 2600 |
-
|
| 2601 |
0,
|
| 2602 |
"IMAGE"
|
| 2603 |
],
|
| 2604 |
[
|
| 2605 |
-
|
| 2606 |
-
|
| 2607 |
0,
|
| 2608 |
77,
|
| 2609 |
0,
|
| 2610 |
"IMAGE"
|
| 2611 |
],
|
| 2612 |
[
|
| 2613 |
-
|
| 2614 |
192,
|
| 2615 |
0,
|
| 2616 |
-
|
| 2617 |
0,
|
| 2618 |
"IMAGE"
|
| 2619 |
],
|
| 2620 |
[
|
| 2621 |
-
|
| 2622 |
-
|
| 2623 |
0,
|
| 2624 |
194,
|
| 2625 |
0,
|
| 2626 |
"IMAGE"
|
| 2627 |
-
],
|
| 2628 |
-
[
|
| 2629 |
-
427,
|
| 2630 |
-
210,
|
| 2631 |
-
0,
|
| 2632 |
-
161,
|
| 2633 |
-
0,
|
| 2634 |
-
"CLIP"
|
| 2635 |
]
|
| 2636 |
],
|
| 2637 |
"groups": [
|
|
@@ -2680,8 +2699,8 @@
|
|
| 2680 |
"bounding": [
|
| 2681 |
-1300.1514321950558,
|
| 2682 |
1417.9960823742624,
|
| 2683 |
-
|
| 2684 |
-
|
| 2685 |
],
|
| 2686 |
"color": "#A88",
|
| 2687 |
"font_size": 24,
|
|
@@ -2693,8 +2712,8 @@
|
|
| 2693 |
"bounding": [
|
| 2694 |
-784.6009331229698,
|
| 2695 |
1420.7132764026874,
|
| 2696 |
-
|
| 2697 |
-
|
| 2698 |
],
|
| 2699 |
"color": "#b58b2a",
|
| 2700 |
"font_size": 24,
|
|
@@ -2769,10 +2788,10 @@
|
|
| 2769 |
"id": 20,
|
| 2770 |
"title": "60FPS",
|
| 2771 |
"bounding": [
|
| 2772 |
-
-
|
| 2773 |
-
|
| 2774 |
-
499.
|
| 2775 |
-
|
| 2776 |
],
|
| 2777 |
"color": "#b58b2a",
|
| 2778 |
"font_size": 24,
|
|
@@ -2786,8 +2805,8 @@
|
|
| 2786 |
"version": 1,
|
| 2787 |
"state": {
|
| 2788 |
"lastGroupId": 17,
|
| 2789 |
-
"lastNodeId":
|
| 2790 |
-
"lastLinkId":
|
| 2791 |
"lastRerouteId": 0
|
| 2792 |
},
|
| 2793 |
"revision": 0,
|
|
@@ -2985,46 +3004,6 @@
|
|
| 2985 |
],
|
| 2986 |
"widgets": [],
|
| 2987 |
"nodes": [
|
| 2988 |
-
{
|
| 2989 |
-
"id": 88,
|
| 2990 |
-
"type": "PrimitiveStringMultiline",
|
| 2991 |
-
"pos": [
|
| 2992 |
-
-1276.1802851562527,
|
| 2993 |
-
875.4188231991891
|
| 2994 |
-
],
|
| 2995 |
-
"size": [
|
| 2996 |
-
314.60112294921873,
|
| 2997 |
-
220.0445423339845
|
| 2998 |
-
],
|
| 2999 |
-
"flags": {},
|
| 3000 |
-
"order": 0,
|
| 3001 |
-
"mode": 0,
|
| 3002 |
-
"inputs": [],
|
| 3003 |
-
"outputs": [
|
| 3004 |
-
{
|
| 3005 |
-
"label": " ",
|
| 3006 |
-
"localized_name": "STRING",
|
| 3007 |
-
"name": "STRING",
|
| 3008 |
-
"type": "STRING",
|
| 3009 |
-
"links": [
|
| 3010 |
-
329
|
| 3011 |
-
]
|
| 3012 |
-
}
|
| 3013 |
-
],
|
| 3014 |
-
"title": "Positive",
|
| 3015 |
-
"properties": {
|
| 3016 |
-
"cnr_id": "comfy-core",
|
| 3017 |
-
"ver": "0.3.33",
|
| 3018 |
-
"Node name for S&R": "PrimitiveStringMultiline",
|
| 3019 |
-
"widget_ue_connectable": {}
|
| 3020 |
-
},
|
| 3021 |
-
"widgets_values": [
|
| 3022 |
-
"generate a 5 seconds video. the camera bouce following the girl's movement. She rubs her breasts up and down his penis. She gathers her breasts together around the penis, with her fingertips touching together."
|
| 3023 |
-
],
|
| 3024 |
-
"color": "#232",
|
| 3025 |
-
"bgcolor": "#353",
|
| 3026 |
-
"shape": 2
|
| 3027 |
-
},
|
| 3028 |
{
|
| 3029 |
"id": 164,
|
| 3030 |
"type": "Seed (rgthree)",
|
|
@@ -3034,10 +3013,10 @@
|
|
| 3034 |
],
|
| 3035 |
"size": [
|
| 3036 |
298.90386962890625,
|
| 3037 |
-
|
| 3038 |
],
|
| 3039 |
"flags": {},
|
| 3040 |
-
"order":
|
| 3041 |
"mode": 0,
|
| 3042 |
"inputs": [],
|
| 3043 |
"outputs": [
|
|
@@ -3059,7 +3038,7 @@
|
|
| 3059 |
"widget_ue_connectable": {}
|
| 3060 |
},
|
| 3061 |
"widgets_values": [
|
| 3062 |
-
|
| 3063 |
"",
|
| 3064 |
"",
|
| 3065 |
""
|
|
@@ -3468,7 +3447,7 @@
|
|
| 3468 |
},
|
| 3469 |
"widgets_values": [
|
| 3470 |
"enable",
|
| 3471 |
-
|
| 3472 |
"randomize",
|
| 3473 |
5,
|
| 3474 |
1,
|
|
@@ -3552,108 +3531,267 @@
|
|
| 3552 |
"name": "start_at_step",
|
| 3553 |
"type": "INT",
|
| 3554 |
"widget": {
|
| 3555 |
-
"name": "start_at_step"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3556 |
},
|
| 3557 |
-
"link":
|
| 3558 |
}
|
| 3559 |
],
|
| 3560 |
"outputs": [
|
| 3561 |
{
|
| 3562 |
-
"localized_name": "
|
| 3563 |
-
"name": "
|
| 3564 |
-
"type": "
|
| 3565 |
"links": [
|
| 3566 |
-
|
| 3567 |
]
|
| 3568 |
}
|
| 3569 |
],
|
| 3570 |
"properties": {
|
| 3571 |
-
"
|
| 3572 |
-
"ver": "
|
| 3573 |
-
"Node name for S&R": "
|
| 3574 |
-
"widget_ue_connectable": {
|
| 3575 |
-
"add_noise": true,
|
| 3576 |
-
"noise_seed": true,
|
| 3577 |
-
"steps": true,
|
| 3578 |
-
"cfg": true,
|
| 3579 |
-
"sampler_name": true,
|
| 3580 |
-
"scheduler": true,
|
| 3581 |
-
"start_at_step": true,
|
| 3582 |
-
"end_at_step": true,
|
| 3583 |
-
"return_with_leftover_noise": true
|
| 3584 |
-
}
|
| 3585 |
},
|
| 3586 |
"widgets_values": [
|
| 3587 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3588 |
0,
|
| 3589 |
-
|
| 3590 |
-
|
| 3591 |
-
|
| 3592 |
-
"
|
| 3593 |
-
"simple",
|
| 3594 |
-
2,
|
| 3595 |
-
10000,
|
| 3596 |
-
"disable"
|
| 3597 |
],
|
| 3598 |
-
"color": "#
|
| 3599 |
-
"bgcolor": "#
|
| 3600 |
},
|
| 3601 |
{
|
| 3602 |
-
"id":
|
| 3603 |
-
"type": "
|
| 3604 |
"pos": [
|
| 3605 |
-
|
| 3606 |
-
|
| 3607 |
],
|
| 3608 |
"size": [
|
| 3609 |
-
|
| 3610 |
-
|
| 3611 |
],
|
| 3612 |
"flags": {
|
| 3613 |
-
"collapsed":
|
| 3614 |
},
|
| 3615 |
-
"order":
|
| 3616 |
"mode": 0,
|
| 3617 |
-
"inputs": [
|
| 3618 |
-
|
| 3619 |
-
"localized_name": "samples",
|
| 3620 |
-
"name": "samples",
|
| 3621 |
-
"type": "LATENT",
|
| 3622 |
-
"link": 355
|
| 3623 |
-
},
|
| 3624 |
{
|
| 3625 |
-
"
|
| 3626 |
-
"
|
| 3627 |
-
"
|
| 3628 |
-
"
|
|
|
|
|
|
|
|
|
|
| 3629 |
}
|
| 3630 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3631 |
"outputs": [
|
| 3632 |
{
|
| 3633 |
-
"
|
| 3634 |
-
"
|
| 3635 |
-
"
|
| 3636 |
-
"
|
| 3637 |
"links": [
|
| 3638 |
-
|
| 3639 |
]
|
| 3640 |
}
|
| 3641 |
],
|
|
|
|
| 3642 |
"properties": {
|
| 3643 |
"cnr_id": "comfy-core",
|
| 3644 |
-
"ver": "0.3.
|
| 3645 |
-
"Node name for S&R": "
|
| 3646 |
"widget_ue_connectable": {}
|
| 3647 |
},
|
| 3648 |
-
"widgets_values": [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3649 |
"shape": 2
|
| 3650 |
},
|
| 3651 |
{
|
| 3652 |
-
"id":
|
| 3653 |
"type": "StringConcatenate",
|
| 3654 |
"pos": [
|
| 3655 |
-
-
|
| 3656 |
-
|
| 3657 |
],
|
| 3658 |
"size": [
|
| 3659 |
400,
|
|
@@ -3672,7 +3810,7 @@
|
|
| 3672 |
"widget": {
|
| 3673 |
"name": "string_a"
|
| 3674 |
},
|
| 3675 |
-
"link":
|
| 3676 |
},
|
| 3677 |
{
|
| 3678 |
"localized_name": "string_b",
|
|
@@ -3681,7 +3819,7 @@
|
|
| 3681 |
"widget": {
|
| 3682 |
"name": "string_b"
|
| 3683 |
},
|
| 3684 |
-
"link":
|
| 3685 |
}
|
| 3686 |
],
|
| 3687 |
"outputs": [
|
|
@@ -3690,7 +3828,7 @@
|
|
| 3690 |
"name": "STRING",
|
| 3691 |
"type": "STRING",
|
| 3692 |
"links": [
|
| 3693 |
-
|
| 3694 |
]
|
| 3695 |
}
|
| 3696 |
],
|
|
@@ -3705,45 +3843,6 @@
|
|
| 3705 |
","
|
| 3706 |
]
|
| 3707 |
},
|
| 3708 |
-
{
|
| 3709 |
-
"id": 145,
|
| 3710 |
-
"type": "Text Multiline",
|
| 3711 |
-
"pos": [
|
| 3712 |
-
-795.9012559817053,
|
| 3713 |
-
601.0712527339126
|
| 3714 |
-
],
|
| 3715 |
-
"size": [
|
| 3716 |
-
600.7428593190775,
|
| 3717 |
-
399.51351170258874
|
| 3718 |
-
],
|
| 3719 |
-
"flags": {
|
| 3720 |
-
"collapsed": true
|
| 3721 |
-
},
|
| 3722 |
-
"order": 2,
|
| 3723 |
-
"mode": 0,
|
| 3724 |
-
"inputs": [],
|
| 3725 |
-
"outputs": [
|
| 3726 |
-
{
|
| 3727 |
-
"localized_name": "STRING",
|
| 3728 |
-
"name": "STRING",
|
| 3729 |
-
"type": "STRING",
|
| 3730 |
-
"links": [
|
| 3731 |
-
330
|
| 3732 |
-
]
|
| 3733 |
-
}
|
| 3734 |
-
],
|
| 3735 |
-
"title": "Prompt di sistema",
|
| 3736 |
-
"properties": {
|
| 3737 |
-
"cnr_id": "was-node-suite-comfyui",
|
| 3738 |
-
"ver": "ea935d1044ae5a26efa54ebeb18fe9020af49a45",
|
| 3739 |
-
"Node name for S&R": "Text Multiline"
|
| 3740 |
-
},
|
| 3741 |
-
"widgets_values": [
|
| 3742 |
-
"You are a system that converts Italian or English user prompts and visual inputs into optimized cinematic English descriptions for WAN 2.2 I2V generation.\n\nSteps:\n1. Read the user's Italian or English input and understand the intention and atmosphere.\n2. Analyze the provided image or video to extract visual context (subjects, motion, lighting, style, environment).\n3. Combine both sources to create an English prompt optimized for realistic video generation with WAN 2.2.\n\nRules:\n- The output must be in fluent English.\nStructure the description as a precise, continuous scene with a timeline indicated for each second (e.g., \"(At 0 seconds: ...) (At 1 second: ...) (At 2 seconds: ...) (At 3 seconds: ...) (At 4 seconds: ...) (At 5 seconds: ...)\").\n- Describe visual and motion details (subject, action, environment, lighting, mood).\n- Use camera terms to describe camera movements, like “static shot”, “pan”, \"tilt\", \"zoom\".\n- Keep it between 1–3 sentences.\n- If there are NSFW images or text, please provide an NSFW description nipples, pussy, penis, areolas, etc..\n- Do not write any Note at the end of the prompt\n\nExample:\n\nOutput :\n\n(At 0 seconds: A young woman stands facing a rack of clothes, her back partially to the viewer as she lets her blouse slip from her shoulders.)\n(At 1 second: The blouse falls to the floor around her feet, leaving her completely naked ,. She tilts her head, looking at the garments before her.)\n(At 2 seconds: She reaches out with her right hand, her fingers gently brushing against the sleeve of a silk dress.)\n(At 3 seconds: She turns her body slightly towards the mirror, the soft light catching the lines of her collarbone and the curve of her hip.)\n(At 4 seconds: Lifting the hanger, she holds the dark fabric of the dress against her chest and stomach, observing the contrast against her skin.)\n(At 5 seconds: A subtle, thoughtful expression crosses her face as she smooths the fabric down with her free hand.)"
|
| 3743 |
-
],
|
| 3744 |
-
"color": "#432",
|
| 3745 |
-
"bgcolor": "#653"
|
| 3746 |
-
},
|
| 3747 |
{
|
| 3748 |
"id": 89,
|
| 3749 |
"type": "easy showAnything",
|
|
@@ -3787,88 +3886,11 @@
|
|
| 3787 |
"widget_ue_connectable": {}
|
| 3788 |
},
|
| 3789 |
"widgets_values": [
|
| 3790 |
-
"(At 0 seconds: A
|
| 3791 |
],
|
| 3792 |
"color": "#232",
|
| 3793 |
"bgcolor": "#353",
|
| 3794 |
"shape": 2
|
| 3795 |
-
},
|
| 3796 |
-
{
|
| 3797 |
-
"id": 169,
|
| 3798 |
-
"type": "AILab_QwenVL_GGUF_Advanced",
|
| 3799 |
-
"pos": [
|
| 3800 |
-
-1262.4085567601912,
|
| 3801 |
-
254.19096500193552
|
| 3802 |
-
],
|
| 3803 |
-
"size": [
|
| 3804 |
-
312.4290396355675,
|
| 3805 |
-
516
|
| 3806 |
-
],
|
| 3807 |
-
"flags": {},
|
| 3808 |
-
"order": 12,
|
| 3809 |
-
"mode": 0,
|
| 3810 |
-
"inputs": [
|
| 3811 |
-
{
|
| 3812 |
-
"localized_name": "image",
|
| 3813 |
-
"name": "image",
|
| 3814 |
-
"shape": 7,
|
| 3815 |
-
"type": "IMAGE",
|
| 3816 |
-
"link": 365
|
| 3817 |
-
},
|
| 3818 |
-
{
|
| 3819 |
-
"localized_name": "video",
|
| 3820 |
-
"name": "video",
|
| 3821 |
-
"shape": 7,
|
| 3822 |
-
"type": "IMAGE",
|
| 3823 |
-
"link": null
|
| 3824 |
-
},
|
| 3825 |
-
{
|
| 3826 |
-
"localized_name": "custom_prompt",
|
| 3827 |
-
"name": "custom_prompt",
|
| 3828 |
-
"type": "STRING",
|
| 3829 |
-
"widget": {
|
| 3830 |
-
"name": "custom_prompt"
|
| 3831 |
-
},
|
| 3832 |
-
"link": 367
|
| 3833 |
-
}
|
| 3834 |
-
],
|
| 3835 |
-
"outputs": [
|
| 3836 |
-
{
|
| 3837 |
-
"localized_name": "RESPONSE",
|
| 3838 |
-
"name": "RESPONSE",
|
| 3839 |
-
"type": "STRING",
|
| 3840 |
-
"links": [
|
| 3841 |
-
366
|
| 3842 |
-
]
|
| 3843 |
-
}
|
| 3844 |
-
],
|
| 3845 |
-
"properties": {
|
| 3846 |
-
"aux_id": "huchukato/ComfyUI-QwenVL-Mod",
|
| 3847 |
-
"ver": "79f2d315d62dd05bfcfaea02844ca15545c90049",
|
| 3848 |
-
"Node name for S&R": "AILab_QwenVL_GGUF_Advanced"
|
| 3849 |
-
},
|
| 3850 |
-
"widgets_values": [
|
| 3851 |
-
"Huihui-Qwen3-VL-4B-Instruct-abliterated-Q8_0.gguf",
|
| 3852 |
-
"auto",
|
| 3853 |
-
"🎬 Cinematic Description",
|
| 3854 |
-
"",
|
| 3855 |
-
512,
|
| 3856 |
-
0.6,
|
| 3857 |
-
0.9,
|
| 3858 |
-
1.2,
|
| 3859 |
-
16,
|
| 3860 |
-
8192,
|
| 3861 |
-
512,
|
| 3862 |
-
-1,
|
| 3863 |
-
4096,
|
| 3864 |
-
0,
|
| 3865 |
-
4194304,
|
| 3866 |
-
true,
|
| 3867 |
-
3647619444,
|
| 3868 |
-
"randomize"
|
| 3869 |
-
],
|
| 3870 |
-
"color": "#474539",
|
| 3871 |
-
"bgcolor": "#2c4045"
|
| 3872 |
}
|
| 3873 |
],
|
| 3874 |
"groups": [],
|
|
@@ -3897,22 +3919,6 @@
|
|
| 3897 |
"target_slot": 0,
|
| 3898 |
"type": "CLIP"
|
| 3899 |
},
|
| 3900 |
-
{
|
| 3901 |
-
"id": 329,
|
| 3902 |
-
"origin_id": 88,
|
| 3903 |
-
"origin_slot": 0,
|
| 3904 |
-
"target_id": 162,
|
| 3905 |
-
"target_slot": 0,
|
| 3906 |
-
"type": "STRING"
|
| 3907 |
-
},
|
| 3908 |
-
{
|
| 3909 |
-
"id": 330,
|
| 3910 |
-
"origin_id": 145,
|
| 3911 |
-
"origin_slot": 0,
|
| 3912 |
-
"target_id": 162,
|
| 3913 |
-
"target_slot": 1,
|
| 3914 |
-
"type": "STRING"
|
| 3915 |
-
},
|
| 3916 |
{
|
| 3917 |
"id": 333,
|
| 3918 |
"origin_id": 163,
|
|
@@ -4154,8 +4160,24 @@
|
|
| 4154 |
"type": "STRING"
|
| 4155 |
},
|
| 4156 |
{
|
| 4157 |
-
"id":
|
| 4158 |
-
"origin_id":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4159 |
"origin_slot": 0,
|
| 4160 |
"target_id": 169,
|
| 4161 |
"target_slot": 2,
|
|
@@ -4179,10 +4201,10 @@
|
|
| 4179 |
"ue_links": [],
|
| 4180 |
"links_added_by_ue": [],
|
| 4181 |
"ds": {
|
| 4182 |
-
"scale": 0.
|
| 4183 |
"offset": [
|
| 4184 |
-
|
| 4185 |
-
|
| 4186 |
]
|
| 4187 |
}
|
| 4188 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"id": "599b4f0a-1e8f-4105-9e92-96726e9d46e1",
|
| 3 |
"revision": 0,
|
| 4 |
+
"last_node_id": 215,
|
| 5 |
+
"last_link_id": 437,
|
| 6 |
"nodes": [
|
| 7 |
{
|
| 8 |
"id": 52,
|
|
|
|
| 48 |
}
|
| 49 |
},
|
| 50 |
"widgets_values": [
|
| 51 |
+
"033639_00001_.png",
|
| 52 |
"image"
|
| 53 |
],
|
| 54 |
"color": "#232",
|
|
|
|
| 68 |
"flags": {
|
| 69 |
"collapsed": true
|
| 70 |
},
|
| 71 |
+
"order": 30,
|
| 72 |
"mode": 0,
|
| 73 |
"inputs": [
|
| 74 |
{
|
|
|
|
| 108 |
"flags": {
|
| 109 |
"collapsed": true
|
| 110 |
},
|
| 111 |
+
"order": 31,
|
| 112 |
"mode": 0,
|
| 113 |
"inputs": [
|
| 114 |
{
|
|
|
|
| 549 |
"flags": {
|
| 550 |
"collapsed": true
|
| 551 |
},
|
| 552 |
+
"order": 27,
|
| 553 |
"mode": 0,
|
| 554 |
"inputs": [
|
| 555 |
{
|
|
|
|
| 575 |
"color": "#1b4669",
|
| 576 |
"bgcolor": "#29699c"
|
| 577 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 578 |
{
|
| 579 |
"id": 175,
|
| 580 |
"type": "SetNode",
|
|
|
|
| 589 |
"flags": {
|
| 590 |
"collapsed": true
|
| 591 |
},
|
| 592 |
+
"order": 25,
|
| 593 |
"mode": 0,
|
| 594 |
"inputs": [
|
| 595 |
{
|
|
|
|
| 627 |
"flags": {
|
| 628 |
"collapsed": true
|
| 629 |
},
|
| 630 |
+
"order": 26,
|
| 631 |
"mode": 0,
|
| 632 |
"inputs": [
|
| 633 |
{
|
|
|
|
| 665 |
"flags": {
|
| 666 |
"collapsed": true
|
| 667 |
},
|
| 668 |
+
"order": 6,
|
| 669 |
"mode": 0,
|
| 670 |
"inputs": [],
|
| 671 |
"outputs": [
|
|
|
|
| 697 |
"flags": {
|
| 698 |
"collapsed": true
|
| 699 |
},
|
| 700 |
+
"order": 7,
|
| 701 |
"mode": 0,
|
| 702 |
"inputs": [],
|
| 703 |
"outputs": [
|
|
|
|
| 788 |
850
|
| 789 |
],
|
| 790 |
"flags": {},
|
| 791 |
+
"order": 8,
|
| 792 |
"mode": 0,
|
| 793 |
"inputs": [],
|
| 794 |
"outputs": [],
|
|
|
|
| 912 |
82
|
| 913 |
],
|
| 914 |
"flags": {},
|
| 915 |
+
"order": 9,
|
| 916 |
"mode": 0,
|
| 917 |
"inputs": [],
|
| 918 |
"outputs": [
|
|
|
|
| 945 |
],
|
| 946 |
"size": [
|
| 947 |
477.292724609375,
|
| 948 |
+
1018.6959960937501
|
| 949 |
],
|
| 950 |
"flags": {},
|
| 951 |
"order": 38,
|
|
|
|
| 1014 |
"hidden": false,
|
| 1015 |
"paused": false,
|
| 1016 |
"params": {
|
| 1017 |
+
"filename": "wan22__00026.mp4",
|
| 1018 |
+
"subfolder": "2026-01-26",
|
| 1019 |
"type": "output",
|
| 1020 |
"format": "video/h264-mp4",
|
| 1021 |
"frame_rate": 16,
|
| 1022 |
+
"workflow": "wan22__00026.png",
|
| 1023 |
+
"fullpath": "/workspace/ComfyUI/output/2026-01-26/wan22__00026.mp4"
|
| 1024 |
}
|
| 1025 |
}
|
| 1026 |
},
|
|
|
|
| 1032 |
"id": 192,
|
| 1033 |
"type": "easy cleanGpuUsed",
|
| 1034 |
"pos": [
|
| 1035 |
+
-216.88073902723073,
|
| 1036 |
+
1527.128376599081
|
| 1037 |
],
|
| 1038 |
"size": [
|
| 1039 |
161.3404296875,
|
|
|
|
| 1043 |
"collapsed": true
|
| 1044 |
},
|
| 1045 |
"order": 40,
|
| 1046 |
+
"mode": 4,
|
| 1047 |
"inputs": [
|
| 1048 |
{
|
| 1049 |
"name": "anything",
|
|
|
|
| 1056 |
"name": "output",
|
| 1057 |
"type": "*",
|
| 1058 |
"links": [
|
| 1059 |
+
436
|
| 1060 |
]
|
| 1061 |
}
|
| 1062 |
],
|
|
|
|
| 1097 |
"name": "output",
|
| 1098 |
"type": "*",
|
| 1099 |
"links": [
|
| 1100 |
+
433
|
| 1101 |
]
|
| 1102 |
}
|
| 1103 |
],
|
|
|
|
| 1110 |
"widgets_values": [],
|
| 1111 |
"shape": 2
|
| 1112 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1113 |
{
|
| 1114 |
"id": 189,
|
| 1115 |
"type": "MarkdownNote",
|
|
|
|
| 1122 |
520
|
| 1123 |
],
|
| 1124 |
"flags": {},
|
| 1125 |
+
"order": 10,
|
| 1126 |
"mode": 0,
|
| 1127 |
"inputs": [],
|
| 1128 |
"outputs": [],
|
|
|
|
| 1204 |
false,
|
| 1205 |
"lanczos",
|
| 1206 |
"none",
|
| 1207 |
+
"#000000",
|
| 1208 |
+
"<tr><td>Output: </td><td><b>480</b> x <b>704</b> | 3.87MB | 337,920 pixels</td></tr>"
|
| 1209 |
],
|
| 1210 |
"color": "#232",
|
| 1211 |
"bgcolor": "#353"
|
|
|
|
| 1261 |
"bgcolor": "#535"
|
| 1262 |
},
|
| 1263 |
{
|
| 1264 |
+
"id": 56,
|
| 1265 |
+
"type": "UNETLoader",
|
| 1266 |
"pos": [
|
| 1267 |
+
-1850,
|
| 1268 |
+
320
|
| 1269 |
],
|
| 1270 |
"size": [
|
| 1271 |
+
430,
|
| 1272 |
+
82
|
| 1273 |
],
|
| 1274 |
"flags": {},
|
| 1275 |
+
"order": 11,
|
| 1276 |
+
"mode": 4,
|
| 1277 |
+
"inputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1278 |
"outputs": [
|
| 1279 |
{
|
|
|
|
| 1280 |
"name": "MODEL",
|
|
|
|
| 1281 |
"type": "MODEL",
|
| 1282 |
+
"slot_index": 0,
|
| 1283 |
+
"links": []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1284 |
}
|
| 1285 |
],
|
|
|
|
| 1286 |
"properties": {
|
| 1287 |
+
"cnr_id": "comfy-core",
|
| 1288 |
+
"ver": "0.3.46",
|
| 1289 |
+
"Node name for S&R": "UNETLoader",
|
| 1290 |
+
"widget_ue_connectable": {
|
| 1291 |
+
"unet_name": true,
|
| 1292 |
+
"weight_dtype": true
|
| 1293 |
+
}
|
| 1294 |
},
|
| 1295 |
"widgets_values": [
|
| 1296 |
+
"wan22EnhancedNSFWSVICamera_nsfwV2FP8L.safetensors",
|
| 1297 |
+
"default"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1298 |
],
|
| 1299 |
"color": "#223",
|
| 1300 |
"bgcolor": "#335"
|
| 1301 |
},
|
| 1302 |
{
|
| 1303 |
+
"id": 37,
|
| 1304 |
+
"type": "UNETLoader",
|
| 1305 |
"pos": [
|
| 1306 |
+
-1850,
|
| 1307 |
+
180
|
| 1308 |
],
|
| 1309 |
"size": [
|
| 1310 |
+
430,
|
| 1311 |
+
82
|
| 1312 |
],
|
| 1313 |
"flags": {},
|
| 1314 |
+
"order": 12,
|
| 1315 |
+
"mode": 4,
|
| 1316 |
+
"inputs": [],
|
| 1317 |
+
"outputs": [
|
| 1318 |
{
|
| 1319 |
+
"name": "MODEL",
|
|
|
|
| 1320 |
"type": "MODEL",
|
| 1321 |
+
"slot_index": 0,
|
| 1322 |
+
"links": []
|
| 1323 |
+
}
|
| 1324 |
+
],
|
| 1325 |
+
"properties": {
|
| 1326 |
+
"cnr_id": "comfy-core",
|
| 1327 |
+
"ver": "0.3.46",
|
| 1328 |
+
"Node name for S&R": "UNETLoader",
|
| 1329 |
+
"widget_ue_connectable": {
|
| 1330 |
+
"unet_name": true,
|
| 1331 |
+
"weight_dtype": true
|
| 1332 |
}
|
| 1333 |
+
},
|
| 1334 |
+
"widgets_values": [
|
| 1335 |
+
"wan22EnhancedNSFWSVICamera_nsfwV2FP8H.safetensors",
|
| 1336 |
+
"default"
|
| 1337 |
+
],
|
| 1338 |
+
"color": "#223",
|
| 1339 |
+
"bgcolor": "#335"
|
| 1340 |
+
},
|
| 1341 |
+
{
|
| 1342 |
+
"id": 184,
|
| 1343 |
+
"type": "CLIPLoaderGGUF",
|
| 1344 |
+
"pos": [
|
| 1345 |
+
-1850,
|
| 1346 |
+
460
|
| 1347 |
+
],
|
| 1348 |
+
"size": [
|
| 1349 |
+
260,
|
| 1350 |
+
110
|
| 1351 |
],
|
| 1352 |
+
"flags": {},
|
| 1353 |
+
"order": 13,
|
| 1354 |
+
"mode": 4,
|
| 1355 |
+
"inputs": [],
|
| 1356 |
"outputs": [
|
| 1357 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1358 |
"name": "CLIP",
|
|
|
|
| 1359 |
"type": "CLIP",
|
| 1360 |
+
"links": []
|
| 1361 |
}
|
| 1362 |
],
|
|
|
|
| 1363 |
"properties": {
|
| 1364 |
+
"cnr_id": "comfyui-gguf",
|
| 1365 |
+
"ver": "1.1.10",
|
| 1366 |
+
"Node name for S&R": "CLIPLoaderGGUF"
|
|
|
|
| 1367 |
},
|
| 1368 |
"widgets_values": [
|
| 1369 |
+
"umt5-xxl-encoder-Q8_0.gguf",
|
| 1370 |
+
"wan"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1371 |
],
|
| 1372 |
+
"color": "#223",
|
| 1373 |
+
"bgcolor": "#335"
|
| 1374 |
},
|
| 1375 |
{
|
| 1376 |
+
"id": 210,
|
| 1377 |
+
"type": "CLIPLoader",
|
| 1378 |
"pos": [
|
| 1379 |
+
-1580,
|
| 1380 |
+
460
|
| 1381 |
],
|
| 1382 |
"size": [
|
| 1383 |
+
240,
|
| 1384 |
+
110
|
| 1385 |
],
|
| 1386 |
"flags": {},
|
| 1387 |
+
"order": 14,
|
| 1388 |
"mode": 0,
|
| 1389 |
+
"inputs": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1390 |
"outputs": [
|
| 1391 |
{
|
| 1392 |
+
"name": "CLIP",
|
| 1393 |
+
"type": "CLIP",
|
| 1394 |
"links": [
|
| 1395 |
+
427
|
| 1396 |
]
|
| 1397 |
}
|
| 1398 |
],
|
| 1399 |
"properties": {
|
| 1400 |
+
"cnr_id": "comfy-core",
|
| 1401 |
+
"ver": "0.10.0",
|
| 1402 |
+
"Node name for S&R": "CLIPLoader"
|
| 1403 |
+
},
|
| 1404 |
+
"widgets_values": [
|
| 1405 |
+
"nsfw_wan_umt5-xxl_fp8_scaled.safetensors",
|
| 1406 |
+
"wan",
|
| 1407 |
+
"default"
|
| 1408 |
+
],
|
| 1409 |
+
"color": "#223",
|
| 1410 |
+
"bgcolor": "#335"
|
| 1411 |
+
},
|
| 1412 |
+
{
|
| 1413 |
+
"id": 39,
|
| 1414 |
+
"type": "VAELoader",
|
| 1415 |
+
"pos": [
|
| 1416 |
+
-1330,
|
| 1417 |
+
460
|
| 1418 |
+
],
|
| 1419 |
+
"size": [
|
| 1420 |
+
210,
|
| 1421 |
+
110
|
| 1422 |
+
],
|
| 1423 |
+
"flags": {},
|
| 1424 |
+
"order": 15,
|
| 1425 |
+
"mode": 0,
|
| 1426 |
+
"inputs": [],
|
| 1427 |
+
"outputs": [
|
| 1428 |
+
{
|
| 1429 |
+
"name": "VAE",
|
| 1430 |
+
"type": "VAE",
|
| 1431 |
+
"slot_index": 0,
|
| 1432 |
+
"links": [
|
| 1433 |
+
369
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1434 |
]
|
| 1435 |
+
}
|
| 1436 |
+
],
|
| 1437 |
+
"properties": {
|
| 1438 |
"cnr_id": "comfy-core",
|
| 1439 |
+
"ver": "0.3.46",
|
| 1440 |
+
"Node name for S&R": "VAELoader",
|
| 1441 |
+
"widget_ue_connectable": {
|
| 1442 |
+
"vae_name": true
|
| 1443 |
+
}
|
| 1444 |
+
},
|
| 1445 |
+
"widgets_values": [
|
| 1446 |
+
"Wan2_1_VAE_fp32.safetensors"
|
| 1447 |
+
],
|
| 1448 |
+
"color": "#223",
|
| 1449 |
+
"bgcolor": "#335"
|
| 1450 |
+
},
|
| 1451 |
+
{
|
| 1452 |
+
"id": 177,
|
| 1453 |
+
"type": "SamplerSelector",
|
| 1454 |
+
"pos": [
|
| 1455 |
+
-1570.488252837444,
|
| 1456 |
+
1811.5336079516592
|
| 1457 |
+
],
|
| 1458 |
+
"size": [
|
| 1459 |
+
251.9406031415583,
|
| 1460 |
+
58
|
| 1461 |
+
],
|
| 1462 |
+
"flags": {},
|
| 1463 |
+
"order": 16,
|
| 1464 |
+
"mode": 0,
|
| 1465 |
+
"inputs": [],
|
| 1466 |
+
"outputs": [
|
| 1467 |
+
{
|
| 1468 |
+
"name": "sampler_name",
|
| 1469 |
+
"type": "COMBO",
|
| 1470 |
+
"links": [
|
| 1471 |
+
376
|
| 1472 |
+
]
|
| 1473 |
+
}
|
| 1474 |
+
],
|
| 1475 |
+
"properties": {
|
| 1476 |
+
"aux_id": "ComfyAssets/ComfyUI_Selectors",
|
| 1477 |
+
"ver": "4def337a9f18350c6b8e873818fa8b04a235c39b",
|
| 1478 |
+
"Node name for S&R": "SamplerSelector"
|
| 1479 |
+
},
|
| 1480 |
+
"widgets_values": [
|
| 1481 |
+
"euler"
|
| 1482 |
+
],
|
| 1483 |
+
"color": "#233",
|
| 1484 |
+
"bgcolor": "#355"
|
| 1485 |
+
},
|
| 1486 |
+
{
|
| 1487 |
+
"id": 178,
|
| 1488 |
+
"type": "SchedulerSelector",
|
| 1489 |
+
"pos": [
|
| 1490 |
+
-1567.1945576712178,
|
| 1491 |
+
1970.789599494869
|
| 1492 |
+
],
|
| 1493 |
+
"size": [
|
| 1494 |
+
241.2297660113204,
|
| 1495 |
+
58
|
| 1496 |
+
],
|
| 1497 |
+
"flags": {},
|
| 1498 |
+
"order": 17,
|
| 1499 |
+
"mode": 0,
|
| 1500 |
+
"inputs": [],
|
| 1501 |
+
"outputs": [
|
| 1502 |
+
{
|
| 1503 |
+
"name": "scheduler",
|
| 1504 |
+
"type": "COMBO",
|
| 1505 |
+
"links": [
|
| 1506 |
+
377
|
| 1507 |
+
]
|
| 1508 |
+
}
|
| 1509 |
+
],
|
| 1510 |
+
"properties": {
|
| 1511 |
+
"aux_id": "ComfyAssets/ComfyUI_Selectors",
|
| 1512 |
+
"ver": "4def337a9f18350c6b8e873818fa8b04a235c39b",
|
| 1513 |
+
"Node name for S&R": "SchedulerSelector"
|
| 1514 |
},
|
| 1515 |
"widgets_values": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1516 |
"simple"
|
| 1517 |
],
|
| 1518 |
+
"color": "#233",
|
| 1519 |
+
"bgcolor": "#355"
|
| 1520 |
+
},
|
| 1521 |
+
{
|
| 1522 |
+
"id": 157,
|
| 1523 |
+
"type": "mxSlider",
|
| 1524 |
+
"pos": [
|
| 1525 |
+
-1866.2550062495618,
|
| 1526 |
+
1815.0517445632233
|
| 1527 |
+
],
|
| 1528 |
+
"size": [
|
| 1529 |
+
273.3589951904521,
|
| 1530 |
+
30
|
| 1531 |
+
],
|
| 1532 |
+
"flags": {},
|
| 1533 |
+
"order": 18,
|
| 1534 |
+
"mode": 0,
|
| 1535 |
+
"inputs": [],
|
| 1536 |
+
"outputs": [
|
| 1537 |
+
{
|
| 1538 |
+
"name": "",
|
| 1539 |
+
"type": "INT",
|
| 1540 |
+
"links": [
|
| 1541 |
+
320
|
| 1542 |
+
]
|
| 1543 |
+
}
|
| 1544 |
+
],
|
| 1545 |
+
"title": "Lenght",
|
| 1546 |
+
"properties": {
|
| 1547 |
+
"cnr_id": "comfyui-mxtoolkit",
|
| 1548 |
+
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 1549 |
+
"Node name for S&R": "mxSlider",
|
| 1550 |
+
"value": 81,
|
| 1551 |
+
"min": 0,
|
| 1552 |
+
"max": 200,
|
| 1553 |
+
"step": 1,
|
| 1554 |
+
"decimals": 0,
|
| 1555 |
+
"snap": true
|
| 1556 |
+
},
|
| 1557 |
+
"widgets_values": [
|
| 1558 |
+
81,
|
| 1559 |
+
81,
|
| 1560 |
+
0
|
| 1561 |
+
],
|
| 1562 |
+
"color": "#233",
|
| 1563 |
+
"bgcolor": "#355"
|
| 1564 |
},
|
| 1565 |
{
|
| 1566 |
+
"id": 214,
|
| 1567 |
+
"type": "RIFE VFI",
|
| 1568 |
"pos": [
|
| 1569 |
+
-662.0161422000782,
|
| 1570 |
+
1589.2486113237935
|
| 1571 |
],
|
| 1572 |
"size": [
|
| 1573 |
+
362.91953125,
|
| 1574 |
+
198
|
| 1575 |
],
|
| 1576 |
"flags": {
|
| 1577 |
"collapsed": true
|
|
|
|
| 1582 |
{
|
| 1583 |
"name": "frames",
|
| 1584 |
"type": "IMAGE",
|
| 1585 |
+
"link": 433
|
| 1586 |
},
|
| 1587 |
{
|
| 1588 |
"name": "optional_interpolation_states",
|
|
|
|
| 1596 |
"name": "IMAGE",
|
| 1597 |
"type": "IMAGE",
|
| 1598 |
"links": [
|
| 1599 |
+
434
|
| 1600 |
]
|
| 1601 |
}
|
| 1602 |
],
|
|
|
|
| 1604 |
"properties": {
|
| 1605 |
"cnr_id": "comfyui-frame-interpolation",
|
| 1606 |
"ver": "1.0.7",
|
| 1607 |
+
"Node name for S&R": "RIFE VFI"
|
| 1608 |
},
|
| 1609 |
"widgets_values": [
|
| 1610 |
+
"rife49.pth",
|
| 1611 |
10,
|
| 1612 |
+
2,
|
| 1613 |
+
true,
|
| 1614 |
+
true,
|
| 1615 |
+
1
|
| 1616 |
]
|
| 1617 |
},
|
| 1618 |
{
|
| 1619 |
"id": 77,
|
| 1620 |
"type": "VHS_VideoCombine",
|
| 1621 |
"pos": [
|
| 1622 |
+
-770.0853795676015,
|
| 1623 |
+
1502.3075515583753
|
| 1624 |
],
|
| 1625 |
"size": [
|
| 1626 |
479.3177795410156,
|
| 1627 |
+
1021.6660766601562
|
| 1628 |
],
|
| 1629 |
"flags": {},
|
| 1630 |
"order": 47,
|
|
|
|
| 1633 |
{
|
| 1634 |
"name": "images",
|
| 1635 |
"type": "IMAGE",
|
| 1636 |
+
"link": 434
|
| 1637 |
},
|
| 1638 |
{
|
| 1639 |
"name": "audio",
|
|
|
|
| 1682 |
"hidden": false,
|
| 1683 |
"paused": false,
|
| 1684 |
"params": {
|
| 1685 |
+
"filename": "234554_00001.mp4",
|
| 1686 |
"subfolder": "30FPS/2026-01-25",
|
| 1687 |
"type": "output",
|
| 1688 |
"format": "video/h264-mp4",
|
| 1689 |
"frame_rate": 32,
|
| 1690 |
+
"workflow": "234554_00001.png",
|
| 1691 |
+
"fullpath": "/workspace/ComfyUI/output/30FPS/2026-01-25/234554_00001.mp4"
|
| 1692 |
}
|
| 1693 |
}
|
| 1694 |
},
|
|
|
|
| 1697 |
"shape": 2
|
| 1698 |
},
|
| 1699 |
{
|
| 1700 |
+
"id": 215,
|
| 1701 |
+
"type": "RIFE VFI",
|
| 1702 |
"pos": [
|
| 1703 |
+
-190.20459543357745,
|
| 1704 |
+
1594.1377570851387
|
| 1705 |
],
|
| 1706 |
"size": [
|
| 1707 |
+
362.91953125,
|
| 1708 |
+
198
|
| 1709 |
],
|
| 1710 |
"flags": {
|
| 1711 |
"collapsed": true
|
| 1712 |
},
|
| 1713 |
"order": 44,
|
| 1714 |
+
"mode": 4,
|
| 1715 |
"inputs": [
|
| 1716 |
{
|
| 1717 |
"name": "frames",
|
| 1718 |
"type": "IMAGE",
|
| 1719 |
+
"link": 436
|
| 1720 |
},
|
| 1721 |
{
|
| 1722 |
"name": "optional_interpolation_states",
|
|
|
|
| 1730 |
"name": "IMAGE",
|
| 1731 |
"type": "IMAGE",
|
| 1732 |
"links": [
|
| 1733 |
+
437
|
| 1734 |
]
|
| 1735 |
}
|
| 1736 |
],
|
|
|
|
| 1738 |
"properties": {
|
| 1739 |
"cnr_id": "comfyui-frame-interpolation",
|
| 1740 |
"ver": "1.0.7",
|
| 1741 |
+
"Node name for S&R": "RIFE VFI"
|
| 1742 |
},
|
| 1743 |
"widgets_values": [
|
| 1744 |
+
"rife49.pth",
|
| 1745 |
10,
|
| 1746 |
+
4,
|
| 1747 |
+
true,
|
| 1748 |
+
true,
|
| 1749 |
+
1
|
| 1750 |
]
|
| 1751 |
},
|
| 1752 |
{
|
| 1753 |
"id": 194,
|
| 1754 |
"type": "VHS_VideoCombine",
|
| 1755 |
"pos": [
|
| 1756 |
+
-254.00173736249783,
|
| 1757 |
+
1501.2446277701788
|
| 1758 |
],
|
| 1759 |
"size": [
|
| 1760 |
479.3177795410156,
|
|
|
|
| 1762 |
],
|
| 1763 |
"flags": {},
|
| 1764 |
"order": 48,
|
| 1765 |
+
"mode": 4,
|
| 1766 |
"inputs": [
|
| 1767 |
{
|
| 1768 |
"name": "images",
|
| 1769 |
"type": "IMAGE",
|
| 1770 |
+
"link": 437
|
| 1771 |
},
|
| 1772 |
{
|
| 1773 |
"name": "audio",
|
|
|
|
| 1816 |
"hidden": false,
|
| 1817 |
"paused": false,
|
| 1818 |
"params": {
|
| 1819 |
+
"filename": "033942_00001.mp4",
|
| 1820 |
+
"subfolder": "60FPS/2026-01-26",
|
| 1821 |
"type": "output",
|
| 1822 |
"format": "video/h264-mp4",
|
| 1823 |
+
"frame_rate": 64,
|
| 1824 |
+
"workflow": "033942_00001.png",
|
| 1825 |
+
"fullpath": "/workspace/ComfyUI/output/60FPS/2026-01-26/033942_00001.mp4"
|
| 1826 |
}
|
| 1827 |
}
|
| 1828 |
},
|
|
|
|
| 1842 |
70
|
| 1843 |
],
|
| 1844 |
"flags": {},
|
| 1845 |
+
"order": 19,
|
| 1846 |
"mode": 0,
|
| 1847 |
"inputs": [],
|
| 1848 |
"outputs": [
|
|
|
|
| 1861 |
"Node name for S&R": "UnetLoaderGGUF"
|
| 1862 |
},
|
| 1863 |
"widgets_values": [
|
| 1864 |
+
"wan22RemixT2VI2V_i2vHighV20-Q8_0.gguf"
|
| 1865 |
],
|
| 1866 |
"color": "#233",
|
| 1867 |
"bgcolor": "#355"
|
|
|
|
| 1878 |
70
|
| 1879 |
],
|
| 1880 |
"flags": {},
|
| 1881 |
+
"order": 20,
|
| 1882 |
"mode": 0,
|
| 1883 |
"inputs": [],
|
| 1884 |
"outputs": [
|
|
|
|
| 1897 |
"Node name for S&R": "UnetLoaderGGUF"
|
| 1898 |
},
|
| 1899 |
"widgets_values": [
|
| 1900 |
+
"wan22RemixT2VI2V_i2vLowV20-Q8_0.gguf"
|
| 1901 |
],
|
| 1902 |
"color": "#233",
|
| 1903 |
"bgcolor": "#355"
|
| 1904 |
},
|
| 1905 |
{
|
| 1906 |
+
"id": 155,
|
| 1907 |
+
"type": "mxSlider",
|
| 1908 |
"pos": [
|
| 1909 |
+
-1866.0745374995613,
|
| 1910 |
+
1904.6931508132222
|
| 1911 |
],
|
| 1912 |
"size": [
|
| 1913 |
+
275.28394912549265,
|
| 1914 |
+
30
|
| 1915 |
],
|
| 1916 |
"flags": {},
|
| 1917 |
+
"order": 21,
|
| 1918 |
+
"mode": 0,
|
| 1919 |
"inputs": [],
|
| 1920 |
"outputs": [
|
| 1921 |
{
|
| 1922 |
+
"name": "",
|
| 1923 |
+
"type": "INT",
|
| 1924 |
+
"links": [
|
| 1925 |
+
318
|
| 1926 |
+
]
|
| 1927 |
}
|
| 1928 |
],
|
| 1929 |
+
"title": "Steps",
|
| 1930 |
"properties": {
|
| 1931 |
+
"cnr_id": "comfyui-mxtoolkit",
|
| 1932 |
+
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 1933 |
+
"Node name for S&R": "mxSlider",
|
| 1934 |
+
"value": 8,
|
| 1935 |
+
"min": 0,
|
| 1936 |
+
"max": 20,
|
| 1937 |
+
"step": 1,
|
| 1938 |
+
"decimals": 0,
|
| 1939 |
+
"snap": true
|
| 1940 |
+
},
|
| 1941 |
+
"widgets_values": [
|
| 1942 |
+
8,
|
| 1943 |
+
8,
|
| 1944 |
+
0
|
| 1945 |
+
],
|
| 1946 |
+
"color": "#233",
|
| 1947 |
+
"bgcolor": "#355"
|
| 1948 |
},
|
| 1949 |
{
|
| 1950 |
+
"id": 156,
|
| 1951 |
+
"type": "mxSlider",
|
| 1952 |
"pos": [
|
| 1953 |
+
-1862.8066345350956,
|
| 1954 |
+
2001.1183099237057
|
| 1955 |
],
|
| 1956 |
"size": [
|
| 1957 |
+
279.8558411113763,
|
| 1958 |
+
30
|
| 1959 |
],
|
| 1960 |
"flags": {},
|
| 1961 |
+
"order": 22,
|
| 1962 |
+
"mode": 0,
|
| 1963 |
"inputs": [],
|
| 1964 |
"outputs": [
|
| 1965 |
{
|
| 1966 |
+
"name": "",
|
| 1967 |
+
"type": "INT",
|
| 1968 |
+
"links": [
|
| 1969 |
+
319
|
| 1970 |
+
]
|
| 1971 |
}
|
| 1972 |
],
|
| 1973 |
+
"title": "Second Steps",
|
| 1974 |
"properties": {
|
| 1975 |
+
"cnr_id": "comfyui-mxtoolkit",
|
| 1976 |
+
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 1977 |
+
"Node name for S&R": "mxSlider",
|
| 1978 |
+
"value": 4,
|
| 1979 |
+
"min": 0,
|
| 1980 |
+
"max": 10,
|
| 1981 |
+
"step": 1,
|
| 1982 |
+
"decimals": 0,
|
| 1983 |
+
"snap": true
|
| 1984 |
},
|
| 1985 |
"widgets_values": [
|
| 1986 |
+
4,
|
| 1987 |
+
4,
|
| 1988 |
+
0
|
| 1989 |
],
|
| 1990 |
+
"color": "#233",
|
| 1991 |
+
"bgcolor": "#355"
|
| 1992 |
},
|
| 1993 |
{
|
| 1994 |
+
"id": 109,
|
| 1995 |
+
"type": "Power Lora Loader (rgthree)",
|
| 1996 |
"pos": [
|
| 1997 |
+
-1041.2192138671892,
|
| 1998 |
+
233.2933395385743
|
| 1999 |
],
|
| 2000 |
"size": [
|
| 2001 |
+
408.3441162109375,
|
| 2002 |
+
380.5342712402344
|
| 2003 |
],
|
| 2004 |
"flags": {},
|
| 2005 |
+
"order": 28,
|
| 2006 |
+
"mode": 0,
|
| 2007 |
+
"inputs": [
|
| 2008 |
+
{
|
| 2009 |
+
"dir": 3,
|
| 2010 |
+
"name": "model",
|
| 2011 |
+
"type": "MODEL",
|
| 2012 |
+
"link": 381
|
| 2013 |
+
},
|
| 2014 |
+
{
|
| 2015 |
+
"dir": 3,
|
| 2016 |
+
"name": "clip",
|
| 2017 |
+
"type": "CLIP",
|
| 2018 |
+
"link": null
|
| 2019 |
+
}
|
| 2020 |
+
],
|
| 2021 |
"outputs": [
|
| 2022 |
{
|
| 2023 |
+
"dir": 4,
|
| 2024 |
+
"name": "MODEL",
|
| 2025 |
+
"shape": 3,
|
| 2026 |
+
"type": "MODEL",
|
| 2027 |
+
"links": [
|
| 2028 |
+
360
|
| 2029 |
+
]
|
| 2030 |
+
},
|
| 2031 |
+
{
|
| 2032 |
+
"dir": 4,
|
| 2033 |
"name": "CLIP",
|
| 2034 |
+
"shape": 3,
|
| 2035 |
"type": "CLIP",
|
| 2036 |
+
"links": null
|
| 2037 |
}
|
| 2038 |
],
|
| 2039 |
+
"title": "HIGH LORA LOADER",
|
| 2040 |
"properties": {
|
| 2041 |
+
"cnr_id": "rgthree-comfy",
|
| 2042 |
+
"ver": "944d5353a1b0a668f40844018c3dc956b95a67d7",
|
| 2043 |
+
"Show Strengths": "Single Strength",
|
| 2044 |
+
"widget_ue_connectable": {}
|
| 2045 |
},
|
| 2046 |
"widgets_values": [
|
| 2047 |
+
{},
|
| 2048 |
+
{
|
| 2049 |
+
"type": "PowerLoraLoaderHeaderWidget"
|
| 2050 |
+
},
|
| 2051 |
+
{
|
| 2052 |
+
"on": true,
|
| 2053 |
+
"lora": "WAN2.2-BreastRubv2_HighNoise.safetensors",
|
| 2054 |
+
"strength": 0.7,
|
| 2055 |
+
"strengthTwo": null
|
| 2056 |
+
},
|
| 2057 |
+
{},
|
| 2058 |
+
""
|
| 2059 |
],
|
| 2060 |
"color": "#223",
|
| 2061 |
"bgcolor": "#335"
|
| 2062 |
},
|
| 2063 |
{
|
| 2064 |
+
"id": 110,
|
| 2065 |
+
"type": "Power Lora Loader (rgthree)",
|
| 2066 |
"pos": [
|
| 2067 |
+
-596.7543282288677,
|
| 2068 |
+
243.9043973136815
|
| 2069 |
],
|
| 2070 |
"size": [
|
| 2071 |
+
394.0889587402344,
|
| 2072 |
+
365.57958984375
|
| 2073 |
],
|
| 2074 |
"flags": {},
|
| 2075 |
+
"order": 29,
|
| 2076 |
"mode": 0,
|
| 2077 |
+
"inputs": [
|
| 2078 |
+
{
|
| 2079 |
+
"dir": 3,
|
| 2080 |
+
"name": "model",
|
| 2081 |
+
"type": "MODEL",
|
| 2082 |
+
"link": 382
|
| 2083 |
+
},
|
| 2084 |
+
{
|
| 2085 |
+
"dir": 3,
|
| 2086 |
+
"name": "clip",
|
| 2087 |
+
"type": "CLIP",
|
| 2088 |
+
"link": null
|
| 2089 |
+
}
|
| 2090 |
+
],
|
| 2091 |
"outputs": [
|
| 2092 |
{
|
| 2093 |
+
"dir": 4,
|
| 2094 |
+
"name": "MODEL",
|
| 2095 |
+
"shape": 3,
|
| 2096 |
+
"type": "MODEL",
|
| 2097 |
+
"links": [
|
| 2098 |
+
361
|
| 2099 |
+
]
|
| 2100 |
+
},
|
| 2101 |
+
{
|
| 2102 |
+
"dir": 4,
|
| 2103 |
"name": "CLIP",
|
| 2104 |
+
"shape": 3,
|
| 2105 |
"type": "CLIP",
|
| 2106 |
+
"links": null
|
| 2107 |
+
}
|
| 2108 |
+
],
|
| 2109 |
+
"title": "LOW LORA LOADER",
|
| 2110 |
+
"properties": {
|
| 2111 |
+
"cnr_id": "rgthree-comfy",
|
| 2112 |
+
"ver": "944d5353a1b0a668f40844018c3dc956b95a67d7",
|
| 2113 |
+
"Show Strengths": "Single Strength",
|
| 2114 |
+
"widget_ue_connectable": {}
|
| 2115 |
+
},
|
| 2116 |
+
"widgets_values": [
|
| 2117 |
+
{},
|
| 2118 |
+
{
|
| 2119 |
+
"type": "PowerLoraLoaderHeaderWidget"
|
| 2120 |
+
},
|
| 2121 |
+
{
|
| 2122 |
+
"on": true,
|
| 2123 |
+
"lora": "WAN2.2-BreastRubv2_LowNoise.safetensors",
|
| 2124 |
+
"strength": 0.7,
|
| 2125 |
+
"strengthTwo": null
|
| 2126 |
+
},
|
| 2127 |
+
{},
|
| 2128 |
+
""
|
| 2129 |
+
],
|
| 2130 |
+
"color": "#2a363b",
|
| 2131 |
+
"bgcolor": "#3f5159"
|
| 2132 |
+
},
|
| 2133 |
+
{
|
| 2134 |
+
"id": 161,
|
| 2135 |
+
"type": "f838c097-47c7-4eda-971d-a4ca071e3b81",
|
| 2136 |
+
"pos": [
|
| 2137 |
+
-1283.0159523271213,
|
| 2138 |
+
742.3675034499284
|
| 2139 |
+
],
|
| 2140 |
+
"size": [
|
| 2141 |
+
783.8555924235986,
|
| 2142 |
+
638.0599545311666
|
| 2143 |
+
],
|
| 2144 |
+
"flags": {},
|
| 2145 |
+
"order": 32,
|
| 2146 |
+
"mode": 0,
|
| 2147 |
+
"inputs": [
|
| 2148 |
+
{
|
| 2149 |
+
"name": "clip",
|
| 2150 |
+
"type": "CLIP",
|
| 2151 |
+
"link": 427
|
| 2152 |
+
},
|
| 2153 |
+
{
|
| 2154 |
+
"name": "image",
|
| 2155 |
+
"type": "IMAGE",
|
| 2156 |
+
"link": 327
|
| 2157 |
+
},
|
| 2158 |
+
{
|
| 2159 |
+
"label": "model_h",
|
| 2160 |
+
"name": "model",
|
| 2161 |
+
"type": "MODEL",
|
| 2162 |
+
"link": 370
|
| 2163 |
+
},
|
| 2164 |
+
{
|
| 2165 |
+
"label": "model_l",
|
| 2166 |
+
"name": "model_1",
|
| 2167 |
+
"type": "MODEL",
|
| 2168 |
+
"link": 371
|
| 2169 |
+
},
|
| 2170 |
+
{
|
| 2171 |
+
"name": "vae",
|
| 2172 |
+
"type": "VAE",
|
| 2173 |
+
"link": 369
|
| 2174 |
+
},
|
| 2175 |
+
{
|
| 2176 |
+
"name": "length",
|
| 2177 |
+
"type": "INT",
|
| 2178 |
+
"widget": {
|
| 2179 |
+
"name": "length"
|
| 2180 |
+
},
|
| 2181 |
+
"link": 366
|
| 2182 |
+
},
|
| 2183 |
+
{
|
| 2184 |
+
"name": "steps",
|
| 2185 |
+
"type": "INT",
|
| 2186 |
+
"widget": {
|
| 2187 |
+
"name": "steps"
|
| 2188 |
+
},
|
| 2189 |
+
"link": 367
|
| 2190 |
+
},
|
| 2191 |
+
{
|
| 2192 |
+
"name": "end_at_step",
|
| 2193 |
+
"type": "INT",
|
| 2194 |
+
"widget": {
|
| 2195 |
+
"name": "end_at_step"
|
| 2196 |
+
},
|
| 2197 |
+
"link": 368
|
| 2198 |
+
},
|
| 2199 |
+
{
|
| 2200 |
+
"name": "width",
|
| 2201 |
+
"type": "INT",
|
| 2202 |
+
"widget": {
|
| 2203 |
+
"name": "width"
|
| 2204 |
+
},
|
| 2205 |
+
"link": 372
|
| 2206 |
+
},
|
| 2207 |
+
{
|
| 2208 |
+
"name": "height",
|
| 2209 |
+
"type": "INT",
|
| 2210 |
+
"widget": {
|
| 2211 |
+
"name": "height"
|
| 2212 |
+
},
|
| 2213 |
+
"link": 373
|
| 2214 |
+
},
|
| 2215 |
+
{
|
| 2216 |
+
"name": "sampler_name",
|
| 2217 |
+
"type": "COMBO",
|
| 2218 |
+
"widget": {
|
| 2219 |
+
"name": "sampler_name"
|
| 2220 |
+
},
|
| 2221 |
+
"link": 378
|
| 2222 |
+
},
|
| 2223 |
+
{
|
| 2224 |
+
"name": "scheduler",
|
| 2225 |
+
"type": "COMBO",
|
| 2226 |
+
"widget": {
|
| 2227 |
+
"name": "scheduler"
|
| 2228 |
+
},
|
| 2229 |
+
"link": 379
|
| 2230 |
+
}
|
| 2231 |
+
],
|
| 2232 |
+
"outputs": [
|
| 2233 |
+
{
|
| 2234 |
+
"name": "IMAGE",
|
| 2235 |
+
"type": "IMAGE",
|
| 2236 |
"links": [
|
| 2237 |
+
392
|
| 2238 |
+
]
|
| 2239 |
+
}
|
| 2240 |
+
],
|
| 2241 |
+
"properties": {
|
| 2242 |
+
"proxyWidgets": [
|
| 2243 |
+
[
|
| 2244 |
+
"-1",
|
| 2245 |
+
"length"
|
| 2246 |
+
],
|
| 2247 |
+
[
|
| 2248 |
+
"-1",
|
| 2249 |
+
"width"
|
| 2250 |
+
],
|
| 2251 |
+
[
|
| 2252 |
+
"-1",
|
| 2253 |
+
"height"
|
| 2254 |
+
],
|
| 2255 |
+
[
|
| 2256 |
+
"-1",
|
| 2257 |
+
"steps"
|
| 2258 |
+
],
|
| 2259 |
+
[
|
| 2260 |
+
"-1",
|
| 2261 |
+
"end_at_step"
|
| 2262 |
+
],
|
| 2263 |
+
[
|
| 2264 |
+
"-1",
|
| 2265 |
+
"sampler_name"
|
| 2266 |
+
],
|
| 2267 |
+
[
|
| 2268 |
+
"-1",
|
| 2269 |
+
"scheduler"
|
| 2270 |
+
],
|
| 2271 |
+
[
|
| 2272 |
+
"88",
|
| 2273 |
+
"value"
|
| 2274 |
+
],
|
| 2275 |
+
[
|
| 2276 |
+
"89",
|
| 2277 |
+
"text"
|
| 2278 |
+
],
|
| 2279 |
+
[
|
| 2280 |
+
"164",
|
| 2281 |
+
"seed"
|
| 2282 |
+
],
|
| 2283 |
+
[
|
| 2284 |
+
"164",
|
| 2285 |
+
"🎲 New Fixed Random"
|
| 2286 |
+
],
|
| 2287 |
+
[
|
| 2288 |
+
"164",
|
| 2289 |
+
"🎲 Randomize Each Time"
|
| 2290 |
+
],
|
| 2291 |
+
[
|
| 2292 |
+
"169",
|
| 2293 |
+
"control_after_generate"
|
| 2294 |
+
],
|
| 2295 |
+
[
|
| 2296 |
+
"169",
|
| 2297 |
+
"seed"
|
| 2298 |
+
],
|
| 2299 |
+
[
|
| 2300 |
+
"169",
|
| 2301 |
+
"preset_prompt"
|
| 2302 |
+
],
|
| 2303 |
+
[
|
| 2304 |
+
"169",
|
| 2305 |
+
"model_name"
|
| 2306 |
]
|
| 2307 |
+
],
|
|
|
|
|
|
|
| 2308 |
"cnr_id": "comfy-core",
|
| 2309 |
+
"ver": "0.9.2"
|
|
|
|
| 2310 |
},
|
| 2311 |
"widgets_values": [
|
| 2312 |
+
5,
|
| 2313 |
+
"simple",
|
| 2314 |
+
2,
|
| 2315 |
+
5,
|
| 2316 |
+
2,
|
| 2317 |
+
"euler",
|
| 2318 |
+
"simple"
|
| 2319 |
],
|
| 2320 |
+
"color": "#232",
|
| 2321 |
+
"bgcolor": "#353"
|
| 2322 |
},
|
| 2323 |
{
|
| 2324 |
"id": 132,
|
|
|
|
| 2332 |
130
|
| 2333 |
],
|
| 2334 |
"flags": {},
|
| 2335 |
+
"order": 23,
|
| 2336 |
"mode": 0,
|
| 2337 |
"inputs": [],
|
| 2338 |
"outputs": [
|
|
|
|
| 2353 |
},
|
| 2354 |
"color": "#322",
|
| 2355 |
"bgcolor": "#533"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2356 |
}
|
| 2357 |
],
|
| 2358 |
"links": [
|
|
|
|
| 2613 |
"IMAGE"
|
| 2614 |
],
|
| 2615 |
[
|
| 2616 |
+
427,
|
| 2617 |
+
210,
|
| 2618 |
+
0,
|
| 2619 |
+
161,
|
| 2620 |
+
0,
|
| 2621 |
+
"CLIP"
|
| 2622 |
+
],
|
| 2623 |
+
[
|
| 2624 |
+
433,
|
| 2625 |
76,
|
| 2626 |
0,
|
| 2627 |
+
214,
|
| 2628 |
0,
|
| 2629 |
"IMAGE"
|
| 2630 |
],
|
| 2631 |
[
|
| 2632 |
+
434,
|
| 2633 |
+
214,
|
| 2634 |
0,
|
| 2635 |
77,
|
| 2636 |
0,
|
| 2637 |
"IMAGE"
|
| 2638 |
],
|
| 2639 |
[
|
| 2640 |
+
436,
|
| 2641 |
192,
|
| 2642 |
0,
|
| 2643 |
+
215,
|
| 2644 |
0,
|
| 2645 |
"IMAGE"
|
| 2646 |
],
|
| 2647 |
[
|
| 2648 |
+
437,
|
| 2649 |
+
215,
|
| 2650 |
0,
|
| 2651 |
194,
|
| 2652 |
0,
|
| 2653 |
"IMAGE"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2654 |
]
|
| 2655 |
],
|
| 2656 |
"groups": [
|
|
|
|
| 2699 |
"bounding": [
|
| 2700 |
-1300.1514321950558,
|
| 2701 |
1417.9960823742624,
|
| 2702 |
+
496.5369090514498,
|
| 2703 |
+
1237.9951213636284
|
| 2704 |
],
|
| 2705 |
"color": "#A88",
|
| 2706 |
"font_size": 24,
|
|
|
|
| 2712 |
"bounding": [
|
| 2713 |
-784.6009331229698,
|
| 2714 |
1420.7132764026874,
|
| 2715 |
+
508.2112092726011,
|
| 2716 |
+
1243.3737341746223
|
| 2717 |
],
|
| 2718 |
"color": "#b58b2a",
|
| 2719 |
"font_size": 24,
|
|
|
|
| 2788 |
"id": 20,
|
| 2789 |
"title": "60FPS",
|
| 2790 |
"bounding": [
|
| 2791 |
+
-266.3642862030943,
|
| 2792 |
+
1422.400010229142,
|
| 2793 |
+
499.4941365045315,
|
| 2794 |
+
1240.2093863721097
|
| 2795 |
],
|
| 2796 |
"color": "#b58b2a",
|
| 2797 |
"font_size": 24,
|
|
|
|
| 2805 |
"version": 1,
|
| 2806 |
"state": {
|
| 2807 |
"lastGroupId": 17,
|
| 2808 |
+
"lastNodeId": 172,
|
| 2809 |
+
"lastLinkId": 372,
|
| 2810 |
"lastRerouteId": 0
|
| 2811 |
},
|
| 2812 |
"revision": 0,
|
|
|
|
| 3004 |
],
|
| 3005 |
"widgets": [],
|
| 3006 |
"nodes": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3007 |
{
|
| 3008 |
"id": 164,
|
| 3009 |
"type": "Seed (rgthree)",
|
|
|
|
| 3013 |
],
|
| 3014 |
"size": [
|
| 3015 |
298.90386962890625,
|
| 3016 |
+
180
|
| 3017 |
],
|
| 3018 |
"flags": {},
|
| 3019 |
+
"order": 0,
|
| 3020 |
"mode": 0,
|
| 3021 |
"inputs": [],
|
| 3022 |
"outputs": [
|
|
|
|
| 3038 |
"widget_ue_connectable": {}
|
| 3039 |
},
|
| 3040 |
"widgets_values": [
|
| 3041 |
+
379297378484090,
|
| 3042 |
"",
|
| 3043 |
"",
|
| 3044 |
""
|
|
|
|
| 3447 |
},
|
| 3448 |
"widgets_values": [
|
| 3449 |
"enable",
|
| 3450 |
+
733013453222342,
|
| 3451 |
"randomize",
|
| 3452 |
5,
|
| 3453 |
1,
|
|
|
|
| 3531 |
"name": "start_at_step",
|
| 3532 |
"type": "INT",
|
| 3533 |
"widget": {
|
| 3534 |
+
"name": "start_at_step"
|
| 3535 |
+
},
|
| 3536 |
+
"link": 351
|
| 3537 |
+
}
|
| 3538 |
+
],
|
| 3539 |
+
"outputs": [
|
| 3540 |
+
{
|
| 3541 |
+
"localized_name": "LATENT",
|
| 3542 |
+
"name": "LATENT",
|
| 3543 |
+
"type": "LATENT",
|
| 3544 |
+
"links": [
|
| 3545 |
+
356
|
| 3546 |
+
]
|
| 3547 |
+
}
|
| 3548 |
+
],
|
| 3549 |
+
"properties": {
|
| 3550 |
+
"cnr_id": "comfy-core",
|
| 3551 |
+
"ver": "0.3.46",
|
| 3552 |
+
"Node name for S&R": "KSamplerAdvanced",
|
| 3553 |
+
"widget_ue_connectable": {
|
| 3554 |
+
"add_noise": true,
|
| 3555 |
+
"noise_seed": true,
|
| 3556 |
+
"steps": true,
|
| 3557 |
+
"cfg": true,
|
| 3558 |
+
"sampler_name": true,
|
| 3559 |
+
"scheduler": true,
|
| 3560 |
+
"start_at_step": true,
|
| 3561 |
+
"end_at_step": true,
|
| 3562 |
+
"return_with_leftover_noise": true
|
| 3563 |
+
}
|
| 3564 |
+
},
|
| 3565 |
+
"widgets_values": [
|
| 3566 |
+
"disable",
|
| 3567 |
+
0,
|
| 3568 |
+
"fixed",
|
| 3569 |
+
5,
|
| 3570 |
+
1,
|
| 3571 |
+
"euler",
|
| 3572 |
+
"simple",
|
| 3573 |
+
2,
|
| 3574 |
+
10000,
|
| 3575 |
+
"disable"
|
| 3576 |
+
],
|
| 3577 |
+
"color": "#232",
|
| 3578 |
+
"bgcolor": "#353"
|
| 3579 |
+
},
|
| 3580 |
+
{
|
| 3581 |
+
"id": 168,
|
| 3582 |
+
"type": "VAEDecode",
|
| 3583 |
+
"pos": [
|
| 3584 |
+
370.8404528443881,
|
| 3585 |
+
1449.8801025359685
|
| 3586 |
+
],
|
| 3587 |
+
"size": [
|
| 3588 |
+
210,
|
| 3589 |
+
46
|
| 3590 |
+
],
|
| 3591 |
+
"flags": {
|
| 3592 |
+
"collapsed": false
|
| 3593 |
+
},
|
| 3594 |
+
"order": 11,
|
| 3595 |
+
"mode": 0,
|
| 3596 |
+
"inputs": [
|
| 3597 |
+
{
|
| 3598 |
+
"localized_name": "samples",
|
| 3599 |
+
"name": "samples",
|
| 3600 |
+
"type": "LATENT",
|
| 3601 |
+
"link": 355
|
| 3602 |
+
},
|
| 3603 |
+
{
|
| 3604 |
+
"localized_name": "vae",
|
| 3605 |
+
"name": "vae",
|
| 3606 |
+
"type": "VAE",
|
| 3607 |
+
"link": 363
|
| 3608 |
+
}
|
| 3609 |
+
],
|
| 3610 |
+
"outputs": [
|
| 3611 |
+
{
|
| 3612 |
+
"localized_name": "IMAGE",
|
| 3613 |
+
"name": "IMAGE",
|
| 3614 |
+
"type": "IMAGE",
|
| 3615 |
+
"slot_index": 0,
|
| 3616 |
+
"links": [
|
| 3617 |
+
357
|
| 3618 |
+
]
|
| 3619 |
+
}
|
| 3620 |
+
],
|
| 3621 |
+
"properties": {
|
| 3622 |
+
"cnr_id": "comfy-core",
|
| 3623 |
+
"ver": "0.3.46",
|
| 3624 |
+
"Node name for S&R": "VAEDecode",
|
| 3625 |
+
"widget_ue_connectable": {}
|
| 3626 |
+
},
|
| 3627 |
+
"widgets_values": [],
|
| 3628 |
+
"shape": 2
|
| 3629 |
+
},
|
| 3630 |
+
{
|
| 3631 |
+
"id": 169,
|
| 3632 |
+
"type": "AILab_QwenVL_GGUF_Advanced",
|
| 3633 |
+
"pos": [
|
| 3634 |
+
-1262.4085567601912,
|
| 3635 |
+
254.19096500193552
|
| 3636 |
+
],
|
| 3637 |
+
"size": [
|
| 3638 |
+
312.4290396355675,
|
| 3639 |
+
516
|
| 3640 |
+
],
|
| 3641 |
+
"flags": {},
|
| 3642 |
+
"order": 12,
|
| 3643 |
+
"mode": 0,
|
| 3644 |
+
"inputs": [
|
| 3645 |
+
{
|
| 3646 |
+
"localized_name": "image",
|
| 3647 |
+
"name": "image",
|
| 3648 |
+
"shape": 7,
|
| 3649 |
+
"type": "IMAGE",
|
| 3650 |
+
"link": 365
|
| 3651 |
+
},
|
| 3652 |
+
{
|
| 3653 |
+
"localized_name": "video",
|
| 3654 |
+
"name": "video",
|
| 3655 |
+
"shape": 7,
|
| 3656 |
+
"type": "IMAGE",
|
| 3657 |
+
"link": null
|
| 3658 |
+
},
|
| 3659 |
+
{
|
| 3660 |
+
"localized_name": "custom_prompt",
|
| 3661 |
+
"name": "custom_prompt",
|
| 3662 |
+
"type": "STRING",
|
| 3663 |
+
"widget": {
|
| 3664 |
+
"name": "custom_prompt"
|
| 3665 |
},
|
| 3666 |
+
"link": 372
|
| 3667 |
}
|
| 3668 |
],
|
| 3669 |
"outputs": [
|
| 3670 |
{
|
| 3671 |
+
"localized_name": "RESPONSE",
|
| 3672 |
+
"name": "RESPONSE",
|
| 3673 |
+
"type": "STRING",
|
| 3674 |
"links": [
|
| 3675 |
+
366
|
| 3676 |
]
|
| 3677 |
}
|
| 3678 |
],
|
| 3679 |
"properties": {
|
| 3680 |
+
"aux_id": "huchukato/ComfyUI-QwenVL-Mod",
|
| 3681 |
+
"ver": "79f2d315d62dd05bfcfaea02844ca15545c90049",
|
| 3682 |
+
"Node name for S&R": "AILab_QwenVL_GGUF_Advanced"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3683 |
},
|
| 3684 |
"widgets_values": [
|
| 3685 |
+
"Huihui-Qwen3-VL-4B-Instruct-abliterated-Q8_0.gguf",
|
| 3686 |
+
"auto",
|
| 3687 |
+
"🎬 Cinematic Description",
|
| 3688 |
+
"",
|
| 3689 |
+
512,
|
| 3690 |
+
0.6,
|
| 3691 |
+
0.9,
|
| 3692 |
+
1.2,
|
| 3693 |
+
16,
|
| 3694 |
+
8192,
|
| 3695 |
+
512,
|
| 3696 |
+
-1,
|
| 3697 |
+
4096,
|
| 3698 |
0,
|
| 3699 |
+
4194304,
|
| 3700 |
+
true,
|
| 3701 |
+
4081918218,
|
| 3702 |
+
"fixed"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3703 |
],
|
| 3704 |
+
"color": "#474539",
|
| 3705 |
+
"bgcolor": "#2c4045"
|
| 3706 |
},
|
| 3707 |
{
|
| 3708 |
+
"id": 172,
|
| 3709 |
+
"type": "PrimitiveStringMultiline",
|
| 3710 |
"pos": [
|
| 3711 |
+
-818.384914653147,
|
| 3712 |
+
420.1890868334144
|
| 3713 |
],
|
| 3714 |
"size": [
|
| 3715 |
+
550.9236171362709,
|
| 3716 |
+
312.73407003000807
|
| 3717 |
],
|
| 3718 |
"flags": {
|
| 3719 |
+
"collapsed": true
|
| 3720 |
},
|
| 3721 |
+
"order": 1,
|
| 3722 |
"mode": 0,
|
| 3723 |
+
"inputs": [],
|
| 3724 |
+
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3725 |
{
|
| 3726 |
+
"label": " ",
|
| 3727 |
+
"localized_name": "STRING",
|
| 3728 |
+
"name": "STRING",
|
| 3729 |
+
"type": "STRING",
|
| 3730 |
+
"links": [
|
| 3731 |
+
370
|
| 3732 |
+
]
|
| 3733 |
}
|
| 3734 |
],
|
| 3735 |
+
"title": "System Prompt for Qwen3-VL",
|
| 3736 |
+
"properties": {
|
| 3737 |
+
"cnr_id": "comfy-core",
|
| 3738 |
+
"ver": "0.3.33",
|
| 3739 |
+
"Node name for S&R": "PrimitiveStringMultiline",
|
| 3740 |
+
"widget_ue_connectable": {}
|
| 3741 |
+
},
|
| 3742 |
+
"widgets_values": [
|
| 3743 |
+
"You are a system that converts Italian or English user prompts and visual inputs into optimized cinematic English descriptions for WAN 2.2 I2V generation.\n\nSteps:\n1. Read the user's input and understand the intention and atmosphere.\n2. Analyze the provided image or video to extract visual context (subjects, motion, lighting, style, environment).\n3. Combine both sources to create an English prompt optimized for realistic video generation with WAN 2.2.\n\nRules:\n- The output must be in fluent English.\n- Structure the description as a precise, continuous scene with a timeline indicated for each second (e.g., \"(At 0 seconds: ...) (At 1 second: ...) (At 2 seconds: ...) (At 3 seconds: ...) (At 4 seconds: ...) (At 5 seconds: ...)\").\n- Describe the scene like a film still: subject(s) and action; environment and atmosphere; lighting design (practical lights vs ambient, direction, contrast); camera language (shot type, angle, lens feel, depth of field, motion implied); composition and mood. Keep it vivid but factual.\n- If there are NSFW images or text, please provide an NSFW description (breasts, nipples, pussy, penis, areolas).\n- No preface, no reasoning.\n- Do not write any Note at the end of the prompt"
|
| 3744 |
+
],
|
| 3745 |
+
"color": "#432",
|
| 3746 |
+
"bgcolor": "#653",
|
| 3747 |
+
"shape": 2
|
| 3748 |
+
},
|
| 3749 |
+
{
|
| 3750 |
+
"id": 88,
|
| 3751 |
+
"type": "PrimitiveStringMultiline",
|
| 3752 |
+
"pos": [
|
| 3753 |
+
-1276.1802851562527,
|
| 3754 |
+
875.4188231991891
|
| 3755 |
+
],
|
| 3756 |
+
"size": [
|
| 3757 |
+
314.60112294921873,
|
| 3758 |
+
220.0445423339845
|
| 3759 |
+
],
|
| 3760 |
+
"flags": {},
|
| 3761 |
+
"order": 2,
|
| 3762 |
+
"mode": 0,
|
| 3763 |
+
"inputs": [],
|
| 3764 |
"outputs": [
|
| 3765 |
{
|
| 3766 |
+
"label": " ",
|
| 3767 |
+
"localized_name": "STRING",
|
| 3768 |
+
"name": "STRING",
|
| 3769 |
+
"type": "STRING",
|
| 3770 |
"links": [
|
| 3771 |
+
371
|
| 3772 |
]
|
| 3773 |
}
|
| 3774 |
],
|
| 3775 |
+
"title": "Positive",
|
| 3776 |
"properties": {
|
| 3777 |
"cnr_id": "comfy-core",
|
| 3778 |
+
"ver": "0.3.33",
|
| 3779 |
+
"Node name for S&R": "PrimitiveStringMultiline",
|
| 3780 |
"widget_ue_connectable": {}
|
| 3781 |
},
|
| 3782 |
+
"widgets_values": [
|
| 3783 |
+
"she grabs both her breasts. she rubs her breasts."
|
| 3784 |
+
],
|
| 3785 |
+
"color": "#232",
|
| 3786 |
+
"bgcolor": "#353",
|
| 3787 |
"shape": 2
|
| 3788 |
},
|
| 3789 |
{
|
| 3790 |
+
"id": 171,
|
| 3791 |
"type": "StringConcatenate",
|
| 3792 |
"pos": [
|
| 3793 |
+
-786.7957946156703,
|
| 3794 |
+
497.9987669410545
|
| 3795 |
],
|
| 3796 |
"size": [
|
| 3797 |
400,
|
|
|
|
| 3810 |
"widget": {
|
| 3811 |
"name": "string_a"
|
| 3812 |
},
|
| 3813 |
+
"link": 371
|
| 3814 |
},
|
| 3815 |
{
|
| 3816 |
"localized_name": "string_b",
|
|
|
|
| 3819 |
"widget": {
|
| 3820 |
"name": "string_b"
|
| 3821 |
},
|
| 3822 |
+
"link": 370
|
| 3823 |
}
|
| 3824 |
],
|
| 3825 |
"outputs": [
|
|
|
|
| 3828 |
"name": "STRING",
|
| 3829 |
"type": "STRING",
|
| 3830 |
"links": [
|
| 3831 |
+
372
|
| 3832 |
]
|
| 3833 |
}
|
| 3834 |
],
|
|
|
|
| 3843 |
","
|
| 3844 |
]
|
| 3845 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3846 |
{
|
| 3847 |
"id": 89,
|
| 3848 |
"type": "easy showAnything",
|
|
|
|
| 3886 |
"widget_ue_connectable": {}
|
| 3887 |
},
|
| 3888 |
"widgets_values": [
|
| 3889 |
+
"(At 0 seconds: A young woman with short, platinum-blonde hair streaked with blue stands outdoors in a sun-dappled park. She wears a white mesh crop top tied at the front, exposing her chest. Her hands are positioned on her breasts, fingers gently cupping each one. Sunlight filters through trees behind her, creating lens flares and soft bokeh highlights. Her expression is playful, with a slight smile and direct eye contact.)"
|
| 3890 |
],
|
| 3891 |
"color": "#232",
|
| 3892 |
"bgcolor": "#353",
|
| 3893 |
"shape": 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3894 |
}
|
| 3895 |
],
|
| 3896 |
"groups": [],
|
|
|
|
| 3919 |
"target_slot": 0,
|
| 3920 |
"type": "CLIP"
|
| 3921 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3922 |
{
|
| 3923 |
"id": 333,
|
| 3924 |
"origin_id": 163,
|
|
|
|
| 4160 |
"type": "STRING"
|
| 4161 |
},
|
| 4162 |
{
|
| 4163 |
+
"id": 370,
|
| 4164 |
+
"origin_id": 172,
|
| 4165 |
+
"origin_slot": 0,
|
| 4166 |
+
"target_id": 171,
|
| 4167 |
+
"target_slot": 1,
|
| 4168 |
+
"type": "STRING"
|
| 4169 |
+
},
|
| 4170 |
+
{
|
| 4171 |
+
"id": 371,
|
| 4172 |
+
"origin_id": 88,
|
| 4173 |
+
"origin_slot": 0,
|
| 4174 |
+
"target_id": 171,
|
| 4175 |
+
"target_slot": 0,
|
| 4176 |
+
"type": "STRING"
|
| 4177 |
+
},
|
| 4178 |
+
{
|
| 4179 |
+
"id": 372,
|
| 4180 |
+
"origin_id": 171,
|
| 4181 |
"origin_slot": 0,
|
| 4182 |
"target_id": 169,
|
| 4183 |
"target_slot": 2,
|
|
|
|
| 4201 |
"ue_links": [],
|
| 4202 |
"links_added_by_ue": [],
|
| 4203 |
"ds": {
|
| 4204 |
+
"scale": 0.6138030805763504,
|
| 4205 |
"offset": [
|
| 4206 |
+
3362.054872670178,
|
| 4207 |
+
247.34779879965018
|
| 4208 |
]
|
| 4209 |
}
|
| 4210 |
},
|
workflows/{WAN2.2-I2V-AutoPrompt-SingleVideo-v1.json → WAN2.2-I2V-AutoPrompt-SingleVideo.json}
RENAMED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"id": "599b4f0a-1e8f-4105-9e92-96726e9d46e1",
|
| 3 |
"revision": 0,
|
| 4 |
-
"last_node_id":
|
| 5 |
-
"last_link_id":
|
| 6 |
"nodes": [
|
| 7 |
{
|
| 8 |
"id": 52,
|
|
@@ -48,7 +48,7 @@
|
|
| 48 |
}
|
| 49 |
},
|
| 50 |
"widgets_values": [
|
| 51 |
-
"
|
| 52 |
"image"
|
| 53 |
],
|
| 54 |
"color": "#232",
|
|
@@ -58,12 +58,12 @@
|
|
| 58 |
"id": 63,
|
| 59 |
"type": "VHS_VideoCombine",
|
| 60 |
"pos": [
|
| 61 |
-
-
|
| 62 |
-
|
| 63 |
],
|
| 64 |
"size": [
|
| 65 |
477.292724609375,
|
| 66 |
-
|
| 67 |
],
|
| 68 |
"flags": {},
|
| 69 |
"order": 35,
|
|
@@ -132,13 +132,13 @@
|
|
| 132 |
"hidden": false,
|
| 133 |
"paused": false,
|
| 134 |
"params": {
|
| 135 |
-
"filename": "
|
| 136 |
-
"subfolder": "2026-01-
|
| 137 |
"type": "output",
|
| 138 |
"format": "video/h264-mp4",
|
| 139 |
"frame_rate": 16,
|
| 140 |
-
"workflow": "
|
| 141 |
-
"fullpath": "/workspace/ComfyUI/output/2026-01-
|
| 142 |
}
|
| 143 |
}
|
| 144 |
},
|
|
@@ -146,93 +146,6 @@
|
|
| 146 |
"bgcolor": "#353",
|
| 147 |
"shape": 2
|
| 148 |
},
|
| 149 |
-
{
|
| 150 |
-
"id": 142,
|
| 151 |
-
"type": "UpscalerTensorrt",
|
| 152 |
-
"pos": [
|
| 153 |
-
-442.8920274869306,
|
| 154 |
-
1289.7336313061573
|
| 155 |
-
],
|
| 156 |
-
"size": [
|
| 157 |
-
279.37109375,
|
| 158 |
-
76
|
| 159 |
-
],
|
| 160 |
-
"flags": {},
|
| 161 |
-
"order": 32,
|
| 162 |
-
"mode": 0,
|
| 163 |
-
"inputs": [
|
| 164 |
-
{
|
| 165 |
-
"name": "images",
|
| 166 |
-
"type": "IMAGE",
|
| 167 |
-
"link": 375
|
| 168 |
-
},
|
| 169 |
-
{
|
| 170 |
-
"name": "upscaler_trt_model",
|
| 171 |
-
"type": "UPSCALER_TRT_MODEL",
|
| 172 |
-
"link": 292
|
| 173 |
-
}
|
| 174 |
-
],
|
| 175 |
-
"outputs": [
|
| 176 |
-
{
|
| 177 |
-
"name": "IMAGE",
|
| 178 |
-
"type": "IMAGE",
|
| 179 |
-
"links": [
|
| 180 |
-
294,
|
| 181 |
-
295
|
| 182 |
-
]
|
| 183 |
-
}
|
| 184 |
-
],
|
| 185 |
-
"properties": {
|
| 186 |
-
"cnr_id": "ComfyUI-Upscaler-Tensorrt",
|
| 187 |
-
"ver": "dfc266538368e4c9a03a296917716a214517ccb5",
|
| 188 |
-
"Node name for S&R": "UpscalerTensorrt",
|
| 189 |
-
"aux_id": "yuvraj108c/ComfyUI-Upscaler-Tensorrt"
|
| 190 |
-
},
|
| 191 |
-
"widgets_values": [
|
| 192 |
-
"2x",
|
| 193 |
-
1024,
|
| 194 |
-
1024
|
| 195 |
-
],
|
| 196 |
-
"color": "#322",
|
| 197 |
-
"bgcolor": "#533"
|
| 198 |
-
},
|
| 199 |
-
{
|
| 200 |
-
"id": 143,
|
| 201 |
-
"type": "LoadUpscalerTensorrtModel",
|
| 202 |
-
"pos": [
|
| 203 |
-
-446.90765248693066,
|
| 204 |
-
1165.9211313061585
|
| 205 |
-
],
|
| 206 |
-
"size": [
|
| 207 |
-
295.4078125,
|
| 208 |
-
82
|
| 209 |
-
],
|
| 210 |
-
"flags": {},
|
| 211 |
-
"order": 1,
|
| 212 |
-
"mode": 0,
|
| 213 |
-
"inputs": [],
|
| 214 |
-
"outputs": [
|
| 215 |
-
{
|
| 216 |
-
"name": "upscaler_trt_model",
|
| 217 |
-
"type": "UPSCALER_TRT_MODEL",
|
| 218 |
-
"links": [
|
| 219 |
-
292
|
| 220 |
-
]
|
| 221 |
-
}
|
| 222 |
-
],
|
| 223 |
-
"properties": {
|
| 224 |
-
"cnr_id": "ComfyUI-Upscaler-Tensorrt",
|
| 225 |
-
"ver": "dfc266538368e4c9a03a296917716a214517ccb5",
|
| 226 |
-
"Node name for S&R": "LoadUpscalerTensorrtModel",
|
| 227 |
-
"aux_id": "yuvraj108c/ComfyUI-Upscaler-Tensorrt"
|
| 228 |
-
},
|
| 229 |
-
"widgets_values": [
|
| 230 |
-
"4x-UltraSharp",
|
| 231 |
-
"fp16"
|
| 232 |
-
],
|
| 233 |
-
"color": "#322",
|
| 234 |
-
"bgcolor": "#533"
|
| 235 |
-
},
|
| 236 |
{
|
| 237 |
"id": 151,
|
| 238 |
"type": "SetNode",
|
|
@@ -325,14 +238,14 @@
|
|
| 325 |
380.5342712402344
|
| 326 |
],
|
| 327 |
"flags": {},
|
| 328 |
-
"order":
|
| 329 |
"mode": 0,
|
| 330 |
"inputs": [
|
| 331 |
{
|
| 332 |
"dir": 3,
|
| 333 |
"name": "model",
|
| 334 |
"type": "MODEL",
|
| 335 |
-
"link":
|
| 336 |
},
|
| 337 |
{
|
| 338 |
"dir": 3,
|
|
@@ -377,76 +290,6 @@
|
|
| 377 |
"color": "#223",
|
| 378 |
"bgcolor": "#335"
|
| 379 |
},
|
| 380 |
-
{
|
| 381 |
-
"id": 61,
|
| 382 |
-
"type": "UnetLoaderGGUF",
|
| 383 |
-
"pos": [
|
| 384 |
-
-1830.3581972656266,
|
| 385 |
-
-73.84919478149413
|
| 386 |
-
],
|
| 387 |
-
"size": [
|
| 388 |
-
432.2243347167969,
|
| 389 |
-
72.50918579101562
|
| 390 |
-
],
|
| 391 |
-
"flags": {},
|
| 392 |
-
"order": 2,
|
| 393 |
-
"mode": 4,
|
| 394 |
-
"inputs": [],
|
| 395 |
-
"outputs": [
|
| 396 |
-
{
|
| 397 |
-
"name": "MODEL",
|
| 398 |
-
"type": "MODEL",
|
| 399 |
-
"links": []
|
| 400 |
-
}
|
| 401 |
-
],
|
| 402 |
-
"properties": {
|
| 403 |
-
"cnr_id": "comfyui-gguf",
|
| 404 |
-
"ver": "b3ec875a68d94b758914fd48d30571d953bb7a54",
|
| 405 |
-
"Node name for S&R": "UnetLoaderGGUF",
|
| 406 |
-
"widget_ue_connectable": {
|
| 407 |
-
"unet_name": true
|
| 408 |
-
}
|
| 409 |
-
},
|
| 410 |
-
"widgets_values": [
|
| 411 |
-
"wan22EnhancedNSFWCameraPrompt_nsfwV2Q8High.gguf"
|
| 412 |
-
]
|
| 413 |
-
},
|
| 414 |
-
{
|
| 415 |
-
"id": 62,
|
| 416 |
-
"type": "UnetLoaderGGUF",
|
| 417 |
-
"pos": [
|
| 418 |
-
-1830.6421480468755,
|
| 419 |
-
54.66240725097657
|
| 420 |
-
],
|
| 421 |
-
"size": [
|
| 422 |
-
427.982666015625,
|
| 423 |
-
66.5729751586914
|
| 424 |
-
],
|
| 425 |
-
"flags": {
|
| 426 |
-
"collapsed": false
|
| 427 |
-
},
|
| 428 |
-
"order": 3,
|
| 429 |
-
"mode": 4,
|
| 430 |
-
"inputs": [],
|
| 431 |
-
"outputs": [
|
| 432 |
-
{
|
| 433 |
-
"name": "MODEL",
|
| 434 |
-
"type": "MODEL",
|
| 435 |
-
"links": []
|
| 436 |
-
}
|
| 437 |
-
],
|
| 438 |
-
"properties": {
|
| 439 |
-
"cnr_id": "comfyui-gguf",
|
| 440 |
-
"ver": "b3ec875a68d94b758914fd48d30571d953bb7a54",
|
| 441 |
-
"Node name for S&R": "UnetLoaderGGUF",
|
| 442 |
-
"widget_ue_connectable": {
|
| 443 |
-
"unet_name": true
|
| 444 |
-
}
|
| 445 |
-
},
|
| 446 |
-
"widgets_values": [
|
| 447 |
-
"wan22EnhancedNSFWCameraPrompt_nsfwV2Q8Low.gguf"
|
| 448 |
-
]
|
| 449 |
-
},
|
| 450 |
{
|
| 451 |
"id": 110,
|
| 452 |
"type": "Power Lora Loader (rgthree)",
|
|
@@ -459,14 +302,14 @@
|
|
| 459 |
365.57958984375
|
| 460 |
],
|
| 461 |
"flags": {},
|
| 462 |
-
"order":
|
| 463 |
"mode": 0,
|
| 464 |
"inputs": [
|
| 465 |
{
|
| 466 |
"dir": 3,
|
| 467 |
"name": "model",
|
| 468 |
"type": "MODEL",
|
| 469 |
-
"link":
|
| 470 |
},
|
| 471 |
{
|
| 472 |
"dir": 3,
|
|
@@ -511,47 +354,6 @@
|
|
| 511 |
"color": "#2a363b",
|
| 512 |
"bgcolor": "#3f5159"
|
| 513 |
},
|
| 514 |
-
{
|
| 515 |
-
"id": 37,
|
| 516 |
-
"type": "UNETLoader",
|
| 517 |
-
"pos": [
|
| 518 |
-
-1828.672324609377,
|
| 519 |
-
180.14037165527324
|
| 520 |
-
],
|
| 521 |
-
"size": [
|
| 522 |
-
430,
|
| 523 |
-
82
|
| 524 |
-
],
|
| 525 |
-
"flags": {},
|
| 526 |
-
"order": 4,
|
| 527 |
-
"mode": 0,
|
| 528 |
-
"inputs": [],
|
| 529 |
-
"outputs": [
|
| 530 |
-
{
|
| 531 |
-
"name": "MODEL",
|
| 532 |
-
"type": "MODEL",
|
| 533 |
-
"slot_index": 0,
|
| 534 |
-
"links": [
|
| 535 |
-
277
|
| 536 |
-
]
|
| 537 |
-
}
|
| 538 |
-
],
|
| 539 |
-
"properties": {
|
| 540 |
-
"cnr_id": "comfy-core",
|
| 541 |
-
"ver": "0.3.46",
|
| 542 |
-
"Node name for S&R": "UNETLoader",
|
| 543 |
-
"widget_ue_connectable": {
|
| 544 |
-
"unet_name": true,
|
| 545 |
-
"weight_dtype": true
|
| 546 |
-
}
|
| 547 |
-
},
|
| 548 |
-
"widgets_values": [
|
| 549 |
-
"wan22EnhancedNSFWSVICamera_nsfwV2FP8H.safetensors",
|
| 550 |
-
"default"
|
| 551 |
-
],
|
| 552 |
-
"color": "#223",
|
| 553 |
-
"bgcolor": "#335"
|
| 554 |
-
},
|
| 555 |
{
|
| 556 |
"id": 165,
|
| 557 |
"type": "PathchSageAttentionKJ",
|
|
@@ -775,160 +577,76 @@
|
|
| 775 |
"bgcolor": "#355"
|
| 776 |
},
|
| 777 |
{
|
| 778 |
-
"id":
|
| 779 |
-
"type": "
|
| 780 |
"pos": [
|
| 781 |
-
-
|
| 782 |
-
|
| 783 |
],
|
| 784 |
"size": [
|
| 785 |
-
|
| 786 |
-
|
| 787 |
],
|
| 788 |
-
"flags": {
|
| 789 |
-
|
|
|
|
|
|
|
| 790 |
"mode": 0,
|
| 791 |
-
"inputs": [
|
| 792 |
-
"outputs": [
|
| 793 |
{
|
| 794 |
"name": "MODEL",
|
| 795 |
"type": "MODEL",
|
| 796 |
-
"
|
| 797 |
-
"links": [
|
| 798 |
-
278
|
| 799 |
-
]
|
| 800 |
}
|
| 801 |
],
|
| 802 |
-
"
|
| 803 |
-
|
| 804 |
-
|
| 805 |
-
|
| 806 |
-
|
| 807 |
-
"unet_name": true,
|
| 808 |
-
"weight_dtype": true
|
| 809 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 810 |
},
|
| 811 |
"widgets_values": [
|
| 812 |
-
"
|
| 813 |
-
"default"
|
| 814 |
],
|
| 815 |
"color": "#223",
|
| 816 |
"bgcolor": "#335"
|
| 817 |
},
|
| 818 |
{
|
| 819 |
-
"id":
|
| 820 |
-
"type": "
|
| 821 |
"pos": [
|
| 822 |
-
-
|
| 823 |
-
|
| 824 |
],
|
| 825 |
"size": [
|
| 826 |
-
|
| 827 |
-
|
| 828 |
],
|
| 829 |
-
"flags": {
|
| 830 |
-
|
|
|
|
|
|
|
| 831 |
"mode": 0,
|
| 832 |
-
"inputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 833 |
"outputs": [
|
| 834 |
{
|
| 835 |
-
"name": "
|
| 836 |
-
"type": "
|
| 837 |
-
"
|
| 838 |
-
"links": [
|
| 839 |
-
326
|
| 840 |
-
]
|
| 841 |
}
|
| 842 |
],
|
| 843 |
-
"
|
| 844 |
-
"cnr_id": "comfy-core",
|
| 845 |
-
"ver": "0.3.46",
|
| 846 |
-
"Node name for S&R": "CLIPLoader",
|
| 847 |
-
"widget_ue_connectable": {
|
| 848 |
-
"clip_name": true,
|
| 849 |
-
"type": true,
|
| 850 |
-
"device": true
|
| 851 |
-
}
|
| 852 |
-
},
|
| 853 |
-
"widgets_values": [
|
| 854 |
-
"nsfw_wan_umt5-xxl_fp8_scaled.safetensors",
|
| 855 |
-
"wan",
|
| 856 |
-
"default"
|
| 857 |
-
],
|
| 858 |
-
"color": "#223",
|
| 859 |
-
"bgcolor": "#335"
|
| 860 |
-
},
|
| 861 |
-
{
|
| 862 |
-
"id": 171,
|
| 863 |
-
"type": "SetNode",
|
| 864 |
-
"pos": [
|
| 865 |
-
-681.2946480514372,
|
| 866 |
-
-60.61884885329447
|
| 867 |
-
],
|
| 868 |
-
"size": [
|
| 869 |
-
210,
|
| 870 |
-
60
|
| 871 |
-
],
|
| 872 |
-
"flags": {
|
| 873 |
-
"collapsed": true
|
| 874 |
-
},
|
| 875 |
-
"order": 40,
|
| 876 |
-
"mode": 0,
|
| 877 |
-
"inputs": [
|
| 878 |
-
{
|
| 879 |
-
"name": "MODEL",
|
| 880 |
-
"type": "MODEL",
|
| 881 |
-
"link": 364
|
| 882 |
-
}
|
| 883 |
-
],
|
| 884 |
-
"outputs": [
|
| 885 |
-
{
|
| 886 |
-
"name": "*",
|
| 887 |
-
"type": "*",
|
| 888 |
-
"links": null
|
| 889 |
-
}
|
| 890 |
-
],
|
| 891 |
-
"title": "Set_MODEL_H",
|
| 892 |
-
"properties": {
|
| 893 |
-
"previousName": "MODEL_H"
|
| 894 |
-
},
|
| 895 |
-
"widgets_values": [
|
| 896 |
-
"MODEL_H"
|
| 897 |
-
],
|
| 898 |
-
"color": "#223",
|
| 899 |
-
"bgcolor": "#335"
|
| 900 |
-
},
|
| 901 |
-
{
|
| 902 |
-
"id": 172,
|
| 903 |
-
"type": "SetNode",
|
| 904 |
-
"pos": [
|
| 905 |
-
-684.0021447576563,
|
| 906 |
-
82.04904651314867
|
| 907 |
-
],
|
| 908 |
-
"size": [
|
| 909 |
-
210,
|
| 910 |
-
58
|
| 911 |
-
],
|
| 912 |
-
"flags": {
|
| 913 |
-
"collapsed": true
|
| 914 |
-
},
|
| 915 |
-
"order": 41,
|
| 916 |
-
"mode": 0,
|
| 917 |
-
"inputs": [
|
| 918 |
-
{
|
| 919 |
-
"name": "MODEL",
|
| 920 |
-
"type": "MODEL",
|
| 921 |
-
"link": 365
|
| 922 |
-
}
|
| 923 |
-
],
|
| 924 |
-
"outputs": [
|
| 925 |
-
{
|
| 926 |
-
"name": "*",
|
| 927 |
-
"type": "*",
|
| 928 |
-
"links": null
|
| 929 |
-
}
|
| 930 |
-
],
|
| 931 |
-
"title": "Set_MODEL_L",
|
| 932 |
"properties": {
|
| 933 |
"previousName": "MODEL_L"
|
| 934 |
},
|
|
@@ -950,7 +668,7 @@
|
|
| 950 |
58
|
| 951 |
],
|
| 952 |
"flags": {},
|
| 953 |
-
"order":
|
| 954 |
"mode": 0,
|
| 955 |
"inputs": [
|
| 956 |
{
|
|
@@ -995,7 +713,7 @@
|
|
| 995 |
58
|
| 996 |
],
|
| 997 |
"flags": {},
|
| 998 |
-
"order":
|
| 999 |
"mode": 0,
|
| 1000 |
"inputs": [
|
| 1001 |
{
|
|
@@ -1042,7 +760,7 @@
|
|
| 1042 |
"flags": {
|
| 1043 |
"collapsed": true
|
| 1044 |
},
|
| 1045 |
-
"order":
|
| 1046 |
"mode": 0,
|
| 1047 |
"inputs": [],
|
| 1048 |
"outputs": [
|
|
@@ -1076,7 +794,7 @@
|
|
| 1076 |
"flags": {
|
| 1077 |
"collapsed": true
|
| 1078 |
},
|
| 1079 |
-
"order":
|
| 1080 |
"mode": 0,
|
| 1081 |
"inputs": [],
|
| 1082 |
"outputs": [
|
|
@@ -1110,7 +828,7 @@
|
|
| 1110 |
"flags": {
|
| 1111 |
"collapsed": true
|
| 1112 |
},
|
| 1113 |
-
"order":
|
| 1114 |
"mode": 0,
|
| 1115 |
"inputs": [],
|
| 1116 |
"outputs": [
|
|
@@ -1142,7 +860,7 @@
|
|
| 1142 |
58
|
| 1143 |
],
|
| 1144 |
"flags": {},
|
| 1145 |
-
"order":
|
| 1146 |
"mode": 0,
|
| 1147 |
"inputs": [],
|
| 1148 |
"outputs": [
|
|
@@ -1183,7 +901,7 @@
|
|
| 1183 |
"flags": {
|
| 1184 |
"collapsed": true
|
| 1185 |
},
|
| 1186 |
-
"order":
|
| 1187 |
"mode": 0,
|
| 1188 |
"inputs": [],
|
| 1189 |
"outputs": [
|
|
@@ -1217,7 +935,7 @@
|
|
| 1217 |
"flags": {
|
| 1218 |
"collapsed": true
|
| 1219 |
},
|
| 1220 |
-
"order":
|
| 1221 |
"mode": 0,
|
| 1222 |
"inputs": [],
|
| 1223 |
"outputs": [
|
|
@@ -1238,193 +956,172 @@
|
|
| 1238 |
"bgcolor": "#335"
|
| 1239 |
},
|
| 1240 |
{
|
| 1241 |
-
"id":
|
| 1242 |
-
"type": "
|
| 1243 |
"pos": [
|
| 1244 |
-
-
|
| 1245 |
-
|
| 1246 |
],
|
| 1247 |
"size": [
|
| 1248 |
-
|
| 1249 |
-
|
| 1250 |
],
|
| 1251 |
"flags": {
|
| 1252 |
"collapsed": true
|
| 1253 |
},
|
| 1254 |
-
"order":
|
| 1255 |
-
"mode":
|
| 1256 |
"inputs": [
|
| 1257 |
{
|
| 1258 |
-
"name": "
|
| 1259 |
-
"type": "
|
| 1260 |
-
"link":
|
| 1261 |
-
}
|
|
|
|
|
|
|
| 1262 |
{
|
| 1263 |
-
"name": "
|
| 1264 |
-
"
|
| 1265 |
-
"
|
| 1266 |
-
"link": null
|
| 1267 |
}
|
| 1268 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1269 |
"outputs": [
|
| 1270 |
{
|
| 1271 |
-
"name": "
|
| 1272 |
-
"type": "
|
| 1273 |
-
"slot_index": 0,
|
| 1274 |
"links": [
|
| 1275 |
-
|
| 1276 |
]
|
| 1277 |
}
|
| 1278 |
],
|
| 1279 |
-
"title": "
|
| 1280 |
"properties": {
|
| 1281 |
-
"cnr_id": "comfyui-
|
| 1282 |
-
"ver": "
|
| 1283 |
-
"Node name for S&R": "
|
| 1284 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1285 |
},
|
| 1286 |
"widgets_values": [
|
| 1287 |
-
|
| 1288 |
-
|
| 1289 |
-
|
| 1290 |
-
false,
|
| 1291 |
-
true,
|
| 1292 |
-
1
|
| 1293 |
],
|
| 1294 |
-
"
|
|
|
|
| 1295 |
},
|
| 1296 |
{
|
| 1297 |
-
"id":
|
| 1298 |
-
"type": "
|
| 1299 |
"pos": [
|
| 1300 |
-
-
|
| 1301 |
-
|
| 1302 |
],
|
| 1303 |
"size": [
|
| 1304 |
-
|
| 1305 |
-
|
| 1306 |
],
|
| 1307 |
"flags": {
|
| 1308 |
"collapsed": true
|
| 1309 |
},
|
| 1310 |
-
"order":
|
| 1311 |
-
"mode":
|
| 1312 |
"inputs": [
|
| 1313 |
{
|
| 1314 |
-
"name": "
|
| 1315 |
-
"type": "
|
| 1316 |
-
"link":
|
| 1317 |
}
|
| 1318 |
],
|
| 1319 |
"outputs": [
|
| 1320 |
{
|
| 1321 |
-
"name": "
|
| 1322 |
"type": "*",
|
| 1323 |
-
"links":
|
| 1324 |
-
149
|
| 1325 |
-
]
|
| 1326 |
}
|
| 1327 |
],
|
|
|
|
| 1328 |
"properties": {
|
| 1329 |
-
"
|
| 1330 |
-
"ver": "de92038f88317699f314be85e5c7af84f1ab9c3a",
|
| 1331 |
-
"Node name for S&R": "easy cleanGpuUsed",
|
| 1332 |
-
"widget_ue_connectable": {}
|
| 1333 |
},
|
| 1334 |
-
"widgets_values": [
|
| 1335 |
-
|
|
|
|
| 1336 |
},
|
| 1337 |
{
|
| 1338 |
-
"id":
|
| 1339 |
-
"type": "
|
| 1340 |
"pos": [
|
| 1341 |
-
-
|
| 1342 |
-
|
| 1343 |
],
|
| 1344 |
"size": [
|
| 1345 |
-
|
| 1346 |
-
|
| 1347 |
],
|
| 1348 |
"flags": {},
|
| 1349 |
-
"order":
|
| 1350 |
-
"mode":
|
| 1351 |
-
"inputs": [
|
| 1352 |
-
|
| 1353 |
-
"name": "images",
|
| 1354 |
-
"type": "IMAGE",
|
| 1355 |
-
"link": 282
|
| 1356 |
-
},
|
| 1357 |
-
{
|
| 1358 |
-
"name": "audio",
|
| 1359 |
-
"shape": 7,
|
| 1360 |
-
"type": "AUDIO",
|
| 1361 |
-
"link": null
|
| 1362 |
-
},
|
| 1363 |
{
|
| 1364 |
-
"name": "
|
| 1365 |
-
"
|
| 1366 |
-
"
|
| 1367 |
-
|
| 1368 |
-
|
| 1369 |
-
{
|
| 1370 |
-
"name": "vae",
|
| 1371 |
-
"shape": 7,
|
| 1372 |
-
"type": "VAE",
|
| 1373 |
-
"link": null
|
| 1374 |
-
}
|
| 1375 |
-
],
|
| 1376 |
-
"outputs": [
|
| 1377 |
-
{
|
| 1378 |
-
"name": "Filenames",
|
| 1379 |
-
"type": "VHS_FILENAMES",
|
| 1380 |
-
"links": null
|
| 1381 |
}
|
| 1382 |
],
|
| 1383 |
"properties": {
|
| 1384 |
-
"
|
| 1385 |
-
"ver": "
|
| 1386 |
-
"Node name for S&R": "
|
| 1387 |
-
"widget_ue_connectable": {}
|
| 1388 |
-
},
|
| 1389 |
-
"widgets_values": {
|
| 1390 |
-
"frame_rate": 64,
|
| 1391 |
-
"loop_count": 0,
|
| 1392 |
-
"filename_prefix": "60FPS/%date:yyyy-MM-dd%/%date:hhmmss%",
|
| 1393 |
-
"format": "video/h264-mp4",
|
| 1394 |
-
"pix_fmt": "yuv420p",
|
| 1395 |
-
"crf": 15,
|
| 1396 |
-
"save_metadata": true,
|
| 1397 |
-
"trim_to_audio": false,
|
| 1398 |
-
"pingpong": false,
|
| 1399 |
-
"save_output": true,
|
| 1400 |
-
"videopreview": {
|
| 1401 |
-
"hidden": false,
|
| 1402 |
-
"paused": false,
|
| 1403 |
-
"params": {
|
| 1404 |
-
"filename": "011313_00001.mp4",
|
| 1405 |
-
"subfolder": "60FPS/2026-01-24",
|
| 1406 |
-
"type": "output",
|
| 1407 |
-
"format": "video/h264-mp4",
|
| 1408 |
-
"frame_rate": 64,
|
| 1409 |
-
"workflow": "011313_00001.png",
|
| 1410 |
-
"fullpath": "/workspace/ComfyUI/output/60FPS/2026-01-24/011313_00001.mp4"
|
| 1411 |
-
}
|
| 1412 |
-
}
|
| 1413 |
},
|
| 1414 |
-
"
|
| 1415 |
-
|
| 1416 |
-
|
|
|
|
|
|
|
| 1417 |
},
|
| 1418 |
{
|
| 1419 |
-
"id":
|
| 1420 |
"type": "SetNode",
|
| 1421 |
"pos": [
|
| 1422 |
-
-
|
| 1423 |
-
|
| 1424 |
],
|
| 1425 |
"size": [
|
| 1426 |
210,
|
| 1427 |
-
|
| 1428 |
],
|
| 1429 |
"flags": {
|
| 1430 |
"collapsed": true
|
|
@@ -1433,9 +1130,9 @@
|
|
| 1433 |
"mode": 0,
|
| 1434 |
"inputs": [
|
| 1435 |
{
|
| 1436 |
-
"name": "
|
| 1437 |
-
"type": "
|
| 1438 |
-
"link":
|
| 1439 |
}
|
| 1440 |
],
|
| 1441 |
"outputs": [
|
|
@@ -1445,391 +1142,468 @@
|
|
| 1445 |
"links": null
|
| 1446 |
}
|
| 1447 |
],
|
| 1448 |
-
"title": "
|
| 1449 |
"properties": {
|
| 1450 |
-
"previousName": "
|
| 1451 |
},
|
| 1452 |
"widgets_values": [
|
| 1453 |
-
"
|
| 1454 |
-
]
|
| 1455 |
-
"color": "#1b4669",
|
| 1456 |
-
"bgcolor": "#29699c"
|
| 1457 |
},
|
| 1458 |
{
|
| 1459 |
-
"id":
|
| 1460 |
-
"type": "
|
| 1461 |
"pos": [
|
| 1462 |
-
-
|
| 1463 |
-
|
| 1464 |
],
|
| 1465 |
"size": [
|
| 1466 |
-
|
| 1467 |
-
|
| 1468 |
],
|
| 1469 |
"flags": {},
|
| 1470 |
-
"order":
|
| 1471 |
"mode": 0,
|
| 1472 |
"inputs": [],
|
| 1473 |
"outputs": [
|
| 1474 |
{
|
| 1475 |
-
"name": "",
|
| 1476 |
-
"type": "
|
| 1477 |
"links": [
|
| 1478 |
-
|
| 1479 |
]
|
| 1480 |
}
|
| 1481 |
],
|
| 1482 |
-
"title": "Lenght",
|
| 1483 |
"properties": {
|
| 1484 |
-
"
|
| 1485 |
-
"ver": "
|
| 1486 |
-
"Node name for S&R": "
|
| 1487 |
-
"value": 81,
|
| 1488 |
-
"min": 0,
|
| 1489 |
-
"max": 200,
|
| 1490 |
-
"step": 1,
|
| 1491 |
-
"decimals": 0,
|
| 1492 |
-
"snap": true
|
| 1493 |
},
|
| 1494 |
"widgets_values": [
|
| 1495 |
-
|
| 1496 |
-
81,
|
| 1497 |
-
0
|
| 1498 |
],
|
| 1499 |
"color": "#233",
|
| 1500 |
"bgcolor": "#355"
|
| 1501 |
},
|
| 1502 |
{
|
| 1503 |
-
"id":
|
| 1504 |
-
"type": "
|
| 1505 |
"pos": [
|
| 1506 |
-
-
|
| 1507 |
-
|
| 1508 |
],
|
| 1509 |
"size": [
|
| 1510 |
-
|
| 1511 |
-
|
| 1512 |
-
],
|
| 1513 |
-
"flags": {},
|
| 1514 |
-
"order": 14,
|
| 1515 |
-
"mode": 0,
|
| 1516 |
-
"inputs": [],
|
| 1517 |
-
"outputs": [
|
| 1518 |
-
{
|
| 1519 |
-
"name": "",
|
| 1520 |
-
"type": "INT",
|
| 1521 |
-
"links": [
|
| 1522 |
-
318
|
| 1523 |
-
]
|
| 1524 |
-
}
|
| 1525 |
],
|
| 1526 |
-
"
|
| 1527 |
-
|
| 1528 |
-
"cnr_id": "comfyui-mxtoolkit",
|
| 1529 |
-
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 1530 |
-
"Node name for S&R": "mxSlider",
|
| 1531 |
-
"value": 5,
|
| 1532 |
-
"min": 0,
|
| 1533 |
-
"max": 20,
|
| 1534 |
-
"step": 1,
|
| 1535 |
-
"decimals": 0,
|
| 1536 |
-
"snap": true
|
| 1537 |
},
|
| 1538 |
-
"
|
| 1539 |
-
5,
|
| 1540 |
-
5,
|
| 1541 |
-
0
|
| 1542 |
-
],
|
| 1543 |
-
"color": "#233",
|
| 1544 |
-
"bgcolor": "#355"
|
| 1545 |
-
},
|
| 1546 |
-
{
|
| 1547 |
-
"id": 156,
|
| 1548 |
-
"type": "mxSlider",
|
| 1549 |
-
"pos": [
|
| 1550 |
-
-1862.8066345350956,
|
| 1551 |
-
2001.1183099237057
|
| 1552 |
-
],
|
| 1553 |
-
"size": [
|
| 1554 |
-
279.8558411113763,
|
| 1555 |
-
30
|
| 1556 |
-
],
|
| 1557 |
-
"flags": {},
|
| 1558 |
-
"order": 15,
|
| 1559 |
"mode": 0,
|
| 1560 |
"inputs": [],
|
| 1561 |
"outputs": [
|
| 1562 |
{
|
| 1563 |
-
"name": "",
|
| 1564 |
-
"type": "
|
| 1565 |
"links": [
|
| 1566 |
-
|
| 1567 |
]
|
| 1568 |
}
|
| 1569 |
],
|
| 1570 |
-
"title": "
|
| 1571 |
-
"properties": {
|
| 1572 |
-
"cnr_id": "comfyui-mxtoolkit",
|
| 1573 |
-
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 1574 |
-
"Node name for S&R": "mxSlider",
|
| 1575 |
-
"value": 2,
|
| 1576 |
-
"min": 0,
|
| 1577 |
-
"max": 10,
|
| 1578 |
-
"step": 1,
|
| 1579 |
-
"decimals": 0,
|
| 1580 |
-
"snap": true
|
| 1581 |
-
},
|
| 1582 |
"widgets_values": [
|
| 1583 |
-
|
| 1584 |
-
|
| 1585 |
-
0
|
| 1586 |
-
],
|
| 1587 |
-
"color": "#233",
|
| 1588 |
-
"bgcolor": "#355"
|
| 1589 |
},
|
| 1590 |
{
|
| 1591 |
-
"id":
|
| 1592 |
-
"type": "
|
| 1593 |
"pos": [
|
| 1594 |
-
-
|
| 1595 |
-
|
| 1596 |
],
|
| 1597 |
"size": [
|
| 1598 |
210,
|
| 1599 |
-
|
| 1600 |
],
|
| 1601 |
"flags": {
|
| 1602 |
"collapsed": true
|
| 1603 |
},
|
| 1604 |
-
"order":
|
| 1605 |
"mode": 0,
|
| 1606 |
-
"inputs": [
|
|
|
|
| 1607 |
{
|
| 1608 |
"name": "COMBO",
|
| 1609 |
"type": "COMBO",
|
| 1610 |
-
"
|
| 1611 |
-
|
| 1612 |
-
|
| 1613 |
-
"outputs": [
|
| 1614 |
-
{
|
| 1615 |
-
"name": "*",
|
| 1616 |
-
"type": "*",
|
| 1617 |
-
"links": null
|
| 1618 |
}
|
| 1619 |
],
|
| 1620 |
-
"title": "
|
| 1621 |
-
"properties": {
|
| 1622 |
-
"previousName": ""
|
| 1623 |
-
},
|
| 1624 |
"widgets_values": [
|
| 1625 |
-
"
|
| 1626 |
]
|
| 1627 |
},
|
| 1628 |
{
|
| 1629 |
-
"id":
|
| 1630 |
-
"type": "
|
| 1631 |
"pos": [
|
| 1632 |
-
-
|
| 1633 |
-
|
| 1634 |
],
|
| 1635 |
"size": [
|
| 1636 |
-
|
| 1637 |
-
|
| 1638 |
],
|
| 1639 |
"flags": {},
|
| 1640 |
-
"order":
|
| 1641 |
"mode": 0,
|
| 1642 |
-
"inputs": [
|
| 1643 |
-
"outputs": [
|
| 1644 |
{
|
| 1645 |
-
"name": "
|
| 1646 |
-
"type": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1647 |
"links": [
|
| 1648 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1649 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1650 |
}
|
| 1651 |
],
|
| 1652 |
"properties": {
|
| 1653 |
-
"aux_id": "
|
| 1654 |
-
"ver": "
|
| 1655 |
-
"Node name for S&R": "
|
| 1656 |
},
|
| 1657 |
"widgets_values": [
|
| 1658 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1659 |
],
|
| 1660 |
-
"color": "#
|
| 1661 |
-
"bgcolor": "#
|
| 1662 |
},
|
| 1663 |
{
|
| 1664 |
-
"id":
|
| 1665 |
-
"type": "
|
| 1666 |
"pos": [
|
| 1667 |
-
-
|
| 1668 |
-
|
| 1669 |
],
|
| 1670 |
"size": [
|
| 1671 |
-
|
| 1672 |
-
|
| 1673 |
-
],
|
| 1674 |
-
"flags": {
|
| 1675 |
-
"collapsed": true
|
| 1676 |
-
},
|
| 1677 |
-
"order": 28,
|
| 1678 |
-
"mode": 0,
|
| 1679 |
-
"inputs": [
|
| 1680 |
-
{
|
| 1681 |
-
"name": "COMBO",
|
| 1682 |
-
"type": "COMBO",
|
| 1683 |
-
"link": 377
|
| 1684 |
-
}
|
| 1685 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1686 |
"outputs": [
|
| 1687 |
{
|
| 1688 |
-
"name": "
|
| 1689 |
-
"type": "
|
| 1690 |
-
"
|
|
|
|
| 1691 |
}
|
| 1692 |
],
|
| 1693 |
-
"title": "Set_scheduler",
|
| 1694 |
"properties": {
|
| 1695 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1696 |
},
|
| 1697 |
"widgets_values": [
|
| 1698 |
-
"
|
| 1699 |
-
|
|
|
|
|
|
|
|
|
|
| 1700 |
},
|
| 1701 |
{
|
| 1702 |
-
"id":
|
| 1703 |
-
"type": "
|
| 1704 |
"pos": [
|
| 1705 |
-
-
|
| 1706 |
-
|
| 1707 |
],
|
| 1708 |
"size": [
|
| 1709 |
-
|
| 1710 |
-
|
| 1711 |
],
|
| 1712 |
"flags": {},
|
| 1713 |
-
"order":
|
| 1714 |
-
"mode":
|
| 1715 |
"inputs": [],
|
| 1716 |
"outputs": [
|
| 1717 |
{
|
| 1718 |
-
"name": "
|
| 1719 |
-
"type": "
|
| 1720 |
-
"
|
| 1721 |
-
|
| 1722 |
-
]
|
| 1723 |
}
|
| 1724 |
],
|
| 1725 |
"properties": {
|
| 1726 |
-
"
|
| 1727 |
-
"ver": "
|
| 1728 |
-
"Node name for S&R": "
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1729 |
},
|
| 1730 |
"widgets_values": [
|
| 1731 |
-
"
|
|
|
|
| 1732 |
],
|
| 1733 |
-
"color": "#
|
| 1734 |
-
"bgcolor": "#
|
| 1735 |
},
|
| 1736 |
{
|
| 1737 |
-
"id":
|
| 1738 |
-
"type": "
|
| 1739 |
"pos": [
|
| 1740 |
-
-
|
| 1741 |
-
|
| 1742 |
],
|
| 1743 |
"size": [
|
| 1744 |
-
|
| 1745 |
-
|
| 1746 |
],
|
| 1747 |
-
"flags": {
|
| 1748 |
-
|
| 1749 |
-
},
|
| 1750 |
-
"order": 18,
|
| 1751 |
"mode": 0,
|
| 1752 |
"inputs": [],
|
| 1753 |
"outputs": [
|
| 1754 |
{
|
| 1755 |
-
"name": "
|
| 1756 |
-
"type": "
|
|
|
|
| 1757 |
"links": [
|
| 1758 |
-
|
| 1759 |
]
|
| 1760 |
}
|
| 1761 |
],
|
| 1762 |
-
"
|
| 1763 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1764 |
"widgets_values": [
|
| 1765 |
-
"
|
| 1766 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1767 |
},
|
| 1768 |
{
|
| 1769 |
-
"id":
|
| 1770 |
-
"type": "
|
| 1771 |
"pos": [
|
| 1772 |
-
-
|
| 1773 |
-
|
| 1774 |
],
|
| 1775 |
"size": [
|
| 1776 |
-
|
| 1777 |
-
|
| 1778 |
],
|
| 1779 |
-
"flags": {
|
| 1780 |
-
|
| 1781 |
-
},
|
| 1782 |
-
"order": 19,
|
| 1783 |
"mode": 0,
|
| 1784 |
"inputs": [],
|
| 1785 |
"outputs": [
|
| 1786 |
{
|
| 1787 |
-
"name": "
|
| 1788 |
-
"type": "
|
| 1789 |
"links": [
|
| 1790 |
-
|
| 1791 |
]
|
| 1792 |
}
|
| 1793 |
],
|
| 1794 |
-
"title": "
|
| 1795 |
-
"properties": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1796 |
"widgets_values": [
|
| 1797 |
-
|
| 1798 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1799 |
},
|
| 1800 |
{
|
| 1801 |
-
"id":
|
| 1802 |
-
"type": "
|
| 1803 |
"pos": [
|
| 1804 |
-
-
|
| 1805 |
-
|
| 1806 |
],
|
| 1807 |
"size": [
|
| 1808 |
-
|
| 1809 |
-
|
| 1810 |
],
|
| 1811 |
"flags": {},
|
| 1812 |
-
"order":
|
| 1813 |
"mode": 0,
|
| 1814 |
"inputs": [],
|
| 1815 |
"outputs": [
|
| 1816 |
{
|
| 1817 |
-
"name": "
|
| 1818 |
-
"type": "
|
| 1819 |
-
"links":
|
|
|
|
|
|
|
| 1820 |
}
|
| 1821 |
],
|
|
|
|
| 1822 |
"properties": {
|
| 1823 |
-
"
|
| 1824 |
-
"
|
| 1825 |
-
"
|
| 1826 |
-
"
|
| 1827 |
-
"
|
| 1828 |
-
"
|
| 1829 |
-
"
|
|
|
|
|
|
|
| 1830 |
},
|
| 1831 |
-
"
|
| 1832 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1833 |
},
|
| 1834 |
{
|
| 1835 |
"id": 161,
|
|
@@ -2018,112 +1792,499 @@
|
|
| 2018 |
"bgcolor": "#353"
|
| 2019 |
},
|
| 2020 |
{
|
| 2021 |
-
"id":
|
| 2022 |
-
"type": "
|
| 2023 |
"pos": [
|
| 2024 |
-
-
|
| 2025 |
-
|
| 2026 |
],
|
| 2027 |
"size": [
|
| 2028 |
-
|
| 2029 |
-
|
| 2030 |
],
|
| 2031 |
-
"flags": {
|
| 2032 |
-
|
| 2033 |
-
|
|
|
|
|
|
|
| 2034 |
"inputs": [
|
| 2035 |
{
|
| 2036 |
-
"name": "
|
| 2037 |
-
"type": "
|
| 2038 |
-
"link":
|
| 2039 |
-
},
|
| 2040 |
-
{
|
| 2041 |
-
"name": "mask",
|
| 2042 |
-
"shape": 7,
|
| 2043 |
-
"type": "MASK",
|
| 2044 |
-
"link": null
|
| 2045 |
}
|
| 2046 |
],
|
| 2047 |
"outputs": [
|
| 2048 |
{
|
| 2049 |
-
"name": "
|
| 2050 |
-
"type": "
|
| 2051 |
"links": [
|
| 2052 |
-
|
| 2053 |
]
|
| 2054 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2055 |
{
|
| 2056 |
-
"name": "
|
| 2057 |
-
"type": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2058 |
"links": [
|
| 2059 |
-
|
| 2060 |
]
|
| 2061 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2062 |
{
|
| 2063 |
-
"name": "
|
| 2064 |
"type": "IMAGE",
|
| 2065 |
-
"
|
| 2066 |
},
|
| 2067 |
{
|
| 2068 |
-
"name": "
|
| 2069 |
-
"
|
| 2070 |
-
"
|
| 2071 |
-
|
|
|
|
|
|
|
|
|
|
| 2072 |
{
|
| 2073 |
-
"name": "
|
| 2074 |
-
"type": "
|
| 2075 |
-
"
|
|
|
|
|
|
|
|
|
|
| 2076 |
}
|
| 2077 |
],
|
|
|
|
| 2078 |
"properties": {
|
| 2079 |
-
"
|
| 2080 |
-
"ver": "
|
| 2081 |
-
"Node name for S&R": "
|
|
|
|
| 2082 |
},
|
| 2083 |
"widgets_values": [
|
| 2084 |
-
|
| 2085 |
-
|
| 2086 |
-
|
| 2087 |
-
|
| 2088 |
-
|
| 2089 |
-
|
| 2090 |
-
"#000000"
|
| 2091 |
],
|
| 2092 |
-
"
|
| 2093 |
-
|
| 2094 |
-
|
| 2095 |
-
|
| 2096 |
-
|
| 2097 |
-
|
| 2098 |
-
|
| 2099 |
-
|
| 2100 |
-
|
| 2101 |
-
|
| 2102 |
-
|
| 2103 |
-
|
| 2104 |
-
|
| 2105 |
-
|
| 2106 |
-
|
| 2107 |
-
|
| 2108 |
-
|
| 2109 |
-
|
| 2110 |
-
|
| 2111 |
-
|
| 2112 |
-
|
| 2113 |
-
|
| 2114 |
-
|
| 2115 |
-
|
| 2116 |
-
|
| 2117 |
-
|
| 2118 |
-
|
| 2119 |
-
|
| 2120 |
-
|
| 2121 |
-
|
| 2122 |
-
|
| 2123 |
-
|
| 2124 |
-
|
| 2125 |
-
|
| 2126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2127 |
"IMAGE"
|
| 2128 |
],
|
| 2129 |
[
|
|
@@ -2359,12 +2520,52 @@
|
|
| 2359 |
"COMBO"
|
| 2360 |
],
|
| 2361 |
[
|
| 2362 |
-
379,
|
| 2363 |
-
180,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2364 |
0,
|
| 2365 |
-
|
| 2366 |
-
|
| 2367 |
-
"
|
| 2368 |
]
|
| 2369 |
],
|
| 2370 |
"groups": [
|
|
@@ -2411,10 +2612,10 @@
|
|
| 2411 |
"id": 9,
|
| 2412 |
"title": "16FPS",
|
| 2413 |
"bounding": [
|
| 2414 |
-
-
|
| 2415 |
-
|
| 2416 |
-
|
| 2417 |
-
|
| 2418 |
],
|
| 2419 |
"color": "#A88",
|
| 2420 |
"font_size": 24,
|
|
@@ -2422,12 +2623,12 @@
|
|
| 2422 |
},
|
| 2423 |
{
|
| 2424 |
"id": 10,
|
| 2425 |
-
"title": "
|
| 2426 |
"bounding": [
|
| 2427 |
-
-
|
| 2428 |
-
|
| 2429 |
-
|
| 2430 |
-
|
| 2431 |
],
|
| 2432 |
"color": "#b58b2a",
|
| 2433 |
"font_size": 24,
|
|
@@ -2497,6 +2698,19 @@
|
|
| 2497 |
"color": "#3f789e",
|
| 2498 |
"font_size": 24,
|
| 2499 |
"flags": {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2500 |
}
|
| 2501 |
],
|
| 2502 |
"definitions": {
|
|
@@ -2506,8 +2720,8 @@
|
|
| 2506 |
"version": 1,
|
| 2507 |
"state": {
|
| 2508 |
"lastGroupId": 17,
|
| 2509 |
-
"lastNodeId":
|
| 2510 |
-
"lastLinkId":
|
| 2511 |
"lastRerouteId": 0
|
| 2512 |
},
|
| 2513 |
"revision": 0,
|
|
@@ -2705,173 +2919,6 @@
|
|
| 2705 |
],
|
| 2706 |
"widgets": [],
|
| 2707 |
"nodes": [
|
| 2708 |
-
{
|
| 2709 |
-
"id": 88,
|
| 2710 |
-
"type": "PrimitiveStringMultiline",
|
| 2711 |
-
"pos": [
|
| 2712 |
-
-1276.1802851562527,
|
| 2713 |
-
875.4188231991891
|
| 2714 |
-
],
|
| 2715 |
-
"size": [
|
| 2716 |
-
314.60112294921873,
|
| 2717 |
-
220.0445423339845
|
| 2718 |
-
],
|
| 2719 |
-
"flags": {},
|
| 2720 |
-
"order": 0,
|
| 2721 |
-
"mode": 0,
|
| 2722 |
-
"inputs": [],
|
| 2723 |
-
"outputs": [
|
| 2724 |
-
{
|
| 2725 |
-
"label": " ",
|
| 2726 |
-
"localized_name": "STRING",
|
| 2727 |
-
"name": "STRING",
|
| 2728 |
-
"type": "STRING",
|
| 2729 |
-
"links": [
|
| 2730 |
-
329
|
| 2731 |
-
]
|
| 2732 |
-
}
|
| 2733 |
-
],
|
| 2734 |
-
"title": "Positive",
|
| 2735 |
-
"properties": {
|
| 2736 |
-
"cnr_id": "comfy-core",
|
| 2737 |
-
"ver": "0.3.33",
|
| 2738 |
-
"Node name for S&R": "PrimitiveStringMultiline",
|
| 2739 |
-
"widget_ue_connectable": {}
|
| 2740 |
-
},
|
| 2741 |
-
"widgets_values": [
|
| 2742 |
-
"the camera zoom in while the girl grab her breasts and squeeze them together"
|
| 2743 |
-
],
|
| 2744 |
-
"color": "#232",
|
| 2745 |
-
"bgcolor": "#353",
|
| 2746 |
-
"shape": 2
|
| 2747 |
-
},
|
| 2748 |
-
{
|
| 2749 |
-
"id": 89,
|
| 2750 |
-
"type": "easy showAnything",
|
| 2751 |
-
"pos": [
|
| 2752 |
-
-875.9132780880353,
|
| 2753 |
-
811.0697123348793
|
| 2754 |
-
],
|
| 2755 |
-
"size": [
|
| 2756 |
-
380.2005395507813,
|
| 2757 |
-
339.48220830078117
|
| 2758 |
-
],
|
| 2759 |
-
"flags": {},
|
| 2760 |
-
"order": 5,
|
| 2761 |
-
"mode": 0,
|
| 2762 |
-
"inputs": [
|
| 2763 |
-
{
|
| 2764 |
-
"label": " ",
|
| 2765 |
-
"localized_name": "anything",
|
| 2766 |
-
"name": "anything",
|
| 2767 |
-
"shape": 7,
|
| 2768 |
-
"type": "*",
|
| 2769 |
-
"link": 332
|
| 2770 |
-
}
|
| 2771 |
-
],
|
| 2772 |
-
"outputs": [
|
| 2773 |
-
{
|
| 2774 |
-
"label": " ",
|
| 2775 |
-
"localized_name": "output",
|
| 2776 |
-
"name": "output",
|
| 2777 |
-
"type": "*",
|
| 2778 |
-
"links": [
|
| 2779 |
-
306
|
| 2780 |
-
]
|
| 2781 |
-
}
|
| 2782 |
-
],
|
| 2783 |
-
"title": "Final prompt preview",
|
| 2784 |
-
"properties": {
|
| 2785 |
-
"cnr_id": "comfyui-easy-use",
|
| 2786 |
-
"ver": "5c8cdb58c798a404e50636c6f3e179b084a23fab",
|
| 2787 |
-
"Node name for S&R": "easy showAnything",
|
| 2788 |
-
"widget_ue_connectable": {}
|
| 2789 |
-
},
|
| 2790 |
-
"widgets_values": [
|
| 2791 |
-
"(At 0 seconds: A strikingly stylized female figure with voluminous blue spiral hair sits atop a stone ledge under dappled sunlight, wearing a semi-unbuttoned white shirt revealing ample cleavage; one hand rests on her breast while the other supports herself on the rock edge.) \n(At 1 second: As the camera slowly pushes in, she deliberately grips both breasts tightly, squeezing them together with focused intensity—her gaze locked forward, eyes glowing faintly—as golden backlighting catches the contours of her form through sheer fabric tension.) \n(At 2 seconds: Her posture remains rigid yet sensual, the wind stirring strands of her metallic-blue curls as shadows deepen behind her, contrasting sharply with the warm glow illuminating her exposed skin and the distant mountain range beyond.)"
|
| 2792 |
-
],
|
| 2793 |
-
"color": "#232",
|
| 2794 |
-
"bgcolor": "#353",
|
| 2795 |
-
"shape": 2
|
| 2796 |
-
},
|
| 2797 |
-
{
|
| 2798 |
-
"id": 146,
|
| 2799 |
-
"type": "AILab_QwenVL_Advanced",
|
| 2800 |
-
"pos": [
|
| 2801 |
-
-444.08231012299177,
|
| 2802 |
-
584.8466645382236
|
| 2803 |
-
],
|
| 2804 |
-
"size": [
|
| 2805 |
-
340,
|
| 2806 |
-
468
|
| 2807 |
-
],
|
| 2808 |
-
"flags": {
|
| 2809 |
-
"collapsed": false
|
| 2810 |
-
},
|
| 2811 |
-
"order": 7,
|
| 2812 |
-
"mode": 0,
|
| 2813 |
-
"inputs": [
|
| 2814 |
-
{
|
| 2815 |
-
"localized_name": "image",
|
| 2816 |
-
"name": "image",
|
| 2817 |
-
"shape": 7,
|
| 2818 |
-
"type": "IMAGE",
|
| 2819 |
-
"link": 302
|
| 2820 |
-
},
|
| 2821 |
-
{
|
| 2822 |
-
"localized_name": "video",
|
| 2823 |
-
"name": "video",
|
| 2824 |
-
"shape": 7,
|
| 2825 |
-
"type": "IMAGE",
|
| 2826 |
-
"link": null
|
| 2827 |
-
},
|
| 2828 |
-
{
|
| 2829 |
-
"localized_name": "custom_prompt",
|
| 2830 |
-
"name": "custom_prompt",
|
| 2831 |
-
"type": "STRING",
|
| 2832 |
-
"widget": {
|
| 2833 |
-
"name": "custom_prompt"
|
| 2834 |
-
},
|
| 2835 |
-
"link": 331
|
| 2836 |
-
}
|
| 2837 |
-
],
|
| 2838 |
-
"outputs": [
|
| 2839 |
-
{
|
| 2840 |
-
"localized_name": "RESPONSE",
|
| 2841 |
-
"name": "RESPONSE",
|
| 2842 |
-
"type": "STRING",
|
| 2843 |
-
"links": [
|
| 2844 |
-
332
|
| 2845 |
-
]
|
| 2846 |
-
}
|
| 2847 |
-
],
|
| 2848 |
-
"properties": {
|
| 2849 |
-
"aux_id": "huchukato/ComfyUI-QwenVL-Mod",
|
| 2850 |
-
"ver": "2.0.0",
|
| 2851 |
-
"Node name for S&R": "AILab_QwenVL_Advanced",
|
| 2852 |
-
"cnr_id": "comfyui-qwenvl"
|
| 2853 |
-
},
|
| 2854 |
-
"widgets_values": [
|
| 2855 |
-
"Qwen3-VL-4B-Instruct-Abliterated",
|
| 2856 |
-
"8-bit (Balanced)",
|
| 2857 |
-
"auto",
|
| 2858 |
-
false,
|
| 2859 |
-
"auto",
|
| 2860 |
-
"🎬 Cinematic Description",
|
| 2861 |
-
"",
|
| 2862 |
-
512,
|
| 2863 |
-
0.6,
|
| 2864 |
-
0.9,
|
| 2865 |
-
1,
|
| 2866 |
-
1.2,
|
| 2867 |
-
16,
|
| 2868 |
-
true,
|
| 2869 |
-
158130414,
|
| 2870 |
-
"fixed"
|
| 2871 |
-
],
|
| 2872 |
-
"color": "#28403f",
|
| 2873 |
-
"bgcolor": "#374539"
|
| 2874 |
-
},
|
| 2875 |
{
|
| 2876 |
"id": 164,
|
| 2877 |
"type": "Seed (rgthree)",
|
|
@@ -2881,10 +2928,10 @@
|
|
| 2881 |
],
|
| 2882 |
"size": [
|
| 2883 |
298.90386962890625,
|
| 2884 |
-
|
| 2885 |
],
|
| 2886 |
"flags": {},
|
| 2887 |
-
"order":
|
| 2888 |
"mode": 0,
|
| 2889 |
"inputs": [],
|
| 2890 |
"outputs": [
|
|
@@ -2906,7 +2953,7 @@
|
|
| 2906 |
"widget_ue_connectable": {}
|
| 2907 |
},
|
| 2908 |
"widgets_values": [
|
| 2909 |
-
|
| 2910 |
"",
|
| 2911 |
"",
|
| 2912 |
""
|
|
@@ -3203,109 +3250,169 @@
|
|
| 3203 |
"bgcolor": "#353"
|
| 3204 |
},
|
| 3205 |
{
|
| 3206 |
-
"id":
|
| 3207 |
-
"type": "
|
| 3208 |
"pos": [
|
| 3209 |
-
-
|
| 3210 |
-
|
| 3211 |
],
|
| 3212 |
"size": [
|
| 3213 |
-
|
| 3214 |
-
|
| 3215 |
],
|
| 3216 |
-
"flags": {
|
| 3217 |
-
|
| 3218 |
-
},
|
| 3219 |
-
"order": 3,
|
| 3220 |
"mode": 0,
|
| 3221 |
"inputs": [
|
| 3222 |
{
|
| 3223 |
-
"localized_name": "
|
| 3224 |
-
"name": "
|
| 3225 |
-
"type": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3226 |
"widget": {
|
| 3227 |
-
"name": "
|
| 3228 |
},
|
| 3229 |
-
"link":
|
| 3230 |
},
|
| 3231 |
{
|
| 3232 |
-
"localized_name": "
|
| 3233 |
-
"name": "
|
| 3234 |
-
"type": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3235 |
"widget": {
|
| 3236 |
-
"name": "
|
| 3237 |
},
|
| 3238 |
-
"link":
|
| 3239 |
}
|
| 3240 |
],
|
| 3241 |
"outputs": [
|
| 3242 |
{
|
| 3243 |
-
"localized_name": "
|
| 3244 |
-
"name": "
|
| 3245 |
-
"type": "
|
| 3246 |
"links": [
|
| 3247 |
-
|
| 3248 |
]
|
| 3249 |
}
|
| 3250 |
],
|
| 3251 |
"properties": {
|
| 3252 |
"cnr_id": "comfy-core",
|
| 3253 |
-
"ver": "0.
|
| 3254 |
-
"Node name for S&R": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3255 |
},
|
| 3256 |
"widgets_values": [
|
| 3257 |
-
"",
|
| 3258 |
-
|
| 3259 |
-
"
|
| 3260 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3261 |
},
|
| 3262 |
{
|
| 3263 |
-
"id":
|
| 3264 |
"type": "KSamplerAdvanced",
|
| 3265 |
"pos": [
|
| 3266 |
-
-
|
| 3267 |
-
|
| 3268 |
],
|
| 3269 |
"size": [
|
| 3270 |
-
|
| 3271 |
546
|
| 3272 |
],
|
| 3273 |
"flags": {},
|
| 3274 |
-
"order":
|
| 3275 |
"mode": 0,
|
| 3276 |
"inputs": [
|
| 3277 |
{
|
| 3278 |
"localized_name": "model",
|
| 3279 |
"name": "model",
|
| 3280 |
"type": "MODEL",
|
| 3281 |
-
"link":
|
| 3282 |
},
|
| 3283 |
{
|
| 3284 |
"localized_name": "positive",
|
| 3285 |
"name": "positive",
|
| 3286 |
"type": "CONDITIONING",
|
| 3287 |
-
"link":
|
| 3288 |
},
|
| 3289 |
{
|
| 3290 |
"localized_name": "negative",
|
| 3291 |
"name": "negative",
|
| 3292 |
"type": "CONDITIONING",
|
| 3293 |
-
"link":
|
| 3294 |
},
|
| 3295 |
{
|
| 3296 |
"localized_name": "latent_image",
|
| 3297 |
"name": "latent_image",
|
| 3298 |
"type": "LATENT",
|
| 3299 |
-
"link":
|
| 3300 |
-
},
|
| 3301 |
-
{
|
| 3302 |
-
"localized_name": "noise_seed",
|
| 3303 |
-
"name": "noise_seed",
|
| 3304 |
-
"type": "INT",
|
| 3305 |
-
"widget": {
|
| 3306 |
-
"name": "noise_seed"
|
| 3307 |
-
},
|
| 3308 |
-
"link": 336
|
| 3309 |
},
|
| 3310 |
{
|
| 3311 |
"localized_name": "steps",
|
|
@@ -3314,7 +3421,7 @@
|
|
| 3314 |
"widget": {
|
| 3315 |
"name": "steps"
|
| 3316 |
},
|
| 3317 |
-
"link":
|
| 3318 |
},
|
| 3319 |
{
|
| 3320 |
"localized_name": "sampler_name",
|
|
@@ -3323,7 +3430,7 @@
|
|
| 3323 |
"widget": {
|
| 3324 |
"name": "sampler_name"
|
| 3325 |
},
|
| 3326 |
-
"link":
|
| 3327 |
},
|
| 3328 |
{
|
| 3329 |
"localized_name": "scheduler",
|
|
@@ -3332,186 +3439,286 @@
|
|
| 3332 |
"widget": {
|
| 3333 |
"name": "scheduler"
|
| 3334 |
},
|
| 3335 |
-
"link":
|
| 3336 |
},
|
| 3337 |
{
|
| 3338 |
-
"localized_name": "
|
| 3339 |
-
"name": "
|
| 3340 |
"type": "INT",
|
| 3341 |
"widget": {
|
| 3342 |
-
"name": "
|
| 3343 |
},
|
| 3344 |
-
"link":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3345 |
}
|
| 3346 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3347 |
"outputs": [
|
| 3348 |
{
|
| 3349 |
-
"
|
| 3350 |
-
"
|
| 3351 |
-
"
|
|
|
|
| 3352 |
"links": [
|
| 3353 |
-
|
| 3354 |
]
|
| 3355 |
}
|
| 3356 |
],
|
|
|
|
| 3357 |
"properties": {
|
| 3358 |
"cnr_id": "comfy-core",
|
| 3359 |
-
"ver": "0.3.
|
| 3360 |
-
"Node name for S&R": "
|
| 3361 |
-
"widget_ue_connectable": {
|
| 3362 |
-
"add_noise": true,
|
| 3363 |
-
"noise_seed": true,
|
| 3364 |
-
"steps": true,
|
| 3365 |
-
"cfg": true,
|
| 3366 |
-
"sampler_name": true,
|
| 3367 |
-
"scheduler": true,
|
| 3368 |
-
"start_at_step": true,
|
| 3369 |
-
"end_at_step": true,
|
| 3370 |
-
"return_with_leftover_noise": true
|
| 3371 |
-
}
|
| 3372 |
},
|
| 3373 |
"widgets_values": [
|
| 3374 |
-
"
|
| 3375 |
-
532556218930041,
|
| 3376 |
-
"randomize",
|
| 3377 |
-
5,
|
| 3378 |
-
1,
|
| 3379 |
-
"euler",
|
| 3380 |
-
"simple",
|
| 3381 |
-
0,
|
| 3382 |
-
2,
|
| 3383 |
-
"enable"
|
| 3384 |
],
|
| 3385 |
"color": "#232",
|
| 3386 |
-
"bgcolor": "#353"
|
|
|
|
| 3387 |
},
|
| 3388 |
{
|
| 3389 |
-
"id":
|
| 3390 |
-
"type": "
|
| 3391 |
"pos": [
|
| 3392 |
-
-
|
| 3393 |
-
|
| 3394 |
],
|
| 3395 |
"size": [
|
| 3396 |
-
|
| 3397 |
-
|
| 3398 |
],
|
| 3399 |
"flags": {},
|
| 3400 |
-
"order":
|
| 3401 |
"mode": 0,
|
| 3402 |
"inputs": [
|
| 3403 |
{
|
| 3404 |
-
"
|
| 3405 |
-
"
|
| 3406 |
-
"
|
| 3407 |
-
"
|
| 3408 |
-
|
| 3409 |
-
|
| 3410 |
-
"localized_name": "positive",
|
| 3411 |
-
"name": "positive",
|
| 3412 |
-
"type": "CONDITIONING",
|
| 3413 |
-
"link": 337
|
| 3414 |
-
},
|
| 3415 |
-
{
|
| 3416 |
-
"localized_name": "negative",
|
| 3417 |
-
"name": "negative",
|
| 3418 |
-
"type": "CONDITIONING",
|
| 3419 |
-
"link": 338
|
| 3420 |
-
},
|
| 3421 |
-
{
|
| 3422 |
-
"localized_name": "latent_image",
|
| 3423 |
-
"name": "latent_image",
|
| 3424 |
-
"type": "LATENT",
|
| 3425 |
-
"link": 339
|
| 3426 |
-
},
|
| 3427 |
-
{
|
| 3428 |
-
"localized_name": "steps",
|
| 3429 |
-
"name": "steps",
|
| 3430 |
-
"type": "INT",
|
| 3431 |
-
"widget": {
|
| 3432 |
-
"name": "steps"
|
| 3433 |
-
},
|
| 3434 |
-
"link": 349
|
| 3435 |
-
},
|
| 3436 |
-
{
|
| 3437 |
-
"localized_name": "sampler_name",
|
| 3438 |
-
"name": "sampler_name",
|
| 3439 |
-
"type": "COMBO",
|
| 3440 |
-
"widget": {
|
| 3441 |
-
"name": "sampler_name"
|
| 3442 |
-
},
|
| 3443 |
-
"link": 360
|
| 3444 |
-
},
|
| 3445 |
-
{
|
| 3446 |
-
"localized_name": "scheduler",
|
| 3447 |
-
"name": "scheduler",
|
| 3448 |
-
"type": "COMBO",
|
| 3449 |
-
"widget": {
|
| 3450 |
-
"name": "scheduler"
|
| 3451 |
-
},
|
| 3452 |
-
"link": 362
|
| 3453 |
-
},
|
| 3454 |
-
{
|
| 3455 |
-
"localized_name": "start_at_step",
|
| 3456 |
-
"name": "start_at_step",
|
| 3457 |
-
"type": "INT",
|
| 3458 |
-
"widget": {
|
| 3459 |
-
"name": "start_at_step"
|
| 3460 |
-
},
|
| 3461 |
-
"link": 351
|
| 3462 |
}
|
| 3463 |
],
|
| 3464 |
"outputs": [
|
| 3465 |
{
|
| 3466 |
-
"
|
| 3467 |
-
"
|
| 3468 |
-
"
|
|
|
|
| 3469 |
"links": [
|
| 3470 |
-
|
| 3471 |
]
|
| 3472 |
}
|
| 3473 |
],
|
|
|
|
| 3474 |
"properties": {
|
| 3475 |
-
"cnr_id": "
|
| 3476 |
-
"ver": "
|
| 3477 |
-
"Node name for S&R": "
|
| 3478 |
-
"widget_ue_connectable": {
|
| 3479 |
-
"add_noise": true,
|
| 3480 |
-
"noise_seed": true,
|
| 3481 |
-
"steps": true,
|
| 3482 |
-
"cfg": true,
|
| 3483 |
-
"sampler_name": true,
|
| 3484 |
-
"scheduler": true,
|
| 3485 |
-
"start_at_step": true,
|
| 3486 |
-
"end_at_step": true,
|
| 3487 |
-
"return_with_leftover_noise": true
|
| 3488 |
-
}
|
| 3489 |
},
|
| 3490 |
"widgets_values": [
|
| 3491 |
-
"
|
| 3492 |
-
0,
|
| 3493 |
-
"fixed",
|
| 3494 |
-
5,
|
| 3495 |
-
1,
|
| 3496 |
-
"euler",
|
| 3497 |
-
"simple",
|
| 3498 |
-
2,
|
| 3499 |
-
10000,
|
| 3500 |
-
"disable"
|
| 3501 |
],
|
| 3502 |
"color": "#232",
|
| 3503 |
-
"bgcolor": "#353"
|
|
|
|
| 3504 |
},
|
| 3505 |
{
|
| 3506 |
-
"id":
|
| 3507 |
-
"type": "
|
| 3508 |
"pos": [
|
| 3509 |
-
-
|
| 3510 |
-
|
| 3511 |
],
|
| 3512 |
"size": [
|
| 3513 |
-
|
| 3514 |
-
|
| 3515 |
],
|
| 3516 |
"flags": {
|
| 3517 |
"collapsed": true
|
|
@@ -3521,75 +3728,85 @@
|
|
| 3521 |
"inputs": [],
|
| 3522 |
"outputs": [
|
| 3523 |
{
|
|
|
|
| 3524 |
"localized_name": "STRING",
|
| 3525 |
"name": "STRING",
|
| 3526 |
"type": "STRING",
|
| 3527 |
"links": [
|
| 3528 |
-
|
| 3529 |
]
|
| 3530 |
}
|
| 3531 |
],
|
| 3532 |
-
"title": "Prompt
|
| 3533 |
"properties": {
|
| 3534 |
-
"cnr_id": "
|
| 3535 |
-
"ver": "
|
| 3536 |
-
"Node name for S&R": "
|
|
|
|
| 3537 |
},
|
| 3538 |
"widgets_values": [
|
| 3539 |
-
"You are a system that converts Italian or English user prompts and visual inputs into optimized cinematic English descriptions for WAN 2.2 I2V generation.\n\nSteps:\n1. Read the user's
|
| 3540 |
],
|
| 3541 |
"color": "#432",
|
| 3542 |
-
"bgcolor": "#653"
|
|
|
|
| 3543 |
},
|
| 3544 |
{
|
| 3545 |
-
"id":
|
| 3546 |
-
"type": "
|
| 3547 |
"pos": [
|
| 3548 |
-
|
| 3549 |
-
|
| 3550 |
],
|
| 3551 |
"size": [
|
| 3552 |
-
|
| 3553 |
-
|
| 3554 |
],
|
| 3555 |
"flags": {
|
| 3556 |
-
"collapsed":
|
| 3557 |
},
|
| 3558 |
-
"order":
|
| 3559 |
"mode": 0,
|
| 3560 |
"inputs": [
|
| 3561 |
{
|
| 3562 |
-
"localized_name": "
|
| 3563 |
-
"name": "
|
| 3564 |
-
"type": "
|
| 3565 |
-
"
|
|
|
|
|
|
|
|
|
|
| 3566 |
},
|
| 3567 |
{
|
| 3568 |
-
"localized_name": "
|
| 3569 |
-
"name": "
|
| 3570 |
-
"type": "
|
| 3571 |
-
"
|
|
|
|
|
|
|
|
|
|
| 3572 |
}
|
| 3573 |
],
|
| 3574 |
"outputs": [
|
| 3575 |
{
|
| 3576 |
-
"localized_name": "
|
| 3577 |
-
"name": "
|
| 3578 |
-
"type": "
|
| 3579 |
-
"slot_index": 0,
|
| 3580 |
"links": [
|
| 3581 |
-
|
| 3582 |
]
|
| 3583 |
}
|
| 3584 |
],
|
| 3585 |
"properties": {
|
| 3586 |
"cnr_id": "comfy-core",
|
| 3587 |
-
"ver": "0.
|
| 3588 |
-
"Node name for S&R": "
|
| 3589 |
-
"widget_ue_connectable": {}
|
| 3590 |
},
|
| 3591 |
-
"widgets_values": [
|
| 3592 |
-
|
|
|
|
|
|
|
|
|
|
| 3593 |
}
|
| 3594 |
],
|
| 3595 |
"groups": [],
|
|
@@ -3626,30 +3843,6 @@
|
|
| 3626 |
"target_slot": 0,
|
| 3627 |
"type": "IMAGE"
|
| 3628 |
},
|
| 3629 |
-
{
|
| 3630 |
-
"id": 329,
|
| 3631 |
-
"origin_id": 88,
|
| 3632 |
-
"origin_slot": 0,
|
| 3633 |
-
"target_id": 162,
|
| 3634 |
-
"target_slot": 0,
|
| 3635 |
-
"type": "STRING"
|
| 3636 |
-
},
|
| 3637 |
-
{
|
| 3638 |
-
"id": 330,
|
| 3639 |
-
"origin_id": 145,
|
| 3640 |
-
"origin_slot": 0,
|
| 3641 |
-
"target_id": 162,
|
| 3642 |
-
"target_slot": 1,
|
| 3643 |
-
"type": "STRING"
|
| 3644 |
-
},
|
| 3645 |
-
{
|
| 3646 |
-
"id": 331,
|
| 3647 |
-
"origin_id": 162,
|
| 3648 |
-
"origin_slot": 0,
|
| 3649 |
-
"target_id": 146,
|
| 3650 |
-
"target_slot": 2,
|
| 3651 |
-
"type": "STRING"
|
| 3652 |
-
},
|
| 3653 |
{
|
| 3654 |
"id": 332,
|
| 3655 |
"origin_id": 146,
|
|
@@ -3881,6 +4074,30 @@
|
|
| 3881 |
"target_id": 163,
|
| 3882 |
"target_slot": 4,
|
| 3883 |
"type": "IMAGE"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3884 |
}
|
| 3885 |
],
|
| 3886 |
"extra": {
|
|
@@ -3900,10 +4117,10 @@
|
|
| 3900 |
"ue_links": [],
|
| 3901 |
"links_added_by_ue": [],
|
| 3902 |
"ds": {
|
| 3903 |
-
"scale": 0.
|
| 3904 |
"offset": [
|
| 3905 |
-
|
| 3906 |
-
|
| 3907 |
]
|
| 3908 |
}
|
| 3909 |
},
|
|
|
|
| 1 |
{
|
| 2 |
"id": "599b4f0a-1e8f-4105-9e92-96726e9d46e1",
|
| 3 |
"revision": 0,
|
| 4 |
+
"last_node_id": 186,
|
| 5 |
+
"last_link_id": 385,
|
| 6 |
"nodes": [
|
| 7 |
{
|
| 8 |
"id": 52,
|
|
|
|
| 48 |
}
|
| 49 |
},
|
| 50 |
"widgets_values": [
|
| 51 |
+
"104631_00001_.png",
|
| 52 |
"image"
|
| 53 |
],
|
| 54 |
"color": "#232",
|
|
|
|
| 58 |
"id": 63,
|
| 59 |
"type": "VHS_VideoCombine",
|
| 60 |
"pos": [
|
| 61 |
+
-1290.871014087624,
|
| 62 |
+
1492.2541534942443
|
| 63 |
],
|
| 64 |
"size": [
|
| 65 |
477.292724609375,
|
| 66 |
+
1018.6959960937501
|
| 67 |
],
|
| 68 |
"flags": {},
|
| 69 |
"order": 35,
|
|
|
|
| 132 |
"hidden": false,
|
| 133 |
"paused": false,
|
| 134 |
"params": {
|
| 135 |
+
"filename": "wan22__00024.mp4",
|
| 136 |
+
"subfolder": "2026-01-26",
|
| 137 |
"type": "output",
|
| 138 |
"format": "video/h264-mp4",
|
| 139 |
"frame_rate": 16,
|
| 140 |
+
"workflow": "wan22__00024.png",
|
| 141 |
+
"fullpath": "/workspace/ComfyUI/output/2026-01-26/wan22__00024.mp4"
|
| 142 |
}
|
| 143 |
}
|
| 144 |
},
|
|
|
|
| 146 |
"bgcolor": "#353",
|
| 147 |
"shape": 2
|
| 148 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
{
|
| 150 |
"id": 151,
|
| 151 |
"type": "SetNode",
|
|
|
|
| 238 |
380.5342712402344
|
| 239 |
],
|
| 240 |
"flags": {},
|
| 241 |
+
"order": 27,
|
| 242 |
"mode": 0,
|
| 243 |
"inputs": [
|
| 244 |
{
|
| 245 |
"dir": 3,
|
| 246 |
"name": "model",
|
| 247 |
"type": "MODEL",
|
| 248 |
+
"link": 381
|
| 249 |
},
|
| 250 |
{
|
| 251 |
"dir": 3,
|
|
|
|
| 290 |
"color": "#223",
|
| 291 |
"bgcolor": "#335"
|
| 292 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 293 |
{
|
| 294 |
"id": 110,
|
| 295 |
"type": "Power Lora Loader (rgthree)",
|
|
|
|
| 302 |
365.57958984375
|
| 303 |
],
|
| 304 |
"flags": {},
|
| 305 |
+
"order": 28,
|
| 306 |
"mode": 0,
|
| 307 |
"inputs": [
|
| 308 |
{
|
| 309 |
"dir": 3,
|
| 310 |
"name": "model",
|
| 311 |
"type": "MODEL",
|
| 312 |
+
"link": 382
|
| 313 |
},
|
| 314 |
{
|
| 315 |
"dir": 3,
|
|
|
|
| 354 |
"color": "#2a363b",
|
| 355 |
"bgcolor": "#3f5159"
|
| 356 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 357 |
{
|
| 358 |
"id": 165,
|
| 359 |
"type": "PathchSageAttentionKJ",
|
|
|
|
| 577 |
"bgcolor": "#355"
|
| 578 |
},
|
| 579 |
{
|
| 580 |
+
"id": 171,
|
| 581 |
+
"type": "SetNode",
|
| 582 |
"pos": [
|
| 583 |
+
-681.2946480514372,
|
| 584 |
+
-60.61884885329447
|
| 585 |
],
|
| 586 |
"size": [
|
| 587 |
+
210,
|
| 588 |
+
60
|
| 589 |
],
|
| 590 |
+
"flags": {
|
| 591 |
+
"collapsed": true
|
| 592 |
+
},
|
| 593 |
+
"order": 42,
|
| 594 |
"mode": 0,
|
| 595 |
+
"inputs": [
|
|
|
|
| 596 |
{
|
| 597 |
"name": "MODEL",
|
| 598 |
"type": "MODEL",
|
| 599 |
+
"link": 364
|
|
|
|
|
|
|
|
|
|
| 600 |
}
|
| 601 |
],
|
| 602 |
+
"outputs": [
|
| 603 |
+
{
|
| 604 |
+
"name": "*",
|
| 605 |
+
"type": "*",
|
| 606 |
+
"links": null
|
|
|
|
|
|
|
| 607 |
}
|
| 608 |
+
],
|
| 609 |
+
"title": "Set_MODEL_H",
|
| 610 |
+
"properties": {
|
| 611 |
+
"previousName": "MODEL_H"
|
| 612 |
},
|
| 613 |
"widgets_values": [
|
| 614 |
+
"MODEL_H"
|
|
|
|
| 615 |
],
|
| 616 |
"color": "#223",
|
| 617 |
"bgcolor": "#335"
|
| 618 |
},
|
| 619 |
{
|
| 620 |
+
"id": 172,
|
| 621 |
+
"type": "SetNode",
|
| 622 |
"pos": [
|
| 623 |
+
-684.0021447576563,
|
| 624 |
+
82.04904651314867
|
| 625 |
],
|
| 626 |
"size": [
|
| 627 |
+
210,
|
| 628 |
+
58
|
| 629 |
],
|
| 630 |
+
"flags": {
|
| 631 |
+
"collapsed": true
|
| 632 |
+
},
|
| 633 |
+
"order": 43,
|
| 634 |
"mode": 0,
|
| 635 |
+
"inputs": [
|
| 636 |
+
{
|
| 637 |
+
"name": "MODEL",
|
| 638 |
+
"type": "MODEL",
|
| 639 |
+
"link": 365
|
| 640 |
+
}
|
| 641 |
+
],
|
| 642 |
"outputs": [
|
| 643 |
{
|
| 644 |
+
"name": "*",
|
| 645 |
+
"type": "*",
|
| 646 |
+
"links": null
|
|
|
|
|
|
|
|
|
|
| 647 |
}
|
| 648 |
],
|
| 649 |
+
"title": "Set_MODEL_L",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 650 |
"properties": {
|
| 651 |
"previousName": "MODEL_L"
|
| 652 |
},
|
|
|
|
| 668 |
58
|
| 669 |
],
|
| 670 |
"flags": {},
|
| 671 |
+
"order": 39,
|
| 672 |
"mode": 0,
|
| 673 |
"inputs": [
|
| 674 |
{
|
|
|
|
| 713 |
58
|
| 714 |
],
|
| 715 |
"flags": {},
|
| 716 |
+
"order": 38,
|
| 717 |
"mode": 0,
|
| 718 |
"inputs": [
|
| 719 |
{
|
|
|
|
| 760 |
"flags": {
|
| 761 |
"collapsed": true
|
| 762 |
},
|
| 763 |
+
"order": 1,
|
| 764 |
"mode": 0,
|
| 765 |
"inputs": [],
|
| 766 |
"outputs": [
|
|
|
|
| 794 |
"flags": {
|
| 795 |
"collapsed": true
|
| 796 |
},
|
| 797 |
+
"order": 2,
|
| 798 |
"mode": 0,
|
| 799 |
"inputs": [],
|
| 800 |
"outputs": [
|
|
|
|
| 828 |
"flags": {
|
| 829 |
"collapsed": true
|
| 830 |
},
|
| 831 |
+
"order": 3,
|
| 832 |
"mode": 0,
|
| 833 |
"inputs": [],
|
| 834 |
"outputs": [
|
|
|
|
| 860 |
58
|
| 861 |
],
|
| 862 |
"flags": {},
|
| 863 |
+
"order": 4,
|
| 864 |
"mode": 0,
|
| 865 |
"inputs": [],
|
| 866 |
"outputs": [
|
|
|
|
| 901 |
"flags": {
|
| 902 |
"collapsed": true
|
| 903 |
},
|
| 904 |
+
"order": 5,
|
| 905 |
"mode": 0,
|
| 906 |
"inputs": [],
|
| 907 |
"outputs": [
|
|
|
|
| 935 |
"flags": {
|
| 936 |
"collapsed": true
|
| 937 |
},
|
| 938 |
+
"order": 6,
|
| 939 |
"mode": 0,
|
| 940 |
"inputs": [],
|
| 941 |
"outputs": [
|
|
|
|
| 956 |
"bgcolor": "#335"
|
| 957 |
},
|
| 958 |
{
|
| 959 |
+
"id": 153,
|
| 960 |
+
"type": "SetNode",
|
| 961 |
"pos": [
|
| 962 |
+
-1785.088991867952,
|
| 963 |
+
1826.741593397328
|
| 964 |
],
|
| 965 |
"size": [
|
| 966 |
+
210,
|
| 967 |
+
58
|
| 968 |
],
|
| 969 |
"flags": {
|
| 970 |
"collapsed": true
|
| 971 |
},
|
| 972 |
+
"order": 22,
|
| 973 |
+
"mode": 0,
|
| 974 |
"inputs": [
|
| 975 |
{
|
| 976 |
+
"name": "INT",
|
| 977 |
+
"type": "INT",
|
| 978 |
+
"link": 320
|
| 979 |
+
}
|
| 980 |
+
],
|
| 981 |
+
"outputs": [
|
| 982 |
{
|
| 983 |
+
"name": "*",
|
| 984 |
+
"type": "*",
|
| 985 |
+
"links": null
|
|
|
|
| 986 |
}
|
| 987 |
],
|
| 988 |
+
"title": "Set_lenght",
|
| 989 |
+
"properties": {
|
| 990 |
+
"previousName": "lenght"
|
| 991 |
+
},
|
| 992 |
+
"widgets_values": [
|
| 993 |
+
"lenght"
|
| 994 |
+
],
|
| 995 |
+
"color": "#1b4669",
|
| 996 |
+
"bgcolor": "#29699c"
|
| 997 |
+
},
|
| 998 |
+
{
|
| 999 |
+
"id": 157,
|
| 1000 |
+
"type": "mxSlider",
|
| 1001 |
+
"pos": [
|
| 1002 |
+
-1866.2550062495618,
|
| 1003 |
+
1815.0517445632233
|
| 1004 |
+
],
|
| 1005 |
+
"size": [
|
| 1006 |
+
273.3589951904521,
|
| 1007 |
+
30
|
| 1008 |
+
],
|
| 1009 |
+
"flags": {},
|
| 1010 |
+
"order": 7,
|
| 1011 |
+
"mode": 0,
|
| 1012 |
+
"inputs": [],
|
| 1013 |
"outputs": [
|
| 1014 |
{
|
| 1015 |
+
"name": "",
|
| 1016 |
+
"type": "INT",
|
|
|
|
| 1017 |
"links": [
|
| 1018 |
+
320
|
| 1019 |
]
|
| 1020 |
}
|
| 1021 |
],
|
| 1022 |
+
"title": "Lenght",
|
| 1023 |
"properties": {
|
| 1024 |
+
"cnr_id": "comfyui-mxtoolkit",
|
| 1025 |
+
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 1026 |
+
"Node name for S&R": "mxSlider",
|
| 1027 |
+
"value": 81,
|
| 1028 |
+
"min": 0,
|
| 1029 |
+
"max": 200,
|
| 1030 |
+
"step": 1,
|
| 1031 |
+
"decimals": 0,
|
| 1032 |
+
"snap": true
|
| 1033 |
},
|
| 1034 |
"widgets_values": [
|
| 1035 |
+
81,
|
| 1036 |
+
81,
|
| 1037 |
+
0
|
|
|
|
|
|
|
|
|
|
| 1038 |
],
|
| 1039 |
+
"color": "#233",
|
| 1040 |
+
"bgcolor": "#355"
|
| 1041 |
},
|
| 1042 |
{
|
| 1043 |
+
"id": 175,
|
| 1044 |
+
"type": "SetNode",
|
| 1045 |
"pos": [
|
| 1046 |
+
-1531.7190870590864,
|
| 1047 |
+
1832.3565551636293
|
| 1048 |
],
|
| 1049 |
"size": [
|
| 1050 |
+
210,
|
| 1051 |
+
34
|
| 1052 |
],
|
| 1053 |
"flags": {
|
| 1054 |
"collapsed": true
|
| 1055 |
},
|
| 1056 |
+
"order": 23,
|
| 1057 |
+
"mode": 0,
|
| 1058 |
"inputs": [
|
| 1059 |
{
|
| 1060 |
+
"name": "COMBO",
|
| 1061 |
+
"type": "COMBO",
|
| 1062 |
+
"link": 376
|
| 1063 |
}
|
| 1064 |
],
|
| 1065 |
"outputs": [
|
| 1066 |
{
|
| 1067 |
+
"name": "*",
|
| 1068 |
"type": "*",
|
| 1069 |
+
"links": null
|
|
|
|
|
|
|
| 1070 |
}
|
| 1071 |
],
|
| 1072 |
+
"title": "Set_sam",
|
| 1073 |
"properties": {
|
| 1074 |
+
"previousName": ""
|
|
|
|
|
|
|
|
|
|
| 1075 |
},
|
| 1076 |
+
"widgets_values": [
|
| 1077 |
+
"sam"
|
| 1078 |
+
]
|
| 1079 |
},
|
| 1080 |
{
|
| 1081 |
+
"id": 177,
|
| 1082 |
+
"type": "SamplerSelector",
|
| 1083 |
"pos": [
|
| 1084 |
+
-1570.488252837444,
|
| 1085 |
+
1811.5336079516592
|
| 1086 |
],
|
| 1087 |
"size": [
|
| 1088 |
+
251.9406031415583,
|
| 1089 |
+
58
|
| 1090 |
],
|
| 1091 |
"flags": {},
|
| 1092 |
+
"order": 8,
|
| 1093 |
+
"mode": 0,
|
| 1094 |
+
"inputs": [],
|
| 1095 |
+
"outputs": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1096 |
{
|
| 1097 |
+
"name": "sampler_name",
|
| 1098 |
+
"type": "COMBO",
|
| 1099 |
+
"links": [
|
| 1100 |
+
376
|
| 1101 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1102 |
}
|
| 1103 |
],
|
| 1104 |
"properties": {
|
| 1105 |
+
"aux_id": "ComfyAssets/ComfyUI_Selectors",
|
| 1106 |
+
"ver": "4def337a9f18350c6b8e873818fa8b04a235c39b",
|
| 1107 |
+
"Node name for S&R": "SamplerSelector"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1108 |
},
|
| 1109 |
+
"widgets_values": [
|
| 1110 |
+
"euler"
|
| 1111 |
+
],
|
| 1112 |
+
"color": "#233",
|
| 1113 |
+
"bgcolor": "#355"
|
| 1114 |
},
|
| 1115 |
{
|
| 1116 |
+
"id": 176,
|
| 1117 |
"type": "SetNode",
|
| 1118 |
"pos": [
|
| 1119 |
+
-1517.8904934762375,
|
| 1120 |
+
1981.3384156821198
|
| 1121 |
],
|
| 1122 |
"size": [
|
| 1123 |
210,
|
| 1124 |
+
34
|
| 1125 |
],
|
| 1126 |
"flags": {
|
| 1127 |
"collapsed": true
|
|
|
|
| 1130 |
"mode": 0,
|
| 1131 |
"inputs": [
|
| 1132 |
{
|
| 1133 |
+
"name": "COMBO",
|
| 1134 |
+
"type": "COMBO",
|
| 1135 |
+
"link": 377
|
| 1136 |
}
|
| 1137 |
],
|
| 1138 |
"outputs": [
|
|
|
|
| 1142 |
"links": null
|
| 1143 |
}
|
| 1144 |
],
|
| 1145 |
+
"title": "Set_scheduler",
|
| 1146 |
"properties": {
|
| 1147 |
+
"previousName": ""
|
| 1148 |
},
|
| 1149 |
"widgets_values": [
|
| 1150 |
+
"scheduler"
|
| 1151 |
+
]
|
|
|
|
|
|
|
| 1152 |
},
|
| 1153 |
{
|
| 1154 |
+
"id": 178,
|
| 1155 |
+
"type": "SchedulerSelector",
|
| 1156 |
"pos": [
|
| 1157 |
+
-1567.1945576712178,
|
| 1158 |
+
1970.789599494869
|
| 1159 |
],
|
| 1160 |
"size": [
|
| 1161 |
+
241.2297660113204,
|
| 1162 |
+
58
|
| 1163 |
],
|
| 1164 |
"flags": {},
|
| 1165 |
+
"order": 9,
|
| 1166 |
"mode": 0,
|
| 1167 |
"inputs": [],
|
| 1168 |
"outputs": [
|
| 1169 |
{
|
| 1170 |
+
"name": "scheduler",
|
| 1171 |
+
"type": "COMBO",
|
| 1172 |
"links": [
|
| 1173 |
+
377
|
| 1174 |
]
|
| 1175 |
}
|
| 1176 |
],
|
|
|
|
| 1177 |
"properties": {
|
| 1178 |
+
"aux_id": "ComfyAssets/ComfyUI_Selectors",
|
| 1179 |
+
"ver": "4def337a9f18350c6b8e873818fa8b04a235c39b",
|
| 1180 |
+
"Node name for S&R": "SchedulerSelector"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1181 |
},
|
| 1182 |
"widgets_values": [
|
| 1183 |
+
"simple"
|
|
|
|
|
|
|
| 1184 |
],
|
| 1185 |
"color": "#233",
|
| 1186 |
"bgcolor": "#355"
|
| 1187 |
},
|
| 1188 |
{
|
| 1189 |
+
"id": 179,
|
| 1190 |
+
"type": "GetNode",
|
| 1191 |
"pos": [
|
| 1192 |
+
-1156.230800999613,
|
| 1193 |
+
860.9189758951239
|
| 1194 |
],
|
| 1195 |
"size": [
|
| 1196 |
+
210,
|
| 1197 |
+
60
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1198 |
],
|
| 1199 |
+
"flags": {
|
| 1200 |
+
"collapsed": true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1201 |
},
|
| 1202 |
+
"order": 10,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1203 |
"mode": 0,
|
| 1204 |
"inputs": [],
|
| 1205 |
"outputs": [
|
| 1206 |
{
|
| 1207 |
+
"name": "COMBO",
|
| 1208 |
+
"type": "COMBO",
|
| 1209 |
"links": [
|
| 1210 |
+
378
|
| 1211 |
]
|
| 1212 |
}
|
| 1213 |
],
|
| 1214 |
+
"title": "Get_sam",
|
| 1215 |
+
"properties": {},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1216 |
"widgets_values": [
|
| 1217 |
+
"sam"
|
| 1218 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1219 |
},
|
| 1220 |
{
|
| 1221 |
+
"id": 180,
|
| 1222 |
+
"type": "GetNode",
|
| 1223 |
"pos": [
|
| 1224 |
+
-1033.2851759328569,
|
| 1225 |
+
854.9232568058474
|
| 1226 |
],
|
| 1227 |
"size": [
|
| 1228 |
210,
|
| 1229 |
+
58
|
| 1230 |
],
|
| 1231 |
"flags": {
|
| 1232 |
"collapsed": true
|
| 1233 |
},
|
| 1234 |
+
"order": 11,
|
| 1235 |
"mode": 0,
|
| 1236 |
+
"inputs": [],
|
| 1237 |
+
"outputs": [
|
| 1238 |
{
|
| 1239 |
"name": "COMBO",
|
| 1240 |
"type": "COMBO",
|
| 1241 |
+
"links": [
|
| 1242 |
+
379
|
| 1243 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1244 |
}
|
| 1245 |
],
|
| 1246 |
+
"title": "Get_scheduler",
|
| 1247 |
+
"properties": {},
|
|
|
|
|
|
|
| 1248 |
"widgets_values": [
|
| 1249 |
+
"scheduler"
|
| 1250 |
]
|
| 1251 |
},
|
| 1252 |
{
|
| 1253 |
+
"id": 164,
|
| 1254 |
+
"type": "FindPerfectResolution",
|
| 1255 |
"pos": [
|
| 1256 |
+
-430.0936643033755,
|
| 1257 |
+
740.9976579299375
|
| 1258 |
],
|
| 1259 |
"size": [
|
| 1260 |
+
295.2324900707904,
|
| 1261 |
+
332
|
| 1262 |
],
|
| 1263 |
"flags": {},
|
| 1264 |
+
"order": 21,
|
| 1265 |
"mode": 0,
|
| 1266 |
+
"inputs": [
|
|
|
|
| 1267 |
{
|
| 1268 |
+
"name": "image",
|
| 1269 |
+
"type": "IMAGE",
|
| 1270 |
+
"link": 352
|
| 1271 |
+
},
|
| 1272 |
+
{
|
| 1273 |
+
"name": "mask",
|
| 1274 |
+
"shape": 7,
|
| 1275 |
+
"type": "MASK",
|
| 1276 |
+
"link": null
|
| 1277 |
+
}
|
| 1278 |
+
],
|
| 1279 |
+
"outputs": [
|
| 1280 |
+
{
|
| 1281 |
+
"name": "width",
|
| 1282 |
+
"type": "INT",
|
| 1283 |
"links": [
|
| 1284 |
+
372
|
| 1285 |
+
]
|
| 1286 |
+
},
|
| 1287 |
+
{
|
| 1288 |
+
"name": "height",
|
| 1289 |
+
"type": "INT",
|
| 1290 |
+
"links": [
|
| 1291 |
+
373
|
| 1292 |
]
|
| 1293 |
+
},
|
| 1294 |
+
{
|
| 1295 |
+
"name": "IMAGE",
|
| 1296 |
+
"type": "IMAGE",
|
| 1297 |
+
"links": []
|
| 1298 |
+
},
|
| 1299 |
+
{
|
| 1300 |
+
"name": "mask_output",
|
| 1301 |
+
"type": "MASK",
|
| 1302 |
+
"links": null
|
| 1303 |
+
},
|
| 1304 |
+
{
|
| 1305 |
+
"name": "resolution_info",
|
| 1306 |
+
"type": "STRING",
|
| 1307 |
+
"links": null
|
| 1308 |
}
|
| 1309 |
],
|
| 1310 |
"properties": {
|
| 1311 |
+
"aux_id": "ashtar1984/comfyui-find-perfect-resolution",
|
| 1312 |
+
"ver": "b8ee6c1872e796329bffbcbf53a5207aaf964bdb",
|
| 1313 |
+
"Node name for S&R": "FindPerfectResolution"
|
| 1314 |
},
|
| 1315 |
"widgets_values": [
|
| 1316 |
+
480,
|
| 1317 |
+
720,
|
| 1318 |
+
16,
|
| 1319 |
+
false,
|
| 1320 |
+
"lanczos",
|
| 1321 |
+
"none",
|
| 1322 |
+
"#000000"
|
| 1323 |
],
|
| 1324 |
+
"color": "#232",
|
| 1325 |
+
"bgcolor": "#353"
|
| 1326 |
},
|
| 1327 |
{
|
| 1328 |
+
"id": 56,
|
| 1329 |
+
"type": "UNETLoader",
|
| 1330 |
"pos": [
|
| 1331 |
+
-1830,
|
| 1332 |
+
320
|
| 1333 |
],
|
| 1334 |
"size": [
|
| 1335 |
+
430,
|
| 1336 |
+
82
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1337 |
],
|
| 1338 |
+
"flags": {},
|
| 1339 |
+
"order": 12,
|
| 1340 |
+
"mode": 4,
|
| 1341 |
+
"inputs": [],
|
| 1342 |
"outputs": [
|
| 1343 |
{
|
| 1344 |
+
"name": "MODEL",
|
| 1345 |
+
"type": "MODEL",
|
| 1346 |
+
"slot_index": 0,
|
| 1347 |
+
"links": []
|
| 1348 |
}
|
| 1349 |
],
|
|
|
|
| 1350 |
"properties": {
|
| 1351 |
+
"cnr_id": "comfy-core",
|
| 1352 |
+
"ver": "0.3.46",
|
| 1353 |
+
"Node name for S&R": "UNETLoader",
|
| 1354 |
+
"widget_ue_connectable": {
|
| 1355 |
+
"unet_name": true,
|
| 1356 |
+
"weight_dtype": true
|
| 1357 |
+
}
|
| 1358 |
},
|
| 1359 |
"widgets_values": [
|
| 1360 |
+
"wan22EnhancedNSFWSVICamera_nsfwV2FP8L.safetensors",
|
| 1361 |
+
"default"
|
| 1362 |
+
],
|
| 1363 |
+
"color": "#223",
|
| 1364 |
+
"bgcolor": "#335"
|
| 1365 |
},
|
| 1366 |
{
|
| 1367 |
+
"id": 37,
|
| 1368 |
+
"type": "UNETLoader",
|
| 1369 |
"pos": [
|
| 1370 |
+
-1830,
|
| 1371 |
+
180
|
| 1372 |
],
|
| 1373 |
"size": [
|
| 1374 |
+
430,
|
| 1375 |
+
82
|
| 1376 |
],
|
| 1377 |
"flags": {},
|
| 1378 |
+
"order": 13,
|
| 1379 |
+
"mode": 4,
|
| 1380 |
"inputs": [],
|
| 1381 |
"outputs": [
|
| 1382 |
{
|
| 1383 |
+
"name": "MODEL",
|
| 1384 |
+
"type": "MODEL",
|
| 1385 |
+
"slot_index": 0,
|
| 1386 |
+
"links": []
|
|
|
|
| 1387 |
}
|
| 1388 |
],
|
| 1389 |
"properties": {
|
| 1390 |
+
"cnr_id": "comfy-core",
|
| 1391 |
+
"ver": "0.3.46",
|
| 1392 |
+
"Node name for S&R": "UNETLoader",
|
| 1393 |
+
"widget_ue_connectable": {
|
| 1394 |
+
"unet_name": true,
|
| 1395 |
+
"weight_dtype": true
|
| 1396 |
+
}
|
| 1397 |
},
|
| 1398 |
"widgets_values": [
|
| 1399 |
+
"wan22EnhancedNSFWSVICamera_nsfwV2FP8H.safetensors",
|
| 1400 |
+
"default"
|
| 1401 |
],
|
| 1402 |
+
"color": "#223",
|
| 1403 |
+
"bgcolor": "#335"
|
| 1404 |
},
|
| 1405 |
{
|
| 1406 |
+
"id": 38,
|
| 1407 |
+
"type": "CLIPLoader",
|
| 1408 |
"pos": [
|
| 1409 |
+
-1818.3942094259085,
|
| 1410 |
+
471.6597273119789
|
| 1411 |
],
|
| 1412 |
"size": [
|
| 1413 |
+
309.9723071289061,
|
| 1414 |
+
106
|
| 1415 |
],
|
| 1416 |
+
"flags": {},
|
| 1417 |
+
"order": 14,
|
|
|
|
|
|
|
| 1418 |
"mode": 0,
|
| 1419 |
"inputs": [],
|
| 1420 |
"outputs": [
|
| 1421 |
{
|
| 1422 |
+
"name": "CLIP",
|
| 1423 |
+
"type": "CLIP",
|
| 1424 |
+
"slot_index": 0,
|
| 1425 |
"links": [
|
| 1426 |
+
326
|
| 1427 |
]
|
| 1428 |
}
|
| 1429 |
],
|
| 1430 |
+
"properties": {
|
| 1431 |
+
"cnr_id": "comfy-core",
|
| 1432 |
+
"ver": "0.3.46",
|
| 1433 |
+
"Node name for S&R": "CLIPLoader",
|
| 1434 |
+
"widget_ue_connectable": {
|
| 1435 |
+
"clip_name": true,
|
| 1436 |
+
"type": true,
|
| 1437 |
+
"device": true
|
| 1438 |
+
}
|
| 1439 |
+
},
|
| 1440 |
"widgets_values": [
|
| 1441 |
+
"nsfw_wan_umt5-xxl_fp8_scaled.safetensors",
|
| 1442 |
+
"wan",
|
| 1443 |
+
"default"
|
| 1444 |
+
],
|
| 1445 |
+
"color": "#223",
|
| 1446 |
+
"bgcolor": "#335"
|
| 1447 |
},
|
| 1448 |
{
|
| 1449 |
+
"id": 155,
|
| 1450 |
+
"type": "mxSlider",
|
| 1451 |
"pos": [
|
| 1452 |
+
-1866.0745374995613,
|
| 1453 |
+
1904.6931508132222
|
| 1454 |
],
|
| 1455 |
"size": [
|
| 1456 |
+
275.28394912549265,
|
| 1457 |
+
30
|
| 1458 |
],
|
| 1459 |
+
"flags": {},
|
| 1460 |
+
"order": 15,
|
|
|
|
|
|
|
| 1461 |
"mode": 0,
|
| 1462 |
"inputs": [],
|
| 1463 |
"outputs": [
|
| 1464 |
{
|
| 1465 |
+
"name": "",
|
| 1466 |
+
"type": "INT",
|
| 1467 |
"links": [
|
| 1468 |
+
318
|
| 1469 |
]
|
| 1470 |
}
|
| 1471 |
],
|
| 1472 |
+
"title": "Steps",
|
| 1473 |
+
"properties": {
|
| 1474 |
+
"cnr_id": "comfyui-mxtoolkit",
|
| 1475 |
+
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 1476 |
+
"Node name for S&R": "mxSlider",
|
| 1477 |
+
"value": 8,
|
| 1478 |
+
"min": 0,
|
| 1479 |
+
"max": 20,
|
| 1480 |
+
"step": 1,
|
| 1481 |
+
"decimals": 0,
|
| 1482 |
+
"snap": true
|
| 1483 |
+
},
|
| 1484 |
"widgets_values": [
|
| 1485 |
+
8,
|
| 1486 |
+
8,
|
| 1487 |
+
0
|
| 1488 |
+
],
|
| 1489 |
+
"color": "#233",
|
| 1490 |
+
"bgcolor": "#355"
|
| 1491 |
},
|
| 1492 |
{
|
| 1493 |
+
"id": 156,
|
| 1494 |
+
"type": "mxSlider",
|
| 1495 |
"pos": [
|
| 1496 |
+
-1862.8066345350956,
|
| 1497 |
+
2001.1183099237057
|
| 1498 |
],
|
| 1499 |
"size": [
|
| 1500 |
+
279.8558411113763,
|
| 1501 |
+
30
|
| 1502 |
],
|
| 1503 |
"flags": {},
|
| 1504 |
+
"order": 16,
|
| 1505 |
"mode": 0,
|
| 1506 |
"inputs": [],
|
| 1507 |
"outputs": [
|
| 1508 |
{
|
| 1509 |
+
"name": "",
|
| 1510 |
+
"type": "INT",
|
| 1511 |
+
"links": [
|
| 1512 |
+
319
|
| 1513 |
+
]
|
| 1514 |
}
|
| 1515 |
],
|
| 1516 |
+
"title": "Second Steps",
|
| 1517 |
"properties": {
|
| 1518 |
+
"cnr_id": "comfyui-mxtoolkit",
|
| 1519 |
+
"ver": "7f7a0e584f12078a1c589645d866ae96bad0cc35",
|
| 1520 |
+
"Node name for S&R": "mxSlider",
|
| 1521 |
+
"value": 4,
|
| 1522 |
+
"min": 0,
|
| 1523 |
+
"max": 10,
|
| 1524 |
+
"step": 1,
|
| 1525 |
+
"decimals": 0,
|
| 1526 |
+
"snap": true
|
| 1527 |
},
|
| 1528 |
+
"widgets_values": [
|
| 1529 |
+
4,
|
| 1530 |
+
4,
|
| 1531 |
+
0
|
| 1532 |
+
],
|
| 1533 |
+
"color": "#233",
|
| 1534 |
+
"bgcolor": "#355"
|
| 1535 |
+
},
|
| 1536 |
+
{
|
| 1537 |
+
"id": 182,
|
| 1538 |
+
"type": "UnetLoaderGGUF",
|
| 1539 |
+
"pos": [
|
| 1540 |
+
-1830,
|
| 1541 |
+
-80
|
| 1542 |
+
],
|
| 1543 |
+
"size": [
|
| 1544 |
+
430,
|
| 1545 |
+
60
|
| 1546 |
+
],
|
| 1547 |
+
"flags": {},
|
| 1548 |
+
"order": 17,
|
| 1549 |
+
"mode": 0,
|
| 1550 |
+
"inputs": [],
|
| 1551 |
+
"outputs": [
|
| 1552 |
+
{
|
| 1553 |
+
"name": "MODEL",
|
| 1554 |
+
"type": "MODEL",
|
| 1555 |
+
"links": [
|
| 1556 |
+
381
|
| 1557 |
+
]
|
| 1558 |
+
}
|
| 1559 |
+
],
|
| 1560 |
+
"title": "Unet Loader (GGUF) High",
|
| 1561 |
+
"properties": {
|
| 1562 |
+
"cnr_id": "comfyui-gguf",
|
| 1563 |
+
"ver": "1.1.10",
|
| 1564 |
+
"Node name for S&R": "UnetLoaderGGUF"
|
| 1565 |
+
},
|
| 1566 |
+
"widgets_values": [
|
| 1567 |
+
"wan22RemixT2VI2V_i2vHighV20-Q8_0.gguf"
|
| 1568 |
+
],
|
| 1569 |
+
"color": "#2a363b",
|
| 1570 |
+
"bgcolor": "#3f5159"
|
| 1571 |
+
},
|
| 1572 |
+
{
|
| 1573 |
+
"id": 183,
|
| 1574 |
+
"type": "UnetLoaderGGUF",
|
| 1575 |
+
"pos": [
|
| 1576 |
+
-1830,
|
| 1577 |
+
40
|
| 1578 |
+
],
|
| 1579 |
+
"size": [
|
| 1580 |
+
430,
|
| 1581 |
+
60
|
| 1582 |
+
],
|
| 1583 |
+
"flags": {},
|
| 1584 |
+
"order": 18,
|
| 1585 |
+
"mode": 0,
|
| 1586 |
+
"inputs": [],
|
| 1587 |
+
"outputs": [
|
| 1588 |
+
{
|
| 1589 |
+
"name": "MODEL",
|
| 1590 |
+
"type": "MODEL",
|
| 1591 |
+
"links": [
|
| 1592 |
+
382
|
| 1593 |
+
]
|
| 1594 |
+
}
|
| 1595 |
+
],
|
| 1596 |
+
"title": "Unet Loader (GGUF) Low",
|
| 1597 |
+
"properties": {
|
| 1598 |
+
"cnr_id": "comfyui-gguf",
|
| 1599 |
+
"ver": "1.1.10",
|
| 1600 |
+
"Node name for S&R": "UnetLoaderGGUF"
|
| 1601 |
+
},
|
| 1602 |
+
"widgets_values": [
|
| 1603 |
+
"wan22RemixT2VI2V_i2vLowV20-Q8_0.gguf"
|
| 1604 |
+
],
|
| 1605 |
+
"color": "#2a363b",
|
| 1606 |
+
"bgcolor": "#3f5159"
|
| 1607 |
},
|
| 1608 |
{
|
| 1609 |
"id": 161,
|
|
|
|
| 1792 |
"bgcolor": "#353"
|
| 1793 |
},
|
| 1794 |
{
|
| 1795 |
+
"id": 76,
|
| 1796 |
+
"type": "easy cleanGpuUsed",
|
| 1797 |
"pos": [
|
| 1798 |
+
-723.6455610354219,
|
| 1799 |
+
1555.0440554104434
|
| 1800 |
],
|
| 1801 |
"size": [
|
| 1802 |
+
161.3404296875,
|
| 1803 |
+
26
|
| 1804 |
],
|
| 1805 |
+
"flags": {
|
| 1806 |
+
"collapsed": true
|
| 1807 |
+
},
|
| 1808 |
+
"order": 36,
|
| 1809 |
+
"mode": 4,
|
| 1810 |
"inputs": [
|
| 1811 |
{
|
| 1812 |
+
"name": "anything",
|
| 1813 |
+
"type": "*",
|
| 1814 |
+
"link": 295
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1815 |
}
|
| 1816 |
],
|
| 1817 |
"outputs": [
|
| 1818 |
{
|
| 1819 |
+
"name": "output",
|
| 1820 |
+
"type": "*",
|
| 1821 |
"links": [
|
| 1822 |
+
149
|
| 1823 |
]
|
| 1824 |
+
}
|
| 1825 |
+
],
|
| 1826 |
+
"properties": {
|
| 1827 |
+
"cnr_id": "comfyui-easy-use",
|
| 1828 |
+
"ver": "de92038f88317699f314be85e5c7af84f1ab9c3a",
|
| 1829 |
+
"Node name for S&R": "easy cleanGpuUsed",
|
| 1830 |
+
"widget_ue_connectable": {}
|
| 1831 |
+
},
|
| 1832 |
+
"widgets_values": [],
|
| 1833 |
+
"shape": 2
|
| 1834 |
+
},
|
| 1835 |
+
{
|
| 1836 |
+
"id": 184,
|
| 1837 |
+
"type": "easy cleanGpuUsed",
|
| 1838 |
+
"pos": [
|
| 1839 |
+
-199.73652358437388,
|
| 1840 |
+
1564.463135958797
|
| 1841 |
+
],
|
| 1842 |
+
"size": [
|
| 1843 |
+
161.3404296875,
|
| 1844 |
+
26
|
| 1845 |
+
],
|
| 1846 |
+
"flags": {
|
| 1847 |
+
"collapsed": true
|
| 1848 |
+
},
|
| 1849 |
+
"order": 37,
|
| 1850 |
+
"mode": 4,
|
| 1851 |
+
"inputs": [
|
| 1852 |
{
|
| 1853 |
+
"name": "anything",
|
| 1854 |
+
"type": "*",
|
| 1855 |
+
"link": 385
|
| 1856 |
+
}
|
| 1857 |
+
],
|
| 1858 |
+
"outputs": [
|
| 1859 |
+
{
|
| 1860 |
+
"name": "output",
|
| 1861 |
+
"type": "*",
|
| 1862 |
"links": [
|
| 1863 |
+
383
|
| 1864 |
]
|
| 1865 |
+
}
|
| 1866 |
+
],
|
| 1867 |
+
"properties": {
|
| 1868 |
+
"cnr_id": "comfyui-easy-use",
|
| 1869 |
+
"ver": "de92038f88317699f314be85e5c7af84f1ab9c3a",
|
| 1870 |
+
"Node name for S&R": "easy cleanGpuUsed",
|
| 1871 |
+
"widget_ue_connectable": {}
|
| 1872 |
+
},
|
| 1873 |
+
"widgets_values": [],
|
| 1874 |
+
"shape": 2
|
| 1875 |
+
},
|
| 1876 |
+
{
|
| 1877 |
+
"id": 75,
|
| 1878 |
+
"type": "RIFE VFI",
|
| 1879 |
+
"pos": [
|
| 1880 |
+
-710.3682567982742,
|
| 1881 |
+
1604.0979765874335
|
| 1882 |
+
],
|
| 1883 |
+
"size": [
|
| 1884 |
+
261.8046875,
|
| 1885 |
+
198
|
| 1886 |
+
],
|
| 1887 |
+
"flags": {
|
| 1888 |
+
"collapsed": true
|
| 1889 |
+
},
|
| 1890 |
+
"order": 40,
|
| 1891 |
+
"mode": 4,
|
| 1892 |
+
"inputs": [
|
| 1893 |
{
|
| 1894 |
+
"name": "frames",
|
| 1895 |
"type": "IMAGE",
|
| 1896 |
+
"link": 149
|
| 1897 |
},
|
| 1898 |
{
|
| 1899 |
+
"name": "optional_interpolation_states",
|
| 1900 |
+
"shape": 7,
|
| 1901 |
+
"type": "INTERPOLATION_STATES",
|
| 1902 |
+
"link": null
|
| 1903 |
+
}
|
| 1904 |
+
],
|
| 1905 |
+
"outputs": [
|
| 1906 |
{
|
| 1907 |
+
"name": "IMAGE",
|
| 1908 |
+
"type": "IMAGE",
|
| 1909 |
+
"slot_index": 0,
|
| 1910 |
+
"links": [
|
| 1911 |
+
282
|
| 1912 |
+
]
|
| 1913 |
}
|
| 1914 |
],
|
| 1915 |
+
"title": "Frame Interpolation (RIFE)",
|
| 1916 |
"properties": {
|
| 1917 |
+
"cnr_id": "comfyui-frame-interpolation",
|
| 1918 |
+
"ver": "1.0.6",
|
| 1919 |
+
"Node name for S&R": "RIFE VFI",
|
| 1920 |
+
"widget_ue_connectable": {}
|
| 1921 |
},
|
| 1922 |
"widgets_values": [
|
| 1923 |
+
"rife49.pth",
|
| 1924 |
+
10,
|
| 1925 |
+
2,
|
| 1926 |
+
true,
|
| 1927 |
+
true,
|
| 1928 |
+
1
|
|
|
|
| 1929 |
],
|
| 1930 |
+
"shape": 2
|
| 1931 |
+
},
|
| 1932 |
+
{
|
| 1933 |
+
"id": 185,
|
| 1934 |
+
"type": "RIFE VFI",
|
| 1935 |
+
"pos": [
|
| 1936 |
+
-196.21746216256477,
|
| 1937 |
+
1611.4235290127365
|
| 1938 |
+
],
|
| 1939 |
+
"size": [
|
| 1940 |
+
261.8046875,
|
| 1941 |
+
198
|
| 1942 |
+
],
|
| 1943 |
+
"flags": {
|
| 1944 |
+
"collapsed": true
|
| 1945 |
+
},
|
| 1946 |
+
"order": 41,
|
| 1947 |
+
"mode": 4,
|
| 1948 |
+
"inputs": [
|
| 1949 |
+
{
|
| 1950 |
+
"name": "frames",
|
| 1951 |
+
"type": "IMAGE",
|
| 1952 |
+
"link": 383
|
| 1953 |
+
},
|
| 1954 |
+
{
|
| 1955 |
+
"name": "optional_interpolation_states",
|
| 1956 |
+
"shape": 7,
|
| 1957 |
+
"type": "INTERPOLATION_STATES",
|
| 1958 |
+
"link": null
|
| 1959 |
+
}
|
| 1960 |
+
],
|
| 1961 |
+
"outputs": [
|
| 1962 |
+
{
|
| 1963 |
+
"name": "IMAGE",
|
| 1964 |
+
"type": "IMAGE",
|
| 1965 |
+
"slot_index": 0,
|
| 1966 |
+
"links": [
|
| 1967 |
+
384
|
| 1968 |
+
]
|
| 1969 |
+
}
|
| 1970 |
+
],
|
| 1971 |
+
"title": "Frame Interpolation (RIFE)",
|
| 1972 |
+
"properties": {
|
| 1973 |
+
"cnr_id": "comfyui-frame-interpolation",
|
| 1974 |
+
"ver": "1.0.6",
|
| 1975 |
+
"Node name for S&R": "RIFE VFI",
|
| 1976 |
+
"widget_ue_connectable": {}
|
| 1977 |
+
},
|
| 1978 |
+
"widgets_values": [
|
| 1979 |
+
"rife49.pth",
|
| 1980 |
+
10,
|
| 1981 |
+
4,
|
| 1982 |
+
true,
|
| 1983 |
+
true,
|
| 1984 |
+
1
|
| 1985 |
+
],
|
| 1986 |
+
"shape": 2
|
| 1987 |
+
},
|
| 1988 |
+
{
|
| 1989 |
+
"id": 77,
|
| 1990 |
+
"type": "VHS_VideoCombine",
|
| 1991 |
+
"pos": [
|
| 1992 |
+
-774.8987770370522,
|
| 1993 |
+
1497.3250249781292
|
| 1994 |
+
],
|
| 1995 |
+
"size": [
|
| 1996 |
+
479.3177795410156,
|
| 1997 |
+
1021.6660766601562
|
| 1998 |
+
],
|
| 1999 |
+
"flags": {},
|
| 2000 |
+
"order": 44,
|
| 2001 |
+
"mode": 4,
|
| 2002 |
+
"inputs": [
|
| 2003 |
+
{
|
| 2004 |
+
"name": "images",
|
| 2005 |
+
"type": "IMAGE",
|
| 2006 |
+
"link": 282
|
| 2007 |
+
},
|
| 2008 |
+
{
|
| 2009 |
+
"name": "audio",
|
| 2010 |
+
"shape": 7,
|
| 2011 |
+
"type": "AUDIO",
|
| 2012 |
+
"link": null
|
| 2013 |
+
},
|
| 2014 |
+
{
|
| 2015 |
+
"name": "meta_batch",
|
| 2016 |
+
"shape": 7,
|
| 2017 |
+
"type": "VHS_BatchManager",
|
| 2018 |
+
"link": null
|
| 2019 |
+
},
|
| 2020 |
+
{
|
| 2021 |
+
"name": "vae",
|
| 2022 |
+
"shape": 7,
|
| 2023 |
+
"type": "VAE",
|
| 2024 |
+
"link": null
|
| 2025 |
+
}
|
| 2026 |
+
],
|
| 2027 |
+
"outputs": [
|
| 2028 |
+
{
|
| 2029 |
+
"name": "Filenames",
|
| 2030 |
+
"type": "VHS_FILENAMES",
|
| 2031 |
+
"links": null
|
| 2032 |
+
}
|
| 2033 |
+
],
|
| 2034 |
+
"properties": {
|
| 2035 |
+
"cnr_id": "comfyui-videohelpersuite",
|
| 2036 |
+
"ver": "4c7858ddd5126f7293dc3c9f6e0fc4c263cde079",
|
| 2037 |
+
"Node name for S&R": "VHS_VideoCombine",
|
| 2038 |
+
"widget_ue_connectable": {}
|
| 2039 |
+
},
|
| 2040 |
+
"widgets_values": {
|
| 2041 |
+
"frame_rate": 32,
|
| 2042 |
+
"loop_count": 0,
|
| 2043 |
+
"filename_prefix": "30FPS/%date:yyyy-MM-dd%/%date:hhmmss%",
|
| 2044 |
+
"format": "video/h264-mp4",
|
| 2045 |
+
"pix_fmt": "yuv420p",
|
| 2046 |
+
"crf": 15,
|
| 2047 |
+
"save_metadata": true,
|
| 2048 |
+
"trim_to_audio": false,
|
| 2049 |
+
"pingpong": false,
|
| 2050 |
+
"save_output": true,
|
| 2051 |
+
"videopreview": {
|
| 2052 |
+
"hidden": false,
|
| 2053 |
+
"paused": false,
|
| 2054 |
+
"params": {
|
| 2055 |
+
"filename": "115615_00001.mp4",
|
| 2056 |
+
"subfolder": "60FPS/2026-01-25",
|
| 2057 |
+
"type": "output",
|
| 2058 |
+
"format": "video/h264-mp4",
|
| 2059 |
+
"frame_rate": 32,
|
| 2060 |
+
"workflow": "115615_00001.png",
|
| 2061 |
+
"fullpath": "/workspace/ComfyUI/output/60FPS/2026-01-25/115615_00001.mp4"
|
| 2062 |
+
}
|
| 2063 |
+
}
|
| 2064 |
+
},
|
| 2065 |
+
"color": "#2a363b",
|
| 2066 |
+
"bgcolor": "#3f5159",
|
| 2067 |
+
"shape": 2
|
| 2068 |
+
},
|
| 2069 |
+
{
|
| 2070 |
+
"id": 186,
|
| 2071 |
+
"type": "VHS_VideoCombine",
|
| 2072 |
+
"pos": [
|
| 2073 |
+
-253.8825545396352,
|
| 2074 |
+
1500.835998013471
|
| 2075 |
+
],
|
| 2076 |
+
"size": [
|
| 2077 |
+
479.3177795410156,
|
| 2078 |
+
1021.6660766601562
|
| 2079 |
+
],
|
| 2080 |
+
"flags": {},
|
| 2081 |
+
"order": 45,
|
| 2082 |
+
"mode": 4,
|
| 2083 |
+
"inputs": [
|
| 2084 |
+
{
|
| 2085 |
+
"name": "images",
|
| 2086 |
+
"type": "IMAGE",
|
| 2087 |
+
"link": 384
|
| 2088 |
+
},
|
| 2089 |
+
{
|
| 2090 |
+
"name": "audio",
|
| 2091 |
+
"shape": 7,
|
| 2092 |
+
"type": "AUDIO",
|
| 2093 |
+
"link": null
|
| 2094 |
+
},
|
| 2095 |
+
{
|
| 2096 |
+
"name": "meta_batch",
|
| 2097 |
+
"shape": 7,
|
| 2098 |
+
"type": "VHS_BatchManager",
|
| 2099 |
+
"link": null
|
| 2100 |
+
},
|
| 2101 |
+
{
|
| 2102 |
+
"name": "vae",
|
| 2103 |
+
"shape": 7,
|
| 2104 |
+
"type": "VAE",
|
| 2105 |
+
"link": null
|
| 2106 |
+
}
|
| 2107 |
+
],
|
| 2108 |
+
"outputs": [
|
| 2109 |
+
{
|
| 2110 |
+
"name": "Filenames",
|
| 2111 |
+
"type": "VHS_FILENAMES",
|
| 2112 |
+
"links": null
|
| 2113 |
+
}
|
| 2114 |
+
],
|
| 2115 |
+
"properties": {
|
| 2116 |
+
"cnr_id": "comfyui-videohelpersuite",
|
| 2117 |
+
"ver": "4c7858ddd5126f7293dc3c9f6e0fc4c263cde079",
|
| 2118 |
+
"Node name for S&R": "VHS_VideoCombine",
|
| 2119 |
+
"widget_ue_connectable": {}
|
| 2120 |
+
},
|
| 2121 |
+
"widgets_values": {
|
| 2122 |
+
"frame_rate": 64,
|
| 2123 |
+
"loop_count": 0,
|
| 2124 |
+
"filename_prefix": "60FPS/%date:yyyy-MM-dd%/%date:hhmmss%",
|
| 2125 |
+
"format": "video/h264-mp4",
|
| 2126 |
+
"pix_fmt": "yuv420p",
|
| 2127 |
+
"crf": 15,
|
| 2128 |
+
"save_metadata": true,
|
| 2129 |
+
"trim_to_audio": false,
|
| 2130 |
+
"pingpong": false,
|
| 2131 |
+
"save_output": true,
|
| 2132 |
+
"videopreview": {
|
| 2133 |
+
"hidden": false,
|
| 2134 |
+
"paused": false,
|
| 2135 |
+
"params": {
|
| 2136 |
+
"filename": "031808_00001.mp4",
|
| 2137 |
+
"subfolder": "60FPS/2026-01-26",
|
| 2138 |
+
"type": "output",
|
| 2139 |
+
"format": "video/h264-mp4",
|
| 2140 |
+
"frame_rate": 64,
|
| 2141 |
+
"workflow": "031808_00001.png",
|
| 2142 |
+
"fullpath": "/workspace/ComfyUI/output/60FPS/2026-01-26/031808_00001.mp4"
|
| 2143 |
+
}
|
| 2144 |
+
}
|
| 2145 |
+
},
|
| 2146 |
+
"color": "#233",
|
| 2147 |
+
"bgcolor": "#355",
|
| 2148 |
+
"shape": 2
|
| 2149 |
+
},
|
| 2150 |
+
{
|
| 2151 |
+
"id": 143,
|
| 2152 |
+
"type": "LoadUpscalerTensorrtModel",
|
| 2153 |
+
"pos": [
|
| 2154 |
+
-440.0827372902341,
|
| 2155 |
+
1173.4688239802842
|
| 2156 |
+
],
|
| 2157 |
+
"size": [
|
| 2158 |
+
295.4078125,
|
| 2159 |
+
82
|
| 2160 |
+
],
|
| 2161 |
+
"flags": {},
|
| 2162 |
+
"order": 19,
|
| 2163 |
+
"mode": 0,
|
| 2164 |
+
"inputs": [],
|
| 2165 |
+
"outputs": [
|
| 2166 |
+
{
|
| 2167 |
+
"name": "upscaler_trt_model",
|
| 2168 |
+
"type": "UPSCALER_TRT_MODEL",
|
| 2169 |
+
"links": [
|
| 2170 |
+
292
|
| 2171 |
+
]
|
| 2172 |
+
}
|
| 2173 |
+
],
|
| 2174 |
+
"properties": {
|
| 2175 |
+
"cnr_id": "ComfyUI-Upscaler-Tensorrt",
|
| 2176 |
+
"ver": "dfc266538368e4c9a03a296917716a214517ccb5",
|
| 2177 |
+
"Node name for S&R": "LoadUpscalerTensorrtModel",
|
| 2178 |
+
"aux_id": "yuvraj108c/ComfyUI-Upscaler-Tensorrt"
|
| 2179 |
+
},
|
| 2180 |
+
"widgets_values": [
|
| 2181 |
+
"4x-UltraSharp",
|
| 2182 |
+
"fp16"
|
| 2183 |
+
],
|
| 2184 |
+
"color": "#322",
|
| 2185 |
+
"bgcolor": "#533"
|
| 2186 |
+
},
|
| 2187 |
+
{
|
| 2188 |
+
"id": 142,
|
| 2189 |
+
"type": "UpscalerTensorrt",
|
| 2190 |
+
"pos": [
|
| 2191 |
+
-443.17508480330343,
|
| 2192 |
+
1297.5476926741258
|
| 2193 |
+
],
|
| 2194 |
+
"size": [
|
| 2195 |
+
300,
|
| 2196 |
+
76
|
| 2197 |
+
],
|
| 2198 |
+
"flags": {},
|
| 2199 |
+
"order": 32,
|
| 2200 |
+
"mode": 0,
|
| 2201 |
+
"inputs": [
|
| 2202 |
+
{
|
| 2203 |
+
"name": "images",
|
| 2204 |
+
"type": "IMAGE",
|
| 2205 |
+
"link": 375
|
| 2206 |
+
},
|
| 2207 |
+
{
|
| 2208 |
+
"name": "upscaler_trt_model",
|
| 2209 |
+
"type": "UPSCALER_TRT_MODEL",
|
| 2210 |
+
"link": 292
|
| 2211 |
+
}
|
| 2212 |
+
],
|
| 2213 |
+
"outputs": [
|
| 2214 |
+
{
|
| 2215 |
+
"name": "IMAGE",
|
| 2216 |
+
"type": "IMAGE",
|
| 2217 |
+
"links": [
|
| 2218 |
+
294,
|
| 2219 |
+
295,
|
| 2220 |
+
385
|
| 2221 |
+
]
|
| 2222 |
+
}
|
| 2223 |
+
],
|
| 2224 |
+
"properties": {
|
| 2225 |
+
"cnr_id": "ComfyUI-Upscaler-Tensorrt",
|
| 2226 |
+
"ver": "dfc266538368e4c9a03a296917716a214517ccb5",
|
| 2227 |
+
"Node name for S&R": "UpscalerTensorrt",
|
| 2228 |
+
"aux_id": "yuvraj108c/ComfyUI-Upscaler-Tensorrt"
|
| 2229 |
+
},
|
| 2230 |
+
"widgets_values": [
|
| 2231 |
+
"2x",
|
| 2232 |
+
1024,
|
| 2233 |
+
1024
|
| 2234 |
+
],
|
| 2235 |
+
"color": "#322",
|
| 2236 |
+
"bgcolor": "#533"
|
| 2237 |
+
},
|
| 2238 |
+
{
|
| 2239 |
+
"id": 132,
|
| 2240 |
+
"type": "Fast Groups Bypasser (rgthree)",
|
| 2241 |
+
"pos": [
|
| 2242 |
+
-1871.0367557914183,
|
| 2243 |
+
2117.455687799218
|
| 2244 |
+
],
|
| 2245 |
+
"size": [
|
| 2246 |
+
545.7319735786194,
|
| 2247 |
+
130
|
| 2248 |
+
],
|
| 2249 |
+
"flags": {},
|
| 2250 |
+
"order": 20,
|
| 2251 |
+
"mode": 0,
|
| 2252 |
+
"inputs": [],
|
| 2253 |
+
"outputs": [
|
| 2254 |
+
{
|
| 2255 |
+
"name": "OPT_CONNECTION",
|
| 2256 |
+
"type": "*",
|
| 2257 |
+
"links": null
|
| 2258 |
+
}
|
| 2259 |
+
],
|
| 2260 |
+
"properties": {
|
| 2261 |
+
"matchColors": "yellow",
|
| 2262 |
+
"matchTitle": "",
|
| 2263 |
+
"showNav": true,
|
| 2264 |
+
"showAllGraphs": true,
|
| 2265 |
+
"sort": "position",
|
| 2266 |
+
"customSortAlphabet": "",
|
| 2267 |
+
"toggleRestriction": "default"
|
| 2268 |
+
},
|
| 2269 |
+
"color": "#322",
|
| 2270 |
+
"bgcolor": "#533"
|
| 2271 |
+
}
|
| 2272 |
+
],
|
| 2273 |
+
"links": [
|
| 2274 |
+
[
|
| 2275 |
+
149,
|
| 2276 |
+
76,
|
| 2277 |
+
0,
|
| 2278 |
+
75,
|
| 2279 |
+
0,
|
| 2280 |
+
"IMAGE"
|
| 2281 |
+
],
|
| 2282 |
+
[
|
| 2283 |
+
282,
|
| 2284 |
+
75,
|
| 2285 |
+
0,
|
| 2286 |
+
77,
|
| 2287 |
+
0,
|
| 2288 |
"IMAGE"
|
| 2289 |
],
|
| 2290 |
[
|
|
|
|
| 2520 |
"COMBO"
|
| 2521 |
],
|
| 2522 |
[
|
| 2523 |
+
379,
|
| 2524 |
+
180,
|
| 2525 |
+
0,
|
| 2526 |
+
161,
|
| 2527 |
+
11,
|
| 2528 |
+
"COMBO"
|
| 2529 |
+
],
|
| 2530 |
+
[
|
| 2531 |
+
381,
|
| 2532 |
+
182,
|
| 2533 |
+
0,
|
| 2534 |
+
109,
|
| 2535 |
+
0,
|
| 2536 |
+
"MODEL"
|
| 2537 |
+
],
|
| 2538 |
+
[
|
| 2539 |
+
382,
|
| 2540 |
+
183,
|
| 2541 |
+
0,
|
| 2542 |
+
110,
|
| 2543 |
+
0,
|
| 2544 |
+
"MODEL"
|
| 2545 |
+
],
|
| 2546 |
+
[
|
| 2547 |
+
383,
|
| 2548 |
+
184,
|
| 2549 |
+
0,
|
| 2550 |
+
185,
|
| 2551 |
+
0,
|
| 2552 |
+
"IMAGE"
|
| 2553 |
+
],
|
| 2554 |
+
[
|
| 2555 |
+
384,
|
| 2556 |
+
185,
|
| 2557 |
+
0,
|
| 2558 |
+
186,
|
| 2559 |
+
0,
|
| 2560 |
+
"IMAGE"
|
| 2561 |
+
],
|
| 2562 |
+
[
|
| 2563 |
+
385,
|
| 2564 |
+
142,
|
| 2565 |
0,
|
| 2566 |
+
184,
|
| 2567 |
+
0,
|
| 2568 |
+
"IMAGE"
|
| 2569 |
]
|
| 2570 |
],
|
| 2571 |
"groups": [
|
|
|
|
| 2612 |
"id": 9,
|
| 2613 |
"title": "16FPS",
|
| 2614 |
"bounding": [
|
| 2615 |
+
-1300.871014087624,
|
| 2616 |
+
1418.6541534942444,
|
| 2617 |
+
497.292724609375,
|
| 2618 |
+
1102.2959960937503
|
| 2619 |
],
|
| 2620 |
"color": "#A88",
|
| 2621 |
"font_size": 24,
|
|
|
|
| 2623 |
},
|
| 2624 |
{
|
| 2625 |
"id": 10,
|
| 2626 |
+
"title": "30FPS",
|
| 2627 |
"bounding": [
|
| 2628 |
+
-784.8987770370522,
|
| 2629 |
+
1423.7250249781293,
|
| 2630 |
+
499.3177795410156,
|
| 2631 |
+
1105.2660766601564
|
| 2632 |
],
|
| 2633 |
"color": "#b58b2a",
|
| 2634 |
"font_size": 24,
|
|
|
|
| 2698 |
"color": "#3f789e",
|
| 2699 |
"font_size": 24,
|
| 2700 |
"flags": {}
|
| 2701 |
+
},
|
| 2702 |
+
{
|
| 2703 |
+
"id": 20,
|
| 2704 |
+
"title": "60FPS",
|
| 2705 |
+
"bounding": [
|
| 2706 |
+
-263.882554539635,
|
| 2707 |
+
1427.235998013471,
|
| 2708 |
+
499.3177795410156,
|
| 2709 |
+
1105.2660766601562
|
| 2710 |
+
],
|
| 2711 |
+
"color": "#b58b2a",
|
| 2712 |
+
"font_size": 24,
|
| 2713 |
+
"flags": {}
|
| 2714 |
}
|
| 2715 |
],
|
| 2716 |
"definitions": {
|
|
|
|
| 2720 |
"version": 1,
|
| 2721 |
"state": {
|
| 2722 |
"lastGroupId": 17,
|
| 2723 |
+
"lastNodeId": 171,
|
| 2724 |
+
"lastLinkId": 371,
|
| 2725 |
"lastRerouteId": 0
|
| 2726 |
},
|
| 2727 |
"revision": 0,
|
|
|
|
| 2919 |
],
|
| 2920 |
"widgets": [],
|
| 2921 |
"nodes": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2922 |
{
|
| 2923 |
"id": 164,
|
| 2924 |
"type": "Seed (rgthree)",
|
|
|
|
| 2928 |
],
|
| 2929 |
"size": [
|
| 2930 |
298.90386962890625,
|
| 2931 |
+
180
|
| 2932 |
],
|
| 2933 |
"flags": {},
|
| 2934 |
+
"order": 0,
|
| 2935 |
"mode": 0,
|
| 2936 |
"inputs": [],
|
| 2937 |
"outputs": [
|
|
|
|
| 2953 |
"widget_ue_connectable": {}
|
| 2954 |
},
|
| 2955 |
"widgets_values": [
|
| 2956 |
+
150777794406706,
|
| 2957 |
"",
|
| 2958 |
"",
|
| 2959 |
""
|
|
|
|
| 3250 |
"bgcolor": "#353"
|
| 3251 |
},
|
| 3252 |
{
|
| 3253 |
+
"id": 165,
|
| 3254 |
+
"type": "KSamplerAdvanced",
|
| 3255 |
"pos": [
|
| 3256 |
+
-339.051258229876,
|
| 3257 |
+
1376.3851967812814
|
| 3258 |
],
|
| 3259 |
"size": [
|
| 3260 |
+
292.3605651855469,
|
| 3261 |
+
546
|
| 3262 |
],
|
| 3263 |
+
"flags": {},
|
| 3264 |
+
"order": 9,
|
|
|
|
|
|
|
| 3265 |
"mode": 0,
|
| 3266 |
"inputs": [
|
| 3267 |
{
|
| 3268 |
+
"localized_name": "model",
|
| 3269 |
+
"name": "model",
|
| 3270 |
+
"type": "MODEL",
|
| 3271 |
+
"link": 342
|
| 3272 |
+
},
|
| 3273 |
+
{
|
| 3274 |
+
"localized_name": "positive",
|
| 3275 |
+
"name": "positive",
|
| 3276 |
+
"type": "CONDITIONING",
|
| 3277 |
+
"link": 333
|
| 3278 |
+
},
|
| 3279 |
+
{
|
| 3280 |
+
"localized_name": "negative",
|
| 3281 |
+
"name": "negative",
|
| 3282 |
+
"type": "CONDITIONING",
|
| 3283 |
+
"link": 334
|
| 3284 |
+
},
|
| 3285 |
+
{
|
| 3286 |
+
"localized_name": "latent_image",
|
| 3287 |
+
"name": "latent_image",
|
| 3288 |
+
"type": "LATENT",
|
| 3289 |
+
"link": 335
|
| 3290 |
+
},
|
| 3291 |
+
{
|
| 3292 |
+
"localized_name": "noise_seed",
|
| 3293 |
+
"name": "noise_seed",
|
| 3294 |
+
"type": "INT",
|
| 3295 |
"widget": {
|
| 3296 |
+
"name": "noise_seed"
|
| 3297 |
},
|
| 3298 |
+
"link": 336
|
| 3299 |
},
|
| 3300 |
{
|
| 3301 |
+
"localized_name": "steps",
|
| 3302 |
+
"name": "steps",
|
| 3303 |
+
"type": "INT",
|
| 3304 |
+
"widget": {
|
| 3305 |
+
"name": "steps"
|
| 3306 |
+
},
|
| 3307 |
+
"link": 347
|
| 3308 |
+
},
|
| 3309 |
+
{
|
| 3310 |
+
"localized_name": "sampler_name",
|
| 3311 |
+
"name": "sampler_name",
|
| 3312 |
+
"type": "COMBO",
|
| 3313 |
+
"widget": {
|
| 3314 |
+
"name": "sampler_name"
|
| 3315 |
+
},
|
| 3316 |
+
"link": 359
|
| 3317 |
+
},
|
| 3318 |
+
{
|
| 3319 |
+
"localized_name": "scheduler",
|
| 3320 |
+
"name": "scheduler",
|
| 3321 |
+
"type": "COMBO",
|
| 3322 |
+
"widget": {
|
| 3323 |
+
"name": "scheduler"
|
| 3324 |
+
},
|
| 3325 |
+
"link": 361
|
| 3326 |
+
},
|
| 3327 |
+
{
|
| 3328 |
+
"localized_name": "end_at_step",
|
| 3329 |
+
"name": "end_at_step",
|
| 3330 |
+
"type": "INT",
|
| 3331 |
"widget": {
|
| 3332 |
+
"name": "end_at_step"
|
| 3333 |
},
|
| 3334 |
+
"link": 350
|
| 3335 |
}
|
| 3336 |
],
|
| 3337 |
"outputs": [
|
| 3338 |
{
|
| 3339 |
+
"localized_name": "LATENT",
|
| 3340 |
+
"name": "LATENT",
|
| 3341 |
+
"type": "LATENT",
|
| 3342 |
"links": [
|
| 3343 |
+
339
|
| 3344 |
]
|
| 3345 |
}
|
| 3346 |
],
|
| 3347 |
"properties": {
|
| 3348 |
"cnr_id": "comfy-core",
|
| 3349 |
+
"ver": "0.3.46",
|
| 3350 |
+
"Node name for S&R": "KSamplerAdvanced",
|
| 3351 |
+
"widget_ue_connectable": {
|
| 3352 |
+
"add_noise": true,
|
| 3353 |
+
"noise_seed": true,
|
| 3354 |
+
"steps": true,
|
| 3355 |
+
"cfg": true,
|
| 3356 |
+
"sampler_name": true,
|
| 3357 |
+
"scheduler": true,
|
| 3358 |
+
"start_at_step": true,
|
| 3359 |
+
"end_at_step": true,
|
| 3360 |
+
"return_with_leftover_noise": true
|
| 3361 |
+
}
|
| 3362 |
},
|
| 3363 |
"widgets_values": [
|
| 3364 |
+
"enable",
|
| 3365 |
+
898296482007808,
|
| 3366 |
+
"randomize",
|
| 3367 |
+
5,
|
| 3368 |
+
1,
|
| 3369 |
+
"euler",
|
| 3370 |
+
"simple",
|
| 3371 |
+
0,
|
| 3372 |
+
2,
|
| 3373 |
+
"enable"
|
| 3374 |
+
],
|
| 3375 |
+
"color": "#232",
|
| 3376 |
+
"bgcolor": "#353"
|
| 3377 |
},
|
| 3378 |
{
|
| 3379 |
+
"id": 166,
|
| 3380 |
"type": "KSamplerAdvanced",
|
| 3381 |
"pos": [
|
| 3382 |
+
-18.046071099903983,
|
| 3383 |
+
1374.7056557656572
|
| 3384 |
],
|
| 3385 |
"size": [
|
| 3386 |
+
305.39739990234375,
|
| 3387 |
546
|
| 3388 |
],
|
| 3389 |
"flags": {},
|
| 3390 |
+
"order": 10,
|
| 3391 |
"mode": 0,
|
| 3392 |
"inputs": [
|
| 3393 |
{
|
| 3394 |
"localized_name": "model",
|
| 3395 |
"name": "model",
|
| 3396 |
"type": "MODEL",
|
| 3397 |
+
"link": 343
|
| 3398 |
},
|
| 3399 |
{
|
| 3400 |
"localized_name": "positive",
|
| 3401 |
"name": "positive",
|
| 3402 |
"type": "CONDITIONING",
|
| 3403 |
+
"link": 337
|
| 3404 |
},
|
| 3405 |
{
|
| 3406 |
"localized_name": "negative",
|
| 3407 |
"name": "negative",
|
| 3408 |
"type": "CONDITIONING",
|
| 3409 |
+
"link": 338
|
| 3410 |
},
|
| 3411 |
{
|
| 3412 |
"localized_name": "latent_image",
|
| 3413 |
"name": "latent_image",
|
| 3414 |
"type": "LATENT",
|
| 3415 |
+
"link": 339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3416 |
},
|
| 3417 |
{
|
| 3418 |
"localized_name": "steps",
|
|
|
|
| 3421 |
"widget": {
|
| 3422 |
"name": "steps"
|
| 3423 |
},
|
| 3424 |
+
"link": 349
|
| 3425 |
},
|
| 3426 |
{
|
| 3427 |
"localized_name": "sampler_name",
|
|
|
|
| 3430 |
"widget": {
|
| 3431 |
"name": "sampler_name"
|
| 3432 |
},
|
| 3433 |
+
"link": 360
|
| 3434 |
},
|
| 3435 |
{
|
| 3436 |
"localized_name": "scheduler",
|
|
|
|
| 3439 |
"widget": {
|
| 3440 |
"name": "scheduler"
|
| 3441 |
},
|
| 3442 |
+
"link": 362
|
| 3443 |
},
|
| 3444 |
{
|
| 3445 |
+
"localized_name": "start_at_step",
|
| 3446 |
+
"name": "start_at_step",
|
| 3447 |
"type": "INT",
|
| 3448 |
"widget": {
|
| 3449 |
+
"name": "start_at_step"
|
| 3450 |
},
|
| 3451 |
+
"link": 351
|
| 3452 |
+
}
|
| 3453 |
+
],
|
| 3454 |
+
"outputs": [
|
| 3455 |
+
{
|
| 3456 |
+
"localized_name": "LATENT",
|
| 3457 |
+
"name": "LATENT",
|
| 3458 |
+
"type": "LATENT",
|
| 3459 |
+
"links": [
|
| 3460 |
+
356
|
| 3461 |
+
]
|
| 3462 |
+
}
|
| 3463 |
+
],
|
| 3464 |
+
"properties": {
|
| 3465 |
+
"cnr_id": "comfy-core",
|
| 3466 |
+
"ver": "0.3.46",
|
| 3467 |
+
"Node name for S&R": "KSamplerAdvanced",
|
| 3468 |
+
"widget_ue_connectable": {
|
| 3469 |
+
"add_noise": true,
|
| 3470 |
+
"noise_seed": true,
|
| 3471 |
+
"steps": true,
|
| 3472 |
+
"cfg": true,
|
| 3473 |
+
"sampler_name": true,
|
| 3474 |
+
"scheduler": true,
|
| 3475 |
+
"start_at_step": true,
|
| 3476 |
+
"end_at_step": true,
|
| 3477 |
+
"return_with_leftover_noise": true
|
| 3478 |
+
}
|
| 3479 |
+
},
|
| 3480 |
+
"widgets_values": [
|
| 3481 |
+
"disable",
|
| 3482 |
+
0,
|
| 3483 |
+
"fixed",
|
| 3484 |
+
5,
|
| 3485 |
+
1,
|
| 3486 |
+
"euler",
|
| 3487 |
+
"simple",
|
| 3488 |
+
2,
|
| 3489 |
+
10000,
|
| 3490 |
+
"disable"
|
| 3491 |
+
],
|
| 3492 |
+
"color": "#232",
|
| 3493 |
+
"bgcolor": "#353"
|
| 3494 |
+
},
|
| 3495 |
+
{
|
| 3496 |
+
"id": 168,
|
| 3497 |
+
"type": "VAEDecode",
|
| 3498 |
+
"pos": [
|
| 3499 |
+
370.8404528443881,
|
| 3500 |
+
1449.8801025359685
|
| 3501 |
+
],
|
| 3502 |
+
"size": [
|
| 3503 |
+
210,
|
| 3504 |
+
46
|
| 3505 |
+
],
|
| 3506 |
+
"flags": {
|
| 3507 |
+
"collapsed": false
|
| 3508 |
+
},
|
| 3509 |
+
"order": 12,
|
| 3510 |
+
"mode": 0,
|
| 3511 |
+
"inputs": [
|
| 3512 |
+
{
|
| 3513 |
+
"localized_name": "samples",
|
| 3514 |
+
"name": "samples",
|
| 3515 |
+
"type": "LATENT",
|
| 3516 |
+
"link": 355
|
| 3517 |
+
},
|
| 3518 |
+
{
|
| 3519 |
+
"localized_name": "vae",
|
| 3520 |
+
"name": "vae",
|
| 3521 |
+
"type": "VAE",
|
| 3522 |
+
"link": 363
|
| 3523 |
+
}
|
| 3524 |
+
],
|
| 3525 |
+
"outputs": [
|
| 3526 |
+
{
|
| 3527 |
+
"localized_name": "IMAGE",
|
| 3528 |
+
"name": "IMAGE",
|
| 3529 |
+
"type": "IMAGE",
|
| 3530 |
+
"slot_index": 0,
|
| 3531 |
+
"links": [
|
| 3532 |
+
357
|
| 3533 |
+
]
|
| 3534 |
+
}
|
| 3535 |
+
],
|
| 3536 |
+
"properties": {
|
| 3537 |
+
"cnr_id": "comfy-core",
|
| 3538 |
+
"ver": "0.3.46",
|
| 3539 |
+
"Node name for S&R": "VAEDecode",
|
| 3540 |
+
"widget_ue_connectable": {}
|
| 3541 |
+
},
|
| 3542 |
+
"widgets_values": [],
|
| 3543 |
+
"shape": 2
|
| 3544 |
+
},
|
| 3545 |
+
{
|
| 3546 |
+
"id": 146,
|
| 3547 |
+
"type": "AILab_QwenVL_Advanced",
|
| 3548 |
+
"pos": [
|
| 3549 |
+
-441.8935141710937,
|
| 3550 |
+
641.3617438810907
|
| 3551 |
+
],
|
| 3552 |
+
"size": [
|
| 3553 |
+
340,
|
| 3554 |
+
468
|
| 3555 |
+
],
|
| 3556 |
+
"flags": {
|
| 3557 |
+
"collapsed": false
|
| 3558 |
+
},
|
| 3559 |
+
"order": 7,
|
| 3560 |
+
"mode": 0,
|
| 3561 |
+
"inputs": [
|
| 3562 |
+
{
|
| 3563 |
+
"localized_name": "image",
|
| 3564 |
+
"name": "image",
|
| 3565 |
+
"shape": 7,
|
| 3566 |
+
"type": "IMAGE",
|
| 3567 |
+
"link": 302
|
| 3568 |
+
},
|
| 3569 |
+
{
|
| 3570 |
+
"localized_name": "video",
|
| 3571 |
+
"name": "video",
|
| 3572 |
+
"shape": 7,
|
| 3573 |
+
"type": "IMAGE",
|
| 3574 |
+
"link": null
|
| 3575 |
+
},
|
| 3576 |
+
{
|
| 3577 |
+
"localized_name": "custom_prompt",
|
| 3578 |
+
"name": "custom_prompt",
|
| 3579 |
+
"type": "STRING",
|
| 3580 |
+
"widget": {
|
| 3581 |
+
"name": "custom_prompt"
|
| 3582 |
+
},
|
| 3583 |
+
"link": 371
|
| 3584 |
+
}
|
| 3585 |
+
],
|
| 3586 |
+
"outputs": [
|
| 3587 |
+
{
|
| 3588 |
+
"localized_name": "RESPONSE",
|
| 3589 |
+
"name": "RESPONSE",
|
| 3590 |
+
"type": "STRING",
|
| 3591 |
+
"links": [
|
| 3592 |
+
332
|
| 3593 |
+
]
|
| 3594 |
}
|
| 3595 |
],
|
| 3596 |
+
"properties": {
|
| 3597 |
+
"aux_id": "huchukato/ComfyUI-QwenVL-Mod",
|
| 3598 |
+
"ver": "2.0.0",
|
| 3599 |
+
"Node name for S&R": "AILab_QwenVL_Advanced",
|
| 3600 |
+
"cnr_id": "comfyui-qwenvl"
|
| 3601 |
+
},
|
| 3602 |
+
"widgets_values": [
|
| 3603 |
+
"Qwen3-VL-4B-Instruct-Abliterated",
|
| 3604 |
+
"8-bit (Balanced)",
|
| 3605 |
+
"auto",
|
| 3606 |
+
false,
|
| 3607 |
+
"auto",
|
| 3608 |
+
"🎬 Cinematic Description",
|
| 3609 |
+
"",
|
| 3610 |
+
512,
|
| 3611 |
+
0.6,
|
| 3612 |
+
0.9,
|
| 3613 |
+
1,
|
| 3614 |
+
1.2,
|
| 3615 |
+
16,
|
| 3616 |
+
true,
|
| 3617 |
+
840197958,
|
| 3618 |
+
"fixed"
|
| 3619 |
+
],
|
| 3620 |
+
"color": "#28403f",
|
| 3621 |
+
"bgcolor": "#374539"
|
| 3622 |
+
},
|
| 3623 |
+
{
|
| 3624 |
+
"id": 88,
|
| 3625 |
+
"type": "PrimitiveStringMultiline",
|
| 3626 |
+
"pos": [
|
| 3627 |
+
-1276.1802851562527,
|
| 3628 |
+
875.4188231991891
|
| 3629 |
+
],
|
| 3630 |
+
"size": [
|
| 3631 |
+
314.60112294921873,
|
| 3632 |
+
220.0445423339845
|
| 3633 |
+
],
|
| 3634 |
+
"flags": {},
|
| 3635 |
+
"order": 1,
|
| 3636 |
+
"mode": 0,
|
| 3637 |
+
"inputs": [],
|
| 3638 |
"outputs": [
|
| 3639 |
{
|
| 3640 |
+
"label": " ",
|
| 3641 |
+
"localized_name": "STRING",
|
| 3642 |
+
"name": "STRING",
|
| 3643 |
+
"type": "STRING",
|
| 3644 |
"links": [
|
| 3645 |
+
370
|
| 3646 |
]
|
| 3647 |
}
|
| 3648 |
],
|
| 3649 |
+
"title": "Positive",
|
| 3650 |
"properties": {
|
| 3651 |
"cnr_id": "comfy-core",
|
| 3652 |
+
"ver": "0.3.33",
|
| 3653 |
+
"Node name for S&R": "PrimitiveStringMultiline",
|
| 3654 |
+
"widget_ue_connectable": {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3655 |
},
|
| 3656 |
"widgets_values": [
|
| 3657 |
+
"the girl opens her dress with both hands showing her naked breasts"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3658 |
],
|
| 3659 |
"color": "#232",
|
| 3660 |
+
"bgcolor": "#353",
|
| 3661 |
+
"shape": 2
|
| 3662 |
},
|
| 3663 |
{
|
| 3664 |
+
"id": 89,
|
| 3665 |
+
"type": "easy showAnything",
|
| 3666 |
"pos": [
|
| 3667 |
+
-869.4104649220297,
|
| 3668 |
+
903.3865288330257
|
| 3669 |
],
|
| 3670 |
"size": [
|
| 3671 |
+
380.2005395507813,
|
| 3672 |
+
339.48220830078117
|
| 3673 |
],
|
| 3674 |
"flags": {},
|
| 3675 |
+
"order": 5,
|
| 3676 |
"mode": 0,
|
| 3677 |
"inputs": [
|
| 3678 |
{
|
| 3679 |
+
"label": " ",
|
| 3680 |
+
"localized_name": "anything",
|
| 3681 |
+
"name": "anything",
|
| 3682 |
+
"shape": 7,
|
| 3683 |
+
"type": "*",
|
| 3684 |
+
"link": 332
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3685 |
}
|
| 3686 |
],
|
| 3687 |
"outputs": [
|
| 3688 |
{
|
| 3689 |
+
"label": " ",
|
| 3690 |
+
"localized_name": "output",
|
| 3691 |
+
"name": "output",
|
| 3692 |
+
"type": "*",
|
| 3693 |
"links": [
|
| 3694 |
+
306
|
| 3695 |
]
|
| 3696 |
}
|
| 3697 |
],
|
| 3698 |
+
"title": "Final prompt preview",
|
| 3699 |
"properties": {
|
| 3700 |
+
"cnr_id": "comfyui-easy-use",
|
| 3701 |
+
"ver": "5c8cdb58c798a404e50636c6f3e179b084a23fab",
|
| 3702 |
+
"Node name for S&R": "easy showAnything",
|
| 3703 |
+
"widget_ue_connectable": {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3704 |
},
|
| 3705 |
"widgets_values": [
|
| 3706 |
+
"(At 0 seconds: A young woman with vibrant blue braided hair stands centered within ancient stone archways bathed in warm backlighting from behind—her face serene yet intense, eyes locked forward. She wears a form-fitting white garment with short sleeves and a plunging V-neckline accentuated by a circular metal ring detail at the center front. Her hands rest gently on either side of the fabric near the bust line.) \n(At 1 second: As she slowly pulls apart the sides of her top with deliberate precision using both palms, the material stretches slightly outward revealing more of her cleavage area while maintaining tension along seams. Sunlight catches skin texture subtly across chest contours without harshness.) \n(At 2 seconds: With controlled movement continuing upwardly symmetrically, the opening widens further exposing bare midriff beneath—a narrow vertical slit now visible between exposed shoulders—and reveals soft shadows defining natural curves below neckline level.) \n(At 3 seconds: Light intensifies dramatically around lifted edges where cloth separates completely forming open triangular shape above torso core; internal details remain obscured except for glossy highlights reflecting off wet-looking surface suggesting moisture or sweat residue.) \n(At 4 seconds: Camera holds steady close-up emphasizing direct frontal gaze against backdrop’s architectural decay—the arched structure recedes softly blurred beyond focus plane creating shallow DOF effect enhancing isolation sensation surrounding figure.) \n(At 5 seconds: Final frame captures momentary pause before continuation — fingers poised just millimeters away from fully unfastening garment, implying imminent exposure despite current restraint maintained through posture control and intentional framing alignment.)"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3707 |
],
|
| 3708 |
"color": "#232",
|
| 3709 |
+
"bgcolor": "#353",
|
| 3710 |
+
"shape": 2
|
| 3711 |
},
|
| 3712 |
{
|
| 3713 |
+
"id": 171,
|
| 3714 |
+
"type": "PrimitiveStringMultiline",
|
| 3715 |
"pos": [
|
| 3716 |
+
-1227.3191635646224,
|
| 3717 |
+
748.8138352819577
|
| 3718 |
],
|
| 3719 |
"size": [
|
| 3720 |
+
550.9236171362709,
|
| 3721 |
+
312.73407003000807
|
| 3722 |
],
|
| 3723 |
"flags": {
|
| 3724 |
"collapsed": true
|
|
|
|
| 3728 |
"inputs": [],
|
| 3729 |
"outputs": [
|
| 3730 |
{
|
| 3731 |
+
"label": " ",
|
| 3732 |
"localized_name": "STRING",
|
| 3733 |
"name": "STRING",
|
| 3734 |
"type": "STRING",
|
| 3735 |
"links": [
|
| 3736 |
+
369
|
| 3737 |
]
|
| 3738 |
}
|
| 3739 |
],
|
| 3740 |
+
"title": "System Prompt for Qwen3-VL",
|
| 3741 |
"properties": {
|
| 3742 |
+
"cnr_id": "comfy-core",
|
| 3743 |
+
"ver": "0.3.33",
|
| 3744 |
+
"Node name for S&R": "PrimitiveStringMultiline",
|
| 3745 |
+
"widget_ue_connectable": {}
|
| 3746 |
},
|
| 3747 |
"widgets_values": [
|
| 3748 |
+
"You are a system that converts Italian or English user prompts and visual inputs into optimized cinematic English descriptions for WAN 2.2 I2V generation.\n\nSteps:\n1. Read the user's input and understand the intention and atmosphere.\n2. Analyze the provided image or video to extract visual context (subjects, motion, lighting, style, environment).\n3. Combine both sources to create an English prompt optimized for realistic video generation with WAN 2.2.\n\nRules:\n- The output must be in fluent English.\n- Structure the description as a precise, continuous scene with a timeline indicated for each second (e.g., \"(At 0 seconds: ...) (At 1 second: ...) (At 2 seconds: ...) (At 3 seconds: ...) (At 4 seconds: ...) (At 5 seconds: ...)\").\n- Describe the scene like a film still: subject(s) and action; environment and atmosphere; lighting design (practical lights vs ambient, direction, contrast); camera language (shot type, angle, lens feel, depth of field, motion implied); composition and mood. Keep it vivid but factual.\n- If there are NSFW images or text, please provide an NSFW description (breasts, nipples, pussy, penis, areolas).\n- No preface, no reasoning.\n- Do not write any Note at the end of the prompt"
|
| 3749 |
],
|
| 3750 |
"color": "#432",
|
| 3751 |
+
"bgcolor": "#653",
|
| 3752 |
+
"shape": 2
|
| 3753 |
},
|
| 3754 |
{
|
| 3755 |
+
"id": 170,
|
| 3756 |
+
"type": "StringConcatenate",
|
| 3757 |
"pos": [
|
| 3758 |
+
-1190.4560571594855,
|
| 3759 |
+
633.7923067748717
|
| 3760 |
],
|
| 3761 |
"size": [
|
| 3762 |
+
400,
|
| 3763 |
+
200
|
| 3764 |
],
|
| 3765 |
"flags": {
|
| 3766 |
+
"collapsed": true
|
| 3767 |
},
|
| 3768 |
+
"order": 3,
|
| 3769 |
"mode": 0,
|
| 3770 |
"inputs": [
|
| 3771 |
{
|
| 3772 |
+
"localized_name": "string_a",
|
| 3773 |
+
"name": "string_a",
|
| 3774 |
+
"type": "STRING",
|
| 3775 |
+
"widget": {
|
| 3776 |
+
"name": "string_a"
|
| 3777 |
+
},
|
| 3778 |
+
"link": 370
|
| 3779 |
},
|
| 3780 |
{
|
| 3781 |
+
"localized_name": "string_b",
|
| 3782 |
+
"name": "string_b",
|
| 3783 |
+
"type": "STRING",
|
| 3784 |
+
"widget": {
|
| 3785 |
+
"name": "string_b"
|
| 3786 |
+
},
|
| 3787 |
+
"link": 369
|
| 3788 |
}
|
| 3789 |
],
|
| 3790 |
"outputs": [
|
| 3791 |
{
|
| 3792 |
+
"localized_name": "STRING",
|
| 3793 |
+
"name": "STRING",
|
| 3794 |
+
"type": "STRING",
|
|
|
|
| 3795 |
"links": [
|
| 3796 |
+
371
|
| 3797 |
]
|
| 3798 |
}
|
| 3799 |
],
|
| 3800 |
"properties": {
|
| 3801 |
"cnr_id": "comfy-core",
|
| 3802 |
+
"ver": "0.10.0",
|
| 3803 |
+
"Node name for S&R": "StringConcatenate"
|
|
|
|
| 3804 |
},
|
| 3805 |
+
"widgets_values": [
|
| 3806 |
+
"",
|
| 3807 |
+
"",
|
| 3808 |
+
","
|
| 3809 |
+
]
|
| 3810 |
}
|
| 3811 |
],
|
| 3812 |
"groups": [],
|
|
|
|
| 3843 |
"target_slot": 0,
|
| 3844 |
"type": "IMAGE"
|
| 3845 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3846 |
{
|
| 3847 |
"id": 332,
|
| 3848 |
"origin_id": 146,
|
|
|
|
| 4074 |
"target_id": 163,
|
| 4075 |
"target_slot": 4,
|
| 4076 |
"type": "IMAGE"
|
| 4077 |
+
},
|
| 4078 |
+
{
|
| 4079 |
+
"id": 369,
|
| 4080 |
+
"origin_id": 171,
|
| 4081 |
+
"origin_slot": 0,
|
| 4082 |
+
"target_id": 170,
|
| 4083 |
+
"target_slot": 1,
|
| 4084 |
+
"type": "STRING"
|
| 4085 |
+
},
|
| 4086 |
+
{
|
| 4087 |
+
"id": 370,
|
| 4088 |
+
"origin_id": 88,
|
| 4089 |
+
"origin_slot": 0,
|
| 4090 |
+
"target_id": 170,
|
| 4091 |
+
"target_slot": 0,
|
| 4092 |
+
"type": "STRING"
|
| 4093 |
+
},
|
| 4094 |
+
{
|
| 4095 |
+
"id": 371,
|
| 4096 |
+
"origin_id": 170,
|
| 4097 |
+
"origin_slot": 0,
|
| 4098 |
+
"target_id": 146,
|
| 4099 |
+
"target_slot": 2,
|
| 4100 |
+
"type": "STRING"
|
| 4101 |
}
|
| 4102 |
],
|
| 4103 |
"extra": {
|
|
|
|
| 4117 |
"ue_links": [],
|
| 4118 |
"links_added_by_ue": [],
|
| 4119 |
"ds": {
|
| 4120 |
+
"scale": 0.30395979095091274,
|
| 4121 |
"offset": [
|
| 4122 |
+
4799.420210920314,
|
| 4123 |
+
858.2735908600375
|
| 4124 |
]
|
| 4125 |
}
|
| 4126 |
},
|
workflows/WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-GGUF.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
workflows/{WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-v1-1.json → WAN2.2-I2V-LongVideo-AutoPrompt-MMAudio-v1-2.json}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
workflows/WAN2.2-T2V-AutoPrompt-SV-GGUF.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
workflows/WAN2.2-T2V-AutoPrompt-SingleVideo.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|