├── Basic ├── WorkflowImages │ ├── controlnet+t2i_toolkit.png │ ├── controlnet.png │ ├── controlnetmulti.png │ ├── facedetailer.png │ ├── hiresfix.png │ ├── imagemerge_sdxl_unclip.png │ ├── imagemerge_unclip.png │ ├── img2img.png │ ├── img2img_stablecascade.png │ ├── img2imglora.png │ ├── imgprompt_stablecascade.png │ ├── inpainting.png │ ├── instandid.png │ ├── instructpix2pix.png │ ├── ipadapter+controlnet.png │ ├── ipadapter.png │ ├── outpainting.png │ ├── promptsfromfile.png │ ├── t2iadapter.png │ ├── txt2img.png │ ├── txt2img_stablecascade.png │ ├── txt2imglora.png │ ├── upscaleSUPIR.png │ └── xyzplot.png └── WorkflowJsons │ ├── controlnet+t2i_toolkit.json │ ├── controlnet.json │ ├── controlnetmulti.json │ ├── facedetailer.json │ ├── hiresfix.json │ ├── imagemerge_sdxl_unclip.json │ ├── imagemerge_unclip.json │ ├── img2img.json │ ├── img2img_stablecascade.json │ ├── img2imglora.json │ ├── imgprompt_stablecascade.json │ ├── inpainting.json │ ├── instandid.json │ ├── instructpix2pix.json │ ├── ipadapter+controlnet.json │ ├── ipadapter.json │ ├── outpainting.json │ ├── promptsfromfile.json │ ├── t2iadapter.json │ ├── txt2img.json │ ├── txt2img_stablecascade.json │ ├── txt2imglora.json │ ├── upscaleSUPIR.json │ └── xyzplot.json ├── F5_TTS ├── F5TTS.json ├── Watermark.json ├── flux_lora.json ├── latentsync.json └── ltxvideo-i2v.json ├── Flux ├── Training │ ├── WorkflowImages │ │ ├── MIAO_Captions.png │ │ ├── flux_lora_train.png │ │ └── loratest.png │ └── WorkflowJSONs │ │ ├── MIAO_Captions.json │ │ ├── flux_lora_train.json │ │ └── loratest.json ├── WorkflowImages │ ├── flux_character_sheet.png │ ├── flux_lora.png │ └── flux_lora_autoprompt.png └── WorkflowJSONs │ ├── flux_character_sheet.json │ ├── flux_lora.json │ └── flux_lora_autoprompt.json ├── LLM_Llava ├── WorkflowImages │ ├── llava_batch_questionphoto.png │ └── llava_file_namer.png └── WorkflowJSONs │ ├── llava_batch_questionphoto.json │ └── llava_file_namer.json ├── README.md └── Stable_Cascade ├── WorkflowImages ├── Stable-Cascade-Image-Prompt.png ├── Stable-Cascade-image-to-image.png └── stable-cascade-txt2img.png └── WorkflowJSONs ├── Stable-Cascade-Image-Prompt.json ├── Stable-Cascade-image-to-image.json └── stable-cascade-txt2img.json /Basic/WorkflowImages/controlnet+t2i_toolkit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/controlnet+t2i_toolkit.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/controlnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/controlnet.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/controlnetmulti.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/controlnetmulti.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/facedetailer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/facedetailer.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/hiresfix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/hiresfix.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/imagemerge_sdxl_unclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/imagemerge_sdxl_unclip.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/imagemerge_unclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/imagemerge_unclip.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/img2img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/img2img.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/img2img_stablecascade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/img2img_stablecascade.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/img2imglora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/img2imglora.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/imgprompt_stablecascade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/imgprompt_stablecascade.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/inpainting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/inpainting.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/instandid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/instandid.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/instructpix2pix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/instructpix2pix.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/ipadapter+controlnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/ipadapter+controlnet.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/ipadapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/ipadapter.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/outpainting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/outpainting.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/promptsfromfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/promptsfromfile.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/t2iadapter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/t2iadapter.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/txt2img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/txt2img.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/txt2img_stablecascade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/txt2img_stablecascade.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/txt2imglora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/txt2imglora.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/upscaleSUPIR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/upscaleSUPIR.png -------------------------------------------------------------------------------- /Basic/WorkflowImages/xyzplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Basic/WorkflowImages/xyzplot.png -------------------------------------------------------------------------------- /Basic/WorkflowJsons/hiresfix.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 18, 3 | "last_link_id": 28, 4 | "nodes": [ 5 | { 6 | "id": 3, 7 | "type": "CheckpointLoaderSimple", 8 | "pos": [ 9 | 2624, 10 | 335 11 | ], 12 | "size": { 13 | "0": 315, 14 | "1": 98 15 | }, 16 | "flags": {}, 17 | "order": 0, 18 | "mode": 0, 19 | "outputs": [ 20 | { 21 | "name": "MODEL", 22 | "type": "MODEL", 23 | "links": [ 24 | 23, 25 | 25 26 | ], 27 | "shape": 3, 28 | "slot_index": 0 29 | }, 30 | { 31 | "name": "CLIP", 32 | "type": "CLIP", 33 | "links": [ 34 | 2, 35 | 3 36 | ], 37 | "shape": 3, 38 | "slot_index": 1 39 | }, 40 | { 41 | "name": "VAE", 42 | "type": "VAE", 43 | "links": [ 44 | 10, 45 | 27 46 | ], 47 | "shape": 3, 48 | "slot_index": 2 49 | } 50 | ], 51 | "properties": { 52 | "Node name for S&R": "CheckpointLoaderSimple" 53 | }, 54 | "widgets_values": [ 55 | "icbinpICantBelieveIts_newYear.safetensors" 56 | ] 57 | }, 58 | { 59 | "id": 11, 60 | "type": "EmptyLatentImage", 61 | "pos": [ 62 | 2620, 63 | 497 64 | ], 65 | "size": { 66 | "0": 315, 67 | "1": 106 68 | }, 69 | "flags": {}, 70 | "order": 1, 71 | "mode": 0, 72 | "outputs": [ 73 | { 74 | "name": "LATENT", 75 | "type": "LATENT", 76 | "links": [ 77 | 20 78 | ], 79 | "shape": 3, 80 | "slot_index": 0 81 | } 82 | ], 83 | "properties": { 84 | "Node name for S&R": "EmptyLatentImage" 85 | }, 86 | "widgets_values": [ 87 | 512, 88 | 512, 89 | 1 90 | ] 91 | }, 92 | { 93 | "id": 4, 94 | "type": "CLIPTextEncode", 95 | "pos": [ 96 | 3005, 97 | 324 98 | ], 99 | "size": [ 100 | 247.41973172258668, 101 | 129.41366677236044 102 | ], 103 | "flags": {}, 104 | "order": 2, 105 | "mode": 0, 106 | "inputs": [ 107 | { 108 | "name": "clip", 109 | "type": "CLIP", 110 | "link": 2 111 | } 112 | ], 113 | "outputs": [ 114 | { 115 | "name": "CONDITIONING", 116 | "type": "CONDITIONING", 117 | "links": [ 118 | 18, 119 | 22 120 | ], 121 | "shape": 3, 122 | "slot_index": 0 123 | } 124 | ], 125 | "properties": { 126 | "Node name for S&R": "CLIPTextEncode" 127 | }, 128 | "widgets_values": [ 129 | "a blue hat" 130 | ] 131 | }, 132 | { 133 | "id": 5, 134 | "type": "CLIPTextEncode", 135 | "pos": [ 136 | 3008, 137 | 507 138 | ], 139 | "size": [ 140 | 230.63973172258648, 141 | 124.98366677236027 142 | ], 143 | "flags": {}, 144 | "order": 3, 145 | "mode": 0, 146 | "inputs": [ 147 | { 148 | "name": "clip", 149 | "type": "CLIP", 150 | "link": 3 151 | } 152 | ], 153 | "outputs": [ 154 | { 155 | "name": "CONDITIONING", 156 | "type": "CONDITIONING", 157 | "links": [ 158 | 19, 159 | 21 160 | ], 161 | "shape": 3, 162 | "slot_index": 0 163 | } 164 | ], 165 | "properties": { 166 | "Node name for S&R": "CLIPTextEncode" 167 | }, 168 | "widgets_values": [ 169 | "ugly, cartoon" 170 | ] 171 | }, 172 | { 173 | "id": 13, 174 | "type": "KSampler", 175 | "pos": [ 176 | 3296, 177 | 319 178 | ], 179 | "size": { 180 | "0": 315, 181 | "1": 262 182 | }, 183 | "flags": {}, 184 | "order": 4, 185 | "mode": 0, 186 | "inputs": [ 187 | { 188 | "name": "model", 189 | "type": "MODEL", 190 | "link": 25 191 | }, 192 | { 193 | "name": "positive", 194 | "type": "CONDITIONING", 195 | "link": 18 196 | }, 197 | { 198 | "name": "negative", 199 | "type": "CONDITIONING", 200 | "link": 19 201 | }, 202 | { 203 | "name": "latent_image", 204 | "type": "LATENT", 205 | "link": 20 206 | } 207 | ], 208 | "outputs": [ 209 | { 210 | "name": "LATENT", 211 | "type": "LATENT", 212 | "links": [ 213 | 13, 214 | 26 215 | ], 216 | "shape": 3, 217 | "slot_index": 0 218 | } 219 | ], 220 | "properties": { 221 | "Node name for S&R": "KSampler" 222 | }, 223 | "widgets_values": [ 224 | 381101924935080, 225 | "randomize", 226 | 20, 227 | 8, 228 | "euler", 229 | "normal", 230 | 1 231 | ] 232 | }, 233 | { 234 | "id": 18, 235 | "type": "VAEDecode", 236 | "pos": [ 237 | 3636, 238 | 326 239 | ], 240 | "size": { 241 | "0": 210, 242 | "1": 46 243 | }, 244 | "flags": {}, 245 | "order": 6, 246 | "mode": 0, 247 | "inputs": [ 248 | { 249 | "name": "samples", 250 | "type": "LATENT", 251 | "link": 26 252 | }, 253 | { 254 | "name": "vae", 255 | "type": "VAE", 256 | "link": 27 257 | } 258 | ], 259 | "outputs": [ 260 | { 261 | "name": "IMAGE", 262 | "type": "IMAGE", 263 | "links": [ 264 | 28 265 | ], 266 | "shape": 3, 267 | "slot_index": 0 268 | } 269 | ], 270 | "properties": { 271 | "Node name for S&R": "VAEDecode" 272 | } 273 | }, 274 | { 275 | "id": 17, 276 | "type": "PreviewImage", 277 | "pos": [ 278 | 3635, 279 | 415 280 | ], 281 | "size": { 282 | "0": 210, 283 | "1": 246 284 | }, 285 | "flags": {}, 286 | "order": 8, 287 | "mode": 0, 288 | "inputs": [ 289 | { 290 | "name": "images", 291 | "type": "IMAGE", 292 | "link": 28 293 | } 294 | ], 295 | "properties": { 296 | "Node name for S&R": "PreviewImage" 297 | } 298 | }, 299 | { 300 | "id": 14, 301 | "type": "LatentUpscale", 302 | "pos": [ 303 | 3625, 304 | 744 305 | ], 306 | "size": { 307 | "0": 315, 308 | "1": 130 309 | }, 310 | "flags": {}, 311 | "order": 5, 312 | "mode": 0, 313 | "inputs": [ 314 | { 315 | "name": "samples", 316 | "type": "LATENT", 317 | "link": 13 318 | } 319 | ], 320 | "outputs": [ 321 | { 322 | "name": "LATENT", 323 | "type": "LATENT", 324 | "links": [ 325 | 14 326 | ], 327 | "shape": 3 328 | } 329 | ], 330 | "properties": { 331 | "Node name for S&R": "LatentUpscale" 332 | }, 333 | "widgets_values": [ 334 | "nearest-exact", 335 | 1024, 336 | 1024, 337 | "disabled" 338 | ] 339 | }, 340 | { 341 | "id": 15, 342 | "type": "KSampler", 343 | "pos": [ 344 | 3881, 345 | 328 346 | ], 347 | "size": { 348 | "0": 315, 349 | "1": 262 350 | }, 351 | "flags": {}, 352 | "order": 7, 353 | "mode": 0, 354 | "inputs": [ 355 | { 356 | "name": "model", 357 | "type": "MODEL", 358 | "link": 23 359 | }, 360 | { 361 | "name": "positive", 362 | "type": "CONDITIONING", 363 | "link": 22 364 | }, 365 | { 366 | "name": "negative", 367 | "type": "CONDITIONING", 368 | "link": 21 369 | }, 370 | { 371 | "name": "latent_image", 372 | "type": "LATENT", 373 | "link": 14 374 | } 375 | ], 376 | "outputs": [ 377 | { 378 | "name": "LATENT", 379 | "type": "LATENT", 380 | "links": [ 381 | 24 382 | ], 383 | "shape": 3, 384 | "slot_index": 0 385 | } 386 | ], 387 | "properties": { 388 | "Node name for S&R": "KSampler" 389 | }, 390 | "widgets_values": [ 391 | 786010950854, 392 | "randomize", 393 | 20, 394 | 8, 395 | "euler", 396 | "normal", 397 | 1 398 | ] 399 | }, 400 | { 401 | "id": 9, 402 | "type": "VAEDecode", 403 | "pos": [ 404 | 4230, 405 | 335 406 | ], 407 | "size": { 408 | "0": 210, 409 | "1": 46 410 | }, 411 | "flags": {}, 412 | "order": 9, 413 | "mode": 0, 414 | "inputs": [ 415 | { 416 | "name": "samples", 417 | "type": "LATENT", 418 | "link": 24 419 | }, 420 | { 421 | "name": "vae", 422 | "type": "VAE", 423 | "link": 10 424 | } 425 | ], 426 | "outputs": [ 427 | { 428 | "name": "IMAGE", 429 | "type": "IMAGE", 430 | "links": [ 431 | 11 432 | ], 433 | "shape": 3, 434 | "slot_index": 0 435 | } 436 | ], 437 | "properties": { 438 | "Node name for S&R": "VAEDecode" 439 | } 440 | }, 441 | { 442 | "id": 7, 443 | "type": "SaveImage", 444 | "pos": [ 445 | 3994, 446 | 663 447 | ], 448 | "size": [ 449 | 458.3397317225854, 450 | 323.97366677236005 451 | ], 452 | "flags": {}, 453 | "order": 10, 454 | "mode": 0, 455 | "inputs": [ 456 | { 457 | "name": "images", 458 | "type": "IMAGE", 459 | "link": 11 460 | } 461 | ], 462 | "properties": {}, 463 | "widgets_values": [ 464 | "Hiresfix" 465 | ] 466 | } 467 | ], 468 | "links": [ 469 | [ 470 | 2, 471 | 3, 472 | 1, 473 | 4, 474 | 0, 475 | "CLIP" 476 | ], 477 | [ 478 | 3, 479 | 3, 480 | 1, 481 | 5, 482 | 0, 483 | "CLIP" 484 | ], 485 | [ 486 | 10, 487 | 3, 488 | 2, 489 | 9, 490 | 1, 491 | "VAE" 492 | ], 493 | [ 494 | 11, 495 | 9, 496 | 0, 497 | 7, 498 | 0, 499 | "IMAGE" 500 | ], 501 | [ 502 | 13, 503 | 13, 504 | 0, 505 | 14, 506 | 0, 507 | "LATENT" 508 | ], 509 | [ 510 | 14, 511 | 14, 512 | 0, 513 | 15, 514 | 3, 515 | "LATENT" 516 | ], 517 | [ 518 | 18, 519 | 4, 520 | 0, 521 | 13, 522 | 1, 523 | "CONDITIONING" 524 | ], 525 | [ 526 | 19, 527 | 5, 528 | 0, 529 | 13, 530 | 2, 531 | "CONDITIONING" 532 | ], 533 | [ 534 | 20, 535 | 11, 536 | 0, 537 | 13, 538 | 3, 539 | "LATENT" 540 | ], 541 | [ 542 | 21, 543 | 5, 544 | 0, 545 | 15, 546 | 2, 547 | "CONDITIONING" 548 | ], 549 | [ 550 | 22, 551 | 4, 552 | 0, 553 | 15, 554 | 1, 555 | "CONDITIONING" 556 | ], 557 | [ 558 | 23, 559 | 3, 560 | 0, 561 | 15, 562 | 0, 563 | "MODEL" 564 | ], 565 | [ 566 | 24, 567 | 15, 568 | 0, 569 | 9, 570 | 0, 571 | "LATENT" 572 | ], 573 | [ 574 | 25, 575 | 3, 576 | 0, 577 | 13, 578 | 0, 579 | "MODEL" 580 | ], 581 | [ 582 | 26, 583 | 13, 584 | 0, 585 | 18, 586 | 0, 587 | "LATENT" 588 | ], 589 | [ 590 | 27, 591 | 3, 592 | 2, 593 | 18, 594 | 1, 595 | "VAE" 596 | ], 597 | [ 598 | 28, 599 | 18, 600 | 0, 601 | 17, 602 | 0, 603 | "IMAGE" 604 | ] 605 | ], 606 | "groups": [], 607 | "config": {}, 608 | "extra": { 609 | "ds": { 610 | "scale": 0.7513148009015777, 611 | "offset": [ 612 | -2216.3751892441683, 613 | -46.703177535641856 614 | ] 615 | } 616 | }, 617 | "version": 0.4 618 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/imagemerge_unclip.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 39, 3 | "last_link_id": 105, 4 | "nodes": [ 5 | { 6 | "id": 8, 7 | "type": "VAEDecode", 8 | "pos": [ 9 | 1277, 10 | -210 11 | ], 12 | "size": { 13 | "0": 210, 14 | "1": 46 15 | }, 16 | "flags": {}, 17 | "order": 11, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "samples", 22 | "type": "LATENT", 23 | "link": 105 24 | }, 25 | { 26 | "name": "vae", 27 | "type": "VAE", 28 | "link": 69 29 | } 30 | ], 31 | "outputs": [ 32 | { 33 | "name": "IMAGE", 34 | "type": "IMAGE", 35 | "links": [ 36 | 9 37 | ], 38 | "slot_index": 0 39 | } 40 | ], 41 | "properties": { 42 | "Node name for S&R": "VAEDecode" 43 | } 44 | }, 45 | { 46 | "id": 39, 47 | "type": "KSampler //Inspire", 48 | "pos": [ 49 | 927, 50 | -209 51 | ], 52 | "size": { 53 | "0": 315, 54 | "1": 358 55 | }, 56 | "flags": {}, 57 | "order": 10, 58 | "mode": 0, 59 | "inputs": [ 60 | { 61 | "name": "model", 62 | "type": "MODEL", 63 | "link": 101 64 | }, 65 | { 66 | "name": "positive", 67 | "type": "CONDITIONING", 68 | "link": 102 69 | }, 70 | { 71 | "name": "negative", 72 | "type": "CONDITIONING", 73 | "link": 103 74 | }, 75 | { 76 | "name": "latent_image", 77 | "type": "LATENT", 78 | "link": 104 79 | } 80 | ], 81 | "outputs": [ 82 | { 83 | "name": "LATENT", 84 | "type": "LATENT", 85 | "links": [ 86 | 105 87 | ], 88 | "shape": 3, 89 | "slot_index": 0 90 | } 91 | ], 92 | "properties": { 93 | "Node name for S&R": "KSampler //Inspire" 94 | }, 95 | "widgets_values": [ 96 | 703204568275974, 97 | "randomize", 98 | 35, 99 | 7, 100 | "euler_ancestral", 101 | "normal", 102 | 1, 103 | "GPU(=A1111)", 104 | "incremental", 105 | 0, 106 | 0 107 | ] 108 | }, 109 | { 110 | "id": 32, 111 | "type": "unCLIPCheckpointLoader", 112 | "pos": [ 113 | -931, 114 | -214 115 | ], 116 | "size": { 117 | "0": 388.66619873046875, 118 | "1": 118 119 | }, 120 | "flags": {}, 121 | "order": 0, 122 | "mode": 0, 123 | "outputs": [ 124 | { 125 | "name": "MODEL", 126 | "type": "MODEL", 127 | "links": [ 128 | 101 129 | ], 130 | "slot_index": 0 131 | }, 132 | { 133 | "name": "CLIP", 134 | "type": "CLIP", 135 | "links": [ 136 | 67, 137 | 68 138 | ], 139 | "slot_index": 1 140 | }, 141 | { 142 | "name": "VAE", 143 | "type": "VAE", 144 | "links": [ 145 | 69 146 | ], 147 | "slot_index": 2 148 | }, 149 | { 150 | "name": "CLIP_VISION", 151 | "type": "CLIP_VISION", 152 | "links": [ 153 | 70, 154 | 99 155 | ], 156 | "slot_index": 3 157 | } 158 | ], 159 | "properties": { 160 | "Node name for S&R": "unCLIPCheckpointLoader" 161 | }, 162 | "widgets_values": [ 163 | "illuminatiDiffusionV1_v11-unclip-h-fp16.safetensors" 164 | ] 165 | }, 166 | { 167 | "id": 6, 168 | "type": "CLIPTextEncode", 169 | "pos": [ 170 | -297, 171 | -313 172 | ], 173 | "size": { 174 | "0": 241.49612426757812, 175 | "1": 86.9929428100586 176 | }, 177 | "flags": {}, 178 | "order": 4, 179 | "mode": 0, 180 | "inputs": [ 181 | { 182 | "name": "clip", 183 | "type": "CLIP", 184 | "link": 67 185 | } 186 | ], 187 | "outputs": [ 188 | { 189 | "name": "CONDITIONING", 190 | "type": "CONDITIONING", 191 | "links": [ 192 | 23 193 | ], 194 | "slot_index": 0 195 | } 196 | ], 197 | "properties": { 198 | "Node name for S&R": "CLIPTextEncode" 199 | }, 200 | "widgets_values": [ 201 | "beautiful photograph" 202 | ], 203 | "color": "#232", 204 | "bgcolor": "#353" 205 | }, 206 | { 207 | "id": 19, 208 | "type": "unCLIPConditioning", 209 | "pos": [ 210 | 324, 211 | -205 212 | ], 213 | "size": { 214 | "0": 262, 215 | "1": 102 216 | }, 217 | "flags": {}, 218 | "order": 8, 219 | "mode": 0, 220 | "inputs": [ 221 | { 222 | "name": "conditioning", 223 | "type": "CONDITIONING", 224 | "link": 23 225 | }, 226 | { 227 | "name": "clip_vision_output", 228 | "type": "CLIP_VISION_OUTPUT", 229 | "link": 24 230 | } 231 | ], 232 | "outputs": [ 233 | { 234 | "name": "CONDITIONING", 235 | "type": "CONDITIONING", 236 | "links": [ 237 | 96 238 | ], 239 | "slot_index": 0 240 | } 241 | ], 242 | "properties": { 243 | "Node name for S&R": "unCLIPConditioning" 244 | }, 245 | "widgets_values": [ 246 | 0.5, 247 | 0.4000000000000002 248 | ] 249 | }, 250 | { 251 | "id": 34, 252 | "type": "LoadImage", 253 | "pos": [ 254 | -1016, 255 | 1 256 | ], 257 | "size": { 258 | "0": 435.35137939453125, 259 | "1": 377.5853576660156 260 | }, 261 | "flags": {}, 262 | "order": 1, 263 | "mode": 0, 264 | "outputs": [ 265 | { 266 | "name": "IMAGE", 267 | "type": "IMAGE", 268 | "links": [ 269 | 95 270 | ], 271 | "slot_index": 0 272 | }, 273 | { 274 | "name": "MASK", 275 | "type": "MASK", 276 | "links": null 277 | } 278 | ], 279 | "properties": { 280 | "Node name for S&R": "LoadImage" 281 | }, 282 | "widgets_values": [ 283 | "Another_view_of_a_bakery_in_Region_VIII_Pompeii_Walk_(51813493084).jpg", 284 | "image" 285 | ] 286 | }, 287 | { 288 | "id": 13, 289 | "type": "CLIPVisionEncode", 290 | "pos": [ 291 | -132, 292 | -156 293 | ], 294 | "size": { 295 | "0": 253.60000610351562, 296 | "1": 46 297 | }, 298 | "flags": {}, 299 | "order": 6, 300 | "mode": 0, 301 | "inputs": [ 302 | { 303 | "name": "clip_vision", 304 | "type": "CLIP_VISION", 305 | "link": 70 306 | }, 307 | { 308 | "name": "image", 309 | "type": "IMAGE", 310 | "link": 95 311 | } 312 | ], 313 | "outputs": [ 314 | { 315 | "name": "CLIP_VISION_OUTPUT", 316 | "type": "CLIP_VISION_OUTPUT", 317 | "links": [ 318 | 24 319 | ], 320 | "slot_index": 0 321 | } 322 | ], 323 | "properties": { 324 | "Node name for S&R": "CLIPVisionEncode" 325 | } 326 | }, 327 | { 328 | "id": 7, 329 | "type": "CLIPTextEncode", 330 | "pos": [ 331 | 45, 332 | 55 333 | ], 334 | "size": { 335 | "0": 235.39613342285156, 336 | "1": 81.69294738769531 337 | }, 338 | "flags": {}, 339 | "order": 5, 340 | "mode": 0, 341 | "inputs": [ 342 | { 343 | "name": "clip", 344 | "type": "CLIP", 345 | "link": 68 346 | } 347 | ], 348 | "outputs": [ 349 | { 350 | "name": "CONDITIONING", 351 | "type": "CONDITIONING", 352 | "links": [ 353 | 103 354 | ], 355 | "slot_index": 0 356 | } 357 | ], 358 | "properties": { 359 | "Node name for S&R": "CLIPTextEncode" 360 | }, 361 | "widgets_values": [ 362 | "bad hands" 363 | ], 364 | "color": "#322", 365 | "bgcolor": "#533" 366 | }, 367 | { 368 | "id": 5, 369 | "type": "EmptyLatentImage", 370 | "pos": [ 371 | 359, 372 | -49 373 | ], 374 | "size": { 375 | "0": 315, 376 | "1": 106 377 | }, 378 | "flags": {}, 379 | "order": 2, 380 | "mode": 0, 381 | "outputs": [ 382 | { 383 | "name": "LATENT", 384 | "type": "LATENT", 385 | "links": [ 386 | 104 387 | ], 388 | "slot_index": 0 389 | } 390 | ], 391 | "properties": { 392 | "Node name for S&R": "EmptyLatentImage" 393 | }, 394 | "widgets_values": [ 395 | 768, 396 | 768, 397 | 1 398 | ] 399 | }, 400 | { 401 | "id": 9, 402 | "type": "SaveImage", 403 | "pos": [ 404 | 309, 405 | 104 406 | ], 407 | "size": [ 408 | 443.7499297646259, 409 | 471.52514465667036 410 | ], 411 | "flags": {}, 412 | "order": 12, 413 | "mode": 0, 414 | "inputs": [ 415 | { 416 | "name": "images", 417 | "type": "IMAGE", 418 | "link": 9 419 | } 420 | ], 421 | "properties": {}, 422 | "widgets_values": [ 423 | "ComfyUI" 424 | ] 425 | }, 426 | { 427 | "id": 38, 428 | "type": "LoadImage", 429 | "pos": [ 430 | -554, 431 | 72 432 | ], 433 | "size": { 434 | "0": 435.35137939453125, 435 | "1": 377.5853576660156 436 | }, 437 | "flags": {}, 438 | "order": 3, 439 | "mode": 0, 440 | "outputs": [ 441 | { 442 | "name": "IMAGE", 443 | "type": "IMAGE", 444 | "links": [ 445 | 98 446 | ], 447 | "slot_index": 0 448 | }, 449 | { 450 | "name": "MASK", 451 | "type": "MASK", 452 | "links": null 453 | } 454 | ], 455 | "properties": { 456 | "Node name for S&R": "LoadImage" 457 | }, 458 | "widgets_values": [ 459 | "birdsheartflower.png", 460 | "image" 461 | ] 462 | }, 463 | { 464 | "id": 36, 465 | "type": "CLIPVisionEncode", 466 | "pos": [ 467 | -127, 468 | -67 469 | ], 470 | "size": { 471 | "0": 253.60000610351562, 472 | "1": 46 473 | }, 474 | "flags": {}, 475 | "order": 7, 476 | "mode": 0, 477 | "inputs": [ 478 | { 479 | "name": "clip_vision", 480 | "type": "CLIP_VISION", 481 | "link": 99 482 | }, 483 | { 484 | "name": "image", 485 | "type": "IMAGE", 486 | "link": 98 487 | } 488 | ], 489 | "outputs": [ 490 | { 491 | "name": "CLIP_VISION_OUTPUT", 492 | "type": "CLIP_VISION_OUTPUT", 493 | "links": [ 494 | 100 495 | ], 496 | "slot_index": 0 497 | } 498 | ], 499 | "properties": { 500 | "Node name for S&R": "CLIPVisionEncode" 501 | } 502 | }, 503 | { 504 | "id": 37, 505 | "type": "unCLIPConditioning", 506 | "pos": [ 507 | 626, 508 | -205 509 | ], 510 | "size": { 511 | "0": 262, 512 | "1": 102 513 | }, 514 | "flags": {}, 515 | "order": 9, 516 | "mode": 0, 517 | "inputs": [ 518 | { 519 | "name": "conditioning", 520 | "type": "CONDITIONING", 521 | "link": 96 522 | }, 523 | { 524 | "name": "clip_vision_output", 525 | "type": "CLIP_VISION_OUTPUT", 526 | "link": 100 527 | } 528 | ], 529 | "outputs": [ 530 | { 531 | "name": "CONDITIONING", 532 | "type": "CONDITIONING", 533 | "links": [ 534 | 102 535 | ], 536 | "slot_index": 0 537 | } 538 | ], 539 | "properties": { 540 | "Node name for S&R": "unCLIPConditioning" 541 | }, 542 | "widgets_values": [ 543 | 0.6, 544 | 0.4000000000000002 545 | ] 546 | } 547 | ], 548 | "links": [ 549 | [ 550 | 9, 551 | 8, 552 | 0, 553 | 9, 554 | 0, 555 | "IMAGE" 556 | ], 557 | [ 558 | 23, 559 | 6, 560 | 0, 561 | 19, 562 | 0, 563 | "CONDITIONING" 564 | ], 565 | [ 566 | 24, 567 | 13, 568 | 0, 569 | 19, 570 | 1, 571 | "CLIP_VISION_OUTPUT" 572 | ], 573 | [ 574 | 67, 575 | 32, 576 | 1, 577 | 6, 578 | 0, 579 | "CLIP" 580 | ], 581 | [ 582 | 68, 583 | 32, 584 | 1, 585 | 7, 586 | 0, 587 | "CLIP" 588 | ], 589 | [ 590 | 69, 591 | 32, 592 | 2, 593 | 8, 594 | 1, 595 | "VAE" 596 | ], 597 | [ 598 | 70, 599 | 32, 600 | 3, 601 | 13, 602 | 0, 603 | "CLIP_VISION" 604 | ], 605 | [ 606 | 95, 607 | 34, 608 | 0, 609 | 13, 610 | 1, 611 | "IMAGE" 612 | ], 613 | [ 614 | 96, 615 | 19, 616 | 0, 617 | 37, 618 | 0, 619 | "CONDITIONING" 620 | ], 621 | [ 622 | 98, 623 | 38, 624 | 0, 625 | 36, 626 | 1, 627 | "IMAGE" 628 | ], 629 | [ 630 | 99, 631 | 32, 632 | 3, 633 | 36, 634 | 0, 635 | "CLIP_VISION" 636 | ], 637 | [ 638 | 100, 639 | 36, 640 | 0, 641 | 37, 642 | 1, 643 | "CLIP_VISION_OUTPUT" 644 | ], 645 | [ 646 | 101, 647 | 32, 648 | 0, 649 | 39, 650 | 0, 651 | "MODEL" 652 | ], 653 | [ 654 | 102, 655 | 37, 656 | 0, 657 | 39, 658 | 1, 659 | "CONDITIONING" 660 | ], 661 | [ 662 | 103, 663 | 7, 664 | 0, 665 | 39, 666 | 2, 667 | "CONDITIONING" 668 | ], 669 | [ 670 | 104, 671 | 5, 672 | 0, 673 | 39, 674 | 3, 675 | "LATENT" 676 | ], 677 | [ 678 | 105, 679 | 39, 680 | 0, 681 | 8, 682 | 0, 683 | "LATENT" 684 | ] 685 | ], 686 | "groups": [], 687 | "config": {}, 688 | "extra": { 689 | "ds": { 690 | "scale": 0.6830134553650705, 691 | "offset": [ 692 | 1452.0009702353775, 693 | 412.0845553433298 694 | ] 695 | } 696 | }, 697 | "version": 0.4 698 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/img2img.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 15, 3 | "last_link_id": 21, 4 | "nodes": [ 5 | { 6 | "id": 1, 7 | "type": "EZLoadImgFromUrlNode", 8 | "pos": [ 9 | 2428, 10 | 1079 11 | ], 12 | "size": { 13 | "0": 315, 14 | "1": 78 15 | }, 16 | "flags": {}, 17 | "order": 0, 18 | "mode": 0, 19 | "outputs": [ 20 | { 21 | "name": "image", 22 | "type": "IMAGE", 23 | "links": [], 24 | "shape": 3, 25 | "slot_index": 0 26 | }, 27 | { 28 | "name": "mask", 29 | "type": "MASK", 30 | "links": null, 31 | "shape": 3 32 | } 33 | ], 34 | "properties": { 35 | "Node name for S&R": "EZLoadImgFromUrlNode" 36 | }, 37 | "widgets_values": [ 38 | "" 39 | ] 40 | }, 41 | { 42 | "id": 12, 43 | "type": "Note", 44 | "pos": [ 45 | 2212, 46 | 1089 47 | ], 48 | "size": { 49 | "0": 210, 50 | "1": 58 51 | }, 52 | "flags": {}, 53 | "order": 1, 54 | "mode": 0, 55 | "properties": { 56 | "text": "" 57 | }, 58 | "widgets_values": [ 59 | "Use URL loader for non local images" 60 | ], 61 | "color": "#432", 62 | "bgcolor": "#653" 63 | }, 64 | { 65 | "id": 10, 66 | "type": "LoadImage", 67 | "pos": [ 68 | 2440, 69 | 1210 70 | ], 71 | "size": { 72 | "0": 315, 73 | "1": 314 74 | }, 75 | "flags": {}, 76 | "order": 2, 77 | "mode": 0, 78 | "outputs": [ 79 | { 80 | "name": "IMAGE", 81 | "type": "IMAGE", 82 | "links": [ 83 | 17 84 | ], 85 | "shape": 3, 86 | "slot_index": 0 87 | }, 88 | { 89 | "name": "MASK", 90 | "type": "MASK", 91 | "links": null, 92 | "shape": 3 93 | } 94 | ], 95 | "properties": { 96 | "Node name for S&R": "LoadImage" 97 | }, 98 | "widgets_values": [ 99 | "FF6_Kefkaart.webp", 100 | "image" 101 | ] 102 | }, 103 | { 104 | "id": 6, 105 | "type": "VAEEncode", 106 | "pos": [ 107 | 2784, 108 | 1217 109 | ], 110 | "size": { 111 | "0": 210, 112 | "1": 46 113 | }, 114 | "flags": {}, 115 | "order": 7, 116 | "mode": 0, 117 | "inputs": [ 118 | { 119 | "name": "pixels", 120 | "type": "IMAGE", 121 | "link": 17 122 | }, 123 | { 124 | "name": "vae", 125 | "type": "VAE", 126 | "link": 5 127 | } 128 | ], 129 | "outputs": [ 130 | { 131 | "name": "LATENT", 132 | "type": "LATENT", 133 | "links": [ 134 | 15 135 | ], 136 | "shape": 3, 137 | "slot_index": 0 138 | } 139 | ], 140 | "properties": { 141 | "Node name for S&R": "VAEEncode" 142 | } 143 | }, 144 | { 145 | "id": 3, 146 | "type": "CheckpointLoaderSimple", 147 | "pos": [ 148 | 2430, 149 | 930 150 | ], 151 | "size": { 152 | "0": 315, 153 | "1": 98 154 | }, 155 | "flags": {}, 156 | "order": 3, 157 | "mode": 0, 158 | "outputs": [ 159 | { 160 | "name": "MODEL", 161 | "type": "MODEL", 162 | "links": [ 163 | 12 164 | ], 165 | "shape": 3, 166 | "slot_index": 0 167 | }, 168 | { 169 | "name": "CLIP", 170 | "type": "CLIP", 171 | "links": [ 172 | 18, 173 | 19 174 | ], 175 | "shape": 3, 176 | "slot_index": 1 177 | }, 178 | { 179 | "name": "VAE", 180 | "type": "VAE", 181 | "links": [ 182 | 5, 183 | 10 184 | ], 185 | "shape": 3, 186 | "slot_index": 2 187 | } 188 | ], 189 | "properties": { 190 | "Node name for S&R": "CheckpointLoaderSimple" 191 | }, 192 | "widgets_values": [ 193 | "copaxTimelessxlSDXL1_v12.safetensors" 194 | ] 195 | }, 196 | { 197 | "id": 9, 198 | "type": "VAEDecode", 199 | "pos": [ 200 | 3624, 201 | 862 202 | ], 203 | "size": { 204 | "0": 210, 205 | "1": 46 206 | }, 207 | "flags": {}, 208 | "order": 9, 209 | "mode": 0, 210 | "inputs": [ 211 | { 212 | "name": "samples", 213 | "type": "LATENT", 214 | "link": 16 215 | }, 216 | { 217 | "name": "vae", 218 | "type": "VAE", 219 | "link": 10 220 | } 221 | ], 222 | "outputs": [ 223 | { 224 | "name": "IMAGE", 225 | "type": "IMAGE", 226 | "links": [ 227 | 11 228 | ], 229 | "shape": 3, 230 | "slot_index": 0 231 | } 232 | ], 233 | "properties": { 234 | "Node name for S&R": "VAEDecode" 235 | } 236 | }, 237 | { 238 | "id": 15, 239 | "type": "CLIPTextEncodeSDXL", 240 | "pos": [ 241 | 3043, 242 | 883 243 | ], 244 | "size": [ 245 | 210, 246 | 270 247 | ], 248 | "flags": {}, 249 | "order": 5, 250 | "mode": 0, 251 | "inputs": [ 252 | { 253 | "name": "clip", 254 | "type": "CLIP", 255 | "link": 18 256 | } 257 | ], 258 | "outputs": [ 259 | { 260 | "name": "CONDITIONING", 261 | "type": "CONDITIONING", 262 | "links": [ 263 | 21 264 | ], 265 | "shape": 3, 266 | "slot_index": 0 267 | } 268 | ], 269 | "properties": { 270 | "Node name for S&R": "CLIPTextEncodeSDXL" 271 | }, 272 | "widgets_values": [ 273 | 1024, 274 | 1024, 275 | 0, 276 | 0, 277 | 1024, 278 | 1024, 279 | "ugly, bad hands, poorly drawn, cartoon", 280 | "ugly, bad hands, poorly drawn, cartoon" 281 | ], 282 | "color": "#322", 283 | "bgcolor": "#533" 284 | }, 285 | { 286 | "id": 14, 287 | "type": "CLIPTextEncodeSDXL", 288 | "pos": [ 289 | 2804, 290 | 891 291 | ], 292 | "size": [ 293 | 210, 294 | 270.00000953674316 295 | ], 296 | "flags": {}, 297 | "order": 6, 298 | "mode": 0, 299 | "inputs": [ 300 | { 301 | "name": "clip", 302 | "type": "CLIP", 303 | "link": 19 304 | } 305 | ], 306 | "outputs": [ 307 | { 308 | "name": "CONDITIONING", 309 | "type": "CONDITIONING", 310 | "links": [ 311 | 20 312 | ], 313 | "shape": 3, 314 | "slot_index": 0 315 | } 316 | ], 317 | "properties": { 318 | "Node name for S&R": "CLIPTextEncodeSDXL" 319 | }, 320 | "widgets_values": [ 321 | 1024, 322 | 1024, 323 | 0, 324 | 0, 325 | 1024, 326 | 1024, 327 | "Kefka from final fantasy 6, masterpiece, 3d rendering, unreal engine 6", 328 | "Kefka from final fantasy 6, masterpiece, 3d rendering, unreal engine 6" 329 | ], 330 | "color": "#232", 331 | "bgcolor": "#353" 332 | }, 333 | { 334 | "id": 11, 335 | "type": "KSampler //Inspire", 336 | "pos": [ 337 | 3284, 338 | 851 339 | ], 340 | "size": { 341 | "0": 315, 342 | "1": 358 343 | }, 344 | "flags": {}, 345 | "order": 8, 346 | "mode": 0, 347 | "inputs": [ 348 | { 349 | "name": "model", 350 | "type": "MODEL", 351 | "link": 12 352 | }, 353 | { 354 | "name": "positive", 355 | "type": "CONDITIONING", 356 | "link": 20 357 | }, 358 | { 359 | "name": "negative", 360 | "type": "CONDITIONING", 361 | "link": 21 362 | }, 363 | { 364 | "name": "latent_image", 365 | "type": "LATENT", 366 | "link": 15 367 | } 368 | ], 369 | "outputs": [ 370 | { 371 | "name": "LATENT", 372 | "type": "LATENT", 373 | "links": [ 374 | 16 375 | ], 376 | "shape": 3, 377 | "slot_index": 0 378 | } 379 | ], 380 | "properties": { 381 | "Node name for S&R": "KSampler //Inspire" 382 | }, 383 | "widgets_values": [ 384 | 114722065687787, 385 | "randomize", 386 | 40, 387 | 8, 388 | "dpmpp_3m_sde_gpu", 389 | "exponential", 390 | 0.7000000000000001, 391 | "GPU(=A1111)", 392 | "incremental", 393 | 0, 394 | 0 395 | ] 396 | }, 397 | { 398 | "id": 13, 399 | "type": "Note", 400 | "pos": [ 401 | 3626, 402 | 1041 403 | ], 404 | "size": { 405 | "0": 308.1453857421875, 406 | "1": 167.84571838378906 407 | }, 408 | "flags": {}, 409 | "order": 4, 410 | "mode": 0, 411 | "properties": { 412 | "text": "" 413 | }, 414 | "widgets_values": [ 415 | "Change steps, cfg, sampler_name, and scheduler to match model guidelines. \n\nDenoise strength sets % of original image pixels kept in place. 1=no information kept.\n\nYou want Inspire sampler for GPU noise mode or results are a lot poorer." 416 | ], 417 | "color": "#432", 418 | "bgcolor": "#653" 419 | }, 420 | { 421 | "id": 7, 422 | "type": "SaveImage", 423 | "pos": [ 424 | 3031, 425 | 1260 426 | ], 427 | "size": [ 428 | 561.9554860238495, 429 | 377.12206885636965 430 | ], 431 | "flags": {}, 432 | "order": 10, 433 | "mode": 0, 434 | "inputs": [ 435 | { 436 | "name": "images", 437 | "type": "IMAGE", 438 | "link": 11 439 | } 440 | ], 441 | "properties": {}, 442 | "widgets_values": [ 443 | "ComfyUI" 444 | ] 445 | } 446 | ], 447 | "links": [ 448 | [ 449 | 5, 450 | 3, 451 | 2, 452 | 6, 453 | 1, 454 | "VAE" 455 | ], 456 | [ 457 | 10, 458 | 3, 459 | 2, 460 | 9, 461 | 1, 462 | "VAE" 463 | ], 464 | [ 465 | 11, 466 | 9, 467 | 0, 468 | 7, 469 | 0, 470 | "IMAGE" 471 | ], 472 | [ 473 | 12, 474 | 3, 475 | 0, 476 | 11, 477 | 0, 478 | "MODEL" 479 | ], 480 | [ 481 | 15, 482 | 6, 483 | 0, 484 | 11, 485 | 3, 486 | "LATENT" 487 | ], 488 | [ 489 | 16, 490 | 11, 491 | 0, 492 | 9, 493 | 0, 494 | "LATENT" 495 | ], 496 | [ 497 | 17, 498 | 10, 499 | 0, 500 | 6, 501 | 0, 502 | "IMAGE" 503 | ], 504 | [ 505 | 18, 506 | 3, 507 | 1, 508 | 15, 509 | 0, 510 | "CLIP" 511 | ], 512 | [ 513 | 19, 514 | 3, 515 | 1, 516 | 14, 517 | 0, 518 | "CLIP" 519 | ], 520 | [ 521 | 20, 522 | 14, 523 | 0, 524 | 11, 525 | 1, 526 | "CONDITIONING" 527 | ], 528 | [ 529 | 21, 530 | 15, 531 | 0, 532 | 11, 533 | 2, 534 | "CONDITIONING" 535 | ] 536 | ], 537 | "groups": [], 538 | "config": {}, 539 | "extra": { 540 | "ds": { 541 | "scale": 0.6830134553650705, 542 | "offset": [ 543 | -1326.5286860238486, 544 | -531.7265688563693 545 | ] 546 | } 547 | }, 548 | "version": 0.4 549 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/img2imglora.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 14, 3 | "last_link_id": 28, 4 | "nodes": [ 5 | { 6 | "id": 6, 7 | "type": "VAEEncode", 8 | "pos": [ 9 | 2792, 10 | 1103 11 | ], 12 | "size": { 13 | "0": 210, 14 | "1": 46 15 | }, 16 | "flags": {}, 17 | "order": 4, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "pixels", 22 | "type": "IMAGE", 23 | "link": 22 24 | }, 25 | { 26 | "name": "vae", 27 | "type": "VAE", 28 | "link": 5 29 | } 30 | ], 31 | "outputs": [ 32 | { 33 | "name": "LATENT", 34 | "type": "LATENT", 35 | "links": [ 36 | 15 37 | ], 38 | "shape": 3, 39 | "slot_index": 0 40 | } 41 | ], 42 | "properties": { 43 | "Node name for S&R": "VAEEncode" 44 | } 45 | }, 46 | { 47 | "id": 14, 48 | "type": "CLIPTextEncodeSDXL", 49 | "pos": [ 50 | 3164, 51 | 607 52 | ], 53 | "size": { 54 | "0": 210, 55 | "1": 270.0000305175781 56 | }, 57 | "flags": {}, 58 | "order": 6, 59 | "mode": 0, 60 | "inputs": [ 61 | { 62 | "name": "clip", 63 | "type": "CLIP", 64 | "link": 28 65 | } 66 | ], 67 | "outputs": [ 68 | { 69 | "name": "CONDITIONING", 70 | "type": "CONDITIONING", 71 | "links": [ 72 | 24 73 | ], 74 | "shape": 3, 75 | "slot_index": 0 76 | } 77 | ], 78 | "properties": { 79 | "Node name for S&R": "CLIPTextEncodeSDXL" 80 | }, 81 | "widgets_values": [ 82 | 1024, 83 | 1024, 84 | 0, 85 | 0, 86 | 1024, 87 | 1024, 88 | "ugly, deformed", 89 | "ugly, deformed" 90 | ], 91 | "color": "#322", 92 | "bgcolor": "#533" 93 | }, 94 | { 95 | "id": 13, 96 | "type": "CLIPTextEncodeSDXL", 97 | "pos": [ 98 | 2923, 99 | 607 100 | ], 101 | "size": [ 102 | 210, 103 | 270.0000228881836 104 | ], 105 | "flags": {}, 106 | "order": 5, 107 | "mode": 0, 108 | "inputs": [ 109 | { 110 | "name": "clip", 111 | "type": "CLIP", 112 | "link": 27 113 | } 114 | ], 115 | "outputs": [ 116 | { 117 | "name": "CONDITIONING", 118 | "type": "CONDITIONING", 119 | "links": [ 120 | 23 121 | ], 122 | "shape": 3, 123 | "slot_index": 0 124 | } 125 | ], 126 | "properties": { 127 | "Node name for S&R": "CLIPTextEncodeSDXL" 128 | }, 129 | "widgets_values": [ 130 | 1024, 131 | 1024, 132 | 0, 133 | 0, 134 | 1024, 135 | 1024, 136 | "guy fieri portrait", 137 | "guy fieri portrait" 138 | ], 139 | "color": "#232", 140 | "bgcolor": "#353" 141 | }, 142 | { 143 | "id": 11, 144 | "type": "KSampler //Inspire", 145 | "pos": [ 146 | 3415, 147 | 612 148 | ], 149 | "size": { 150 | "0": 315, 151 | "1": 358 152 | }, 153 | "flags": {}, 154 | "order": 7, 155 | "mode": 0, 156 | "inputs": [ 157 | { 158 | "name": "model", 159 | "type": "MODEL", 160 | "link": 21 161 | }, 162 | { 163 | "name": "positive", 164 | "type": "CONDITIONING", 165 | "link": 23 166 | }, 167 | { 168 | "name": "negative", 169 | "type": "CONDITIONING", 170 | "link": 24 171 | }, 172 | { 173 | "name": "latent_image", 174 | "type": "LATENT", 175 | "link": 15 176 | } 177 | ], 178 | "outputs": [ 179 | { 180 | "name": "LATENT", 181 | "type": "LATENT", 182 | "links": [ 183 | 16 184 | ], 185 | "shape": 3, 186 | "slot_index": 0 187 | } 188 | ], 189 | "properties": { 190 | "Node name for S&R": "KSampler //Inspire" 191 | }, 192 | "widgets_values": [ 193 | 409116598314750, 194 | "randomize", 195 | 40, 196 | 6, 197 | "dpmpp_3m_sde_gpu", 198 | "exponential", 199 | 1, 200 | "GPU(=A1111)", 201 | "incremental", 202 | 0, 203 | 0 204 | ] 205 | }, 206 | { 207 | "id": 9, 208 | "type": "VAEDecode", 209 | "pos": [ 210 | 3765, 211 | 619 212 | ], 213 | "size": { 214 | "0": 210, 215 | "1": 46 216 | }, 217 | "flags": {}, 218 | "order": 8, 219 | "mode": 0, 220 | "inputs": [ 221 | { 222 | "name": "samples", 223 | "type": "LATENT", 224 | "link": 16 225 | }, 226 | { 227 | "name": "vae", 228 | "type": "VAE", 229 | "link": 10 230 | } 231 | ], 232 | "outputs": [ 233 | { 234 | "name": "IMAGE", 235 | "type": "IMAGE", 236 | "links": [ 237 | 11 238 | ], 239 | "shape": 3, 240 | "slot_index": 0 241 | } 242 | ], 243 | "properties": { 244 | "Node name for S&R": "VAEDecode" 245 | } 246 | }, 247 | { 248 | "id": 7, 249 | "type": "SaveImage", 250 | "pos": [ 251 | 3127, 252 | 1036 253 | ], 254 | "size": [ 255 | 566.2386156505545, 256 | 440.54057593466587 257 | ], 258 | "flags": {}, 259 | "order": 9, 260 | "mode": 0, 261 | "inputs": [ 262 | { 263 | "name": "images", 264 | "type": "IMAGE", 265 | "link": 11 266 | } 267 | ], 268 | "properties": {}, 269 | "widgets_values": [ 270 | "ComfyUI" 271 | ] 272 | }, 273 | { 274 | "id": 3, 275 | "type": "CheckpointLoaderSimple", 276 | "pos": [ 277 | 2359, 278 | 613 279 | ], 280 | "size": { 281 | "0": 315, 282 | "1": 98 283 | }, 284 | "flags": {}, 285 | "order": 0, 286 | "mode": 0, 287 | "outputs": [ 288 | { 289 | "name": "MODEL", 290 | "type": "MODEL", 291 | "links": [ 292 | 19 293 | ], 294 | "shape": 3, 295 | "slot_index": 0 296 | }, 297 | { 298 | "name": "CLIP", 299 | "type": "CLIP", 300 | "links": [ 301 | 20 302 | ], 303 | "shape": 3, 304 | "slot_index": 1 305 | }, 306 | { 307 | "name": "VAE", 308 | "type": "VAE", 309 | "links": [ 310 | 5, 311 | 10 312 | ], 313 | "shape": 3, 314 | "slot_index": 2 315 | } 316 | ], 317 | "properties": { 318 | "Node name for S&R": "CheckpointLoaderSimple" 319 | }, 320 | "widgets_values": [ 321 | "copaxTimelessxlSDXL1_v12.safetensors" 322 | ] 323 | }, 324 | { 325 | "id": 10, 326 | "type": "LoadImage", 327 | "pos": [ 328 | 2351, 329 | 774 330 | ], 331 | "size": { 332 | "0": 315, 333 | "1": 314 334 | }, 335 | "flags": {}, 336 | "order": 1, 337 | "mode": 0, 338 | "outputs": [ 339 | { 340 | "name": "IMAGE", 341 | "type": "IMAGE", 342 | "links": [ 343 | 22 344 | ], 345 | "shape": 3, 346 | "slot_index": 0 347 | }, 348 | { 349 | "name": "MASK", 350 | "type": "MASK", 351 | "links": null, 352 | "shape": 3 353 | } 354 | ], 355 | "properties": { 356 | "Node name for S&R": "LoadImage" 357 | }, 358 | "widgets_values": [ 359 | "1531174403377.jpeg", 360 | "image" 361 | ] 362 | }, 363 | { 364 | "id": 1, 365 | "type": "EZLoadImgFromUrlNode", 366 | "pos": [ 367 | 2350, 368 | 1156 369 | ], 370 | "size": { 371 | "0": 315, 372 | "1": 78 373 | }, 374 | "flags": {}, 375 | "order": 2, 376 | "mode": 0, 377 | "outputs": [ 378 | { 379 | "name": "image", 380 | "type": "IMAGE", 381 | "links": [], 382 | "shape": 3, 383 | "slot_index": 0 384 | }, 385 | { 386 | "name": "mask", 387 | "type": "MASK", 388 | "links": null, 389 | "shape": 3 390 | } 391 | ], 392 | "properties": { 393 | "Node name for S&R": "EZLoadImgFromUrlNode" 394 | }, 395 | "widgets_values": [ 396 | "" 397 | ] 398 | }, 399 | { 400 | "id": 12, 401 | "type": "LoraLoader", 402 | "pos": [ 403 | 2777, 404 | 928 405 | ], 406 | "size": { 407 | "0": 315, 408 | "1": 126 409 | }, 410 | "flags": {}, 411 | "order": 3, 412 | "mode": 0, 413 | "inputs": [ 414 | { 415 | "name": "model", 416 | "type": "MODEL", 417 | "link": 19 418 | }, 419 | { 420 | "name": "clip", 421 | "type": "CLIP", 422 | "link": 20 423 | } 424 | ], 425 | "outputs": [ 426 | { 427 | "name": "MODEL", 428 | "type": "MODEL", 429 | "links": [ 430 | 21 431 | ], 432 | "shape": 3, 433 | "slot_index": 0 434 | }, 435 | { 436 | "name": "CLIP", 437 | "type": "CLIP", 438 | "links": [ 439 | 27, 440 | 28 441 | ], 442 | "shape": 3, 443 | "slot_index": 1 444 | } 445 | ], 446 | "properties": { 447 | "Node name for S&R": "LoraLoader" 448 | }, 449 | "widgets_values": [ 450 | "pixel-art-xl-v1.1.safetensors", 451 | 2, 452 | 2 453 | ] 454 | } 455 | ], 456 | "links": [ 457 | [ 458 | 5, 459 | 3, 460 | 2, 461 | 6, 462 | 1, 463 | "VAE" 464 | ], 465 | [ 466 | 10, 467 | 3, 468 | 2, 469 | 9, 470 | 1, 471 | "VAE" 472 | ], 473 | [ 474 | 11, 475 | 9, 476 | 0, 477 | 7, 478 | 0, 479 | "IMAGE" 480 | ], 481 | [ 482 | 15, 483 | 6, 484 | 0, 485 | 11, 486 | 3, 487 | "LATENT" 488 | ], 489 | [ 490 | 16, 491 | 11, 492 | 0, 493 | 9, 494 | 0, 495 | "LATENT" 496 | ], 497 | [ 498 | 19, 499 | 3, 500 | 0, 501 | 12, 502 | 0, 503 | "MODEL" 504 | ], 505 | [ 506 | 20, 507 | 3, 508 | 1, 509 | 12, 510 | 1, 511 | "CLIP" 512 | ], 513 | [ 514 | 21, 515 | 12, 516 | 0, 517 | 11, 518 | 0, 519 | "MODEL" 520 | ], 521 | [ 522 | 22, 523 | 10, 524 | 0, 525 | 6, 526 | 0, 527 | "IMAGE" 528 | ], 529 | [ 530 | 23, 531 | 13, 532 | 0, 533 | 11, 534 | 1, 535 | "CONDITIONING" 536 | ], 537 | [ 538 | 24, 539 | 14, 540 | 0, 541 | 11, 542 | 2, 543 | "CONDITIONING" 544 | ], 545 | [ 546 | 27, 547 | 12, 548 | 1, 549 | 13, 550 | 0, 551 | "CLIP" 552 | ], 553 | [ 554 | 28, 555 | 12, 556 | 1, 557 | 14, 558 | 0, 559 | "CLIP" 560 | ] 561 | ], 562 | "groups": [], 563 | "config": {}, 564 | "extra": { 565 | "ds": { 566 | "scale": 0.7513148009015777, 567 | "offset": [ 568 | -1490.051615650553, 569 | -419.7025759346663 570 | ] 571 | } 572 | }, 573 | "version": 0.4 574 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/inpainting.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 31, 3 | "last_link_id": 30, 4 | "nodes": [ 5 | { 6 | "id": 11, 7 | "type": "KSampler //Inspire", 8 | "pos": [ 9 | 3157, 10 | 941 11 | ], 12 | "size": { 13 | "0": 315, 14 | "1": 358 15 | }, 16 | "flags": {}, 17 | "order": 7, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "model", 22 | "type": "MODEL", 23 | "link": 20 24 | }, 25 | { 26 | "name": "positive", 27 | "type": "CONDITIONING", 28 | "link": 29 29 | }, 30 | { 31 | "name": "negative", 32 | "type": "CONDITIONING", 33 | "link": 30 34 | }, 35 | { 36 | "name": "latent_image", 37 | "type": "LATENT", 38 | "link": 19 39 | } 40 | ], 41 | "outputs": [ 42 | { 43 | "name": "LATENT", 44 | "type": "LATENT", 45 | "links": [ 46 | 12 47 | ], 48 | "shape": 3, 49 | "slot_index": 0 50 | } 51 | ], 52 | "properties": { 53 | "Node name for S&R": "KSampler //Inspire" 54 | }, 55 | "widgets_values": [ 56 | 928966381309345, 57 | "randomize", 58 | 20, 59 | 7, 60 | "euler", 61 | "normal", 62 | 0.9, 63 | "GPU(=A1111)", 64 | "incremental", 65 | 0, 66 | 0 67 | ] 68 | }, 69 | { 70 | "id": 29, 71 | "type": "Note", 72 | "pos": [ 73 | 3157, 74 | 1346 75 | ], 76 | "size": { 77 | "0": 310.20733642578125, 78 | "1": 108.06315612792969 79 | }, 80 | "flags": {}, 81 | "order": 0, 82 | "mode": 0, 83 | "properties": { 84 | "text": "" 85 | }, 86 | "widgets_values": [ 87 | "Change steps, cfg, sampler_name and scheduler to match model guidelines.\n\nChange denoise strength to choose how much of original image is present in mask." 88 | ], 89 | "color": "#432", 90 | "bgcolor": "#653" 91 | }, 92 | { 93 | "id": 7, 94 | "type": "SaveImage", 95 | "pos": [ 96 | 3498, 97 | 1067 98 | ], 99 | "size": { 100 | "0": 315, 101 | "1": 270 102 | }, 103 | "flags": {}, 104 | "order": 9, 105 | "mode": 0, 106 | "inputs": [ 107 | { 108 | "name": "images", 109 | "type": "IMAGE", 110 | "link": 11 111 | } 112 | ], 113 | "properties": {}, 114 | "widgets_values": [ 115 | "ComfyUI" 116 | ] 117 | }, 118 | { 119 | "id": 9, 120 | "type": "VAEDecode", 121 | "pos": [ 122 | 3504, 123 | 945 124 | ], 125 | "size": { 126 | "0": 210, 127 | "1": 46 128 | }, 129 | "flags": {}, 130 | "order": 8, 131 | "mode": 0, 132 | "inputs": [ 133 | { 134 | "name": "samples", 135 | "type": "LATENT", 136 | "link": 12 137 | }, 138 | { 139 | "name": "vae", 140 | "type": "VAE", 141 | "link": 10 142 | } 143 | ], 144 | "outputs": [ 145 | { 146 | "name": "IMAGE", 147 | "type": "IMAGE", 148 | "links": [ 149 | 11 150 | ], 151 | "shape": 3, 152 | "slot_index": 0 153 | } 154 | ], 155 | "properties": { 156 | "Node name for S&R": "VAEDecode" 157 | } 158 | }, 159 | { 160 | "id": 3, 161 | "type": "CheckpointLoaderSimple", 162 | "pos": [ 163 | 2357, 164 | 1060 165 | ], 166 | "size": { 167 | "0": 315, 168 | "1": 98 169 | }, 170 | "flags": {}, 171 | "order": 1, 172 | "mode": 0, 173 | "outputs": [ 174 | { 175 | "name": "MODEL", 176 | "type": "MODEL", 177 | "links": [ 178 | 20 179 | ], 180 | "shape": 3, 181 | "slot_index": 0 182 | }, 183 | { 184 | "name": "CLIP", 185 | "type": "CLIP", 186 | "links": [ 187 | 27, 188 | 28 189 | ], 190 | "shape": 3, 191 | "slot_index": 1 192 | }, 193 | { 194 | "name": "VAE", 195 | "type": "VAE", 196 | "links": [ 197 | 10, 198 | 16 199 | ], 200 | "shape": 3, 201 | "slot_index": 2 202 | } 203 | ], 204 | "properties": { 205 | "Node name for S&R": "CheckpointLoaderSimple" 206 | }, 207 | "widgets_values": [ 208 | "juggerxlInpaint_juggerInpaintV8.safetensors" 209 | ] 210 | }, 211 | { 212 | "id": 28, 213 | "type": "Note", 214 | "pos": [ 215 | 2158, 216 | 1229 217 | ], 218 | "size": { 219 | "0": 210, 220 | "1": 120.9847412109375 221 | }, 222 | "flags": {}, 223 | "order": 2, 224 | "mode": 0, 225 | "properties": { 226 | "text": "" 227 | }, 228 | "widgets_values": [ 229 | "Right click and \"Open in MaskEditor\" to generate mask for image\n\nMake sure to download inpainting model" 230 | ], 231 | "color": "#432", 232 | "bgcolor": "#653" 233 | }, 234 | { 235 | "id": 10, 236 | "type": "LoadImage", 237 | "pos": [ 238 | 2386, 239 | 1205 240 | ], 241 | "size": { 242 | "0": 315, 243 | "1": 314 244 | }, 245 | "flags": {}, 246 | "order": 3, 247 | "mode": 0, 248 | "outputs": [ 249 | { 250 | "name": "IMAGE", 251 | "type": "IMAGE", 252 | "links": [ 253 | 17 254 | ], 255 | "shape": 3, 256 | "slot_index": 0 257 | }, 258 | { 259 | "name": "MASK", 260 | "type": "MASK", 261 | "links": [ 262 | 26 263 | ], 264 | "shape": 3, 265 | "slot_index": 1 266 | } 267 | ], 268 | "properties": { 269 | "Node name for S&R": "LoadImage" 270 | }, 271 | "widgets_values": [ 272 | "clipspace/clipspace-mask-510668.png [input]", 273 | "image" 274 | ] 275 | }, 276 | { 277 | "id": 30, 278 | "type": "CLIPTextEncodeSDXL", 279 | "pos": [ 280 | 2698, 281 | 881 282 | ], 283 | "size": [ 284 | 210, 285 | 270.00001335144043 286 | ], 287 | "flags": {}, 288 | "order": 4, 289 | "mode": 0, 290 | "inputs": [ 291 | { 292 | "name": "clip", 293 | "type": "CLIP", 294 | "link": 27 295 | } 296 | ], 297 | "outputs": [ 298 | { 299 | "name": "CONDITIONING", 300 | "type": "CONDITIONING", 301 | "links": [ 302 | 29 303 | ], 304 | "shape": 3, 305 | "slot_index": 0 306 | } 307 | ], 308 | "properties": { 309 | "Node name for S&R": "CLIPTextEncodeSDXL" 310 | }, 311 | "widgets_values": [ 312 | 1024, 313 | 1024, 314 | 0, 315 | 0, 316 | 1024, 317 | 1024, 318 | "guy fieri wearing sunglasses", 319 | "guy fieri wearing sunglasses" 320 | ], 321 | "color": "#232", 322 | "bgcolor": "#353" 323 | }, 324 | { 325 | "id": 31, 326 | "type": "CLIPTextEncodeSDXL", 327 | "pos": [ 328 | 2927, 329 | 886 330 | ], 331 | "size": [ 332 | 210, 333 | 270 334 | ], 335 | "flags": {}, 336 | "order": 5, 337 | "mode": 0, 338 | "inputs": [ 339 | { 340 | "name": "clip", 341 | "type": "CLIP", 342 | "link": 28 343 | } 344 | ], 345 | "outputs": [ 346 | { 347 | "name": "CONDITIONING", 348 | "type": "CONDITIONING", 349 | "links": [ 350 | 30 351 | ], 352 | "shape": 3, 353 | "slot_index": 0 354 | } 355 | ], 356 | "properties": { 357 | "Node name for S&R": "CLIPTextEncodeSDXL" 358 | }, 359 | "widgets_values": [ 360 | 1024, 361 | 1024, 362 | 0, 363 | 0, 364 | 1024, 365 | 1024, 366 | "ugly, deformed, cartoon", 367 | "ugly, deformed, cartoon" 368 | ], 369 | "color": "#322", 370 | "bgcolor": "#533" 371 | }, 372 | { 373 | "id": 12, 374 | "type": "VAEEncodeForInpaint", 375 | "pos": [ 376 | 2754, 377 | 1275 378 | ], 379 | "size": { 380 | "0": 315, 381 | "1": 98 382 | }, 383 | "flags": {}, 384 | "order": 6, 385 | "mode": 0, 386 | "inputs": [ 387 | { 388 | "name": "pixels", 389 | "type": "IMAGE", 390 | "link": 17 391 | }, 392 | { 393 | "name": "vae", 394 | "type": "VAE", 395 | "link": 16 396 | }, 397 | { 398 | "name": "mask", 399 | "type": "MASK", 400 | "link": 26 401 | } 402 | ], 403 | "outputs": [ 404 | { 405 | "name": "LATENT", 406 | "type": "LATENT", 407 | "links": [ 408 | 19 409 | ], 410 | "shape": 3, 411 | "slot_index": 0 412 | } 413 | ], 414 | "properties": { 415 | "Node name for S&R": "VAEEncodeForInpaint" 416 | }, 417 | "widgets_values": [ 418 | 10 419 | ] 420 | } 421 | ], 422 | "links": [ 423 | [ 424 | 10, 425 | 3, 426 | 2, 427 | 9, 428 | 1, 429 | "VAE" 430 | ], 431 | [ 432 | 11, 433 | 9, 434 | 0, 435 | 7, 436 | 0, 437 | "IMAGE" 438 | ], 439 | [ 440 | 12, 441 | 11, 442 | 0, 443 | 9, 444 | 0, 445 | "LATENT" 446 | ], 447 | [ 448 | 16, 449 | 3, 450 | 2, 451 | 12, 452 | 1, 453 | "VAE" 454 | ], 455 | [ 456 | 17, 457 | 10, 458 | 0, 459 | 12, 460 | 0, 461 | "IMAGE" 462 | ], 463 | [ 464 | 19, 465 | 12, 466 | 0, 467 | 11, 468 | 3, 469 | "LATENT" 470 | ], 471 | [ 472 | 20, 473 | 3, 474 | 0, 475 | 11, 476 | 0, 477 | "MODEL" 478 | ], 479 | [ 480 | 26, 481 | 10, 482 | 1, 483 | 12, 484 | 2, 485 | "MASK" 486 | ], 487 | [ 488 | 27, 489 | 3, 490 | 1, 491 | 30, 492 | 0, 493 | "CLIP" 494 | ], 495 | [ 496 | 28, 497 | 3, 498 | 1, 499 | 31, 500 | 0, 501 | "CLIP" 502 | ], 503 | [ 504 | 29, 505 | 30, 506 | 0, 507 | 11, 508 | 1, 509 | "CONDITIONING" 510 | ], 511 | [ 512 | 30, 513 | 31, 514 | 0, 515 | 11, 516 | 2, 517 | "CONDITIONING" 518 | ] 519 | ], 520 | "groups": [], 521 | "config": {}, 522 | "extra": { 523 | "ds": { 524 | "scale": 0.9090909090909091, 525 | "offset": [ 526 | -1670.2019670076636, 527 | -714.9275108541829 528 | ] 529 | } 530 | }, 531 | "version": 0.4 532 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/outpainting.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 16, 3 | "last_link_id": 27, 4 | "nodes": [ 5 | { 6 | "id": 9, 7 | "type": "VAEDecode", 8 | "pos": [ 9 | 3470, 10 | 897 11 | ], 12 | "size": { 13 | "0": 210, 14 | "1": 46 15 | }, 16 | "flags": {}, 17 | "order": 9, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "samples", 22 | "type": "LATENT", 23 | "link": 12 24 | }, 25 | { 26 | "name": "vae", 27 | "type": "VAE", 28 | "link": 10 29 | } 30 | ], 31 | "outputs": [ 32 | { 33 | "name": "IMAGE", 34 | "type": "IMAGE", 35 | "links": [ 36 | 11 37 | ], 38 | "shape": 3, 39 | "slot_index": 0 40 | } 41 | ], 42 | "properties": { 43 | "Node name for S&R": "VAEDecode" 44 | } 45 | }, 46 | { 47 | "id": 7, 48 | "type": "SaveImage", 49 | "pos": [ 50 | 3441, 51 | 993 52 | ], 53 | "size": { 54 | "0": 315, 55 | "1": 270 56 | }, 57 | "flags": {}, 58 | "order": 10, 59 | "mode": 0, 60 | "inputs": [ 61 | { 62 | "name": "images", 63 | "type": "IMAGE", 64 | "link": 11 65 | } 66 | ], 67 | "properties": {}, 68 | "widgets_values": [ 69 | "ComfyUI" 70 | ] 71 | }, 72 | { 73 | "id": 12, 74 | "type": "VAEEncodeForInpaint", 75 | "pos": [ 76 | 3138, 77 | 1304 78 | ], 79 | "size": { 80 | "0": 315, 81 | "1": 98 82 | }, 83 | "flags": {}, 84 | "order": 7, 85 | "mode": 0, 86 | "inputs": [ 87 | { 88 | "name": "pixels", 89 | "type": "IMAGE", 90 | "link": 22 91 | }, 92 | { 93 | "name": "vae", 94 | "type": "VAE", 95 | "link": 16 96 | }, 97 | { 98 | "name": "mask", 99 | "type": "MASK", 100 | "link": 23 101 | } 102 | ], 103 | "outputs": [ 104 | { 105 | "name": "LATENT", 106 | "type": "LATENT", 107 | "links": [ 108 | 19 109 | ], 110 | "shape": 3, 111 | "slot_index": 0 112 | } 113 | ], 114 | "properties": { 115 | "Node name for S&R": "VAEEncodeForInpaint" 116 | }, 117 | "widgets_values": [ 118 | 10 119 | ] 120 | }, 121 | { 122 | "id": 14, 123 | "type": "Note", 124 | "pos": [ 125 | 3136, 126 | 1448 127 | ], 128 | "size": { 129 | "0": 332.8708190917969, 130 | "1": 130.6320037841797 131 | }, 132 | "flags": {}, 133 | "order": 0, 134 | "mode": 0, 135 | "properties": { 136 | "text": "" 137 | }, 138 | "widgets_values": [ 139 | "Change Pad Image for Outpainting settings to control pixels to expand image by.\n\nMake sure to download inpainting model" 140 | ], 141 | "color": "#432", 142 | "bgcolor": "#653" 143 | }, 144 | { 145 | "id": 11, 146 | "type": "KSampler //Inspire", 147 | "pos": [ 148 | 3095, 149 | 890 150 | ], 151 | "size": { 152 | "0": 315, 153 | "1": 358 154 | }, 155 | "flags": {}, 156 | "order": 8, 157 | "mode": 0, 158 | "inputs": [ 159 | { 160 | "name": "model", 161 | "type": "MODEL", 162 | "link": 20 163 | }, 164 | { 165 | "name": "positive", 166 | "type": "CONDITIONING", 167 | "link": 27 168 | }, 169 | { 170 | "name": "negative", 171 | "type": "CONDITIONING", 172 | "link": 24 173 | }, 174 | { 175 | "name": "latent_image", 176 | "type": "LATENT", 177 | "link": 19 178 | } 179 | ], 180 | "outputs": [ 181 | { 182 | "name": "LATENT", 183 | "type": "LATENT", 184 | "links": [ 185 | 12 186 | ], 187 | "shape": 3, 188 | "slot_index": 0 189 | } 190 | ], 191 | "properties": { 192 | "Node name for S&R": "KSampler //Inspire" 193 | }, 194 | "widgets_values": [ 195 | 669606270558510, 196 | "randomize", 197 | 20, 198 | 7, 199 | "euler_ancestral", 200 | "normal", 201 | 1, 202 | "GPU(=A1111)", 203 | "incremental", 204 | 0, 205 | 0 206 | ] 207 | }, 208 | { 209 | "id": 3, 210 | "type": "CheckpointLoaderSimple", 211 | "pos": [ 212 | 2272, 213 | 919 214 | ], 215 | "size": { 216 | "0": 315, 217 | "1": 98 218 | }, 219 | "flags": {}, 220 | "order": 1, 221 | "mode": 0, 222 | "outputs": [ 223 | { 224 | "name": "MODEL", 225 | "type": "MODEL", 226 | "links": [ 227 | 20 228 | ], 229 | "shape": 3, 230 | "slot_index": 0 231 | }, 232 | { 233 | "name": "CLIP", 234 | "type": "CLIP", 235 | "links": [ 236 | 25, 237 | 26 238 | ], 239 | "shape": 3, 240 | "slot_index": 1 241 | }, 242 | { 243 | "name": "VAE", 244 | "type": "VAE", 245 | "links": [ 246 | 10, 247 | 16 248 | ], 249 | "shape": 3, 250 | "slot_index": 2 251 | } 252 | ], 253 | "properties": { 254 | "Node name for S&R": "CheckpointLoaderSimple" 255 | }, 256 | "widgets_values": [ 257 | "juggerxlInpaint_juggerInpaintV8.safetensors" 258 | ] 259 | }, 260 | { 261 | "id": 10, 262 | "type": "LoadImage", 263 | "pos": [ 264 | 2275, 265 | 1063 266 | ], 267 | "size": { 268 | "0": 315, 269 | "1": 314 270 | }, 271 | "flags": {}, 272 | "order": 2, 273 | "mode": 0, 274 | "outputs": [ 275 | { 276 | "name": "IMAGE", 277 | "type": "IMAGE", 278 | "links": [ 279 | 21 280 | ], 281 | "shape": 3, 282 | "slot_index": 0 283 | }, 284 | { 285 | "name": "MASK", 286 | "type": "MASK", 287 | "links": [], 288 | "shape": 3, 289 | "slot_index": 1 290 | } 291 | ], 292 | "properties": { 293 | "Node name for S&R": "LoadImage" 294 | }, 295 | "widgets_values": [ 296 | "Death_of_Marat_by_David.jpg", 297 | "image" 298 | ] 299 | }, 300 | { 301 | "id": 1, 302 | "type": "EZLoadImgFromUrlNode", 303 | "pos": [ 304 | 2271, 305 | 1426 306 | ], 307 | "size": { 308 | "0": 315, 309 | "1": 78 310 | }, 311 | "flags": {}, 312 | "order": 3, 313 | "mode": 0, 314 | "outputs": [ 315 | { 316 | "name": "image", 317 | "type": "IMAGE", 318 | "links": [], 319 | "shape": 3, 320 | "slot_index": 0 321 | }, 322 | { 323 | "name": "mask", 324 | "type": "MASK", 325 | "links": null, 326 | "shape": 3 327 | } 328 | ], 329 | "properties": { 330 | "Node name for S&R": "EZLoadImgFromUrlNode" 331 | }, 332 | "widgets_values": [ 333 | "" 334 | ] 335 | }, 336 | { 337 | "id": 15, 338 | "type": "CLIPTextEncodeSDXL", 339 | "pos": [ 340 | 2637, 341 | 876 342 | ], 343 | "size": [ 344 | 210, 345 | 269.9999837875366 346 | ], 347 | "flags": {}, 348 | "order": 5, 349 | "mode": 0, 350 | "inputs": [ 351 | { 352 | "name": "clip", 353 | "type": "CLIP", 354 | "link": 26 355 | } 356 | ], 357 | "outputs": [ 358 | { 359 | "name": "CONDITIONING", 360 | "type": "CONDITIONING", 361 | "links": [ 362 | 27 363 | ], 364 | "shape": 3, 365 | "slot_index": 0 366 | } 367 | ], 368 | "properties": { 369 | "Node name for S&R": "CLIPTextEncodeSDXL" 370 | }, 371 | "widgets_values": [ 372 | 1024, 373 | 1024, 374 | 0, 375 | 0, 376 | 1024, 377 | 1024, 378 | "Marat assassinated in his tub, the killer stands nearby with her knife", 379 | "Marat assassinated in his tub, the killer stands nearby with her knife" 380 | ], 381 | "color": "#232", 382 | "bgcolor": "#353" 383 | }, 384 | { 385 | "id": 16, 386 | "type": "CLIPTextEncodeSDXL", 387 | "pos": [ 388 | 2864, 389 | 878 390 | ], 391 | "size": { 392 | "0": 210, 393 | "1": 270 394 | }, 395 | "flags": {}, 396 | "order": 4, 397 | "mode": 0, 398 | "inputs": [ 399 | { 400 | "name": "clip", 401 | "type": "CLIP", 402 | "link": 25 403 | } 404 | ], 405 | "outputs": [ 406 | { 407 | "name": "CONDITIONING", 408 | "type": "CONDITIONING", 409 | "links": [ 410 | 24 411 | ], 412 | "shape": 3, 413 | "slot_index": 0 414 | } 415 | ], 416 | "properties": { 417 | "Node name for S&R": "CLIPTextEncodeSDXL" 418 | }, 419 | "widgets_values": [ 420 | 1024, 421 | 1024, 422 | 0, 423 | 0, 424 | 1024, 425 | 1024, 426 | "ugly, deformed", 427 | "ugly, deformed" 428 | ], 429 | "color": "#322", 430 | "bgcolor": "#533" 431 | }, 432 | { 433 | "id": 13, 434 | "type": "ImagePadForOutpaint", 435 | "pos": [ 436 | 2635, 437 | 1281 438 | ], 439 | "size": { 440 | "0": 315, 441 | "1": 174 442 | }, 443 | "flags": {}, 444 | "order": 6, 445 | "mode": 0, 446 | "inputs": [ 447 | { 448 | "name": "image", 449 | "type": "IMAGE", 450 | "link": 21 451 | } 452 | ], 453 | "outputs": [ 454 | { 455 | "name": "IMAGE", 456 | "type": "IMAGE", 457 | "links": [ 458 | 22 459 | ], 460 | "shape": 3, 461 | "slot_index": 0 462 | }, 463 | { 464 | "name": "MASK", 465 | "type": "MASK", 466 | "links": [ 467 | 23 468 | ], 469 | "shape": 3, 470 | "slot_index": 1 471 | } 472 | ], 473 | "properties": { 474 | "Node name for S&R": "ImagePadForOutpaint" 475 | }, 476 | "widgets_values": [ 477 | 504, 478 | 0, 479 | 504, 480 | 0, 481 | 40 482 | ] 483 | } 484 | ], 485 | "links": [ 486 | [ 487 | 10, 488 | 3, 489 | 2, 490 | 9, 491 | 1, 492 | "VAE" 493 | ], 494 | [ 495 | 11, 496 | 9, 497 | 0, 498 | 7, 499 | 0, 500 | "IMAGE" 501 | ], 502 | [ 503 | 12, 504 | 11, 505 | 0, 506 | 9, 507 | 0, 508 | "LATENT" 509 | ], 510 | [ 511 | 16, 512 | 3, 513 | 2, 514 | 12, 515 | 1, 516 | "VAE" 517 | ], 518 | [ 519 | 19, 520 | 12, 521 | 0, 522 | 11, 523 | 3, 524 | "LATENT" 525 | ], 526 | [ 527 | 20, 528 | 3, 529 | 0, 530 | 11, 531 | 0, 532 | "MODEL" 533 | ], 534 | [ 535 | 21, 536 | 10, 537 | 0, 538 | 13, 539 | 0, 540 | "IMAGE" 541 | ], 542 | [ 543 | 22, 544 | 13, 545 | 0, 546 | 12, 547 | 0, 548 | "IMAGE" 549 | ], 550 | [ 551 | 23, 552 | 13, 553 | 1, 554 | 12, 555 | 2, 556 | "MASK" 557 | ], 558 | [ 559 | 24, 560 | 16, 561 | 0, 562 | 11, 563 | 2, 564 | "CONDITIONING" 565 | ], 566 | [ 567 | 25, 568 | 3, 569 | 1, 570 | 16, 571 | 0, 572 | "CLIP" 573 | ], 574 | [ 575 | 26, 576 | 3, 577 | 1, 578 | 15, 579 | 0, 580 | "CLIP" 581 | ], 582 | [ 583 | 27, 584 | 15, 585 | 0, 586 | 11, 587 | 1, 588 | "CONDITIONING" 589 | ] 590 | ], 591 | "groups": [], 592 | "config": {}, 593 | "extra": { 594 | "ds": { 595 | "scale": 0.8264462809917354, 596 | "offset": [ 597 | -1667.4805915046209, 598 | -812.7752699706997 599 | ] 600 | } 601 | }, 602 | "version": 0.4 603 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/promptsfromfile.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 24, 3 | "last_link_id": 33, 4 | "nodes": [ 5 | { 6 | "id": 15, 7 | "type": "LoadImage", 8 | "pos": [ 9 | 1866.7586621093767, 10 | 1254.5009765624989 11 | ], 12 | "size": [ 13 | 315, 14 | 314.0000114440918 15 | ], 16 | "flags": {}, 17 | "order": 0, 18 | "mode": 0, 19 | "outputs": [ 20 | { 21 | "name": "IMAGE", 22 | "type": "IMAGE", 23 | "links": null, 24 | "shape": 3, 25 | "slot_index": 0 26 | }, 27 | { 28 | "name": "MASK", 29 | "type": "MASK", 30 | "links": null, 31 | "shape": 3 32 | } 33 | ], 34 | "properties": { 35 | "Node name for S&R": "LoadImage" 36 | }, 37 | "widgets_values": [ 38 | "0_uyPv5FeFHvOimMKn.jpg", 39 | "image" 40 | ] 41 | }, 42 | { 43 | "id": 16, 44 | "type": "VAEEncode", 45 | "pos": [ 46 | 2224.7586621093737, 47 | 1258.5009765624989 48 | ], 49 | "size": { 50 | "0": 210, 51 | "1": 46 52 | }, 53 | "flags": {}, 54 | "order": 1, 55 | "mode": 0, 56 | "inputs": [ 57 | { 58 | "name": "pixels", 59 | "type": "IMAGE", 60 | "link": null 61 | }, 62 | { 63 | "name": "vae", 64 | "type": "VAE", 65 | "link": null 66 | } 67 | ], 68 | "outputs": [ 69 | { 70 | "name": "LATENT", 71 | "type": "LATENT", 72 | "links": null, 73 | "shape": 3 74 | } 75 | ], 76 | "properties": { 77 | "Node name for S&R": "VAEEncode" 78 | } 79 | }, 80 | { 81 | "id": 14, 82 | "type": "Note", 83 | "pos": [ 84 | 1867, 85 | 955 86 | ], 87 | "size": { 88 | "0": 317.1541442871094, 89 | "1": 181.63186645507812 90 | }, 91 | "flags": {}, 92 | "order": 2, 93 | "mode": 0, 94 | "properties": { 95 | "text": "" 96 | }, 97 | "widgets_values": [ 98 | "Prompt files in: ComfyUI\\custom_nodes\\ComfyUI-Inspire-Pack\\prompts\n\nExample format:\n\npositive:1girl is walking through street,\nraincoat, yellow umbrella\n\nnegative:text, watermark\n-----------------\npositive:museum, people are looking paintings, abstract\n\nnegative:text, watermark\n---- \npositive:battle ground of space ships\n\nnegative:text, watermark" 99 | ], 100 | "color": "#432", 101 | "bgcolor": "#653" 102 | }, 103 | { 104 | "id": 3, 105 | "type": "CheckpointLoaderSimple", 106 | "pos": [ 107 | 1871, 108 | 706 109 | ], 110 | "size": { 111 | "0": 315, 112 | "1": 98 113 | }, 114 | "flags": {}, 115 | "order": 3, 116 | "mode": 0, 117 | "outputs": [ 118 | { 119 | "name": "MODEL", 120 | "type": "MODEL", 121 | "links": [ 122 | 17 123 | ], 124 | "shape": 3, 125 | "slot_index": 0 126 | }, 127 | { 128 | "name": "CLIP", 129 | "type": "CLIP", 130 | "links": [ 131 | 26, 132 | 30 133 | ], 134 | "shape": 3, 135 | "slot_index": 1 136 | }, 137 | { 138 | "name": "VAE", 139 | "type": "VAE", 140 | "links": [ 141 | 23 142 | ], 143 | "shape": 3, 144 | "slot_index": 2 145 | } 146 | ], 147 | "properties": { 148 | "Node name for S&R": "CheckpointLoaderSimple" 149 | }, 150 | "widgets_values": [ 151 | "copaxTimelessxlSDXL1_v12.safetensors" 152 | ] 153 | }, 154 | { 155 | "id": 12, 156 | "type": "LoadPromptsFromFile //Inspire", 157 | "pos": [ 158 | 1873, 159 | 852 160 | ], 161 | "size": { 162 | "0": 315, 163 | "1": 58 164 | }, 165 | "flags": {}, 166 | "order": 4, 167 | "mode": 0, 168 | "outputs": [ 169 | { 170 | "name": "ZIPPED_PROMPT", 171 | "type": "ZIPPED_PROMPT", 172 | "links": [ 173 | 13 174 | ], 175 | "shape": 6, 176 | "slot_index": 0 177 | } 178 | ], 179 | "properties": { 180 | "Node name for S&R": "LoadPromptsFromFile //Inspire" 181 | }, 182 | "widgets_values": [ 183 | "example\\prompt2.txt" 184 | ] 185 | }, 186 | { 187 | "id": 7, 188 | "type": "SaveImage", 189 | "pos": [ 190 | 2584, 191 | 1158 192 | ], 193 | "size": { 194 | "0": 671.6658935546875, 195 | "1": 410.2858581542969 196 | }, 197 | "flags": {}, 198 | "order": 11, 199 | "mode": 0, 200 | "inputs": [ 201 | { 202 | "name": "images", 203 | "type": "IMAGE", 204 | "link": 25 205 | }, 206 | { 207 | "name": "filename_prefix", 208 | "type": "STRING", 209 | "link": 16, 210 | "widget": { 211 | "name": "filename_prefix" 212 | } 213 | } 214 | ], 215 | "properties": {}, 216 | "widgets_values": [ 217 | "ComfyUI" 218 | ] 219 | }, 220 | { 221 | "id": 13, 222 | "type": "UnzipPrompt //Inspire", 223 | "pos": [ 224 | 2210, 225 | 854 226 | ], 227 | "size": [ 228 | 186.39999389648438, 229 | 66 230 | ], 231 | "flags": {}, 232 | "order": 6, 233 | "mode": 0, 234 | "inputs": [ 235 | { 236 | "name": "zipped_prompt", 237 | "type": "ZIPPED_PROMPT", 238 | "link": 13 239 | } 240 | ], 241 | "outputs": [ 242 | { 243 | "name": "positive", 244 | "type": "STRING", 245 | "links": [ 246 | 31, 247 | 32 248 | ], 249 | "shape": 3, 250 | "slot_index": 0 251 | }, 252 | { 253 | "name": "negative", 254 | "type": "STRING", 255 | "links": [ 256 | 27, 257 | 28 258 | ], 259 | "shape": 3, 260 | "slot_index": 1 261 | }, 262 | { 263 | "name": "name", 264 | "type": "STRING", 265 | "links": [ 266 | 16 267 | ], 268 | "shape": 3, 269 | "slot_index": 2 270 | } 271 | ], 272 | "properties": { 273 | "Node name for S&R": "UnzipPrompt //Inspire" 274 | } 275 | }, 276 | { 277 | "id": 11, 278 | "type": "EmptyLatentImage", 279 | "pos": [ 280 | 2204, 281 | 1044 282 | ], 283 | "size": { 284 | "0": 315, 285 | "1": 106 286 | }, 287 | "flags": {}, 288 | "order": 5, 289 | "mode": 0, 290 | "outputs": [ 291 | { 292 | "name": "LATENT", 293 | "type": "LATENT", 294 | "links": [ 295 | 20 296 | ], 297 | "shape": 3, 298 | "slot_index": 0 299 | } 300 | ], 301 | "properties": { 302 | "Node name for S&R": "EmptyLatentImage" 303 | }, 304 | "widgets_values": [ 305 | 1024, 306 | 1024, 307 | 1 308 | ] 309 | }, 310 | { 311 | "id": 21, 312 | "type": "VAEDecodeBatched", 313 | "pos": [ 314 | 3243, 315 | 718 316 | ], 317 | "size": { 318 | "0": 315, 319 | "1": 78 320 | }, 321 | "flags": {}, 322 | "order": 10, 323 | "mode": 0, 324 | "inputs": [ 325 | { 326 | "name": "samples", 327 | "type": "LATENT", 328 | "link": 22 329 | }, 330 | { 331 | "name": "vae", 332 | "type": "VAE", 333 | "link": 23 334 | } 335 | ], 336 | "outputs": [ 337 | { 338 | "name": "IMAGE", 339 | "type": "IMAGE", 340 | "links": [ 341 | 25 342 | ], 343 | "shape": 3, 344 | "slot_index": 0 345 | } 346 | ], 347 | "properties": { 348 | "Node name for S&R": "VAEDecodeBatched" 349 | }, 350 | "widgets_values": [ 351 | 3 352 | ] 353 | }, 354 | { 355 | "id": 17, 356 | "type": "KSampler //Inspire", 357 | "pos": [ 358 | 2911, 359 | 716 360 | ], 361 | "size": { 362 | "0": 315, 363 | "1": 358 364 | }, 365 | "flags": {}, 366 | "order": 9, 367 | "mode": 0, 368 | "inputs": [ 369 | { 370 | "name": "model", 371 | "type": "MODEL", 372 | "link": 17 373 | }, 374 | { 375 | "name": "positive", 376 | "type": "CONDITIONING", 377 | "link": 33 378 | }, 379 | { 380 | "name": "negative", 381 | "type": "CONDITIONING", 382 | "link": 29 383 | }, 384 | { 385 | "name": "latent_image", 386 | "type": "LATENT", 387 | "link": 20 388 | } 389 | ], 390 | "outputs": [ 391 | { 392 | "name": "LATENT", 393 | "type": "LATENT", 394 | "links": [ 395 | 22 396 | ], 397 | "shape": 3, 398 | "slot_index": 0 399 | } 400 | ], 401 | "properties": { 402 | "Node name for S&R": "KSampler //Inspire" 403 | }, 404 | "widgets_values": [ 405 | 575555150208486, 406 | "randomize", 407 | 40, 408 | 6, 409 | "dpmpp_3m_sde_gpu", 410 | "exponential", 411 | 1, 412 | "GPU(=A1111)", 413 | "incremental", 414 | 0, 415 | 0 416 | ] 417 | }, 418 | { 419 | "id": 24, 420 | "type": "CLIPTextEncodeSDXL", 421 | "pos": [ 422 | 2669, 423 | 867 424 | ], 425 | "size": [ 426 | 210, 427 | 218 428 | ], 429 | "flags": {}, 430 | "order": 8, 431 | "mode": 0, 432 | "inputs": [ 433 | { 434 | "name": "clip", 435 | "type": "CLIP", 436 | "link": 26 437 | }, 438 | { 439 | "name": "text_g", 440 | "type": "STRING", 441 | "link": 27, 442 | "widget": { 443 | "name": "text_g" 444 | } 445 | }, 446 | { 447 | "name": "text_l", 448 | "type": "STRING", 449 | "link": 28, 450 | "widget": { 451 | "name": "text_l" 452 | } 453 | } 454 | ], 455 | "outputs": [ 456 | { 457 | "name": "CONDITIONING", 458 | "type": "CONDITIONING", 459 | "links": [ 460 | 29 461 | ], 462 | "shape": 3, 463 | "slot_index": 0 464 | } 465 | ], 466 | "properties": { 467 | "Node name for S&R": "CLIPTextEncodeSDXL" 468 | }, 469 | "widgets_values": [ 470 | 1024, 471 | 1024, 472 | 0, 473 | 0, 474 | 1024, 475 | 1024, 476 | "", 477 | "" 478 | ], 479 | "color": "#322", 480 | "bgcolor": "#533" 481 | }, 482 | { 483 | "id": 23, 484 | "type": "CLIPTextEncodeSDXL", 485 | "pos": [ 486 | 2436, 487 | 747 488 | ], 489 | "size": [ 490 | 210, 491 | 218 492 | ], 493 | "flags": {}, 494 | "order": 7, 495 | "mode": 0, 496 | "inputs": [ 497 | { 498 | "name": "clip", 499 | "type": "CLIP", 500 | "link": 30 501 | }, 502 | { 503 | "name": "text_g", 504 | "type": "STRING", 505 | "link": 31, 506 | "widget": { 507 | "name": "text_g" 508 | } 509 | }, 510 | { 511 | "name": "text_l", 512 | "type": "STRING", 513 | "link": 32, 514 | "widget": { 515 | "name": "text_l" 516 | } 517 | } 518 | ], 519 | "outputs": [ 520 | { 521 | "name": "CONDITIONING", 522 | "type": "CONDITIONING", 523 | "links": [ 524 | 33 525 | ], 526 | "shape": 3, 527 | "slot_index": 0 528 | } 529 | ], 530 | "properties": { 531 | "Node name for S&R": "CLIPTextEncodeSDXL" 532 | }, 533 | "widgets_values": [ 534 | 1024, 535 | 1024, 536 | 0, 537 | 0, 538 | 1024, 539 | 1024, 540 | "", 541 | "" 542 | ], 543 | "color": "#232", 544 | "bgcolor": "#353" 545 | } 546 | ], 547 | "links": [ 548 | [ 549 | 13, 550 | 12, 551 | 0, 552 | 13, 553 | 0, 554 | "ZIPPED_PROMPT" 555 | ], 556 | [ 557 | 16, 558 | 13, 559 | 2, 560 | 7, 561 | 1, 562 | "STRING" 563 | ], 564 | [ 565 | 17, 566 | 3, 567 | 0, 568 | 17, 569 | 0, 570 | "MODEL" 571 | ], 572 | [ 573 | 20, 574 | 11, 575 | 0, 576 | 17, 577 | 3, 578 | "LATENT" 579 | ], 580 | [ 581 | 22, 582 | 17, 583 | 0, 584 | 21, 585 | 0, 586 | "LATENT" 587 | ], 588 | [ 589 | 23, 590 | 3, 591 | 2, 592 | 21, 593 | 1, 594 | "VAE" 595 | ], 596 | [ 597 | 25, 598 | 21, 599 | 0, 600 | 7, 601 | 0, 602 | "IMAGE" 603 | ], 604 | [ 605 | 26, 606 | 3, 607 | 1, 608 | 24, 609 | 0, 610 | "CLIP" 611 | ], 612 | [ 613 | 27, 614 | 13, 615 | 1, 616 | 24, 617 | 1, 618 | "STRING" 619 | ], 620 | [ 621 | 28, 622 | 13, 623 | 1, 624 | 24, 625 | 2, 626 | "STRING" 627 | ], 628 | [ 629 | 29, 630 | 24, 631 | 0, 632 | 17, 633 | 2, 634 | "CONDITIONING" 635 | ], 636 | [ 637 | 30, 638 | 3, 639 | 1, 640 | 23, 641 | 0, 642 | "CLIP" 643 | ], 644 | [ 645 | 31, 646 | 13, 647 | 0, 648 | 23, 649 | 1, 650 | "STRING" 651 | ], 652 | [ 653 | 32, 654 | 13, 655 | 0, 656 | 23, 657 | 2, 658 | "STRING" 659 | ], 660 | [ 661 | 33, 662 | 23, 663 | 0, 664 | 17, 665 | 1, 666 | "CONDITIONING" 667 | ] 668 | ], 669 | "groups": [ 670 | { 671 | "title": "For Img2Img", 672 | "bounding": [ 673 | 1839, 674 | 1167, 675 | 630, 676 | 440 677 | ], 678 | "color": "#3f789e", 679 | "font_size": 24, 680 | "locked": false 681 | } 682 | ], 683 | "config": {}, 684 | "extra": { 685 | "ds": { 686 | "scale": 0.8264462809917354, 687 | "offset": [ 688 | -1319.9402658450508, 689 | -653.7267173463675 690 | ] 691 | } 692 | }, 693 | "version": 0.4 694 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/t2iadapter.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 33, 3 | "last_link_id": 41, 4 | "nodes": [ 5 | { 6 | "id": 13, 7 | "type": "ControlNetApplyAdvanced", 8 | "pos": [ 9 | 2622.908892578126, 10 | 1034.2563348632827 11 | ], 12 | "size": { 13 | "0": 315, 14 | "1": 166 15 | }, 16 | "flags": {}, 17 | "order": 8, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "positive", 22 | "type": "CONDITIONING", 23 | "link": 34 24 | }, 25 | { 26 | "name": "negative", 27 | "type": "CONDITIONING", 28 | "link": 33 29 | }, 30 | { 31 | "name": "control_net", 32 | "type": "CONTROL_NET", 33 | "link": 13 34 | }, 35 | { 36 | "name": "image", 37 | "type": "IMAGE", 38 | "link": 31 39 | } 40 | ], 41 | "outputs": [ 42 | { 43 | "name": "positive", 44 | "type": "CONDITIONING", 45 | "links": [ 46 | 39 47 | ], 48 | "shape": 3, 49 | "slot_index": 0 50 | }, 51 | { 52 | "name": "negative", 53 | "type": "CONDITIONING", 54 | "links": [ 55 | 38 56 | ], 57 | "shape": 3, 58 | "slot_index": 1 59 | } 60 | ], 61 | "properties": { 62 | "Node name for S&R": "ControlNetApplyAdvanced" 63 | }, 64 | "widgets_values": [ 65 | 1, 66 | 0, 67 | 1 68 | ] 69 | }, 70 | { 71 | "id": 16, 72 | "type": "VAEEncode", 73 | "pos": [ 74 | 2186, 75 | 905 76 | ], 77 | "size": { 78 | "0": 210, 79 | "1": 46 80 | }, 81 | "flags": {}, 82 | "order": 6, 83 | "mode": 0, 84 | "inputs": [ 85 | { 86 | "name": "pixels", 87 | "type": "IMAGE", 88 | "link": 17 89 | }, 90 | { 91 | "name": "vae", 92 | "type": "VAE", 93 | "link": 16 94 | } 95 | ], 96 | "outputs": [ 97 | { 98 | "name": "LATENT", 99 | "type": "LATENT", 100 | "links": [ 101 | 37 102 | ], 103 | "shape": 3, 104 | "slot_index": 0 105 | } 106 | ], 107 | "properties": { 108 | "Node name for S&R": "VAEEncode" 109 | } 110 | }, 111 | { 112 | "id": 9, 113 | "type": "VAEDecode", 114 | "pos": [ 115 | 3337, 116 | 1013 117 | ], 118 | "size": { 119 | "0": 210, 120 | "1": 46 121 | }, 122 | "flags": {}, 123 | "order": 11, 124 | "mode": 0, 125 | "inputs": [ 126 | { 127 | "name": "samples", 128 | "type": "LATENT", 129 | "link": 41 130 | }, 131 | { 132 | "name": "vae", 133 | "type": "VAE", 134 | "link": 10 135 | } 136 | ], 137 | "outputs": [ 138 | { 139 | "name": "IMAGE", 140 | "type": "IMAGE", 141 | "links": [ 142 | 11 143 | ], 144 | "shape": 3, 145 | "slot_index": 0 146 | } 147 | ], 148 | "properties": { 149 | "Node name for S&R": "VAEDecode" 150 | } 151 | }, 152 | { 153 | "id": 7, 154 | "type": "SaveImage", 155 | "pos": [ 156 | 2632, 157 | 590 158 | ], 159 | "size": { 160 | "0": 600.3572998046875, 161 | "1": 358.7987976074219 162 | }, 163 | "flags": {}, 164 | "order": 12, 165 | "mode": 0, 166 | "inputs": [ 167 | { 168 | "name": "images", 169 | "type": "IMAGE", 170 | "link": 11 171 | } 172 | ], 173 | "properties": {}, 174 | "widgets_values": [ 175 | "ComfyUI" 176 | ] 177 | }, 178 | { 179 | "id": 12, 180 | "type": "ControlNetLoader", 181 | "pos": [ 182 | 2233, 183 | 1066 184 | ], 185 | "size": { 186 | "0": 315, 187 | "1": 58 188 | }, 189 | "flags": {}, 190 | "order": 0, 191 | "mode": 0, 192 | "outputs": [ 193 | { 194 | "name": "CONTROL_NET", 195 | "type": "CONTROL_NET", 196 | "links": [ 197 | 13 198 | ], 199 | "shape": 3, 200 | "slot_index": 0 201 | } 202 | ], 203 | "properties": { 204 | "Node name for S&R": "ControlNetLoader" 205 | }, 206 | "widgets_values": [ 207 | "t2i-adapter_diffusers_xl_depth_midas.safetensors" 208 | ] 209 | }, 210 | { 211 | "id": 17, 212 | "type": "PreviewImage", 213 | "pos": [ 214 | 2606, 215 | 1260 216 | ], 217 | "size": { 218 | "0": 261.1111145019531, 219 | "1": 265.0492248535156 220 | }, 221 | "flags": {}, 222 | "order": 9, 223 | "mode": 0, 224 | "inputs": [ 225 | { 226 | "name": "images", 227 | "type": "IMAGE", 228 | "link": 32 229 | } 230 | ], 231 | "properties": { 232 | "Node name for S&R": "PreviewImage" 233 | } 234 | }, 235 | { 236 | "id": 3, 237 | "type": "CheckpointLoaderSimple", 238 | "pos": [ 239 | 1819, 240 | 725 241 | ], 242 | "size": { 243 | "0": 315, 244 | "1": 98 245 | }, 246 | "flags": {}, 247 | "order": 1, 248 | "mode": 0, 249 | "outputs": [ 250 | { 251 | "name": "MODEL", 252 | "type": "MODEL", 253 | "links": [ 254 | 40 255 | ], 256 | "shape": 3, 257 | "slot_index": 0 258 | }, 259 | { 260 | "name": "CLIP", 261 | "type": "CLIP", 262 | "links": [ 263 | 35, 264 | 36 265 | ], 266 | "shape": 3, 267 | "slot_index": 1 268 | }, 269 | { 270 | "name": "VAE", 271 | "type": "VAE", 272 | "links": [ 273 | 10, 274 | 16 275 | ], 276 | "shape": 3, 277 | "slot_index": 2 278 | } 279 | ], 280 | "properties": { 281 | "Node name for S&R": "CheckpointLoaderSimple" 282 | }, 283 | "widgets_values": [ 284 | "copaxTimelessxlSDXL1_v12.safetensors" 285 | ] 286 | }, 287 | { 288 | "id": 15, 289 | "type": "LoadImage", 290 | "pos": [ 291 | 1833, 292 | 903 293 | ], 294 | "size": { 295 | "0": 315, 296 | "1": 314 297 | }, 298 | "flags": {}, 299 | "order": 2, 300 | "mode": 0, 301 | "outputs": [ 302 | { 303 | "name": "IMAGE", 304 | "type": "IMAGE", 305 | "links": [ 306 | 17, 307 | 29 308 | ], 309 | "shape": 3, 310 | "slot_index": 0 311 | }, 312 | { 313 | "name": "MASK", 314 | "type": "MASK", 315 | "links": null, 316 | "shape": 3 317 | } 318 | ], 319 | "properties": { 320 | "Node name for S&R": "LoadImage" 321 | }, 322 | "widgets_values": [ 323 | "1531174403377.jpeg", 324 | "image" 325 | ] 326 | }, 327 | { 328 | "id": 33, 329 | "type": "KSampler", 330 | "pos": [ 331 | 2983, 332 | 1010 333 | ], 334 | "size": { 335 | "0": 315, 336 | "1": 262 337 | }, 338 | "flags": {}, 339 | "order": 10, 340 | "mode": 0, 341 | "inputs": [ 342 | { 343 | "name": "model", 344 | "type": "MODEL", 345 | "link": 40 346 | }, 347 | { 348 | "name": "positive", 349 | "type": "CONDITIONING", 350 | "link": 39 351 | }, 352 | { 353 | "name": "negative", 354 | "type": "CONDITIONING", 355 | "link": 38 356 | }, 357 | { 358 | "name": "latent_image", 359 | "type": "LATENT", 360 | "link": 37 361 | } 362 | ], 363 | "outputs": [ 364 | { 365 | "name": "LATENT", 366 | "type": "LATENT", 367 | "links": [ 368 | 41 369 | ], 370 | "shape": 3, 371 | "slot_index": 0 372 | } 373 | ], 374 | "properties": { 375 | "Node name for S&R": "KSampler" 376 | }, 377 | "widgets_values": [ 378 | 610417069179453, 379 | "randomize", 380 | 40, 381 | 6, 382 | "dpmpp_3m_sde_gpu", 383 | "exponential", 384 | 1 385 | ] 386 | }, 387 | { 388 | "id": 23, 389 | "type": "Note", 390 | "pos": [ 391 | 2980, 392 | 1331 393 | ], 394 | "size": { 395 | "0": 301.671142578125, 396 | "1": 135.73687744140625 397 | }, 398 | "flags": {}, 399 | "order": 3, 400 | "mode": 0, 401 | "properties": { 402 | "text": "" 403 | }, 404 | "widgets_values": [ 405 | "Change steps, cfg, sampler, and scheduler to match model guidelines. \n\nDenoise controls % of original pixels kept in place. May lower from 1 for certain use cases." 406 | ], 407 | "color": "#432", 408 | "bgcolor": "#653" 409 | }, 410 | { 411 | "id": 24, 412 | "type": "MiDaS-DepthMapPreprocessor", 413 | "pos": [ 414 | 2227, 415 | 1230 416 | ], 417 | "size": { 418 | "0": 315, 419 | "1": 106 420 | }, 421 | "flags": {}, 422 | "order": 7, 423 | "mode": 0, 424 | "inputs": [ 425 | { 426 | "name": "image", 427 | "type": "IMAGE", 428 | "link": 29 429 | } 430 | ], 431 | "outputs": [ 432 | { 433 | "name": "IMAGE", 434 | "type": "IMAGE", 435 | "links": [ 436 | 31, 437 | 32 438 | ], 439 | "shape": 3, 440 | "slot_index": 0 441 | } 442 | ], 443 | "properties": { 444 | "Node name for S&R": "MiDaS-DepthMapPreprocessor" 445 | }, 446 | "widgets_values": [ 447 | 2, 448 | 0.2, 449 | 1024 450 | ] 451 | }, 452 | { 453 | "id": 25, 454 | "type": "CLIPTextEncodeSDXL", 455 | "pos": [ 456 | 2160, 457 | 586 458 | ], 459 | "size": { 460 | "0": 210, 461 | "1": 270 462 | }, 463 | "flags": {}, 464 | "order": 4, 465 | "mode": 0, 466 | "inputs": [ 467 | { 468 | "name": "clip", 469 | "type": "CLIP", 470 | "link": 35 471 | } 472 | ], 473 | "outputs": [ 474 | { 475 | "name": "CONDITIONING", 476 | "type": "CONDITIONING", 477 | "links": [ 478 | 34 479 | ], 480 | "shape": 3, 481 | "slot_index": 0 482 | } 483 | ], 484 | "properties": { 485 | "Node name for S&R": "CLIPTextEncodeSDXL" 486 | }, 487 | "widgets_values": [ 488 | 1024, 489 | 1024, 490 | 0, 491 | 0, 492 | 1024, 493 | 1024, 494 | "illustration of guy fieri as a saint, portrait, masterpiece", 495 | "illustration of guy fieri as a saint, portrait, masterpiece" 496 | ], 497 | "color": "#232", 498 | "bgcolor": "#353" 499 | }, 500 | { 501 | "id": 27, 502 | "type": "CLIPTextEncodeSDXL", 503 | "pos": [ 504 | 2405, 505 | 589 506 | ], 507 | "size": { 508 | "0": 210, 509 | "1": 270 510 | }, 511 | "flags": {}, 512 | "order": 5, 513 | "mode": 0, 514 | "inputs": [ 515 | { 516 | "name": "clip", 517 | "type": "CLIP", 518 | "link": 36 519 | } 520 | ], 521 | "outputs": [ 522 | { 523 | "name": "CONDITIONING", 524 | "type": "CONDITIONING", 525 | "links": [ 526 | 33 527 | ], 528 | "shape": 3, 529 | "slot_index": 0 530 | } 531 | ], 532 | "properties": { 533 | "Node name for S&R": "CLIPTextEncodeSDXL" 534 | }, 535 | "widgets_values": [ 536 | 1024, 537 | 1024, 538 | 0, 539 | 0, 540 | 1024, 541 | 1024, 542 | "ugly, bad face, bad hands", 543 | "ugly, bad face, bad hands" 544 | ], 545 | "color": "#322", 546 | "bgcolor": "#533" 547 | } 548 | ], 549 | "links": [ 550 | [ 551 | 10, 552 | 3, 553 | 2, 554 | 9, 555 | 1, 556 | "VAE" 557 | ], 558 | [ 559 | 11, 560 | 9, 561 | 0, 562 | 7, 563 | 0, 564 | "IMAGE" 565 | ], 566 | [ 567 | 13, 568 | 12, 569 | 0, 570 | 13, 571 | 2, 572 | "CONTROL_NET" 573 | ], 574 | [ 575 | 16, 576 | 3, 577 | 2, 578 | 16, 579 | 1, 580 | "VAE" 581 | ], 582 | [ 583 | 17, 584 | 15, 585 | 0, 586 | 16, 587 | 0, 588 | "IMAGE" 589 | ], 590 | [ 591 | 29, 592 | 15, 593 | 0, 594 | 24, 595 | 0, 596 | "IMAGE" 597 | ], 598 | [ 599 | 31, 600 | 24, 601 | 0, 602 | 13, 603 | 3, 604 | "IMAGE" 605 | ], 606 | [ 607 | 32, 608 | 24, 609 | 0, 610 | 17, 611 | 0, 612 | "IMAGE" 613 | ], 614 | [ 615 | 33, 616 | 27, 617 | 0, 618 | 13, 619 | 1, 620 | "CONDITIONING" 621 | ], 622 | [ 623 | 34, 624 | 25, 625 | 0, 626 | 13, 627 | 0, 628 | "CONDITIONING" 629 | ], 630 | [ 631 | 35, 632 | 3, 633 | 1, 634 | 25, 635 | 0, 636 | "CLIP" 637 | ], 638 | [ 639 | 36, 640 | 3, 641 | 1, 642 | 27, 643 | 0, 644 | "CLIP" 645 | ], 646 | [ 647 | 37, 648 | 16, 649 | 0, 650 | 33, 651 | 3, 652 | "LATENT" 653 | ], 654 | [ 655 | 38, 656 | 13, 657 | 1, 658 | 33, 659 | 2, 660 | "CONDITIONING" 661 | ], 662 | [ 663 | 39, 664 | 13, 665 | 0, 666 | 33, 667 | 1, 668 | "CONDITIONING" 669 | ], 670 | [ 671 | 40, 672 | 3, 673 | 0, 674 | 33, 675 | 0, 676 | "MODEL" 677 | ], 678 | [ 679 | 41, 680 | 33, 681 | 0, 682 | 9, 683 | 0, 684 | "LATENT" 685 | ] 686 | ], 687 | "groups": [ 688 | { 689 | "title": "T2i", 690 | "bounding": [ 691 | 2177, 692 | 972, 693 | 778, 694 | 577 695 | ], 696 | "color": "#3f789e", 697 | "font_size": 24, 698 | "locked": false 699 | } 700 | ], 701 | "config": {}, 702 | "extra": { 703 | "ds": { 704 | "scale": 0.7513148009015777, 705 | "offset": [ 706 | -1103.166202066867, 707 | -486.94831291570176 708 | ] 709 | } 710 | }, 711 | "version": 0.4 712 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/txt2img.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 14, 3 | "last_link_id": 16, 4 | "nodes": [ 5 | { 6 | "id": 2, 7 | "type": "KSamplerAdvanced", 8 | "pos": [ 9 | 2912, 10 | 948 11 | ], 12 | "size": { 13 | "0": 315, 14 | "1": 334 15 | }, 16 | "flags": {}, 17 | "order": 5, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "model", 22 | "type": "MODEL", 23 | "link": 1 24 | }, 25 | { 26 | "name": "positive", 27 | "type": "CONDITIONING", 28 | "link": 16 29 | }, 30 | { 31 | "name": "negative", 32 | "type": "CONDITIONING", 33 | "link": 14 34 | }, 35 | { 36 | "name": "latent_image", 37 | "type": "LATENT", 38 | "link": 12 39 | } 40 | ], 41 | "outputs": [ 42 | { 43 | "name": "LATENT", 44 | "type": "LATENT", 45 | "links": [ 46 | 9 47 | ], 48 | "shape": 3, 49 | "slot_index": 0 50 | } 51 | ], 52 | "properties": { 53 | "Node name for S&R": "KSamplerAdvanced" 54 | }, 55 | "widgets_values": [ 56 | "enable", 57 | 48956821142720, 58 | "randomize", 59 | 40, 60 | 6, 61 | "dpmpp_3m_sde_gpu", 62 | "exponential", 63 | 0, 64 | 10000, 65 | "disable" 66 | ] 67 | }, 68 | { 69 | "id": 9, 70 | "type": "VAEDecode", 71 | "pos": [ 72 | 3258, 73 | 951 74 | ], 75 | "size": { 76 | "0": 210, 77 | "1": 46 78 | }, 79 | "flags": {}, 80 | "order": 6, 81 | "mode": 0, 82 | "inputs": [ 83 | { 84 | "name": "samples", 85 | "type": "LATENT", 86 | "link": 9 87 | }, 88 | { 89 | "name": "vae", 90 | "type": "VAE", 91 | "link": 10 92 | } 93 | ], 94 | "outputs": [ 95 | { 96 | "name": "IMAGE", 97 | "type": "IMAGE", 98 | "links": [ 99 | 11 100 | ], 101 | "shape": 3, 102 | "slot_index": 0 103 | } 104 | ], 105 | "properties": { 106 | "Node name for S&R": "VAEDecode" 107 | } 108 | }, 109 | { 110 | "id": 7, 111 | "type": "SaveImage", 112 | "pos": [ 113 | 3258, 114 | 1043 115 | ], 116 | "size": { 117 | "0": 315, 118 | "1": 270 119 | }, 120 | "flags": {}, 121 | "order": 7, 122 | "mode": 0, 123 | "inputs": [ 124 | { 125 | "name": "images", 126 | "type": "IMAGE", 127 | "link": 11 128 | } 129 | ], 130 | "properties": {}, 131 | "widgets_values": [ 132 | "ComfyUI" 133 | ] 134 | }, 135 | { 136 | "id": 11, 137 | "type": "EmptyLatentImage", 138 | "pos": [ 139 | 2091, 140 | 1064 141 | ], 142 | "size": { 143 | "0": 315, 144 | "1": 106 145 | }, 146 | "flags": {}, 147 | "order": 0, 148 | "mode": 0, 149 | "outputs": [ 150 | { 151 | "name": "LATENT", 152 | "type": "LATENT", 153 | "links": [ 154 | 12 155 | ], 156 | "shape": 3, 157 | "slot_index": 0 158 | } 159 | ], 160 | "properties": { 161 | "Node name for S&R": "EmptyLatentImage" 162 | }, 163 | "widgets_values": [ 164 | 1024, 165 | 1024, 166 | 1 167 | ] 168 | }, 169 | { 170 | "id": 13, 171 | "type": "CLIPTextEncodeSDXL", 172 | "pos": [ 173 | 2447, 174 | 888 175 | ], 176 | "size": [ 177 | 210, 178 | 270.0000190734863 179 | ], 180 | "flags": {}, 181 | "order": 4, 182 | "mode": 0, 183 | "inputs": [ 184 | { 185 | "name": "clip", 186 | "type": "CLIP", 187 | "link": 15 188 | } 189 | ], 190 | "outputs": [ 191 | { 192 | "name": "CONDITIONING", 193 | "type": "CONDITIONING", 194 | "links": [ 195 | 16 196 | ], 197 | "shape": 3, 198 | "slot_index": 0 199 | } 200 | ], 201 | "properties": { 202 | "Node name for S&R": "CLIPTextEncodeSDXL" 203 | }, 204 | "widgets_values": [ 205 | 1024, 206 | 1024, 207 | 0, 208 | 0, 209 | 1024, 210 | 1024, 211 | "a giant glittering cantaloupe on the beach at sunset", 212 | "a giant glittering cantaloupe on the beach at sunset" 213 | ], 214 | "color": "#232", 215 | "bgcolor": "#353" 216 | }, 217 | { 218 | "id": 14, 219 | "type": "CLIPTextEncodeSDXL", 220 | "pos": [ 221 | 2669, 222 | 892 223 | ], 224 | "size": { 225 | "0": 210, 226 | "1": 270.0000305175781 227 | }, 228 | "flags": {}, 229 | "order": 3, 230 | "mode": 0, 231 | "inputs": [ 232 | { 233 | "name": "clip", 234 | "type": "CLIP", 235 | "link": 13 236 | } 237 | ], 238 | "outputs": [ 239 | { 240 | "name": "CONDITIONING", 241 | "type": "CONDITIONING", 242 | "links": [ 243 | 14 244 | ], 245 | "shape": 3, 246 | "slot_index": 0 247 | } 248 | ], 249 | "properties": { 250 | "Node name for S&R": "CLIPTextEncodeSDXL" 251 | }, 252 | "widgets_values": [ 253 | 830, 254 | 1024, 255 | 0, 256 | 0, 257 | 1024, 258 | 1024, 259 | "ugly, cartoon", 260 | "ugly, cartoon" 261 | ], 262 | "color": "#322", 263 | "bgcolor": "#533" 264 | }, 265 | { 266 | "id": 3, 267 | "type": "CheckpointLoaderSimple", 268 | "pos": [ 269 | 2092, 270 | 920 271 | ], 272 | "size": { 273 | "0": 315, 274 | "1": 98 275 | }, 276 | "flags": {}, 277 | "order": 1, 278 | "mode": 0, 279 | "outputs": [ 280 | { 281 | "name": "MODEL", 282 | "type": "MODEL", 283 | "links": [ 284 | 1 285 | ], 286 | "shape": 3, 287 | "slot_index": 0 288 | }, 289 | { 290 | "name": "CLIP", 291 | "type": "CLIP", 292 | "links": [ 293 | 13, 294 | 15 295 | ], 296 | "shape": 3, 297 | "slot_index": 1 298 | }, 299 | { 300 | "name": "VAE", 301 | "type": "VAE", 302 | "links": [ 303 | 10 304 | ], 305 | "shape": 3, 306 | "slot_index": 2 307 | } 308 | ], 309 | "properties": { 310 | "Node name for S&R": "CheckpointLoaderSimple" 311 | }, 312 | "widgets_values": [ 313 | "copaxTimelessxlSDXL1_v12.safetensors" 314 | ] 315 | }, 316 | { 317 | "id": 12, 318 | "type": "Note", 319 | "pos": [ 320 | 2185, 321 | 1221 322 | ], 323 | "size": { 324 | "0": 210, 325 | "1": 58 326 | }, 327 | "flags": {}, 328 | "order": 2, 329 | "mode": 0, 330 | "properties": { 331 | "text": "" 332 | }, 333 | "widgets_values": [ 334 | "Change width/height to 512x512 and switch to normal clip encoders if using SD1.5/2" 335 | ], 336 | "color": "#432", 337 | "bgcolor": "#653" 338 | } 339 | ], 340 | "links": [ 341 | [ 342 | 1, 343 | 3, 344 | 0, 345 | 2, 346 | 0, 347 | "MODEL" 348 | ], 349 | [ 350 | 9, 351 | 2, 352 | 0, 353 | 9, 354 | 0, 355 | "LATENT" 356 | ], 357 | [ 358 | 10, 359 | 3, 360 | 2, 361 | 9, 362 | 1, 363 | "VAE" 364 | ], 365 | [ 366 | 11, 367 | 9, 368 | 0, 369 | 7, 370 | 0, 371 | "IMAGE" 372 | ], 373 | [ 374 | 12, 375 | 11, 376 | 0, 377 | 2, 378 | 3, 379 | "LATENT" 380 | ], 381 | [ 382 | 13, 383 | 3, 384 | 1, 385 | 14, 386 | 0, 387 | "CLIP" 388 | ], 389 | [ 390 | 14, 391 | 14, 392 | 0, 393 | 2, 394 | 2, 395 | "CONDITIONING" 396 | ], 397 | [ 398 | 15, 399 | 3, 400 | 1, 401 | 13, 402 | 0, 403 | "CLIP" 404 | ], 405 | [ 406 | 16, 407 | 13, 408 | 0, 409 | 2, 410 | 1, 411 | "CONDITIONING" 412 | ] 413 | ], 414 | "groups": [], 415 | "config": {}, 416 | "extra": { 417 | "ds": { 418 | "scale": 1.2100000000000009, 419 | "offset": [ 420 | -2054.308109147134, 421 | -821.3602241039953 422 | ] 423 | } 424 | }, 425 | "version": 0.4 426 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/txt2img_stablecascade.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 49, 3 | "last_link_id": 124, 4 | "nodes": [ 5 | { 6 | "id": 36, 7 | "type": "StableCascade_StageB_Conditioning", 8 | "pos": [ 9 | 907.5535723632809, 10 | -190.61354743652328 11 | ], 12 | "size": { 13 | "0": 277.20001220703125, 14 | "1": 46 15 | }, 16 | "flags": {}, 17 | "order": 5, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "conditioning", 22 | "type": "CONDITIONING", 23 | "link": 116, 24 | "slot_index": 0 25 | }, 26 | { 27 | "name": "stage_c", 28 | "type": "LATENT", 29 | "link": 121 30 | } 31 | ], 32 | "outputs": [ 33 | { 34 | "name": "CONDITIONING", 35 | "type": "CONDITIONING", 36 | "links": [ 37 | 86 38 | ], 39 | "shape": 3, 40 | "slot_index": 0 41 | } 42 | ], 43 | "properties": { 44 | "Node name for S&R": "StableCascade_StageB_Conditioning" 45 | } 46 | }, 47 | { 48 | "id": 8, 49 | "type": "VAEDecode", 50 | "pos": [ 51 | 1594.4973572265633, 52 | -183.24448393554738 53 | ], 54 | "size": { 55 | "0": 210, 56 | "1": 46 57 | }, 58 | "flags": {}, 59 | "order": 7, 60 | "mode": 0, 61 | "inputs": [ 62 | { 63 | "name": "samples", 64 | "type": "LATENT", 65 | "link": 98 66 | }, 67 | { 68 | "name": "vae", 69 | "type": "VAE", 70 | "link": 124, 71 | "slot_index": 1 72 | } 73 | ], 74 | "outputs": [ 75 | { 76 | "name": "IMAGE", 77 | "type": "IMAGE", 78 | "links": [ 79 | 9 80 | ], 81 | "slot_index": 0 82 | } 83 | ], 84 | "properties": { 85 | "Node name for S&R": "VAEDecode" 86 | } 87 | }, 88 | { 89 | "id": 9, 90 | "type": "SaveImage", 91 | "pos": [ 92 | 347, 93 | 166 94 | ], 95 | "size": [ 96 | 516.9912011770789, 97 | 369.6218425603985 98 | ], 99 | "flags": {}, 100 | "order": 8, 101 | "mode": 0, 102 | "inputs": [ 103 | { 104 | "name": "images", 105 | "type": "IMAGE", 106 | "link": 9 107 | } 108 | ], 109 | "properties": {}, 110 | "widgets_values": [ 111 | "ComfyUI" 112 | ] 113 | }, 114 | { 115 | "id": 6, 116 | "type": "CLIPTextEncode", 117 | "pos": [ 118 | 134, 119 | -192 120 | ], 121 | "size": [ 122 | 285.6000061035156, 123 | 103.55562269650677 124 | ], 125 | "flags": {}, 126 | "order": 2, 127 | "mode": 0, 128 | "inputs": [ 129 | { 130 | "name": "clip", 131 | "type": "CLIP", 132 | "link": 122 133 | } 134 | ], 135 | "outputs": [ 136 | { 137 | "name": "CONDITIONING", 138 | "type": "CONDITIONING", 139 | "links": [ 140 | 107, 141 | 116 142 | ], 143 | "slot_index": 0 144 | } 145 | ], 146 | "title": "CLIP Text Encode (Positive Prompt)", 147 | "properties": { 148 | "Node name for S&R": "CLIPTextEncode" 149 | }, 150 | "widgets_values": [ 151 | "a portrait photo of Guy Fieri standing in a volcano holding a sign that says \"Holy Moly Stromboli!\"" 152 | ], 153 | "color": "#232", 154 | "bgcolor": "#353" 155 | }, 156 | { 157 | "id": 7, 158 | "type": "CLIPTextEncode", 159 | "pos": [ 160 | 130, 161 | -37 162 | ], 163 | "size": [ 164 | 285.6000061035156, 165 | 76 166 | ], 167 | "flags": {}, 168 | "order": 3, 169 | "mode": 0, 170 | "inputs": [ 171 | { 172 | "name": "clip", 173 | "type": "CLIP", 174 | "link": 123 175 | } 176 | ], 177 | "outputs": [ 178 | { 179 | "name": "CONDITIONING", 180 | "type": "CONDITIONING", 181 | "links": [ 182 | 108, 183 | 117 184 | ], 185 | "slot_index": 0 186 | } 187 | ], 188 | "title": "CLIP Text Encode (Negative Prompt)", 189 | "properties": { 190 | "Node name for S&R": "CLIPTextEncode" 191 | }, 192 | "widgets_values": [ 193 | "b&w" 194 | ], 195 | "color": "#322", 196 | "bgcolor": "#533" 197 | }, 198 | { 199 | "id": 3, 200 | "type": "KSampler", 201 | "pos": [ 202 | 492, 203 | -187 204 | ], 205 | "size": { 206 | "0": 315, 207 | "1": 262 208 | }, 209 | "flags": {}, 210 | "order": 4, 211 | "mode": 0, 212 | "inputs": [ 213 | { 214 | "name": "model", 215 | "type": "MODEL", 216 | "link": 119, 217 | "slot_index": 0 218 | }, 219 | { 220 | "name": "positive", 221 | "type": "CONDITIONING", 222 | "link": 107 223 | }, 224 | { 225 | "name": "negative", 226 | "type": "CONDITIONING", 227 | "link": 108 228 | }, 229 | { 230 | "name": "latent_image", 231 | "type": "LATENT", 232 | "link": 82 233 | } 234 | ], 235 | "outputs": [ 236 | { 237 | "name": "LATENT", 238 | "type": "LATENT", 239 | "links": [ 240 | 121 241 | ], 242 | "slot_index": 0 243 | } 244 | ], 245 | "properties": { 246 | "Node name for S&R": "KSampler" 247 | }, 248 | "widgets_values": [ 249 | 317637191648841, 250 | "randomize", 251 | 20, 252 | 2, 253 | "euler_ancestral", 254 | "simple", 255 | 1 256 | ] 257 | }, 258 | { 259 | "id": 49, 260 | "type": "StableCascade_CheckpointLoader //Inspire", 261 | "pos": [ 262 | -268, 263 | -237 264 | ], 265 | "size": { 266 | "0": 315, 267 | "1": 294 268 | }, 269 | "flags": {}, 270 | "order": 0, 271 | "mode": 0, 272 | "outputs": [ 273 | { 274 | "name": "b_model", 275 | "type": "MODEL", 276 | "links": [ 277 | 120 278 | ], 279 | "shape": 3, 280 | "slot_index": 0 281 | }, 282 | { 283 | "name": "b_vae", 284 | "type": "VAE", 285 | "links": [ 286 | 124 287 | ], 288 | "shape": 3, 289 | "slot_index": 1 290 | }, 291 | { 292 | "name": "c_model", 293 | "type": "MODEL", 294 | "links": [ 295 | 119 296 | ], 297 | "shape": 3, 298 | "slot_index": 2 299 | }, 300 | { 301 | "name": "c_vae", 302 | "type": "VAE", 303 | "links": null, 304 | "shape": 3 305 | }, 306 | { 307 | "name": "c_clip_vision", 308 | "type": "CLIP_VISION", 309 | "links": null, 310 | "shape": 3 311 | }, 312 | { 313 | "name": "clip", 314 | "type": "CLIP", 315 | "links": [ 316 | 122, 317 | 123 318 | ], 319 | "shape": 3, 320 | "slot_index": 5 321 | }, 322 | { 323 | "name": "key_b", 324 | "type": "STRING", 325 | "links": null, 326 | "shape": 3 327 | }, 328 | { 329 | "name": "key_c", 330 | "type": "STRING", 331 | "links": null, 332 | "shape": 3 333 | } 334 | ], 335 | "properties": { 336 | "Node name for S&R": "StableCascade_CheckpointLoader //Inspire" 337 | }, 338 | "widgets_values": [ 339 | "stable_cascade_stage_b.safetensors", 340 | "", 341 | "stable_cascade_stage_c.safetensors", 342 | "", 343 | "all" 344 | ] 345 | }, 346 | { 347 | "id": 34, 348 | "type": "StableCascade_EmptyLatentImage", 349 | "pos": [ 350 | -265, 351 | 115 352 | ], 353 | "size": { 354 | "0": 315, 355 | "1": 150 356 | }, 357 | "flags": {}, 358 | "order": 1, 359 | "mode": 0, 360 | "outputs": [ 361 | { 362 | "name": "stage_c", 363 | "type": "LATENT", 364 | "links": [ 365 | 82 366 | ], 367 | "shape": 3, 368 | "slot_index": 0 369 | }, 370 | { 371 | "name": "stage_b", 372 | "type": "LATENT", 373 | "links": [ 374 | 83 375 | ], 376 | "shape": 3, 377 | "slot_index": 1 378 | } 379 | ], 380 | "properties": { 381 | "Node name for S&R": "StableCascade_EmptyLatentImage" 382 | }, 383 | "widgets_values": [ 384 | 1024, 385 | 1024, 386 | 42, 387 | 1 388 | ] 389 | }, 390 | { 391 | "id": 33, 392 | "type": "KSampler", 393 | "pos": [ 394 | 1218, 395 | -215 396 | ], 397 | "size": { 398 | "0": 315, 399 | "1": 262 400 | }, 401 | "flags": {}, 402 | "order": 6, 403 | "mode": 0, 404 | "inputs": [ 405 | { 406 | "name": "model", 407 | "type": "MODEL", 408 | "link": 120, 409 | "slot_index": 0 410 | }, 411 | { 412 | "name": "positive", 413 | "type": "CONDITIONING", 414 | "link": 86 415 | }, 416 | { 417 | "name": "negative", 418 | "type": "CONDITIONING", 419 | "link": 117 420 | }, 421 | { 422 | "name": "latent_image", 423 | "type": "LATENT", 424 | "link": 83 425 | } 426 | ], 427 | "outputs": [ 428 | { 429 | "name": "LATENT", 430 | "type": "LATENT", 431 | "links": [ 432 | 98 433 | ], 434 | "slot_index": 0 435 | } 436 | ], 437 | "properties": { 438 | "Node name for S&R": "KSampler" 439 | }, 440 | "widgets_values": [ 441 | 635136097734155, 442 | "randomize", 443 | 10, 444 | 1.1, 445 | "euler_ancestral", 446 | "simple", 447 | 1 448 | ] 449 | } 450 | ], 451 | "links": [ 452 | [ 453 | 9, 454 | 8, 455 | 0, 456 | 9, 457 | 0, 458 | "IMAGE" 459 | ], 460 | [ 461 | 82, 462 | 34, 463 | 0, 464 | 3, 465 | 3, 466 | "LATENT" 467 | ], 468 | [ 469 | 83, 470 | 34, 471 | 1, 472 | 33, 473 | 3, 474 | "LATENT" 475 | ], 476 | [ 477 | 86, 478 | 36, 479 | 0, 480 | 33, 481 | 1, 482 | "CONDITIONING" 483 | ], 484 | [ 485 | 98, 486 | 33, 487 | 0, 488 | 8, 489 | 0, 490 | "LATENT" 491 | ], 492 | [ 493 | 107, 494 | 6, 495 | 0, 496 | 3, 497 | 1, 498 | "CONDITIONING" 499 | ], 500 | [ 501 | 108, 502 | 7, 503 | 0, 504 | 3, 505 | 2, 506 | "CONDITIONING" 507 | ], 508 | [ 509 | 116, 510 | 6, 511 | 0, 512 | 36, 513 | 0, 514 | "CONDITIONING" 515 | ], 516 | [ 517 | 117, 518 | 7, 519 | 0, 520 | 33, 521 | 2, 522 | "CONDITIONING" 523 | ], 524 | [ 525 | 119, 526 | 49, 527 | 2, 528 | 3, 529 | 0, 530 | "MODEL" 531 | ], 532 | [ 533 | 120, 534 | 49, 535 | 0, 536 | 33, 537 | 0, 538 | "MODEL" 539 | ], 540 | [ 541 | 121, 542 | 3, 543 | 0, 544 | 36, 545 | 1, 546 | "LATENT" 547 | ], 548 | [ 549 | 122, 550 | 49, 551 | 5, 552 | 6, 553 | 0, 554 | "CLIP" 555 | ], 556 | [ 557 | 123, 558 | 49, 559 | 5, 560 | 7, 561 | 0, 562 | "CLIP" 563 | ], 564 | [ 565 | 124, 566 | 49, 567 | 1, 568 | 8, 569 | 1, 570 | "VAE" 571 | ] 572 | ], 573 | "groups": [ 574 | { 575 | "title": "Stage B", 576 | "bounding": [ 577 | 880, 578 | -273, 579 | 676, 580 | 396 581 | ], 582 | "color": "#8A8", 583 | "font_size": 24, 584 | "locked": false 585 | }, 586 | { 587 | "title": "Stage C", 588 | "bounding": [ 589 | 109, 590 | -270, 591 | 731, 592 | 392 593 | ], 594 | "color": "#b06634", 595 | "font_size": 24, 596 | "locked": false 597 | }, 598 | { 599 | "title": "Stage A", 600 | "bounding": [ 601 | 1573, 602 | -273, 603 | 262, 604 | 399 605 | ], 606 | "color": "#3f789e", 607 | "font_size": 24, 608 | "locked": false 609 | } 610 | ], 611 | "config": {}, 612 | "extra": { 613 | "ds": { 614 | "scale": 0.9090909090909091, 615 | "offset": [ 616 | 616.4187988229214, 617 | 324.51815743960174 618 | ] 619 | } 620 | }, 621 | "version": 0.4 622 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/txt2imglora.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 16, 3 | "last_link_id": 27, 4 | "nodes": [ 5 | { 6 | "id": 11, 7 | "type": "EmptyLatentImage", 8 | "pos": [ 9 | 2373, 10 | 1118 11 | ], 12 | "size": { 13 | "0": 315, 14 | "1": 106 15 | }, 16 | "flags": {}, 17 | "order": 0, 18 | "mode": 0, 19 | "outputs": [ 20 | { 21 | "name": "LATENT", 22 | "type": "LATENT", 23 | "links": [ 24 | 26 25 | ], 26 | "shape": 3, 27 | "slot_index": 0 28 | } 29 | ], 30 | "properties": { 31 | "Node name for S&R": "EmptyLatentImage" 32 | }, 33 | "widgets_values": [ 34 | 1024, 35 | 1024, 36 | 1 37 | ] 38 | }, 39 | { 40 | "id": 3, 41 | "type": "CheckpointLoaderSimple", 42 | "pos": [ 43 | 2204, 44 | 973 45 | ], 46 | "size": { 47 | "0": 315, 48 | "1": 98 49 | }, 50 | "flags": {}, 51 | "order": 1, 52 | "mode": 0, 53 | "outputs": [ 54 | { 55 | "name": "MODEL", 56 | "type": "MODEL", 57 | "links": [ 58 | 13 59 | ], 60 | "shape": 3, 61 | "slot_index": 0 62 | }, 63 | { 64 | "name": "CLIP", 65 | "type": "CLIP", 66 | "links": [ 67 | 14 68 | ], 69 | "shape": 3, 70 | "slot_index": 1 71 | }, 72 | { 73 | "name": "VAE", 74 | "type": "VAE", 75 | "links": [ 76 | 10 77 | ], 78 | "shape": 3, 79 | "slot_index": 2 80 | } 81 | ], 82 | "properties": { 83 | "Node name for S&R": "CheckpointLoaderSimple" 84 | }, 85 | "widgets_values": [ 86 | "copaxTimelessxlSDXL1_v12.safetensors" 87 | ] 88 | }, 89 | { 90 | "id": 9, 91 | "type": "VAEDecode", 92 | "pos": [ 93 | 3694, 94 | 935 95 | ], 96 | "size": { 97 | "0": 210, 98 | "1": 46 99 | }, 100 | "flags": {}, 101 | "order": 6, 102 | "mode": 0, 103 | "inputs": [ 104 | { 105 | "name": "samples", 106 | "type": "LATENT", 107 | "link": 27 108 | }, 109 | { 110 | "name": "vae", 111 | "type": "VAE", 112 | "link": 10 113 | } 114 | ], 115 | "outputs": [ 116 | { 117 | "name": "IMAGE", 118 | "type": "IMAGE", 119 | "links": [ 120 | 11 121 | ], 122 | "shape": 3, 123 | "slot_index": 0 124 | } 125 | ], 126 | "properties": { 127 | "Node name for S&R": "VAEDecode" 128 | } 129 | }, 130 | { 131 | "id": 7, 132 | "type": "SaveImage", 133 | "pos": [ 134 | 2724, 135 | 1179 136 | ], 137 | "size": [ 138 | 588.821259479856, 139 | 306.5332533092651 140 | ], 141 | "flags": {}, 142 | "order": 7, 143 | "mode": 0, 144 | "inputs": [ 145 | { 146 | "name": "images", 147 | "type": "IMAGE", 148 | "link": 11 149 | } 150 | ], 151 | "properties": {}, 152 | "widgets_values": [ 153 | "ComfyUI" 154 | ] 155 | }, 156 | { 157 | "id": 15, 158 | "type": "CLIPTextEncodeSDXL", 159 | "pos": [ 160 | 3132, 161 | 863 162 | ], 163 | "size": { 164 | "0": 210, 165 | "1": 270 166 | }, 167 | "flags": {}, 168 | "order": 3, 169 | "mode": 0, 170 | "inputs": [ 171 | { 172 | "name": "clip", 173 | "type": "CLIP", 174 | "link": 19 175 | } 176 | ], 177 | "outputs": [ 178 | { 179 | "name": "CONDITIONING", 180 | "type": "CONDITIONING", 181 | "links": [ 182 | 23 183 | ], 184 | "shape": 3, 185 | "slot_index": 0 186 | } 187 | ], 188 | "properties": { 189 | "Node name for S&R": "CLIPTextEncodeSDXL" 190 | }, 191 | "widgets_values": [ 192 | 1024, 193 | 1024, 194 | 0, 195 | 0, 196 | 1024, 197 | 1024, 198 | "ugly, deformed", 199 | "ugly, deformed" 200 | ], 201 | "color": "#322", 202 | "bgcolor": "#533" 203 | }, 204 | { 205 | "id": 12, 206 | "type": "LoraLoader", 207 | "pos": [ 208 | 2556, 209 | 937 210 | ], 211 | "size": { 212 | "0": 315, 213 | "1": 126 214 | }, 215 | "flags": {}, 216 | "order": 2, 217 | "mode": 0, 218 | "inputs": [ 219 | { 220 | "name": "model", 221 | "type": "MODEL", 222 | "link": 13 223 | }, 224 | { 225 | "name": "clip", 226 | "type": "CLIP", 227 | "link": 14 228 | } 229 | ], 230 | "outputs": [ 231 | { 232 | "name": "MODEL", 233 | "type": "MODEL", 234 | "links": [ 235 | 25 236 | ], 237 | "shape": 3, 238 | "slot_index": 0 239 | }, 240 | { 241 | "name": "CLIP", 242 | "type": "CLIP", 243 | "links": [ 244 | 19, 245 | 20 246 | ], 247 | "shape": 3, 248 | "slot_index": 1 249 | } 250 | ], 251 | "properties": { 252 | "Node name for S&R": "LoraLoader" 253 | }, 254 | "widgets_values": [ 255 | "pixel-art-xl-v1.1.safetensors", 256 | 2, 257 | 2 258 | ] 259 | }, 260 | { 261 | "id": 14, 262 | "type": "CLIPTextEncodeSDXL", 263 | "pos": [ 264 | 2903, 265 | 864 266 | ], 267 | "size": [ 268 | 210, 269 | 269.9999828338623 270 | ], 271 | "flags": {}, 272 | "order": 4, 273 | "mode": 0, 274 | "inputs": [ 275 | { 276 | "name": "clip", 277 | "type": "CLIP", 278 | "link": 20 279 | } 280 | ], 281 | "outputs": [ 282 | { 283 | "name": "CONDITIONING", 284 | "type": "CONDITIONING", 285 | "links": [ 286 | 24 287 | ], 288 | "shape": 3, 289 | "slot_index": 0 290 | } 291 | ], 292 | "properties": { 293 | "Node name for S&R": "CLIPTextEncodeSDXL" 294 | }, 295 | "widgets_values": [ 296 | 1024, 297 | 1024, 298 | 0, 299 | 0, 300 | 1024, 301 | 1024, 302 | "a tiger escaping", 303 | "a tiger escaping" 304 | ], 305 | "color": "#232", 306 | "bgcolor": "#353" 307 | }, 308 | { 309 | "id": 16, 310 | "type": "KSampler //Inspire", 311 | "pos": [ 312 | 3364, 313 | 879 314 | ], 315 | "size": { 316 | "0": 315, 317 | "1": 358 318 | }, 319 | "flags": {}, 320 | "order": 5, 321 | "mode": 0, 322 | "inputs": [ 323 | { 324 | "name": "model", 325 | "type": "MODEL", 326 | "link": 25 327 | }, 328 | { 329 | "name": "positive", 330 | "type": "CONDITIONING", 331 | "link": 24 332 | }, 333 | { 334 | "name": "negative", 335 | "type": "CONDITIONING", 336 | "link": 23 337 | }, 338 | { 339 | "name": "latent_image", 340 | "type": "LATENT", 341 | "link": 26 342 | } 343 | ], 344 | "outputs": [ 345 | { 346 | "name": "LATENT", 347 | "type": "LATENT", 348 | "links": [ 349 | 27 350 | ], 351 | "shape": 3, 352 | "slot_index": 0 353 | } 354 | ], 355 | "properties": { 356 | "Node name for S&R": "KSampler //Inspire" 357 | }, 358 | "widgets_values": [ 359 | 225838770560759, 360 | "randomize", 361 | 40, 362 | 6, 363 | "dpmpp_3m_sde_gpu", 364 | "exponential", 365 | 1, 366 | "GPU(=A1111)", 367 | "incremental", 368 | 0, 369 | 0 370 | ] 371 | } 372 | ], 373 | "links": [ 374 | [ 375 | 10, 376 | 3, 377 | 2, 378 | 9, 379 | 1, 380 | "VAE" 381 | ], 382 | [ 383 | 11, 384 | 9, 385 | 0, 386 | 7, 387 | 0, 388 | "IMAGE" 389 | ], 390 | [ 391 | 13, 392 | 3, 393 | 0, 394 | 12, 395 | 0, 396 | "MODEL" 397 | ], 398 | [ 399 | 14, 400 | 3, 401 | 1, 402 | 12, 403 | 1, 404 | "CLIP" 405 | ], 406 | [ 407 | 19, 408 | 12, 409 | 1, 410 | 15, 411 | 0, 412 | "CLIP" 413 | ], 414 | [ 415 | 20, 416 | 12, 417 | 1, 418 | 14, 419 | 0, 420 | "CLIP" 421 | ], 422 | [ 423 | 23, 424 | 15, 425 | 0, 426 | 16, 427 | 2, 428 | "CONDITIONING" 429 | ], 430 | [ 431 | 24, 432 | 14, 433 | 0, 434 | 16, 435 | 1, 436 | "CONDITIONING" 437 | ], 438 | [ 439 | 25, 440 | 12, 441 | 0, 442 | 16, 443 | 0, 444 | "MODEL" 445 | ], 446 | [ 447 | 26, 448 | 11, 449 | 0, 450 | 16, 451 | 3, 452 | "LATENT" 453 | ], 454 | [ 455 | 27, 456 | 16, 457 | 0, 458 | 9, 459 | 0, 460 | "LATENT" 461 | ] 462 | ], 463 | "groups": [], 464 | "config": {}, 465 | "extra": { 466 | "ds": { 467 | "scale": 1, 468 | "offset": [ 469 | -1773.4641886161126, 470 | -704.964248066567 471 | ] 472 | } 473 | }, 474 | "version": 0.4 475 | } -------------------------------------------------------------------------------- /Basic/WorkflowJsons/upscaleSUPIR.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 31, 3 | "last_link_id": 44, 4 | "nodes": [ 5 | { 6 | "id": 1, 7 | "type": "EZLoadImgFromUrlNode", 8 | "pos": [ 9 | 1951, 10 | 1702 11 | ], 12 | "size": { 13 | "0": 315, 14 | "1": 78 15 | }, 16 | "flags": {}, 17 | "order": 0, 18 | "mode": 0, 19 | "outputs": [ 20 | { 21 | "name": "image", 22 | "type": "IMAGE", 23 | "links": [], 24 | "shape": 3, 25 | "slot_index": 0 26 | }, 27 | { 28 | "name": "mask", 29 | "type": "MASK", 30 | "links": null, 31 | "shape": 3 32 | } 33 | ], 34 | "properties": { 35 | "Node name for S&R": "EZLoadImgFromUrlNode" 36 | }, 37 | "widgets_values": [ 38 | "" 39 | ] 40 | }, 41 | { 42 | "id": 30, 43 | "type": "Note", 44 | "pos": [ 45 | 2302, 46 | 1458 47 | ], 48 | "size": [ 49 | 303.1392589748393, 50 | 61.05705085131467 51 | ], 52 | "flags": {}, 53 | "order": 1, 54 | "mode": 0, 55 | "properties": { 56 | "text": "" 57 | }, 58 | "widgets_values": [ 59 | "Set scale_by to determine new upscaled image size." 60 | ], 61 | "color": "#432", 62 | "bgcolor": "#653" 63 | }, 64 | { 65 | "id": 17, 66 | "type": "SUPIR_model_loader_v2", 67 | "pos": [ 68 | 2393, 69 | 1117 70 | ], 71 | "size": { 72 | "0": 315, 73 | "1": 170 74 | }, 75 | "flags": {}, 76 | "order": 4, 77 | "mode": 0, 78 | "inputs": [ 79 | { 80 | "name": "model", 81 | "type": "MODEL", 82 | "link": 18 83 | }, 84 | { 85 | "name": "clip", 86 | "type": "CLIP", 87 | "link": 19 88 | }, 89 | { 90 | "name": "vae", 91 | "type": "VAE", 92 | "link": 20, 93 | "slot_index": 2 94 | } 95 | ], 96 | "outputs": [ 97 | { 98 | "name": "SUPIR_model", 99 | "type": "SUPIRMODEL", 100 | "links": [ 101 | 17, 102 | 27 103 | ], 104 | "shape": 3, 105 | "slot_index": 0 106 | }, 107 | { 108 | "name": "SUPIR_VAE", 109 | "type": "SUPIRVAE", 110 | "links": [ 111 | 31 112 | ], 113 | "shape": 3, 114 | "slot_index": 1 115 | } 116 | ], 117 | "properties": { 118 | "Node name for S&R": "SUPIR_model_loader_v2" 119 | }, 120 | "widgets_values": [ 121 | "SUPIR-v0Q.ckpt", 122 | false, 123 | "auto", 124 | true 125 | ] 126 | }, 127 | { 128 | "id": 22, 129 | "type": "SUPIR_first_stage", 130 | "pos": [ 131 | 2726, 132 | 1355 133 | ], 134 | "size": { 135 | "0": 330, 136 | "1": 170 137 | }, 138 | "flags": {}, 139 | "order": 6, 140 | "mode": 0, 141 | "inputs": [ 142 | { 143 | "name": "SUPIR_VAE", 144 | "type": "SUPIRVAE", 145 | "link": 31 146 | }, 147 | { 148 | "name": "image", 149 | "type": "IMAGE", 150 | "link": 44 151 | } 152 | ], 153 | "outputs": [ 154 | { 155 | "name": "SUPIR_VAE", 156 | "type": "SUPIRVAE", 157 | "links": [ 158 | 36, 159 | 40 160 | ], 161 | "shape": 3, 162 | "slot_index": 0 163 | }, 164 | { 165 | "name": "denoised_image", 166 | "type": "IMAGE", 167 | "links": [ 168 | 41 169 | ], 170 | "shape": 3, 171 | "slot_index": 1 172 | }, 173 | { 174 | "name": "denoised_latents", 175 | "type": "LATENT", 176 | "links": [ 177 | 32 178 | ], 179 | "shape": 3, 180 | "slot_index": 2 181 | } 182 | ], 183 | "properties": { 184 | "Node name for S&R": "SUPIR_first_stage" 185 | }, 186 | "widgets_values": [ 187 | true, 188 | 1024, 189 | 1024, 190 | "auto" 191 | ] 192 | }, 193 | { 194 | "id": 25, 195 | "type": "SaveImage", 196 | "pos": [ 197 | 2507, 198 | 1620 199 | ], 200 | "size": [ 201 | 320, 202 | 270 203 | ], 204 | "flags": {}, 205 | "order": 11, 206 | "mode": 0, 207 | "inputs": [ 208 | { 209 | "name": "images", 210 | "type": "IMAGE", 211 | "link": 37 212 | } 213 | ], 214 | "properties": {}, 215 | "widgets_values": [ 216 | "ComfyUI" 217 | ] 218 | }, 219 | { 220 | "id": 21, 221 | "type": "SUPIR_conditioner", 222 | "pos": [ 223 | 3097, 224 | 1364 225 | ], 226 | "size": { 227 | "0": 400, 228 | "1": 200 229 | }, 230 | "flags": {}, 231 | "order": 8, 232 | "mode": 0, 233 | "inputs": [ 234 | { 235 | "name": "SUPIR_model", 236 | "type": "SUPIRMODEL", 237 | "link": 27 238 | }, 239 | { 240 | "name": "latents", 241 | "type": "LATENT", 242 | "link": 32 243 | }, 244 | { 245 | "name": "captions", 246 | "type": "STRING", 247 | "link": null, 248 | "widget": { 249 | "name": "captions" 250 | } 251 | } 252 | ], 253 | "outputs": [ 254 | { 255 | "name": "positive", 256 | "type": "SUPIR_cond_pos", 257 | "links": [ 258 | 28 259 | ], 260 | "shape": 3, 261 | "slot_index": 0 262 | }, 263 | { 264 | "name": "negative", 265 | "type": "SUPIR_cond_neg", 266 | "links": [ 267 | 29 268 | ], 269 | "shape": 3, 270 | "slot_index": 1 271 | } 272 | ], 273 | "properties": { 274 | "Node name for S&R": "SUPIR_conditioner" 275 | }, 276 | "widgets_values": [ 277 | "high quality, detailed", 278 | "bad quality, blurry, messy", 279 | "" 280 | ] 281 | }, 282 | { 283 | "id": 28, 284 | "type": "SUPIR_encode", 285 | "pos": [ 286 | 3102, 287 | 1193 288 | ], 289 | "size": { 290 | "0": 315, 291 | "1": 126 292 | }, 293 | "flags": {}, 294 | "order": 7, 295 | "mode": 0, 296 | "inputs": [ 297 | { 298 | "name": "SUPIR_VAE", 299 | "type": "SUPIRVAE", 300 | "link": 40 301 | }, 302 | { 303 | "name": "image", 304 | "type": "IMAGE", 305 | "link": 41 306 | } 307 | ], 308 | "outputs": [ 309 | { 310 | "name": "latent", 311 | "type": "LATENT", 312 | "links": [ 313 | 42 314 | ], 315 | "shape": 3, 316 | "slot_index": 0 317 | } 318 | ], 319 | "properties": { 320 | "Node name for S&R": "SUPIR_encode" 321 | }, 322 | "widgets_values": [ 323 | true, 324 | 1024, 325 | "auto" 326 | ] 327 | }, 328 | { 329 | "id": 16, 330 | "type": "SUPIR_sample", 331 | "pos": [ 332 | 3531, 333 | 1127 334 | ], 335 | "size": { 336 | "0": 315, 337 | "1": 454 338 | }, 339 | "flags": {}, 340 | "order": 9, 341 | "mode": 0, 342 | "inputs": [ 343 | { 344 | "name": "SUPIR_model", 345 | "type": "SUPIRMODEL", 346 | "link": 17 347 | }, 348 | { 349 | "name": "latents", 350 | "type": "LATENT", 351 | "link": 42 352 | }, 353 | { 354 | "name": "positive", 355 | "type": "SUPIR_cond_pos", 356 | "link": 28 357 | }, 358 | { 359 | "name": "negative", 360 | "type": "SUPIR_cond_neg", 361 | "link": 29 362 | } 363 | ], 364 | "outputs": [ 365 | { 366 | "name": "latent", 367 | "type": "LATENT", 368 | "links": [ 369 | 35 370 | ], 371 | "shape": 3, 372 | "slot_index": 0 373 | } 374 | ], 375 | "properties": { 376 | "Node name for S&R": "SUPIR_sample" 377 | }, 378 | "widgets_values": [ 379 | 389715330971159, 380 | "randomize", 381 | 45, 382 | 4, 383 | 4, 384 | 5, 385 | 1.003, 386 | 1, 387 | 1, 388 | 1, 389 | -1, 390 | false, 391 | "RestoreEDMSampler", 392 | 1024, 393 | 512 394 | ] 395 | }, 396 | { 397 | "id": 24, 398 | "type": "SUPIR_decode", 399 | "pos": [ 400 | 3087, 401 | 1679 402 | ], 403 | "size": { 404 | "0": 315, 405 | "1": 102 406 | }, 407 | "flags": {}, 408 | "order": 10, 409 | "mode": 0, 410 | "inputs": [ 411 | { 412 | "name": "SUPIR_VAE", 413 | "type": "SUPIRVAE", 414 | "link": 36 415 | }, 416 | { 417 | "name": "latents", 418 | "type": "LATENT", 419 | "link": 35 420 | } 421 | ], 422 | "outputs": [ 423 | { 424 | "name": "image", 425 | "type": "IMAGE", 426 | "links": [ 427 | 37 428 | ], 429 | "shape": 3, 430 | "slot_index": 0 431 | } 432 | ], 433 | "properties": { 434 | "Node name for S&R": "SUPIR_decode" 435 | }, 436 | "widgets_values": [ 437 | true, 438 | 1024 439 | ] 440 | }, 441 | { 442 | "id": 29, 443 | "type": "ImageScaleBy", 444 | "pos": [ 445 | 2300, 446 | 1333 447 | ], 448 | "size": { 449 | "0": 315, 450 | "1": 82 451 | }, 452 | "flags": {}, 453 | "order": 5, 454 | "mode": 0, 455 | "inputs": [ 456 | { 457 | "name": "image", 458 | "type": "IMAGE", 459 | "link": 43 460 | } 461 | ], 462 | "outputs": [ 463 | { 464 | "name": "IMAGE", 465 | "type": "IMAGE", 466 | "links": [ 467 | 44 468 | ], 469 | "shape": 3, 470 | "slot_index": 0 471 | } 472 | ], 473 | "properties": { 474 | "Node name for S&R": "ImageScaleBy" 475 | }, 476 | "widgets_values": [ 477 | "lanczos", 478 | 2 479 | ] 480 | }, 481 | { 482 | "id": 3, 483 | "type": "CheckpointLoaderSimple", 484 | "pos": [ 485 | 1957, 486 | 1188 487 | ], 488 | "size": { 489 | "0": 315, 490 | "1": 98 491 | }, 492 | "flags": {}, 493 | "order": 2, 494 | "mode": 0, 495 | "outputs": [ 496 | { 497 | "name": "MODEL", 498 | "type": "MODEL", 499 | "links": [ 500 | 18 501 | ], 502 | "shape": 3, 503 | "slot_index": 0 504 | }, 505 | { 506 | "name": "CLIP", 507 | "type": "CLIP", 508 | "links": [ 509 | 19 510 | ], 511 | "shape": 3, 512 | "slot_index": 1 513 | }, 514 | { 515 | "name": "VAE", 516 | "type": "VAE", 517 | "links": [ 518 | 20 519 | ], 520 | "shape": 3, 521 | "slot_index": 2 522 | } 523 | ], 524 | "properties": { 525 | "Node name for S&R": "CheckpointLoaderSimple" 526 | }, 527 | "widgets_values": [ 528 | "copaxTimelessxlSDXL1_v12.safetensors" 529 | ] 530 | }, 531 | { 532 | "id": 10, 533 | "type": "LoadImage", 534 | "pos": [ 535 | 1950, 536 | 1340 537 | ], 538 | "size": { 539 | "0": 315, 540 | "1": 314 541 | }, 542 | "flags": {}, 543 | "order": 3, 544 | "mode": 0, 545 | "outputs": [ 546 | { 547 | "name": "IMAGE", 548 | "type": "IMAGE", 549 | "links": [ 550 | 43 551 | ], 552 | "shape": 3, 553 | "slot_index": 0 554 | }, 555 | { 556 | "name": "MASK", 557 | "type": "MASK", 558 | "links": null, 559 | "shape": 3 560 | } 561 | ], 562 | "properties": { 563 | "Node name for S&R": "LoadImage" 564 | }, 565 | "widgets_values": [ 566 | "1531174403377.jpeg", 567 | "image" 568 | ] 569 | } 570 | ], 571 | "links": [ 572 | [ 573 | 17, 574 | 17, 575 | 0, 576 | 16, 577 | 0, 578 | "SUPIRMODEL" 579 | ], 580 | [ 581 | 18, 582 | 3, 583 | 0, 584 | 17, 585 | 0, 586 | "MODEL" 587 | ], 588 | [ 589 | 19, 590 | 3, 591 | 1, 592 | 17, 593 | 1, 594 | "CLIP" 595 | ], 596 | [ 597 | 20, 598 | 3, 599 | 2, 600 | 17, 601 | 2, 602 | "VAE" 603 | ], 604 | [ 605 | 27, 606 | 17, 607 | 0, 608 | 21, 609 | 0, 610 | "SUPIRMODEL" 611 | ], 612 | [ 613 | 28, 614 | 21, 615 | 0, 616 | 16, 617 | 2, 618 | "SUPIR_cond_pos" 619 | ], 620 | [ 621 | 29, 622 | 21, 623 | 1, 624 | 16, 625 | 3, 626 | "SUPIR_cond_neg" 627 | ], 628 | [ 629 | 31, 630 | 17, 631 | 1, 632 | 22, 633 | 0, 634 | "SUPIRVAE" 635 | ], 636 | [ 637 | 32, 638 | 22, 639 | 2, 640 | 21, 641 | 1, 642 | "LATENT" 643 | ], 644 | [ 645 | 35, 646 | 16, 647 | 0, 648 | 24, 649 | 1, 650 | "LATENT" 651 | ], 652 | [ 653 | 36, 654 | 22, 655 | 0, 656 | 24, 657 | 0, 658 | "SUPIRVAE" 659 | ], 660 | [ 661 | 37, 662 | 24, 663 | 0, 664 | 25, 665 | 0, 666 | "IMAGE" 667 | ], 668 | [ 669 | 40, 670 | 22, 671 | 0, 672 | 28, 673 | 0, 674 | "SUPIRVAE" 675 | ], 676 | [ 677 | 41, 678 | 22, 679 | 1, 680 | 28, 681 | 1, 682 | "IMAGE" 683 | ], 684 | [ 685 | 42, 686 | 28, 687 | 0, 688 | 16, 689 | 1, 690 | "LATENT" 691 | ], 692 | [ 693 | 43, 694 | 10, 695 | 0, 696 | 29, 697 | 0, 698 | "IMAGE" 699 | ], 700 | [ 701 | 44, 702 | 29, 703 | 0, 704 | 22, 705 | 1, 706 | "IMAGE" 707 | ] 708 | ], 709 | "groups": [], 710 | "config": {}, 711 | "extra": { 712 | "ds": { 713 | "scale": 0.8264462809917354, 714 | "offset": [ 715 | -1355.4297102145051, 716 | -971.007260768671 717 | ] 718 | } 719 | }, 720 | "version": 0.4 721 | } -------------------------------------------------------------------------------- /F5_TTS/F5TTS.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 38, 3 | "last_link_id": 26, 4 | "nodes": [ 5 | { 6 | "id": 15, 7 | "type": "F5TTSAudio", 8 | "pos": [ 9 | 346.3139953613281, 10 | -330.6935119628906 11 | ], 12 | "size": [ 13 | 400, 14 | 200 15 | ], 16 | "flags": {}, 17 | "order": 0, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "model", 22 | "type": 0, 23 | "link": null 24 | } 25 | ], 26 | "outputs": [ 27 | { 28 | "name": "AUDIO", 29 | "type": "AUDIO", 30 | "links": [ 31 | 25, 32 | 26 33 | ], 34 | "slot_index": 0 35 | } 36 | ], 37 | "properties": { 38 | "Node name for S&R": "F5TTSAudio" 39 | }, 40 | "widgets_values": [ 41 | "elfLady.wav", 42 | "Now, I’ve always wanted an easier to use frontend experience for my image to image workflows. Let me show you how to use an open web u-i tool to easily send any image U-R-L to comfie.", 43 | 14, 44 | "fixed", 45 | "model://F5TTS_Base.pt" 46 | ] 47 | }, 48 | { 49 | "id": 38, 50 | "type": "SaveAudio", 51 | "pos": [ 52 | 862.8087158203125, 53 | -213.23985290527344 54 | ], 55 | "size": [ 56 | 315, 57 | 100 58 | ], 59 | "flags": {}, 60 | "order": 2, 61 | "mode": 0, 62 | "inputs": [ 63 | { 64 | "name": "audio", 65 | "type": "AUDIO", 66 | "link": 26 67 | } 68 | ], 69 | "outputs": [], 70 | "properties": { 71 | "Node name for S&R": "SaveAudio" 72 | }, 73 | "widgets_values": [ 74 | "audio/techno", 75 | null 76 | ] 77 | }, 78 | { 79 | "id": 37, 80 | "type": "PreviewAudio", 81 | "pos": [ 82 | 864.40869140625, 83 | -349.69659423828125 84 | ], 85 | "size": [ 86 | 315, 87 | 76 88 | ], 89 | "flags": {}, 90 | "order": 1, 91 | "mode": 0, 92 | "inputs": [ 93 | { 94 | "name": "audio", 95 | "type": "AUDIO", 96 | "link": 25 97 | } 98 | ], 99 | "outputs": [], 100 | "properties": { 101 | "Node name for S&R": "PreviewAudio" 102 | }, 103 | "widgets_values": [ 104 | null 105 | ] 106 | } 107 | ], 108 | "links": [ 109 | [ 110 | 25, 111 | 15, 112 | 0, 113 | 37, 114 | 0, 115 | "AUDIO" 116 | ], 117 | [ 118 | 26, 119 | 15, 120 | 0, 121 | 38, 122 | 0, 123 | "AUDIO" 124 | ] 125 | ], 126 | "groups": [ 127 | { 128 | "id": 3, 129 | "title": "Audio EN", 130 | "bounding": [ 131 | 329.2184753417969, 132 | -431.1173095703125, 133 | 921.3973999023438, 134 | 344.56597900390625 135 | ], 136 | "color": "#3f789e", 137 | "font_size": 22, 138 | "flags": {} 139 | }, 140 | { 141 | "id": 5, 142 | "title": "Audio FR", 143 | "bounding": [ 144 | 311.5028991699219, 145 | -1443.1253662109375, 146 | 1027.4000244140625, 147 | 399.2999572753906 148 | ], 149 | "color": "#3f789e", 150 | "font_size": 22, 151 | "flags": {} 152 | } 153 | ], 154 | "config": {}, 155 | "extra": { 156 | "ds": { 157 | "scale": 0.9849732675807631, 158 | "offset": [ 159 | 108.71079295144611, 160 | 606.6068397004395 161 | ] 162 | } 163 | }, 164 | "version": 0.4 165 | } -------------------------------------------------------------------------------- /F5_TTS/Watermark.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 38, 3 | "last_link_id": 45, 4 | "nodes": [ 5 | { 6 | "id": 29, 7 | "type": "Note", 8 | "pos": [ 9 | 3157, 10 | 1346 11 | ], 12 | "size": [ 13 | 310.20733642578125, 14 | 108.06315612792969 15 | ], 16 | "flags": {}, 17 | "order": 0, 18 | "mode": 0, 19 | "inputs": [], 20 | "outputs": [], 21 | "properties": { 22 | "text": "" 23 | }, 24 | "widgets_values": [ 25 | "Change steps, cfg, sampler_name and scheduler to match model guidelines.\n\nChange denoise strength to choose how much of original image is present in mask." 26 | ], 27 | "color": "#432", 28 | "bgcolor": "#653" 29 | }, 30 | { 31 | "id": 36, 32 | "type": "INPAINT_InpaintWithModel", 33 | "pos": [ 34 | 2174, 35 | 1557 36 | ], 37 | "size": [ 38 | 355.20001220703125, 39 | 142 40 | ], 41 | "flags": {}, 42 | "order": 6, 43 | "mode": 0, 44 | "inputs": [ 45 | { 46 | "name": "inpaint_model", 47 | "type": "INPAINT_MODEL", 48 | "link": 39 49 | }, 50 | { 51 | "name": "image", 52 | "type": "IMAGE", 53 | "link": 45 54 | }, 55 | { 56 | "name": "mask", 57 | "type": "MASK", 58 | "link": 41 59 | }, 60 | { 61 | "name": "optional_upscale_model", 62 | "type": "UPSCALE_MODEL", 63 | "link": null, 64 | "shape": 7 65 | } 66 | ], 67 | "outputs": [ 68 | { 69 | "name": "IMAGE", 70 | "type": "IMAGE", 71 | "links": [ 72 | 42 73 | ], 74 | "slot_index": 0 75 | } 76 | ], 77 | "properties": { 78 | "Node name for S&R": "INPAINT_InpaintWithModel" 79 | }, 80 | "widgets_values": [ 81 | 1068479083070585, 82 | "randomize" 83 | ] 84 | }, 85 | { 86 | "id": 37, 87 | "type": "INPAINT_LoadInpaintModel", 88 | "pos": [ 89 | 2224, 90 | 1418 91 | ], 92 | "size": [ 93 | 315, 94 | 58 95 | ], 96 | "flags": {}, 97 | "order": 1, 98 | "mode": 0, 99 | "inputs": [], 100 | "outputs": [ 101 | { 102 | "name": "INPAINT_MODEL", 103 | "type": "INPAINT_MODEL", 104 | "links": [ 105 | 39 106 | ] 107 | } 108 | ], 109 | "properties": { 110 | "Node name for S&R": "INPAINT_LoadInpaintModel" 111 | }, 112 | "widgets_values": [ 113 | "MAT_Places512_G_fp16.safetensors" 114 | ] 115 | }, 116 | { 117 | "id": 32, 118 | "type": "LoadImageListFromDir //Inspire", 119 | "pos": [ 120 | 1824, 121 | 1138 122 | ], 123 | "size": [ 124 | 428.4000244140625, 125 | 170 126 | ], 127 | "flags": {}, 128 | "order": 4, 129 | "mode": 0, 130 | "inputs": [ 131 | { 132 | "name": "start_index", 133 | "type": "INT", 134 | "link": 31, 135 | "widget": { 136 | "name": "start_index" 137 | }, 138 | "shape": 7 139 | } 140 | ], 141 | "outputs": [ 142 | { 143 | "name": "IMAGE", 144 | "type": "IMAGE", 145 | "links": [], 146 | "slot_index": 0, 147 | "shape": 6 148 | }, 149 | { 150 | "name": "MASK", 151 | "type": "MASK", 152 | "links": null, 153 | "shape": 6 154 | }, 155 | { 156 | "name": "FILE PATH", 157 | "type": "STRING", 158 | "links": null, 159 | "shape": 6 160 | } 161 | ], 162 | "properties": { 163 | "Node name for S&R": "LoadImageListFromDir //Inspire" 164 | }, 165 | "widgets_values": [ 166 | "A:\\scripts\\youtubeScreenshots\\youtube_images\\sonywatermark", 167 | 1, 168 | 6, 169 | true 170 | ] 171 | }, 172 | { 173 | "id": 38, 174 | "type": "PreviewImage", 175 | "pos": [ 176 | 2502, 177 | 1118 178 | ], 179 | "size": [ 180 | 210, 181 | 246 182 | ], 183 | "flags": {}, 184 | "order": 5, 185 | "mode": 0, 186 | "inputs": [ 187 | { 188 | "name": "images", 189 | "type": "IMAGE", 190 | "link": 44 191 | } 192 | ], 193 | "outputs": [], 194 | "properties": { 195 | "Node name for S&R": "PreviewImage" 196 | }, 197 | "widgets_values": [] 198 | }, 199 | { 200 | "id": 7, 201 | "type": "SaveImage", 202 | "pos": [ 203 | 2737, 204 | 1348 205 | ], 206 | "size": [ 207 | 315, 208 | 270 209 | ], 210 | "flags": {}, 211 | "order": 7, 212 | "mode": 0, 213 | "inputs": [ 214 | { 215 | "name": "images", 216 | "type": "IMAGE", 217 | "link": 42 218 | } 219 | ], 220 | "outputs": [], 221 | "properties": {}, 222 | "widgets_values": [ 223 | "Sony_watermark_remove" 224 | ] 225 | }, 226 | { 227 | "id": 33, 228 | "type": "PrimitiveNode", 229 | "pos": [ 230 | 1530, 231 | 1157 232 | ], 233 | "size": [ 234 | 210, 235 | 82 236 | ], 237 | "flags": {}, 238 | "order": 2, 239 | "mode": 0, 240 | "inputs": [], 241 | "outputs": [ 242 | { 243 | "name": "INT", 244 | "type": "INT", 245 | "links": [ 246 | 31 247 | ], 248 | "slot_index": 0, 249 | "widget": { 250 | "name": "start_index" 251 | } 252 | } 253 | ], 254 | "properties": { 255 | "Run widget replace on values": false 256 | }, 257 | "widgets_values": [ 258 | 6, 259 | "increment" 260 | ] 261 | }, 262 | { 263 | "id": 10, 264 | "type": "LoadImage", 265 | "pos": [ 266 | 1739, 267 | 1407 268 | ], 269 | "size": [ 270 | 315, 271 | 314 272 | ], 273 | "flags": {}, 274 | "order": 3, 275 | "mode": 0, 276 | "inputs": [], 277 | "outputs": [ 278 | { 279 | "name": "IMAGE", 280 | "type": "IMAGE", 281 | "links": [ 282 | 44, 283 | 45 284 | ], 285 | "slot_index": 0, 286 | "shape": 3 287 | }, 288 | { 289 | "name": "MASK", 290 | "type": "MASK", 291 | "links": [ 292 | 41 293 | ], 294 | "slot_index": 1, 295 | "shape": 3 296 | } 297 | ], 298 | "properties": { 299 | "Node name for S&R": "LoadImage" 300 | }, 301 | "widgets_values": [ 302 | "clipspace/clipspace-mask-883737.600000143.png [input]", 303 | "image" 304 | ] 305 | } 306 | ], 307 | "links": [ 308 | [ 309 | 31, 310 | 33, 311 | 0, 312 | 32, 313 | 0, 314 | "INT" 315 | ], 316 | [ 317 | 39, 318 | 37, 319 | 0, 320 | 36, 321 | 0, 322 | "INPAINT_MODEL" 323 | ], 324 | [ 325 | 41, 326 | 10, 327 | 1, 328 | 36, 329 | 2, 330 | "MASK" 331 | ], 332 | [ 333 | 42, 334 | 36, 335 | 0, 336 | 7, 337 | 0, 338 | "IMAGE" 339 | ], 340 | [ 341 | 44, 342 | 10, 343 | 0, 344 | 38, 345 | 0, 346 | "IMAGE" 347 | ], 348 | [ 349 | 45, 350 | 10, 351 | 0, 352 | 36, 353 | 1, 354 | "IMAGE" 355 | ] 356 | ], 357 | "groups": [], 358 | "config": {}, 359 | "extra": { 360 | "ds": { 361 | "scale": 1.4420993610650052, 362 | "offset": [ 363 | -1323.8570901535643, 364 | -1161.0794729980516 365 | ] 366 | } 367 | }, 368 | "version": 0.4 369 | } -------------------------------------------------------------------------------- /F5_TTS/latentsync.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 51, 3 | "last_link_id": 61, 4 | "nodes": [ 5 | { 6 | "id": 51, 7 | "type": "Reroute", 8 | "pos": [ 9 | 765.86328125, 10 | 886.9187622070312 11 | ], 12 | "size": [ 13 | 75, 14 | 26 15 | ], 16 | "flags": {}, 17 | "order": 2, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "", 22 | "type": "*", 23 | "link": 60 24 | } 25 | ], 26 | "outputs": [ 27 | { 28 | "name": "", 29 | "type": "AUDIO", 30 | "links": [ 31 | 61 32 | ], 33 | "slot_index": 0 34 | } 35 | ], 36 | "properties": { 37 | "showOutputText": false, 38 | "horizontal": false 39 | } 40 | }, 41 | { 42 | "id": 50, 43 | "type": "D_VideoLengthAdjuster", 44 | "pos": [ 45 | 180.3147430419922, 46 | 710.7721557617188 47 | ], 48 | "size": [ 49 | 219.21046447753906, 50 | 78 51 | ], 52 | "flags": {}, 53 | "order": 3, 54 | "mode": 0, 55 | "inputs": [ 56 | { 57 | "name": "images", 58 | "type": "IMAGE", 59 | "link": 53 60 | }, 61 | { 62 | "name": "audio", 63 | "type": "AUDIO", 64 | "link": 54 65 | } 66 | ], 67 | "outputs": [ 68 | { 69 | "name": "images", 70 | "type": "IMAGE", 71 | "links": [ 72 | 55 73 | ], 74 | "slot_index": 0 75 | }, 76 | { 77 | "name": "audio", 78 | "type": "AUDIO", 79 | "links": [ 80 | 57 81 | ], 82 | "slot_index": 1 83 | } 84 | ], 85 | "properties": { 86 | "Node name for S&R": "D_VideoLengthAdjuster" 87 | }, 88 | "widgets_values": [ 89 | "pingpong" 90 | ] 91 | }, 92 | { 93 | "id": 41, 94 | "type": "VHS_VideoCombine", 95 | "pos": [ 96 | 919.8896484375, 97 | 730.9093627929688 98 | ], 99 | "size": [ 100 | 373.38238525390625, 101 | 583.5882568359375 102 | ], 103 | "flags": {}, 104 | "order": 5, 105 | "mode": 0, 106 | "inputs": [ 107 | { 108 | "name": "images", 109 | "type": "IMAGE", 110 | "link": 40 111 | }, 112 | { 113 | "name": "audio", 114 | "type": "AUDIO", 115 | "link": 61, 116 | "shape": 7 117 | }, 118 | { 119 | "name": "meta_batch", 120 | "type": "VHS_BatchManager", 121 | "link": null, 122 | "shape": 7 123 | }, 124 | { 125 | "name": "vae", 126 | "type": "VAE", 127 | "link": null, 128 | "shape": 7 129 | } 130 | ], 131 | "outputs": [ 132 | { 133 | "name": "Filenames", 134 | "type": "VHS_FILENAMES", 135 | "links": null 136 | } 137 | ], 138 | "properties": { 139 | "Node name for S&R": "VHS_VideoCombine" 140 | }, 141 | "widgets_values": { 142 | "frame_rate": 25, 143 | "loop_count": 0, 144 | "filename_prefix": "latentsync", 145 | "format": "video/h264-mp4", 146 | "pix_fmt": "yuv420p", 147 | "crf": 19, 148 | "save_metadata": true, 149 | "trim_to_audio": false, 150 | "pingpong": false, 151 | "save_output": true, 152 | "videopreview": { 153 | "hidden": false, 154 | "paused": false, 155 | "params": { 156 | "filename": "latentsync_00015-audio.mp4", 157 | "subfolder": "", 158 | "type": "output", 159 | "format": "video/h264-mp4", 160 | "frame_rate": 25, 161 | "workflow": "latentsync_00015.png", 162 | "fullpath": "A:\\comfy\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\latentsync_00015-audio.mp4" 163 | }, 164 | "muted": false 165 | } 166 | } 167 | }, 168 | { 169 | "id": 37, 170 | "type": "LoadAudio", 171 | "pos": [ 172 | 150.10870361328125, 173 | 873.6824951171875 174 | ], 175 | "size": [ 176 | 315, 177 | 124 178 | ], 179 | "flags": {}, 180 | "order": 0, 181 | "mode": 0, 182 | "inputs": [], 183 | "outputs": [ 184 | { 185 | "name": "AUDIO", 186 | "type": "AUDIO", 187 | "links": [ 188 | 54, 189 | 60 190 | ], 191 | "slot_index": 0 192 | } 193 | ], 194 | "properties": { 195 | "Node name for S&R": "LoadAudio" 196 | }, 197 | "widgets_values": [ 198 | "womantest.flac", 199 | null, 200 | "" 201 | ] 202 | }, 203 | { 204 | "id": 43, 205 | "type": "D_LatentSyncNode", 206 | "pos": [ 207 | 539.2880859375, 208 | 721.6798095703125 209 | ], 210 | "size": [ 211 | 315, 212 | 126 213 | ], 214 | "flags": {}, 215 | "order": 4, 216 | "mode": 0, 217 | "inputs": [ 218 | { 219 | "name": "images", 220 | "type": "IMAGE", 221 | "link": 55 222 | }, 223 | { 224 | "name": "audio", 225 | "type": "AUDIO", 226 | "link": 57 227 | } 228 | ], 229 | "outputs": [ 230 | { 231 | "name": "images", 232 | "type": "IMAGE", 233 | "links": [ 234 | 40 235 | ], 236 | "slot_index": 0 237 | } 238 | ], 239 | "properties": { 240 | "Node name for S&R": "D_LatentSyncNode" 241 | }, 242 | "widgets_values": [ 243 | 834, 244 | "fixed" 245 | ] 246 | }, 247 | { 248 | "id": 40, 249 | "type": "VHS_LoadVideo", 250 | "pos": [ 251 | -216.75613403320312, 252 | 693.1519775390625 253 | ], 254 | "size": [ 255 | 336.5584716796875, 256 | 487.0389709472656 257 | ], 258 | "flags": {}, 259 | "order": 1, 260 | "mode": 0, 261 | "inputs": [ 262 | { 263 | "name": "meta_batch", 264 | "type": "VHS_BatchManager", 265 | "link": null, 266 | "shape": 7 267 | }, 268 | { 269 | "name": "vae", 270 | "type": "VAE", 271 | "link": null, 272 | "shape": 7 273 | } 274 | ], 275 | "outputs": [ 276 | { 277 | "name": "IMAGE", 278 | "type": "IMAGE", 279 | "links": [ 280 | 53 281 | ], 282 | "slot_index": 0 283 | }, 284 | { 285 | "name": "frame_count", 286 | "type": "INT", 287 | "links": null 288 | }, 289 | { 290 | "name": "audio", 291 | "type": "AUDIO", 292 | "links": null 293 | }, 294 | { 295 | "name": "video_info", 296 | "type": "VHS_VIDEOINFO", 297 | "links": [], 298 | "slot_index": 3 299 | } 300 | ], 301 | "properties": { 302 | "Node name for S&R": "VHS_LoadVideo" 303 | }, 304 | "widgets_values": { 305 | "video": "womantest_00009.mp4", 306 | "force_rate": 25, 307 | "force_size": "Disabled", 308 | "custom_width": 512, 309 | "custom_height": 512, 310 | "frame_load_cap": 0, 311 | "skip_first_frames": 0, 312 | "select_every_nth": 1, 313 | "choose video to upload": "image", 314 | "videopreview": { 315 | "hidden": false, 316 | "paused": false, 317 | "params": { 318 | "force_rate": 25, 319 | "frame_load_cap": 0, 320 | "skip_first_frames": 0, 321 | "select_every_nth": 1, 322 | "filename": "womantest_00009.mp4", 323 | "type": "input", 324 | "format": "video/mp4" 325 | }, 326 | "muted": false 327 | } 328 | } 329 | } 330 | ], 331 | "links": [ 332 | [ 333 | 40, 334 | 43, 335 | 0, 336 | 41, 337 | 0, 338 | "IMAGE" 339 | ], 340 | [ 341 | 53, 342 | 40, 343 | 0, 344 | 50, 345 | 0, 346 | "IMAGE" 347 | ], 348 | [ 349 | 54, 350 | 37, 351 | 0, 352 | 50, 353 | 1, 354 | "AUDIO" 355 | ], 356 | [ 357 | 55, 358 | 50, 359 | 0, 360 | 43, 361 | 0, 362 | "IMAGE" 363 | ], 364 | [ 365 | 57, 366 | 50, 367 | 1, 368 | 43, 369 | 1, 370 | "AUDIO" 371 | ], 372 | [ 373 | 60, 374 | 37, 375 | 0, 376 | 51, 377 | 0, 378 | "*" 379 | ], 380 | [ 381 | 61, 382 | 51, 383 | 0, 384 | 41, 385 | 1, 386 | "AUDIO" 387 | ] 388 | ], 389 | "groups": [], 390 | "config": {}, 391 | "extra": { 392 | "ds": { 393 | "scale": 1.1918176537727314, 394 | "offset": [ 395 | 239.00071846202815, 396 | -799.6620769432878 397 | ] 398 | }, 399 | "workspace_info": { 400 | "id": "pdbYnk386LvXhcCuOca6c", 401 | "saveLock": false, 402 | "cloudID": null, 403 | "coverMediaPath": null 404 | }, 405 | "VHS_latentpreview": false, 406 | "VHS_latentpreviewrate": 0 407 | }, 408 | "version": 0.4 409 | } -------------------------------------------------------------------------------- /Flux/Training/WorkflowImages/MIAO_Captions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Flux/Training/WorkflowImages/MIAO_Captions.png -------------------------------------------------------------------------------- /Flux/Training/WorkflowImages/flux_lora_train.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Flux/Training/WorkflowImages/flux_lora_train.png -------------------------------------------------------------------------------- /Flux/Training/WorkflowImages/loratest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Flux/Training/WorkflowImages/loratest.png -------------------------------------------------------------------------------- /Flux/WorkflowImages/flux_character_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Flux/WorkflowImages/flux_character_sheet.png -------------------------------------------------------------------------------- /Flux/WorkflowImages/flux_lora.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Flux/WorkflowImages/flux_lora.png -------------------------------------------------------------------------------- /Flux/WorkflowImages/flux_lora_autoprompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Flux/WorkflowImages/flux_lora_autoprompt.png -------------------------------------------------------------------------------- /LLM_Llava/WorkflowImages/llava_batch_questionphoto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/LLM_Llava/WorkflowImages/llava_batch_questionphoto.png -------------------------------------------------------------------------------- /LLM_Llava/WorkflowImages/llava_file_namer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/LLM_Llava/WorkflowImages/llava_file_namer.png -------------------------------------------------------------------------------- /LLM_Llava/WorkflowJSONs/llava_batch_questionphoto.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 13, 3 | "last_link_id": 8, 4 | "nodes": [ 5 | { 6 | "id": 4, 7 | "type": "LLavaSamplerSimple", 8 | "pos": [ 9 | 1534, 10 | 322 11 | ], 12 | "size": { 13 | "0": 315, 14 | "1": 102 15 | }, 16 | "flags": {}, 17 | "order": 6, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "image", 22 | "type": "IMAGE", 23 | "link": 6 24 | }, 25 | { 26 | "name": "model", 27 | "type": "CUSTOM", 28 | "link": 4 29 | }, 30 | { 31 | "name": "prompt", 32 | "type": "STRING", 33 | "link": 3, 34 | "widget": { 35 | "name": "prompt" 36 | } 37 | } 38 | ], 39 | "outputs": [ 40 | { 41 | "name": "STRING", 42 | "type": "STRING", 43 | "links": [ 44 | 8 45 | ], 46 | "shape": 3, 47 | "slot_index": 0 48 | } 49 | ], 50 | "properties": { 51 | "Node name for S&R": "LLavaSamplerSimple" 52 | }, 53 | "widgets_values": [ 54 | "", 55 | 0.1 56 | ] 57 | }, 58 | { 59 | "id": 5, 60 | "type": "ShowText|pysssss", 61 | "pos": [ 62 | 1868, 63 | 325 64 | ], 65 | "size": { 66 | "0": 315, 67 | "1": 76 68 | }, 69 | "flags": {}, 70 | "order": 7, 71 | "mode": 0, 72 | "inputs": [ 73 | { 74 | "name": "text", 75 | "type": "STRING", 76 | "link": 8, 77 | "widget": { 78 | "name": "text" 79 | } 80 | } 81 | ], 82 | "outputs": [ 83 | { 84 | "name": "STRING", 85 | "type": "STRING", 86 | "links": null, 87 | "shape": 6 88 | } 89 | ], 90 | "properties": { 91 | "Node name for S&R": "ShowText|pysssss" 92 | }, 93 | "widgets_values": [ 94 | "", 95 | " Abstract" 96 | ] 97 | }, 98 | { 99 | "id": 2, 100 | "type": "LLava Loader Simple", 101 | "pos": [ 102 | 1135, 103 | 337 104 | ], 105 | "size": { 106 | "0": 315, 107 | "1": 130 108 | }, 109 | "flags": {}, 110 | "order": 4, 111 | "mode": 0, 112 | "inputs": [ 113 | { 114 | "name": "clip", 115 | "type": "CUSTOM", 116 | "link": 7 117 | } 118 | ], 119 | "outputs": [ 120 | { 121 | "name": "model", 122 | "type": "CUSTOM", 123 | "links": [ 124 | 4 125 | ], 126 | "shape": 3, 127 | "slot_index": 0 128 | } 129 | ], 130 | "properties": { 131 | "Node name for S&R": "LLava Loader Simple" 132 | }, 133 | "widgets_values": [ 134 | "ggml_llava-v1.5-13b_ggml-model-q4_k.gguf", 135 | 2048, 136 | 27, 137 | 8 138 | ] 139 | }, 140 | { 141 | "id": 10, 142 | "type": "LoadImageListFromDir //Inspire", 143 | "pos": [ 144 | 1131, 145 | 145 146 | ], 147 | "size": { 148 | "0": 315, 149 | "1": 150 150 | }, 151 | "flags": {}, 152 | "order": 5, 153 | "mode": 0, 154 | "inputs": [ 155 | { 156 | "name": "start_index", 157 | "type": "INT", 158 | "link": 5, 159 | "widget": { 160 | "name": "start_index" 161 | } 162 | } 163 | ], 164 | "outputs": [ 165 | { 166 | "name": "IMAGE", 167 | "type": "IMAGE", 168 | "links": [ 169 | 6 170 | ], 171 | "shape": 6, 172 | "slot_index": 0 173 | }, 174 | { 175 | "name": "MASK", 176 | "type": "MASK", 177 | "links": null, 178 | "shape": 6 179 | } 180 | ], 181 | "properties": { 182 | "Node name for S&R": "LoadImageListFromDir //Inspire" 183 | }, 184 | "widgets_values": [ 185 | "A:\\comfy\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\mx5paint\\upscales", 186 | 1, 187 | 0, 188 | true 189 | ] 190 | }, 191 | { 192 | "id": 3, 193 | "type": "LlavaClipLoader", 194 | "pos": [ 195 | 799, 196 | 339 197 | ], 198 | "size": { 199 | "0": 315, 200 | "1": 58 201 | }, 202 | "flags": {}, 203 | "order": 0, 204 | "mode": 0, 205 | "outputs": [ 206 | { 207 | "name": "clip", 208 | "type": "CUSTOM", 209 | "links": [ 210 | 7 211 | ], 212 | "shape": 3, 213 | "slot_index": 0 214 | } 215 | ], 216 | "properties": { 217 | "Node name for S&R": "LlavaClipLoader" 218 | }, 219 | "widgets_values": [ 220 | "ggml_llava-v1.5-13b_mmproj-model-f16.gguf" 221 | ] 222 | }, 223 | { 224 | "id": 9, 225 | "type": "StringConstantMultiline", 226 | "pos": [ 227 | 1097, 228 | 509 229 | ], 230 | "size": { 231 | "0": 400, 232 | "1": 200 233 | }, 234 | "flags": {}, 235 | "order": 1, 236 | "mode": 0, 237 | "outputs": [ 238 | { 239 | "name": "STRING", 240 | "type": "STRING", 241 | "links": [ 242 | 3 243 | ], 244 | "shape": 3, 245 | "slot_index": 0 246 | } 247 | ], 248 | "properties": { 249 | "Node name for S&R": "StringConstantMultiline" 250 | }, 251 | "widgets_values": [ 252 | "What is this image?", 253 | true 254 | ] 255 | }, 256 | { 257 | "id": 11, 258 | "type": "PrimitiveNode", 259 | "pos": [ 260 | 894, 261 | 149 262 | ], 263 | "size": { 264 | "0": 210, 265 | "1": 82 266 | }, 267 | "flags": {}, 268 | "order": 2, 269 | "mode": 0, 270 | "outputs": [ 271 | { 272 | "name": "INT", 273 | "type": "INT", 274 | "links": [ 275 | 5 276 | ], 277 | "slot_index": 0, 278 | "widget": { 279 | "name": "start_index" 280 | } 281 | } 282 | ], 283 | "properties": { 284 | "Run widget replace on values": false 285 | }, 286 | "widgets_values": [ 287 | 0, 288 | "increment" 289 | ] 290 | }, 291 | { 292 | "id": 13, 293 | "type": "Note", 294 | "pos": [ 295 | 1510.5486647086952, 296 | 93.17758349839518 297 | ], 298 | "size": [ 299 | 308.79038317054824, 300 | 121.7129977460555 301 | ], 302 | "flags": {}, 303 | "order": 3, 304 | "mode": 0, 305 | "properties": { 306 | "text": "" 307 | }, 308 | "widgets_values": [ 309 | "1. Set the folder with your input images in Load Image List\n\n2. Click Extra Options from the sidebar and set the queue size to the number of images in your folder. \n\n3. Make sure primitive is set to 0 and hit queue prompt to sequentially run through all images." 310 | ], 311 | "color": "#432", 312 | "bgcolor": "#653" 313 | } 314 | ], 315 | "links": [ 316 | [ 317 | 3, 318 | 9, 319 | 0, 320 | 4, 321 | 2, 322 | "STRING" 323 | ], 324 | [ 325 | 4, 326 | 2, 327 | 0, 328 | 4, 329 | 1, 330 | "CUSTOM" 331 | ], 332 | [ 333 | 5, 334 | 11, 335 | 0, 336 | 10, 337 | 0, 338 | "INT" 339 | ], 340 | [ 341 | 6, 342 | 10, 343 | 0, 344 | 4, 345 | 0, 346 | "IMAGE" 347 | ], 348 | [ 349 | 7, 350 | 3, 351 | 0, 352 | 2, 353 | 0, 354 | "CUSTOM" 355 | ], 356 | [ 357 | 8, 358 | 4, 359 | 0, 360 | 5, 361 | 0, 362 | "STRING" 363 | ] 364 | ], 365 | "groups": [], 366 | "config": {}, 367 | "extra": { 368 | "ds": { 369 | "scale": 1.3310000000000006, 370 | "offset": [ 371 | -570.6538487808219, 372 | 59.33932108462504 373 | ] 374 | } 375 | }, 376 | "version": 0.4 377 | } -------------------------------------------------------------------------------- /LLM_Llava/WorkflowJSONs/llava_file_namer.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 22, 3 | "last_link_id": 17, 4 | "nodes": [ 5 | { 6 | "id": 19, 7 | "type": "String", 8 | "pos": [ 9 | 1710, 10 | 472 11 | ], 12 | "size": { 13 | "0": 315, 14 | "1": 58 15 | }, 16 | "flags": {}, 17 | "order": 0, 18 | "mode": 0, 19 | "outputs": [ 20 | { 21 | "name": "STRING", 22 | "type": "STRING", 23 | "links": [ 24 | 13 25 | ], 26 | "shape": 3, 27 | "slot_index": 0 28 | } 29 | ], 30 | "properties": { 31 | "Node name for S&R": "String" 32 | }, 33 | "widgets_values": [ 34 | "mx5paintsnamed/" 35 | ] 36 | }, 37 | { 38 | "id": 10, 39 | "type": "LoadImageListFromDir //Inspire", 40 | "pos": [ 41 | 1131, 42 | 145 43 | ], 44 | "size": { 45 | "0": 315, 46 | "1": 150 47 | }, 48 | "flags": {}, 49 | "order": 7, 50 | "mode": 0, 51 | "inputs": [ 52 | { 53 | "name": "start_index", 54 | "type": "INT", 55 | "link": 5, 56 | "widget": { 57 | "name": "start_index" 58 | } 59 | } 60 | ], 61 | "outputs": [ 62 | { 63 | "name": "IMAGE", 64 | "type": "IMAGE", 65 | "links": [ 66 | 6, 67 | 12 68 | ], 69 | "shape": 6, 70 | "slot_index": 0 71 | }, 72 | { 73 | "name": "MASK", 74 | "type": "MASK", 75 | "links": null, 76 | "shape": 6 77 | } 78 | ], 79 | "properties": { 80 | "Node name for S&R": "LoadImageListFromDir //Inspire" 81 | }, 82 | "widgets_values": [ 83 | "A:\\comfy\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\mx5paint\\upscales", 84 | 1, 85 | 54, 86 | true 87 | ] 88 | }, 89 | { 90 | "id": 2, 91 | "type": "LLava Loader Simple", 92 | "pos": [ 93 | 1135, 94 | 337 95 | ], 96 | "size": { 97 | "0": 315, 98 | "1": 130 99 | }, 100 | "flags": {}, 101 | "order": 5, 102 | "mode": 0, 103 | "inputs": [ 104 | { 105 | "name": "clip", 106 | "type": "CUSTOM", 107 | "link": 7 108 | } 109 | ], 110 | "outputs": [ 111 | { 112 | "name": "model", 113 | "type": "CUSTOM", 114 | "links": [ 115 | 4 116 | ], 117 | "shape": 3, 118 | "slot_index": 0 119 | } 120 | ], 121 | "properties": { 122 | "Node name for S&R": "LLava Loader Simple" 123 | }, 124 | "widgets_values": [ 125 | "llava-v1.6-mistral-7b.Q4_K_M.gguf", 126 | 2048, 127 | 27, 128 | 8 129 | ] 130 | }, 131 | { 132 | "id": 3, 133 | "type": "LlavaClipLoader", 134 | "pos": [ 135 | 799, 136 | 339 137 | ], 138 | "size": { 139 | "0": 315, 140 | "1": 58 141 | }, 142 | "flags": {}, 143 | "order": 1, 144 | "mode": 0, 145 | "outputs": [ 146 | { 147 | "name": "clip", 148 | "type": "CUSTOM", 149 | "links": [ 150 | 7 151 | ], 152 | "shape": 3, 153 | "slot_index": 0 154 | } 155 | ], 156 | "properties": { 157 | "Node name for S&R": "LlavaClipLoader" 158 | }, 159 | "widgets_values": [ 160 | "llava-v1.6-mistral-7b.Q4_K_M_mmproj-model-f16.gguf" 161 | ] 162 | }, 163 | { 164 | "id": 5, 165 | "type": "ShowText|pysssss", 166 | "pos": [ 167 | 1873, 168 | 328 169 | ], 170 | "size": { 171 | "0": 315, 172 | "1": 76 173 | }, 174 | "flags": {}, 175 | "order": 9, 176 | "mode": 0, 177 | "inputs": [ 178 | { 179 | "name": "text", 180 | "type": "STRING", 181 | "link": 8, 182 | "widget": { 183 | "name": "text" 184 | } 185 | } 186 | ], 187 | "outputs": [ 188 | { 189 | "name": "STRING", 190 | "type": "STRING", 191 | "links": [ 192 | 14 193 | ], 194 | "shape": 6, 195 | "slot_index": 0 196 | } 197 | ], 198 | "properties": { 199 | "Node name for S&R": "ShowText|pysssss" 200 | }, 201 | "widgets_values": [ 202 | "", 203 | " flame_dreams " 204 | ] 205 | }, 206 | { 207 | "id": 15, 208 | "type": "SaveImage", 209 | "pos": [ 210 | 2702, 211 | 307 212 | ], 213 | "size": { 214 | "0": 315, 215 | "1": 266 216 | }, 217 | "flags": {}, 218 | "order": 11, 219 | "mode": 0, 220 | "inputs": [ 221 | { 222 | "name": "images", 223 | "type": "IMAGE", 224 | "link": 12 225 | }, 226 | { 227 | "name": "filename_prefix", 228 | "type": "STRING", 229 | "link": 15, 230 | "widget": { 231 | "name": "filename_prefix" 232 | } 233 | } 234 | ], 235 | "properties": {}, 236 | "widgets_values": [ 237 | "ComfyUI" 238 | ] 239 | }, 240 | { 241 | "id": 21, 242 | "type": "Random Number", 243 | "pos": [ 244 | 1530, 245 | 579 246 | ], 247 | "size": { 248 | "0": 315, 249 | "1": 194 250 | }, 251 | "flags": {}, 252 | "order": 2, 253 | "mode": 0, 254 | "outputs": [ 255 | { 256 | "name": "NUMBER", 257 | "type": "NUMBER", 258 | "links": null, 259 | "shape": 3, 260 | "slot_index": 0 261 | }, 262 | { 263 | "name": "FLOAT", 264 | "type": "FLOAT", 265 | "links": null, 266 | "shape": 3 267 | }, 268 | { 269 | "name": "INT", 270 | "type": "INT", 271 | "links": [ 272 | 16 273 | ], 274 | "shape": 3, 275 | "slot_index": 2 276 | } 277 | ], 278 | "properties": { 279 | "Node name for S&R": "Random Number" 280 | }, 281 | "widgets_values": [ 282 | "integer", 283 | 0, 284 | 100000, 285 | 687791463506265, 286 | "randomize" 287 | ] 288 | }, 289 | { 290 | "id": 22, 291 | "type": "CR Integer To String", 292 | "pos": [ 293 | 1877, 294 | 597 295 | ], 296 | "size": { 297 | "0": 315, 298 | "1": 78 299 | }, 300 | "flags": {}, 301 | "order": 6, 302 | "mode": 0, 303 | "inputs": [ 304 | { 305 | "name": "int_", 306 | "type": "INT", 307 | "link": 16, 308 | "widget": { 309 | "name": "int_" 310 | } 311 | } 312 | ], 313 | "outputs": [ 314 | { 315 | "name": "STRING", 316 | "type": "STRING", 317 | "links": [ 318 | 17 319 | ], 320 | "shape": 3, 321 | "slot_index": 0 322 | }, 323 | { 324 | "name": "show_help", 325 | "type": "STRING", 326 | "links": null, 327 | "shape": 3 328 | } 329 | ], 330 | "properties": { 331 | "Node name for S&R": "CR Integer To String" 332 | }, 333 | "widgets_values": [ 334 | 0 335 | ] 336 | }, 337 | { 338 | "id": 16, 339 | "type": "Text Concatenate", 340 | "pos": [ 341 | 2282, 342 | 648 343 | ], 344 | "size": { 345 | "0": 315, 346 | "1": 178 347 | }, 348 | "flags": {}, 349 | "order": 10, 350 | "mode": 0, 351 | "inputs": [ 352 | { 353 | "name": "text_a", 354 | "type": "STRING", 355 | "link": 13, 356 | "widget": { 357 | "name": "text_a" 358 | } 359 | }, 360 | { 361 | "name": "text_b", 362 | "type": "STRING", 363 | "link": 14, 364 | "widget": { 365 | "name": "text_b" 366 | } 367 | }, 368 | { 369 | "name": "text_c", 370 | "type": "STRING", 371 | "link": 17, 372 | "widget": { 373 | "name": "text_c" 374 | } 375 | }, 376 | { 377 | "name": "text_d", 378 | "type": "STRING", 379 | "link": null, 380 | "widget": { 381 | "name": "text_d" 382 | } 383 | } 384 | ], 385 | "outputs": [ 386 | { 387 | "name": "STRING", 388 | "type": "STRING", 389 | "links": [ 390 | 15 391 | ], 392 | "shape": 3, 393 | "slot_index": 0 394 | } 395 | ], 396 | "properties": { 397 | "Node name for S&R": "Text Concatenate" 398 | }, 399 | "widgets_values": [ 400 | "", 401 | "true", 402 | "", 403 | "", 404 | "", 405 | "" 406 | ] 407 | }, 408 | { 409 | "id": 4, 410 | "type": "LLavaSamplerSimple", 411 | "pos": [ 412 | 1534, 413 | 322 414 | ], 415 | "size": { 416 | "0": 315, 417 | "1": 102 418 | }, 419 | "flags": {}, 420 | "order": 8, 421 | "mode": 0, 422 | "inputs": [ 423 | { 424 | "name": "image", 425 | "type": "IMAGE", 426 | "link": 6 427 | }, 428 | { 429 | "name": "model", 430 | "type": "CUSTOM", 431 | "link": 4 432 | }, 433 | { 434 | "name": "prompt", 435 | "type": "STRING", 436 | "link": 3, 437 | "widget": { 438 | "name": "prompt" 439 | } 440 | } 441 | ], 442 | "outputs": [ 443 | { 444 | "name": "STRING", 445 | "type": "STRING", 446 | "links": [ 447 | 8 448 | ], 449 | "shape": 3, 450 | "slot_index": 0 451 | } 452 | ], 453 | "properties": { 454 | "Node name for S&R": "LLavaSamplerSimple" 455 | }, 456 | "widgets_values": [ 457 | "", 458 | 0.65 459 | ] 460 | }, 461 | { 462 | "id": 11, 463 | "type": "PrimitiveNode", 464 | "pos": [ 465 | 894, 466 | 149 467 | ], 468 | "size": { 469 | "0": 210, 470 | "1": 82 471 | }, 472 | "flags": {}, 473 | "order": 3, 474 | "mode": 0, 475 | "outputs": [ 476 | { 477 | "name": "INT", 478 | "type": "INT", 479 | "links": [ 480 | 5 481 | ], 482 | "slot_index": 0, 483 | "widget": { 484 | "name": "start_index" 485 | } 486 | } 487 | ], 488 | "properties": { 489 | "Run widget replace on values": false 490 | }, 491 | "widgets_values": [ 492 | 54, 493 | "increment" 494 | ] 495 | }, 496 | { 497 | "id": 9, 498 | "type": "StringConstantMultiline", 499 | "pos": [ 500 | 1097, 501 | 509 502 | ], 503 | "size": { 504 | "0": 400, 505 | "1": 200 506 | }, 507 | "flags": {}, 508 | "order": 4, 509 | "mode": 0, 510 | "outputs": [ 511 | { 512 | "name": "STRING", 513 | "type": "STRING", 514 | "links": [ 515 | 3 516 | ], 517 | "shape": 3, 518 | "slot_index": 0 519 | } 520 | ], 521 | "properties": { 522 | "Node name for S&R": "StringConstantMultiline" 523 | }, 524 | "widgets_values": [ 525 | "Generate a unique name for this image based on its color and subject. \n\nNever output slashes or other special characters. \n\nDO not use the words \"Color\" \"Abstract\" or \"File\"\n\nOnly output the filename. Do not include the fileextension. \n\nExamples: acid_rain, coconut_breeze, moonlit_sunrise, purple_flowers.", 526 | true 527 | ] 528 | } 529 | ], 530 | "links": [ 531 | [ 532 | 3, 533 | 9, 534 | 0, 535 | 4, 536 | 2, 537 | "STRING" 538 | ], 539 | [ 540 | 4, 541 | 2, 542 | 0, 543 | 4, 544 | 1, 545 | "CUSTOM" 546 | ], 547 | [ 548 | 5, 549 | 11, 550 | 0, 551 | 10, 552 | 0, 553 | "INT" 554 | ], 555 | [ 556 | 6, 557 | 10, 558 | 0, 559 | 4, 560 | 0, 561 | "IMAGE" 562 | ], 563 | [ 564 | 7, 565 | 3, 566 | 0, 567 | 2, 568 | 0, 569 | "CUSTOM" 570 | ], 571 | [ 572 | 8, 573 | 4, 574 | 0, 575 | 5, 576 | 0, 577 | "STRING" 578 | ], 579 | [ 580 | 12, 581 | 10, 582 | 0, 583 | 15, 584 | 0, 585 | "IMAGE" 586 | ], 587 | [ 588 | 13, 589 | 19, 590 | 0, 591 | 16, 592 | 0, 593 | "STRING" 594 | ], 595 | [ 596 | 14, 597 | 5, 598 | 0, 599 | 16, 600 | 1, 601 | "STRING" 602 | ], 603 | [ 604 | 15, 605 | 16, 606 | 0, 607 | 15, 608 | 1, 609 | "STRING" 610 | ], 611 | [ 612 | 16, 613 | 21, 614 | 2, 615 | 22, 616 | 0, 617 | "INT" 618 | ], 619 | [ 620 | 17, 621 | 22, 622 | 0, 623 | 16, 624 | 2, 625 | "STRING" 626 | ] 627 | ], 628 | "groups": [], 629 | "config": {}, 630 | "extra": { 631 | "ds": { 632 | "scale": 0.9090909090909091, 633 | "offset": [ 634 | -546.241355962343, 635 | 21.30925640720227 636 | ] 637 | } 638 | }, 639 | "version": 0.4 640 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Updates 2 | 3 | **1/5/2025** 4 | Added F5 TTS Workflows. See here: https://youtu.be/SbRAPKAvl_U 5 | **11/8/2024** 6 | Added Flux Character Maker 7 | 8 | **11/4/24** 9 | Reorganized all workflows. Improved Flux lora testing workflows. Added Miaoshouai-Tagger workflow for LORA training. 10 | 11 | **10/26/24** 12 | Added Workflows for Flux w/ LORA, Flux LORA Autoprompt and Flux LORA Training 13 | 14 | **6/8/24** 15 | 2 new Llava workflows to 1-at-a-time-batch engage with clip vision images to ask questions or rename images. 16 | 17 | **5/24/24** 18 | Cleaned up all workflows, added notes, improved IPA and outpaint workflows, changed clip to SDXLclip 19 | 20 | 21 | New workflows: StableCascade txt2img img2img and imageprompt, InstantID, Instructpix2pix, controlnetmulti, imagemerge_sdxl_unclip, imagemerge_unclip, t2iadapter, controlnet+t2i_toolkit 22 | 23 | ## About 24 | 25 | This is meant to be a good foundation to start using ComfyUI in a basic way. Should be familiar to those coming from A1111. 26 | 27 | You can import the json files or the pngs into Comfy to use the workflows. Most workflows are built for SDXL by default but can be changed easily to work with other SD versions. 28 | 29 | ## Flux Workflows 30 | ### Flux with LORA 31 | ![fluxwithlora](./Flux/WorkflowImages/flux_lora.png) 32 | ### Flux LORA LLM Autoprompt 33 | ![fluxautopromptllm](./Flux/WorkflowImages/flux_lora_autoprompt.png) 34 | ### Miaoshouai-Tagger/Captions 35 | ![miaocaptions](./Flux/Training/WorkflowImages/MIAO_Captions.png) 36 | ### Flux LORA Train 37 | ![fluxloratrain](./Flux/Training/WorkflowImages/flux_lora_train.png) 38 | ### Flux LORA Test 39 | ![fluxloratest](./Flux/Training/WorkflowImages/loratest.png) 40 | ### Flux LORA Character Sheet Maker 41 | ![fluxcharactersheet](./Flux/WorkflowImages/flux_character_sheet.png) 42 | ## Stable_Cascade Workflows 43 | ### txt2img_stablecascade 44 | ![txt2img_stablecascade](./Stable_Cascade/WorkflowImages/stable-cascade-txt2img.png) 45 | ### img2img_stablecascade 46 | ![img2img_stablecascade](./Stable_Cascade/WorkflowImages/Stable-Cascade-image-to-image.png) 47 | ### imgprompt_stablecascade 48 | ![imgprompt_stablecascade](./Stable_Cascade/WorkflowImages/Stable-Cascade-Image-Prompt.png) 49 | 50 | ## LLM_Llava Workflows 51 | ### LLava Batch File 52 | ![llava_batch](./LLM_Llava/WorkflowImages/llava_batch_questionphoto.png) 53 | ### LLava File Namer 54 | ![llava_file_namer](./LLM_Llava/WorkflowImages/llava_file_namer.png) 55 | 56 | ## Basic Workflows 57 | ### txt2img 58 | ![txt2img](./Basic/WorkflowImages/txt2img.png) 59 | ### txt2img LORA 60 | ![txt2imglora](./Basic/WorkflowImages/txt2imglora.png) 61 | ### img2img 62 | ![img2img](./Basic/WorkflowImages/img2img.png) 63 | ### img2img LORA 64 | ![img2imglora](./Basic/WorkflowImages/img2imglora.png) 65 | ### controlnet 66 | ![controlnet](./Basic/WorkflowImages/controlnet.png) 67 | ### Controlnet Multi (2 controlnet models) 68 | ![controlnetmulti](./Basic/WorkflowImages/controlnetmulti.png) 69 | ### Controlnet + T2I Toolkit 70 | ![controlnet+t2i_toolkit](./Basic/WorkflowImages/controlnet+t2i_toolkit.png) 71 | ### IPAdapter 72 | ![IPAdapter](./Basic/WorkflowImages/ipadapter.png) 73 | ### IPAdapter + Controlnet 74 | ![IPAdapter+controlnet](./Basic/WorkflowImages/ipadapter+controlnet.png) 75 | ### T2I Adapter 76 | ![t2iadapter](./Basic/WorkflowImages/t2iadapter.png) 77 | ### Inpainting 78 | ![inpainting](./Basic/WorkflowImages/inpainting.png) 79 | ### Outpainting 80 | ![outpainting](./Basic/WorkflowImages/outpainting.png) 81 | ### Hires Fix 82 | ![hiresfix](./Basic/WorkflowImages/hiresfix.png) 83 | ### Instant ID 84 | ![InstantID](./Basic/WorkflowImages/instandid.png) 85 | ### Face Detailer 86 | ![Facedetailer](./Basic/WorkflowImages/facedetailer.png) 87 | ### Prompts from File 88 | ![promptsfromfile](./Basic/WorkflowImages/promptsfromfile.png) 89 | ### XYZ Plot (for sampler config; use prompts from file for batch prompts) 90 | ![xyzplot](./Basic/WorkflowImages/xyzplot.png) 91 | ### Upscale SUPIR 92 | ![upscaleSUPIR](./Basic/WorkflowImages/upscaleSUPIR.png) 93 | ### InstructPix2Pix 94 | ![InstructPix2Pix](./Basic/WorkflowImages/instructpix2pix.png) 95 | ### Image Merge SDXL Unclip 96 | ![imagemerge_sdxl_unclip](./Basic/WorkflowImages/imagemerge_sdxl_unclip.png) 97 | ### Image Merge Unclip 98 | ![imagemerge_unclip](./Basic/WorkflowImages/imagemerge_unclip.png) 99 | -------------------------------------------------------------------------------- /Stable_Cascade/WorkflowImages/Stable-Cascade-Image-Prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Stable_Cascade/WorkflowImages/Stable-Cascade-Image-Prompt.png -------------------------------------------------------------------------------- /Stable_Cascade/WorkflowImages/Stable-Cascade-image-to-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Stable_Cascade/WorkflowImages/Stable-Cascade-image-to-image.png -------------------------------------------------------------------------------- /Stable_Cascade/WorkflowImages/stable-cascade-txt2img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pwillia7/Basic_ComfyUI_Workflows/dc09af0bbde5a86a74a2361af4b6f7876b11b093/Stable_Cascade/WorkflowImages/stable-cascade-txt2img.png -------------------------------------------------------------------------------- /Stable_Cascade/WorkflowJSONs/stable-cascade-txt2img.json: -------------------------------------------------------------------------------- 1 | { 2 | "last_node_id": 49, 3 | "last_link_id": 124, 4 | "nodes": [ 5 | { 6 | "id": 36, 7 | "type": "StableCascade_StageB_Conditioning", 8 | "pos": [ 9 | 907.5535723632809, 10 | -190.61354743652328 11 | ], 12 | "size": { 13 | "0": 277.20001220703125, 14 | "1": 46 15 | }, 16 | "flags": {}, 17 | "order": 5, 18 | "mode": 0, 19 | "inputs": [ 20 | { 21 | "name": "conditioning", 22 | "type": "CONDITIONING", 23 | "link": 116, 24 | "slot_index": 0 25 | }, 26 | { 27 | "name": "stage_c", 28 | "type": "LATENT", 29 | "link": 121 30 | } 31 | ], 32 | "outputs": [ 33 | { 34 | "name": "CONDITIONING", 35 | "type": "CONDITIONING", 36 | "links": [ 37 | 86 38 | ], 39 | "shape": 3, 40 | "slot_index": 0 41 | } 42 | ], 43 | "properties": { 44 | "Node name for S&R": "StableCascade_StageB_Conditioning" 45 | } 46 | }, 47 | { 48 | "id": 8, 49 | "type": "VAEDecode", 50 | "pos": [ 51 | 1594.4973572265633, 52 | -183.24448393554738 53 | ], 54 | "size": { 55 | "0": 210, 56 | "1": 46 57 | }, 58 | "flags": {}, 59 | "order": 7, 60 | "mode": 0, 61 | "inputs": [ 62 | { 63 | "name": "samples", 64 | "type": "LATENT", 65 | "link": 98 66 | }, 67 | { 68 | "name": "vae", 69 | "type": "VAE", 70 | "link": 124, 71 | "slot_index": 1 72 | } 73 | ], 74 | "outputs": [ 75 | { 76 | "name": "IMAGE", 77 | "type": "IMAGE", 78 | "links": [ 79 | 9 80 | ], 81 | "slot_index": 0 82 | } 83 | ], 84 | "properties": { 85 | "Node name for S&R": "VAEDecode" 86 | } 87 | }, 88 | { 89 | "id": 9, 90 | "type": "SaveImage", 91 | "pos": [ 92 | 347, 93 | 166 94 | ], 95 | "size": [ 96 | 516.9912011770789, 97 | 369.6218425603985 98 | ], 99 | "flags": {}, 100 | "order": 8, 101 | "mode": 0, 102 | "inputs": [ 103 | { 104 | "name": "images", 105 | "type": "IMAGE", 106 | "link": 9 107 | } 108 | ], 109 | "properties": {}, 110 | "widgets_values": [ 111 | "ComfyUI" 112 | ] 113 | }, 114 | { 115 | "id": 6, 116 | "type": "CLIPTextEncode", 117 | "pos": [ 118 | 134, 119 | -192 120 | ], 121 | "size": [ 122 | 285.6000061035156, 123 | 103.55562269650677 124 | ], 125 | "flags": {}, 126 | "order": 2, 127 | "mode": 0, 128 | "inputs": [ 129 | { 130 | "name": "clip", 131 | "type": "CLIP", 132 | "link": 122 133 | } 134 | ], 135 | "outputs": [ 136 | { 137 | "name": "CONDITIONING", 138 | "type": "CONDITIONING", 139 | "links": [ 140 | 107, 141 | 116 142 | ], 143 | "slot_index": 0 144 | } 145 | ], 146 | "title": "CLIP Text Encode (Positive Prompt)", 147 | "properties": { 148 | "Node name for S&R": "CLIPTextEncode" 149 | }, 150 | "widgets_values": [ 151 | "a portrait photo of Guy Fieri standing in a volcano holding a sign that says \"Holy Moly Stromboli!\"" 152 | ], 153 | "color": "#232", 154 | "bgcolor": "#353" 155 | }, 156 | { 157 | "id": 7, 158 | "type": "CLIPTextEncode", 159 | "pos": [ 160 | 130, 161 | -37 162 | ], 163 | "size": [ 164 | 285.6000061035156, 165 | 76 166 | ], 167 | "flags": {}, 168 | "order": 3, 169 | "mode": 0, 170 | "inputs": [ 171 | { 172 | "name": "clip", 173 | "type": "CLIP", 174 | "link": 123 175 | } 176 | ], 177 | "outputs": [ 178 | { 179 | "name": "CONDITIONING", 180 | "type": "CONDITIONING", 181 | "links": [ 182 | 108, 183 | 117 184 | ], 185 | "slot_index": 0 186 | } 187 | ], 188 | "title": "CLIP Text Encode (Negative Prompt)", 189 | "properties": { 190 | "Node name for S&R": "CLIPTextEncode" 191 | }, 192 | "widgets_values": [ 193 | "b&w" 194 | ], 195 | "color": "#322", 196 | "bgcolor": "#533" 197 | }, 198 | { 199 | "id": 3, 200 | "type": "KSampler", 201 | "pos": [ 202 | 492, 203 | -187 204 | ], 205 | "size": { 206 | "0": 315, 207 | "1": 262 208 | }, 209 | "flags": {}, 210 | "order": 4, 211 | "mode": 0, 212 | "inputs": [ 213 | { 214 | "name": "model", 215 | "type": "MODEL", 216 | "link": 119, 217 | "slot_index": 0 218 | }, 219 | { 220 | "name": "positive", 221 | "type": "CONDITIONING", 222 | "link": 107 223 | }, 224 | { 225 | "name": "negative", 226 | "type": "CONDITIONING", 227 | "link": 108 228 | }, 229 | { 230 | "name": "latent_image", 231 | "type": "LATENT", 232 | "link": 82 233 | } 234 | ], 235 | "outputs": [ 236 | { 237 | "name": "LATENT", 238 | "type": "LATENT", 239 | "links": [ 240 | 121 241 | ], 242 | "slot_index": 0 243 | } 244 | ], 245 | "properties": { 246 | "Node name for S&R": "KSampler" 247 | }, 248 | "widgets_values": [ 249 | 317637191648841, 250 | "randomize", 251 | 20, 252 | 2, 253 | "euler_ancestral", 254 | "simple", 255 | 1 256 | ] 257 | }, 258 | { 259 | "id": 49, 260 | "type": "StableCascade_CheckpointLoader //Inspire", 261 | "pos": [ 262 | -268, 263 | -237 264 | ], 265 | "size": { 266 | "0": 315, 267 | "1": 294 268 | }, 269 | "flags": {}, 270 | "order": 0, 271 | "mode": 0, 272 | "outputs": [ 273 | { 274 | "name": "b_model", 275 | "type": "MODEL", 276 | "links": [ 277 | 120 278 | ], 279 | "shape": 3, 280 | "slot_index": 0 281 | }, 282 | { 283 | "name": "b_vae", 284 | "type": "VAE", 285 | "links": [ 286 | 124 287 | ], 288 | "shape": 3, 289 | "slot_index": 1 290 | }, 291 | { 292 | "name": "c_model", 293 | "type": "MODEL", 294 | "links": [ 295 | 119 296 | ], 297 | "shape": 3, 298 | "slot_index": 2 299 | }, 300 | { 301 | "name": "c_vae", 302 | "type": "VAE", 303 | "links": null, 304 | "shape": 3 305 | }, 306 | { 307 | "name": "c_clip_vision", 308 | "type": "CLIP_VISION", 309 | "links": null, 310 | "shape": 3 311 | }, 312 | { 313 | "name": "clip", 314 | "type": "CLIP", 315 | "links": [ 316 | 122, 317 | 123 318 | ], 319 | "shape": 3, 320 | "slot_index": 5 321 | }, 322 | { 323 | "name": "key_b", 324 | "type": "STRING", 325 | "links": null, 326 | "shape": 3 327 | }, 328 | { 329 | "name": "key_c", 330 | "type": "STRING", 331 | "links": null, 332 | "shape": 3 333 | } 334 | ], 335 | "properties": { 336 | "Node name for S&R": "StableCascade_CheckpointLoader //Inspire" 337 | }, 338 | "widgets_values": [ 339 | "stable_cascade_stage_b.safetensors", 340 | "", 341 | "stable_cascade_stage_c.safetensors", 342 | "", 343 | "all" 344 | ] 345 | }, 346 | { 347 | "id": 34, 348 | "type": "StableCascade_EmptyLatentImage", 349 | "pos": [ 350 | -265, 351 | 115 352 | ], 353 | "size": { 354 | "0": 315, 355 | "1": 150 356 | }, 357 | "flags": {}, 358 | "order": 1, 359 | "mode": 0, 360 | "outputs": [ 361 | { 362 | "name": "stage_c", 363 | "type": "LATENT", 364 | "links": [ 365 | 82 366 | ], 367 | "shape": 3, 368 | "slot_index": 0 369 | }, 370 | { 371 | "name": "stage_b", 372 | "type": "LATENT", 373 | "links": [ 374 | 83 375 | ], 376 | "shape": 3, 377 | "slot_index": 1 378 | } 379 | ], 380 | "properties": { 381 | "Node name for S&R": "StableCascade_EmptyLatentImage" 382 | }, 383 | "widgets_values": [ 384 | 1024, 385 | 1024, 386 | 42, 387 | 1 388 | ] 389 | }, 390 | { 391 | "id": 33, 392 | "type": "KSampler", 393 | "pos": [ 394 | 1218, 395 | -215 396 | ], 397 | "size": { 398 | "0": 315, 399 | "1": 262 400 | }, 401 | "flags": {}, 402 | "order": 6, 403 | "mode": 0, 404 | "inputs": [ 405 | { 406 | "name": "model", 407 | "type": "MODEL", 408 | "link": 120, 409 | "slot_index": 0 410 | }, 411 | { 412 | "name": "positive", 413 | "type": "CONDITIONING", 414 | "link": 86 415 | }, 416 | { 417 | "name": "negative", 418 | "type": "CONDITIONING", 419 | "link": 117 420 | }, 421 | { 422 | "name": "latent_image", 423 | "type": "LATENT", 424 | "link": 83 425 | } 426 | ], 427 | "outputs": [ 428 | { 429 | "name": "LATENT", 430 | "type": "LATENT", 431 | "links": [ 432 | 98 433 | ], 434 | "slot_index": 0 435 | } 436 | ], 437 | "properties": { 438 | "Node name for S&R": "KSampler" 439 | }, 440 | "widgets_values": [ 441 | 635136097734155, 442 | "randomize", 443 | 10, 444 | 1.1, 445 | "euler_ancestral", 446 | "simple", 447 | 1 448 | ] 449 | } 450 | ], 451 | "links": [ 452 | [ 453 | 9, 454 | 8, 455 | 0, 456 | 9, 457 | 0, 458 | "IMAGE" 459 | ], 460 | [ 461 | 82, 462 | 34, 463 | 0, 464 | 3, 465 | 3, 466 | "LATENT" 467 | ], 468 | [ 469 | 83, 470 | 34, 471 | 1, 472 | 33, 473 | 3, 474 | "LATENT" 475 | ], 476 | [ 477 | 86, 478 | 36, 479 | 0, 480 | 33, 481 | 1, 482 | "CONDITIONING" 483 | ], 484 | [ 485 | 98, 486 | 33, 487 | 0, 488 | 8, 489 | 0, 490 | "LATENT" 491 | ], 492 | [ 493 | 107, 494 | 6, 495 | 0, 496 | 3, 497 | 1, 498 | "CONDITIONING" 499 | ], 500 | [ 501 | 108, 502 | 7, 503 | 0, 504 | 3, 505 | 2, 506 | "CONDITIONING" 507 | ], 508 | [ 509 | 116, 510 | 6, 511 | 0, 512 | 36, 513 | 0, 514 | "CONDITIONING" 515 | ], 516 | [ 517 | 117, 518 | 7, 519 | 0, 520 | 33, 521 | 2, 522 | "CONDITIONING" 523 | ], 524 | [ 525 | 119, 526 | 49, 527 | 2, 528 | 3, 529 | 0, 530 | "MODEL" 531 | ], 532 | [ 533 | 120, 534 | 49, 535 | 0, 536 | 33, 537 | 0, 538 | "MODEL" 539 | ], 540 | [ 541 | 121, 542 | 3, 543 | 0, 544 | 36, 545 | 1, 546 | "LATENT" 547 | ], 548 | [ 549 | 122, 550 | 49, 551 | 5, 552 | 6, 553 | 0, 554 | "CLIP" 555 | ], 556 | [ 557 | 123, 558 | 49, 559 | 5, 560 | 7, 561 | 0, 562 | "CLIP" 563 | ], 564 | [ 565 | 124, 566 | 49, 567 | 1, 568 | 8, 569 | 1, 570 | "VAE" 571 | ] 572 | ], 573 | "groups": [ 574 | { 575 | "title": "Stage B", 576 | "bounding": [ 577 | 880, 578 | -273, 579 | 676, 580 | 396 581 | ], 582 | "color": "#8A8", 583 | "font_size": 24, 584 | "locked": false 585 | }, 586 | { 587 | "title": "Stage C", 588 | "bounding": [ 589 | 109, 590 | -270, 591 | 731, 592 | 392 593 | ], 594 | "color": "#b06634", 595 | "font_size": 24, 596 | "locked": false 597 | }, 598 | { 599 | "title": "Stage A", 600 | "bounding": [ 601 | 1573, 602 | -273, 603 | 262, 604 | 399 605 | ], 606 | "color": "#3f789e", 607 | "font_size": 24, 608 | "locked": false 609 | } 610 | ], 611 | "config": {}, 612 | "extra": { 613 | "ds": { 614 | "scale": 0.9090909090909091, 615 | "offset": [ 616 | 616.4187988229214, 617 | 324.51815743960174 618 | ] 619 | } 620 | }, 621 | "version": 0.4 622 | } --------------------------------------------------------------------------------