Advertisement
Guest User

LoRA on the fly - Flux Fill ComfyUI Workflow by @LatentSpacer

a guest
Apr 26th, 2025
784
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.24 KB | Software | 1 0
  1. {
  2. "id": "0da915bc-b389-4e65-9577-565edca668e7",
  3. "revision": 0,
  4. "last_node_id": 305,
  5. "last_link_id": 707,
  6. "nodes": [
  7. {
  8. "id": 8,
  9. "type": "VAEDecode",
  10. "pos": [
  11. 3365.8466796875,
  12. 445.1245422363281
  13. ],
  14. "size": [
  15. 210,
  16. 46
  17. ],
  18. "flags": {},
  19. "order": 35,
  20. "mode": 0,
  21. "inputs": [
  22. {
  23. "name": "samples",
  24. "type": "LATENT",
  25. "link": 488
  26. },
  27. {
  28. "name": "vae",
  29. "type": "VAE",
  30. "link": 672
  31. }
  32. ],
  33. "outputs": [
  34. {
  35. "name": "IMAGE",
  36. "type": "IMAGE",
  37. "slot_index": 0,
  38. "links": [
  39. 95,
  40. 455
  41. ]
  42. }
  43. ],
  44. "properties": {
  45. "cnr_id": "comfy-core",
  46. "ver": "0.3.29",
  47. "Node name for S&R": "VAEDecode"
  48. },
  49. "widgets_values": []
  50. },
  51. {
  52. "id": 9,
  53. "type": "SaveImage",
  54. "pos": [
  55. 3663.681884765625,
  56. -10.562289237976074
  57. ],
  58. "size": [
  59. 989.2930908203125,
  60. 804.9000854492188
  61. ],
  62. "flags": {},
  63. "order": 36,
  64. "mode": 0,
  65. "inputs": [
  66. {
  67. "name": "images",
  68. "type": "IMAGE",
  69. "link": 95
  70. }
  71. ],
  72. "outputs": [],
  73. "properties": {
  74. "cnr_id": "comfy-core",
  75. "ver": "0.3.29",
  76. "Node name for S&R": "SaveImage"
  77. },
  78. "widgets_values": [
  79. "ComfyUI"
  80. ]
  81. },
  82. {
  83. "id": 31,
  84. "type": "UNETLoader",
  85. "pos": [
  86. 1254.4708251953125,
  87. 214.62449645996094
  88. ],
  89. "size": [
  90. 315,
  91. 82
  92. ],
  93. "flags": {},
  94. "order": 0,
  95. "mode": 0,
  96. "inputs": [],
  97. "outputs": [
  98. {
  99. "name": "MODEL",
  100. "type": "MODEL",
  101. "slot_index": 0,
  102. "links": [
  103. 671
  104. ]
  105. }
  106. ],
  107. "properties": {
  108. "cnr_id": "comfy-core",
  109. "ver": "0.3.29",
  110. "Node name for S&R": "UNETLoader"
  111. },
  112. "widgets_values": [
  113. "flux/flux1-fill-dev.safetensors",
  114. "default"
  115. ]
  116. },
  117. {
  118. "id": 32,
  119. "type": "VAELoader",
  120. "pos": [
  121. 1622.6551513671875,
  122. 452.877197265625
  123. ],
  124. "size": [
  125. 315,
  126. 58
  127. ],
  128. "flags": {},
  129. "order": 1,
  130. "mode": 0,
  131. "inputs": [],
  132. "outputs": [
  133. {
  134. "name": "VAE",
  135. "type": "VAE",
  136. "slot_index": 0,
  137. "links": [
  138. 672,
  139. 673
  140. ]
  141. }
  142. ],
  143. "properties": {
  144. "cnr_id": "comfy-core",
  145. "ver": "0.3.29",
  146. "Node name for S&R": "VAELoader"
  147. },
  148. "widgets_values": [
  149. "flux_fill_vae_fp32.safetensors"
  150. ]
  151. },
  152. {
  153. "id": 34,
  154. "type": "DualCLIPLoader",
  155. "pos": [
  156. 782.328125,
  157. -239.76602172851562
  158. ],
  159. "size": [
  160. 315,
  161. 130
  162. ],
  163. "flags": {},
  164. "order": 10,
  165. "mode": 0,
  166. "inputs": [],
  167. "outputs": [
  168. {
  169. "name": "CLIP",
  170. "type": "CLIP",
  171. "links": [
  172. 707
  173. ]
  174. }
  175. ],
  176. "properties": {
  177. "cnr_id": "comfy-core",
  178. "ver": "0.3.29",
  179. "Node name for S&R": "DualCLIPLoader"
  180. },
  181. "widgets_values": [
  182. "clip/clip_l_fp32.safetensors",
  183. "T5/t5_xxl_v1_1_fp32.safetensors",
  184. "sd3",
  185. "default"
  186. ]
  187. },
  188. {
  189. "id": 38,
  190. "type": "InpaintModelConditioning",
  191. "pos": [
  192. 2059.66455078125,
  193. 33.360870361328125
  194. ],
  195. "size": [
  196. 302.4000244140625,
  197. 138
  198. ],
  199. "flags": {},
  200. "order": 29,
  201. "mode": 0,
  202. "inputs": [
  203. {
  204. "name": "positive",
  205. "type": "CONDITIONING",
  206. "link": 691
  207. },
  208. {
  209. "name": "negative",
  210. "type": "CONDITIONING",
  211. "link": 321
  212. },
  213. {
  214. "name": "vae",
  215. "type": "VAE",
  216. "link": 673
  217. },
  218. {
  219. "name": "pixels",
  220. "type": "IMAGE",
  221. "link": 536
  222. },
  223. {
  224. "name": "mask",
  225. "type": "MASK",
  226. "link": 510
  227. }
  228. ],
  229. "outputs": [
  230. {
  231. "name": "positive",
  232. "type": "CONDITIONING",
  233. "slot_index": 0,
  234. "links": [
  235. 484
  236. ]
  237. },
  238. {
  239. "name": "negative",
  240. "type": "CONDITIONING",
  241. "slot_index": 1,
  242. "links": []
  243. },
  244. {
  245. "name": "latent",
  246. "type": "LATENT",
  247. "slot_index": 2,
  248. "links": [
  249. 487
  250. ]
  251. }
  252. ],
  253. "properties": {
  254. "cnr_id": "comfy-core",
  255. "ver": "0.3.29",
  256. "Node name for S&R": "InpaintModelConditioning"
  257. },
  258. "widgets_values": [
  259. false
  260. ]
  261. },
  262. {
  263. "id": 39,
  264. "type": "DifferentialDiffusion",
  265. "pos": [
  266. 2081.439208984375,
  267. 249.22119140625
  268. ],
  269. "size": [
  270. 277.20001220703125,
  271. 26
  272. ],
  273. "flags": {},
  274. "order": 31,
  275. "mode": 0,
  276. "inputs": [
  277. {
  278. "name": "model",
  279. "type": "MODEL",
  280. "link": 443
  281. }
  282. ],
  283. "outputs": [
  284. {
  285. "name": "MODEL",
  286. "type": "MODEL",
  287. "slot_index": 0,
  288. "links": [
  289. 663,
  290. 664
  291. ]
  292. }
  293. ],
  294. "properties": {
  295. "cnr_id": "comfy-core",
  296. "ver": "0.3.29",
  297. "Node name for S&R": "DifferentialDiffusion"
  298. },
  299. "widgets_values": []
  300. },
  301. {
  302. "id": 45,
  303. "type": "LoadImage",
  304. "pos": [
  305. -740,
  306. 330
  307. ],
  308. "size": [
  309. 342.5999755859375,
  310. 314
  311. ],
  312. "flags": {},
  313. "order": 2,
  314. "mode": 0,
  315. "inputs": [],
  316. "outputs": [
  317. {
  318. "name": "IMAGE",
  319. "type": "IMAGE",
  320. "links": [
  321. 113
  322. ]
  323. },
  324. {
  325. "name": "MASK",
  326. "type": "MASK",
  327. "links": null
  328. }
  329. ],
  330. "properties": {
  331. "cnr_id": "comfy-core",
  332. "ver": "0.3.29",
  333. "Node name for S&R": "LoadImage"
  334. },
  335. "widgets_values": [
  336. "pasted/image (440).png",
  337. "image"
  338. ]
  339. },
  340. {
  341. "id": 53,
  342. "type": "ImageResizeKJ",
  343. "pos": [
  344. -380,
  345. 330
  346. ],
  347. "size": [
  348. 315,
  349. 238
  350. ],
  351. "flags": {},
  352. "order": 17,
  353. "mode": 0,
  354. "inputs": [
  355. {
  356. "name": "image",
  357. "type": "IMAGE",
  358. "link": 113
  359. },
  360. {
  361. "name": "width_input",
  362. "shape": 7,
  363. "type": "INT",
  364. "link": null
  365. },
  366. {
  367. "name": "height_input",
  368. "shape": 7,
  369. "type": "INT",
  370. "link": null
  371. },
  372. {
  373. "name": "get_image_size",
  374. "shape": 7,
  375. "type": "IMAGE",
  376. "link": null
  377. },
  378. {
  379. "name": "width",
  380. "type": "INT",
  381. "widget": {
  382. "name": "width"
  383. },
  384. "link": 592
  385. },
  386. {
  387. "name": "height",
  388. "type": "INT",
  389. "widget": {
  390. "name": "height"
  391. },
  392. "link": 587
  393. }
  394. ],
  395. "outputs": [
  396. {
  397. "name": "IMAGE",
  398. "type": "IMAGE",
  399. "links": [
  400. 688
  401. ]
  402. },
  403. {
  404. "name": "width",
  405. "type": "INT",
  406. "links": null
  407. },
  408. {
  409. "name": "height",
  410. "type": "INT",
  411. "links": null
  412. }
  413. ],
  414. "properties": {
  415. "cnr_id": "comfyui-kjnodes",
  416. "ver": "3e3a1a8aac61dc4515f6a7da74e026f05a80299f",
  417. "Node name for S&R": "ImageResizeKJ"
  418. },
  419. "widgets_values": [
  420. 512,
  421. 768,
  422. "lanczos",
  423. false,
  424. 2,
  425. "center"
  426. ]
  427. },
  428. {
  429. "id": 149,
  430. "type": "InvertMask",
  431. "pos": [
  432. -130,
  433. 180
  434. ],
  435. "size": [
  436. 154.30992126464844,
  437. 26
  438. ],
  439. "flags": {},
  440. "order": 15,
  441. "mode": 0,
  442. "inputs": [
  443. {
  444. "name": "mask",
  445. "type": "MASK",
  446. "link": 341
  447. }
  448. ],
  449. "outputs": [
  450. {
  451. "name": "MASK",
  452. "type": "MASK",
  453. "links": [
  454. 327
  455. ]
  456. }
  457. ],
  458. "properties": {
  459. "cnr_id": "comfy-core",
  460. "ver": "0.3.29",
  461. "Node name for S&R": "InvertMask"
  462. },
  463. "widgets_values": []
  464. },
  465. {
  466. "id": 150,
  467. "type": "ETN_ApplyMaskToImage",
  468. "pos": [
  469. 110,
  470. 100
  471. ],
  472. "size": [
  473. 239.40000915527344,
  474. 46
  475. ],
  476. "flags": {},
  477. "order": 22,
  478. "mode": 0,
  479. "inputs": [
  480. {
  481. "name": "image",
  482. "type": "IMAGE",
  483. "link": 573
  484. },
  485. {
  486. "name": "mask",
  487. "type": "MASK",
  488. "link": 327
  489. }
  490. ],
  491. "outputs": [
  492. {
  493. "name": "IMAGE",
  494. "type": "IMAGE",
  495. "links": [
  496. 543
  497. ]
  498. }
  499. ],
  500. "properties": {
  501. "cnr_id": "comfyui-tooling-nodes",
  502. "ver": "2.0.1",
  503. "Node name for S&R": "ETN_ApplyMaskToImage"
  504. },
  505. "widgets_values": []
  506. },
  507. {
  508. "id": 161,
  509. "type": "ImageConcatMulti",
  510. "pos": [
  511. 450,
  512. 90
  513. ],
  514. "size": [
  515. 315,
  516. 170
  517. ],
  518. "flags": {},
  519. "order": 25,
  520. "mode": 0,
  521. "inputs": [
  522. {
  523. "name": "image_1",
  524. "type": "IMAGE",
  525. "link": 543
  526. },
  527. {
  528. "name": "image_2",
  529. "type": "IMAGE",
  530. "link": 682
  531. }
  532. ],
  533. "outputs": [
  534. {
  535. "name": "images",
  536. "type": "IMAGE",
  537. "links": [
  538. 607,
  539. 618
  540. ]
  541. }
  542. ],
  543. "properties": {
  544. "cnr_id": "comfyui-kjnodes",
  545. "ver": "3e3a1a8aac61dc4515f6a7da74e026f05a80299f"
  546. },
  547. "widgets_values": [
  548. 2,
  549. "right",
  550. false,
  551. null
  552. ]
  553. },
  554. {
  555. "id": 162,
  556. "type": "SplitImageWithAlpha",
  557. "pos": [
  558. 899.77685546875,
  559. 90.83089447021484
  560. ],
  561. "size": [
  562. 277.20001220703125,
  563. 46
  564. ],
  565. "flags": {},
  566. "order": 26,
  567. "mode": 0,
  568. "inputs": [
  569. {
  570. "name": "image",
  571. "type": "IMAGE",
  572. "link": 607
  573. }
  574. ],
  575. "outputs": [
  576. {
  577. "name": "IMAGE",
  578. "type": "IMAGE",
  579. "links": [
  580. 536,
  581. 614
  582. ]
  583. },
  584. {
  585. "name": "MASK",
  586. "type": "MASK",
  587. "links": [
  588. 510
  589. ]
  590. }
  591. ],
  592. "properties": {
  593. "cnr_id": "comfy-core",
  594. "ver": "0.3.29",
  595. "Node name for S&R": "SplitImageWithAlpha"
  596. },
  597. "widgets_values": []
  598. },
  599. {
  600. "id": 166,
  601. "type": "ConditioningZeroOut",
  602. "pos": [
  603. 1579.2926025390625,
  604. 40.9324951171875
  605. ],
  606. "size": [
  607. 211.60000610351562,
  608. 26
  609. ],
  610. "flags": {
  611. "collapsed": false
  612. },
  613. "order": 21,
  614. "mode": 0,
  615. "inputs": [
  616. {
  617. "name": "conditioning",
  618. "type": "CONDITIONING",
  619. "link": 611
  620. }
  621. ],
  622. "outputs": [
  623. {
  624. "name": "CONDITIONING",
  625. "type": "CONDITIONING",
  626. "links": [
  627. 321
  628. ]
  629. }
  630. ],
  631. "properties": {
  632. "cnr_id": "comfy-core",
  633. "ver": "0.3.29",
  634. "Node name for S&R": "ConditioningZeroOut"
  635. },
  636. "widgets_values": []
  637. },
  638. {
  639. "id": 167,
  640. "type": "SolidMask",
  641. "pos": [
  642. -560,
  643. 60
  644. ],
  645. "size": [
  646. 315,
  647. 106
  648. ],
  649. "flags": {},
  650. "order": 12,
  651. "mode": 0,
  652. "inputs": [
  653. {
  654. "name": "width",
  655. "type": "INT",
  656. "widget": {
  657. "name": "width"
  658. },
  659. "link": 599
  660. },
  661. {
  662. "name": "height",
  663. "type": "INT",
  664. "widget": {
  665. "name": "height"
  666. },
  667. "link": 600
  668. }
  669. ],
  670. "outputs": [
  671. {
  672. "name": "MASK",
  673. "type": "MASK",
  674. "links": [
  675. 341,
  676. 572
  677. ]
  678. }
  679. ],
  680. "properties": {
  681. "cnr_id": "comfy-core",
  682. "ver": "0.3.29",
  683. "Node name for S&R": "SolidMask"
  684. },
  685. "widgets_values": [
  686. 1,
  687. 512,
  688. 768
  689. ]
  690. },
  691. {
  692. "id": 170,
  693. "type": "LoadImage",
  694. "pos": [
  695. -750,
  696. 700
  697. ],
  698. "size": [
  699. 342.5999755859375,
  700. 314
  701. ],
  702. "flags": {},
  703. "order": 3,
  704. "mode": 0,
  705. "inputs": [],
  706. "outputs": [
  707. {
  708. "name": "IMAGE",
  709. "type": "IMAGE",
  710. "links": [
  711. 545
  712. ]
  713. },
  714. {
  715. "name": "MASK",
  716. "type": "MASK",
  717. "links": null
  718. }
  719. ],
  720. "properties": {
  721. "cnr_id": "comfy-core",
  722. "ver": "0.3.29",
  723. "Node name for S&R": "LoadImage"
  724. },
  725. "widgets_values": [
  726. "pasted/image (441).png",
  727. "image"
  728. ]
  729. },
  730. {
  731. "id": 173,
  732. "type": "ImageResizeKJ",
  733. "pos": [
  734. -380,
  735. 700
  736. ],
  737. "size": [
  738. 315,
  739. 238
  740. ],
  741. "flags": {},
  742. "order": 18,
  743. "mode": 0,
  744. "inputs": [
  745. {
  746. "name": "image",
  747. "type": "IMAGE",
  748. "link": 545
  749. },
  750. {
  751. "name": "width_input",
  752. "shape": 7,
  753. "type": "INT",
  754. "link": null
  755. },
  756. {
  757. "name": "height_input",
  758. "shape": 7,
  759. "type": "INT",
  760. "link": null
  761. },
  762. {
  763. "name": "get_image_size",
  764. "shape": 7,
  765. "type": "IMAGE",
  766. "link": null
  767. },
  768. {
  769. "name": "width",
  770. "type": "INT",
  771. "widget": {
  772. "name": "width"
  773. },
  774. "link": 593
  775. },
  776. {
  777. "name": "height",
  778. "type": "INT",
  779. "widget": {
  780. "name": "height"
  781. },
  782. "link": 588
  783. }
  784. ],
  785. "outputs": [
  786. {
  787. "name": "IMAGE",
  788. "type": "IMAGE",
  789. "links": [
  790. 579
  791. ]
  792. },
  793. {
  794. "name": "width",
  795. "type": "INT",
  796. "links": []
  797. },
  798. {
  799. "name": "height",
  800. "type": "INT",
  801. "links": []
  802. }
  803. ],
  804. "properties": {
  805. "cnr_id": "comfyui-kjnodes",
  806. "ver": "3e3a1a8aac61dc4515f6a7da74e026f05a80299f",
  807. "Node name for S&R": "ImageResizeKJ"
  808. },
  809. "widgets_values": [
  810. 512,
  811. 768,
  812. "lanczos",
  813. false,
  814. 2,
  815. "center"
  816. ]
  817. },
  818. {
  819. "id": 176,
  820. "type": "LoadImage",
  821. "pos": [
  822. -760,
  823. 1090
  824. ],
  825. "size": [
  826. 342.5999755859375,
  827. 314
  828. ],
  829. "flags": {},
  830. "order": 4,
  831. "mode": 0,
  832. "inputs": [],
  833. "outputs": [
  834. {
  835. "name": "IMAGE",
  836. "type": "IMAGE",
  837. "links": [
  838. 546
  839. ]
  840. },
  841. {
  842. "name": "MASK",
  843. "type": "MASK",
  844. "links": null
  845. }
  846. ],
  847. "properties": {
  848. "cnr_id": "comfy-core",
  849. "ver": "0.3.29",
  850. "Node name for S&R": "LoadImage"
  851. },
  852. "widgets_values": [
  853. "pasted/image (442).png",
  854. "image"
  855. ]
  856. },
  857. {
  858. "id": 177,
  859. "type": "ImageResizeKJ",
  860. "pos": [
  861. -380,
  862. 1080
  863. ],
  864. "size": [
  865. 315,
  866. 238
  867. ],
  868. "flags": {},
  869. "order": 19,
  870. "mode": 0,
  871. "inputs": [
  872. {
  873. "name": "image",
  874. "type": "IMAGE",
  875. "link": 546
  876. },
  877. {
  878. "name": "width_input",
  879. "shape": 7,
  880. "type": "INT",
  881. "link": null
  882. },
  883. {
  884. "name": "height_input",
  885. "shape": 7,
  886. "type": "INT",
  887. "link": null
  888. },
  889. {
  890. "name": "get_image_size",
  891. "shape": 7,
  892. "type": "IMAGE",
  893. "link": null
  894. },
  895. {
  896. "name": "width",
  897. "type": "INT",
  898. "widget": {
  899. "name": "width"
  900. },
  901. "link": 594
  902. },
  903. {
  904. "name": "height",
  905. "type": "INT",
  906. "widget": {
  907. "name": "height"
  908. },
  909. "link": 589
  910. }
  911. ],
  912. "outputs": [
  913. {
  914. "name": "IMAGE",
  915. "type": "IMAGE",
  916. "links": [
  917. 686
  918. ]
  919. },
  920. {
  921. "name": "width",
  922. "type": "INT",
  923. "links": null
  924. },
  925. {
  926. "name": "height",
  927. "type": "INT",
  928. "links": null
  929. }
  930. ],
  931. "properties": {
  932. "cnr_id": "comfyui-kjnodes",
  933. "ver": "3e3a1a8aac61dc4515f6a7da74e026f05a80299f",
  934. "Node name for S&R": "ImageResizeKJ"
  935. },
  936. "widgets_values": [
  937. 512,
  938. 768,
  939. "lanczos",
  940. false,
  941. 2,
  942. "center"
  943. ]
  944. },
  945. {
  946. "id": 178,
  947. "type": "LoadImage",
  948. "pos": [
  949. -750,
  950. 1500
  951. ],
  952. "size": [
  953. 342.5999755859375,
  954. 314
  955. ],
  956. "flags": {},
  957. "order": 5,
  958. "mode": 0,
  959. "inputs": [],
  960. "outputs": [
  961. {
  962. "name": "IMAGE",
  963. "type": "IMAGE",
  964. "links": [
  965. 547
  966. ]
  967. },
  968. {
  969. "name": "MASK",
  970. "type": "MASK",
  971. "links": null
  972. }
  973. ],
  974. "properties": {
  975. "cnr_id": "comfy-core",
  976. "ver": "0.3.29",
  977. "Node name for S&R": "LoadImage"
  978. },
  979. "widgets_values": [
  980. "pasted/image (438).png",
  981. "image"
  982. ]
  983. },
  984. {
  985. "id": 179,
  986. "type": "ImageResizeKJ",
  987. "pos": [
  988. -370,
  989. 1500
  990. ],
  991. "size": [
  992. 315,
  993. 238
  994. ],
  995. "flags": {},
  996. "order": 20,
  997. "mode": 0,
  998. "inputs": [
  999. {
  1000. "name": "image",
  1001. "type": "IMAGE",
  1002. "link": 547
  1003. },
  1004. {
  1005. "name": "width_input",
  1006. "shape": 7,
  1007. "type": "INT",
  1008. "link": null
  1009. },
  1010. {
  1011. "name": "height_input",
  1012. "shape": 7,
  1013. "type": "INT",
  1014. "link": null
  1015. },
  1016. {
  1017. "name": "get_image_size",
  1018. "shape": 7,
  1019. "type": "IMAGE",
  1020. "link": null
  1021. },
  1022. {
  1023. "name": "width",
  1024. "type": "INT",
  1025. "widget": {
  1026. "name": "width"
  1027. },
  1028. "link": 595
  1029. },
  1030. {
  1031. "name": "height",
  1032. "type": "INT",
  1033. "widget": {
  1034. "name": "height"
  1035. },
  1036. "link": 590
  1037. }
  1038. ],
  1039. "outputs": [
  1040. {
  1041. "name": "IMAGE",
  1042. "type": "IMAGE",
  1043. "links": [
  1044. 687
  1045. ]
  1046. },
  1047. {
  1048. "name": "width",
  1049. "type": "INT",
  1050. "links": null
  1051. },
  1052. {
  1053. "name": "height",
  1054. "type": "INT",
  1055. "links": null
  1056. }
  1057. ],
  1058. "properties": {
  1059. "cnr_id": "comfyui-kjnodes",
  1060. "ver": "3e3a1a8aac61dc4515f6a7da74e026f05a80299f",
  1061. "Node name for S&R": "ImageResizeKJ"
  1062. },
  1063. "widgets_values": [
  1064. 512,
  1065. 768,
  1066. "lanczos",
  1067. false,
  1068. 2,
  1069. "center"
  1070. ]
  1071. },
  1072. {
  1073. "id": 213,
  1074. "type": "ModelSamplingFlux",
  1075. "pos": [
  1076. 1619.248779296875,
  1077. 213.78297424316406
  1078. ],
  1079. "size": [
  1080. 315,
  1081. 130
  1082. ],
  1083. "flags": {},
  1084. "order": 30,
  1085. "mode": 0,
  1086. "inputs": [
  1087. {
  1088. "name": "model",
  1089. "type": "MODEL",
  1090. "link": 671
  1091. },
  1092. {
  1093. "name": "width",
  1094. "type": "INT",
  1095. "widget": {
  1096. "name": "width"
  1097. },
  1098. "link": 615
  1099. },
  1100. {
  1101. "name": "height",
  1102. "type": "INT",
  1103. "widget": {
  1104. "name": "height"
  1105. },
  1106. "link": 617
  1107. }
  1108. ],
  1109. "outputs": [
  1110. {
  1111. "name": "MODEL",
  1112. "type": "MODEL",
  1113. "links": [
  1114. 443
  1115. ]
  1116. }
  1117. ],
  1118. "properties": {
  1119. "cnr_id": "comfy-core",
  1120. "ver": "0.3.29",
  1121. "Node name for S&R": "ModelSamplingFlux"
  1122. },
  1123. "widgets_values": [
  1124. 1.15,
  1125. 0.5,
  1126. 1024,
  1127. 768
  1128. ]
  1129. },
  1130. {
  1131. "id": 219,
  1132. "type": "easy imageSplitGrid",
  1133. "pos": [
  1134. 3664.61572265625,
  1135. 856.5083618164062
  1136. ],
  1137. "size": [
  1138. 315,
  1139. 82
  1140. ],
  1141. "flags": {},
  1142. "order": 37,
  1143. "mode": 0,
  1144. "inputs": [
  1145. {
  1146. "name": "images",
  1147. "type": "IMAGE",
  1148. "link": 455
  1149. }
  1150. ],
  1151. "outputs": [
  1152. {
  1153. "name": "images",
  1154. "type": "IMAGE",
  1155. "links": [
  1156. 619
  1157. ]
  1158. }
  1159. ],
  1160. "properties": {
  1161. "cnr_id": "comfyui-easy-use",
  1162. "ver": "1.2.9",
  1163. "Node name for S&R": "easy imageSplitGrid"
  1164. },
  1165. "widgets_values": [
  1166. 1,
  1167. 2
  1168. ]
  1169. },
  1170. {
  1171. "id": 222,
  1172. "type": "PreviewImage",
  1173. "pos": [
  1174. 4666.98876953125,
  1175. -4.397416591644287
  1176. ],
  1177. "size": [
  1178. 545.8936157226562,
  1179. 789.047607421875
  1180. ],
  1181. "flags": {},
  1182. "order": 39,
  1183. "mode": 0,
  1184. "inputs": [
  1185. {
  1186. "name": "images",
  1187. "type": "IMAGE",
  1188. "link": 620
  1189. }
  1190. ],
  1191. "outputs": [],
  1192. "properties": {
  1193. "cnr_id": "comfy-core",
  1194. "ver": "0.3.29",
  1195. "Node name for S&R": "PreviewImage"
  1196. },
  1197. "widgets_values": []
  1198. },
  1199. {
  1200. "id": 230,
  1201. "type": "SamplerCustomAdvanced",
  1202. "pos": [
  1203. 2960,
  1204. 0
  1205. ],
  1206. "size": [
  1207. 355.20001220703125,
  1208. 379.4000244140625
  1209. ],
  1210. "flags": {},
  1211. "order": 34,
  1212. "mode": 0,
  1213. "inputs": [
  1214. {
  1215. "name": "noise",
  1216. "type": "NOISE",
  1217. "link": 486
  1218. },
  1219. {
  1220. "name": "guider",
  1221. "type": "GUIDER",
  1222. "link": 706
  1223. },
  1224. {
  1225. "name": "sampler",
  1226. "type": "SAMPLER",
  1227. "link": 482
  1228. },
  1229. {
  1230. "name": "sigmas",
  1231. "type": "SIGMAS",
  1232. "link": 705
  1233. },
  1234. {
  1235. "name": "latent_image",
  1236. "type": "LATENT",
  1237. "link": 487
  1238. }
  1239. ],
  1240. "outputs": [
  1241. {
  1242. "name": "output",
  1243. "type": "LATENT",
  1244. "links": []
  1245. },
  1246. {
  1247. "name": "denoised_output",
  1248. "type": "LATENT",
  1249. "links": [
  1250. 488
  1251. ]
  1252. }
  1253. ],
  1254. "properties": {
  1255. "cnr_id": "comfy-core",
  1256. "ver": "0.3.27",
  1257. "Node name for S&R": "SamplerCustomAdvanced"
  1258. },
  1259. "widgets_values": [
  1260. ""
  1261. ]
  1262. },
  1263. {
  1264. "id": 231,
  1265. "type": "BasicGuider",
  1266. "pos": [
  1267. 2568.588134765625,
  1268. 18.35206413269043
  1269. ],
  1270. "size": [
  1271. 241.79998779296875,
  1272. 46
  1273. ],
  1274. "flags": {},
  1275. "order": 32,
  1276. "mode": 0,
  1277. "inputs": [
  1278. {
  1279. "name": "model",
  1280. "type": "MODEL",
  1281. "link": 663
  1282. },
  1283. {
  1284. "name": "conditioning",
  1285. "type": "CONDITIONING",
  1286. "link": 484
  1287. }
  1288. ],
  1289. "outputs": [
  1290. {
  1291. "name": "GUIDER",
  1292. "type": "GUIDER",
  1293. "links": [
  1294. 706
  1295. ]
  1296. }
  1297. ],
  1298. "properties": {
  1299. "cnr_id": "comfy-core",
  1300. "ver": "0.3.27",
  1301. "Node name for S&R": "BasicGuider"
  1302. },
  1303. "widgets_values": []
  1304. },
  1305. {
  1306. "id": 232,
  1307. "type": "KSamplerSelect",
  1308. "pos": [
  1309. 2553.876220703125,
  1310. 146.78695678710938
  1311. ],
  1312. "size": [
  1313. 255.60000610351562,
  1314. 58
  1315. ],
  1316. "flags": {},
  1317. "order": 6,
  1318. "mode": 0,
  1319. "inputs": [],
  1320. "outputs": [
  1321. {
  1322. "name": "SAMPLER",
  1323. "type": "SAMPLER",
  1324. "links": [
  1325. 482
  1326. ]
  1327. }
  1328. ],
  1329. "properties": {
  1330. "cnr_id": "comfy-core",
  1331. "ver": "0.3.27",
  1332. "Node name for S&R": "KSamplerSelect"
  1333. },
  1334. "widgets_values": [
  1335. "dpmpp_2m"
  1336. ]
  1337. },
  1338. {
  1339. "id": 233,
  1340. "type": "BasicScheduler",
  1341. "pos": [
  1342. 2497.8984375,
  1343. 274.3450622558594
  1344. ],
  1345. "size": [
  1346. 315,
  1347. 106
  1348. ],
  1349. "flags": {},
  1350. "order": 33,
  1351. "mode": 0,
  1352. "inputs": [
  1353. {
  1354. "name": "model",
  1355. "type": "MODEL",
  1356. "link": 664
  1357. }
  1358. ],
  1359. "outputs": [
  1360. {
  1361. "name": "SIGMAS",
  1362. "type": "SIGMAS",
  1363. "links": [
  1364. 705
  1365. ]
  1366. }
  1367. ],
  1368. "properties": {
  1369. "cnr_id": "comfy-core",
  1370. "ver": "0.3.27",
  1371. "Node name for S&R": "BasicScheduler"
  1372. },
  1373. "widgets_values": [
  1374. "beta",
  1375. 30,
  1376. 1
  1377. ]
  1378. },
  1379. {
  1380. "id": 234,
  1381. "type": "RandomNoise",
  1382. "pos": [
  1383. 2494.600830078125,
  1384. -121.59996795654297
  1385. ],
  1386. "size": [
  1387. 315,
  1388. 82
  1389. ],
  1390. "flags": {},
  1391. "order": 7,
  1392. "mode": 0,
  1393. "inputs": [],
  1394. "outputs": [
  1395. {
  1396. "name": "NOISE",
  1397. "type": "NOISE",
  1398. "links": [
  1399. 486
  1400. ]
  1401. }
  1402. ],
  1403. "properties": {
  1404. "cnr_id": "comfy-core",
  1405. "ver": "0.3.29",
  1406. "Node name for S&R": "RandomNoise"
  1407. },
  1408. "widgets_values": [
  1409. 42,
  1410. "fixed"
  1411. ]
  1412. },
  1413. {
  1414. "id": 259,
  1415. "type": "MaskToImage",
  1416. "pos": [
  1417. -140,
  1418. 80
  1419. ],
  1420. "size": [
  1421. 185.43255615234375,
  1422. 26
  1423. ],
  1424. "flags": {},
  1425. "order": 16,
  1426. "mode": 0,
  1427. "inputs": [
  1428. {
  1429. "name": "mask",
  1430. "type": "MASK",
  1431. "link": 572
  1432. }
  1433. ],
  1434. "outputs": [
  1435. {
  1436. "name": "IMAGE",
  1437. "type": "IMAGE",
  1438. "links": [
  1439. 573
  1440. ]
  1441. }
  1442. ],
  1443. "properties": {
  1444. "cnr_id": "comfy-core",
  1445. "ver": "0.3.29",
  1446. "Node name for S&R": "MaskToImage"
  1447. },
  1448. "widgets_values": []
  1449. },
  1450. {
  1451. "id": 260,
  1452. "type": "ImageGridComposite2x2",
  1453. "pos": [
  1454. 70,
  1455. 350
  1456. ],
  1457. "size": [
  1458. 302.4000244140625,
  1459. 86
  1460. ],
  1461. "flags": {},
  1462. "order": 23,
  1463. "mode": 0,
  1464. "inputs": [
  1465. {
  1466. "name": "image1",
  1467. "type": "IMAGE",
  1468. "link": 688
  1469. },
  1470. {
  1471. "name": "image2",
  1472. "type": "IMAGE",
  1473. "link": 579
  1474. },
  1475. {
  1476. "name": "image3",
  1477. "type": "IMAGE",
  1478. "link": 686
  1479. },
  1480. {
  1481. "name": "image4",
  1482. "type": "IMAGE",
  1483. "link": 687
  1484. }
  1485. ],
  1486. "outputs": [
  1487. {
  1488. "name": "IMAGE",
  1489. "type": "IMAGE",
  1490. "links": [
  1491. 582,
  1492. 682
  1493. ]
  1494. }
  1495. ],
  1496. "properties": {
  1497. "cnr_id": "comfyui-kjnodes",
  1498. "ver": "3e3a1a8aac61dc4515f6a7da74e026f05a80299f",
  1499. "Node name for S&R": "ImageGridComposite2x2"
  1500. },
  1501. "widgets_values": []
  1502. },
  1503. {
  1504. "id": 261,
  1505. "type": "PreviewImage",
  1506. "pos": [
  1507. 490,
  1508. 420
  1509. ],
  1510. "size": [
  1511. 210,
  1512. 246
  1513. ],
  1514. "flags": {},
  1515. "order": 24,
  1516. "mode": 0,
  1517. "inputs": [
  1518. {
  1519. "name": "images",
  1520. "type": "IMAGE",
  1521. "link": 582
  1522. }
  1523. ],
  1524. "outputs": [],
  1525. "properties": {
  1526. "cnr_id": "comfy-core",
  1527. "ver": "0.3.29",
  1528. "Node name for S&R": "PreviewImage"
  1529. },
  1530. "widgets_values": []
  1531. },
  1532. {
  1533. "id": 262,
  1534. "type": "MathExpression|pysssss",
  1535. "pos": [
  1536. -1080,
  1537. 530
  1538. ],
  1539. "size": [
  1540. 210,
  1541. 128
  1542. ],
  1543. "flags": {},
  1544. "order": 13,
  1545. "mode": 0,
  1546. "inputs": [
  1547. {
  1548. "name": "a",
  1549. "shape": 7,
  1550. "type": "INT,FLOAT,IMAGE,LATENT",
  1551. "link": 602
  1552. },
  1553. {
  1554. "name": "b",
  1555. "shape": 7,
  1556. "type": "INT,FLOAT,IMAGE,LATENT",
  1557. "link": null
  1558. },
  1559. {
  1560. "name": "c",
  1561. "shape": 7,
  1562. "type": "INT,FLOAT,IMAGE,LATENT",
  1563. "link": null
  1564. }
  1565. ],
  1566. "outputs": [
  1567. {
  1568. "name": "INT",
  1569. "type": "INT",
  1570. "links": [
  1571. 587,
  1572. 588,
  1573. 589,
  1574. 590
  1575. ]
  1576. },
  1577. {
  1578. "name": "FLOAT",
  1579. "type": "FLOAT",
  1580. "links": null
  1581. }
  1582. ],
  1583. "properties": {
  1584. "cnr_id": "comfyui-custom-scripts",
  1585. "ver": "1.2.4"
  1586. },
  1587. "widgets_values": [
  1588. "a/2"
  1589. ]
  1590. },
  1591. {
  1592. "id": 263,
  1593. "type": "MathExpression|pysssss",
  1594. "pos": [
  1595. -1080,
  1596. 330
  1597. ],
  1598. "size": [
  1599. 210,
  1600. 128
  1601. ],
  1602. "flags": {},
  1603. "order": 11,
  1604. "mode": 0,
  1605. "inputs": [
  1606. {
  1607. "name": "a",
  1608. "shape": 7,
  1609. "type": "INT,FLOAT,IMAGE,LATENT",
  1610. "link": 601
  1611. },
  1612. {
  1613. "name": "b",
  1614. "shape": 7,
  1615. "type": "INT,FLOAT,IMAGE,LATENT",
  1616. "link": null
  1617. },
  1618. {
  1619. "name": "c",
  1620. "shape": 7,
  1621. "type": "INT,FLOAT,IMAGE,LATENT",
  1622. "link": null
  1623. }
  1624. ],
  1625. "outputs": [
  1626. {
  1627. "name": "INT",
  1628. "type": "INT",
  1629. "links": [
  1630. 592,
  1631. 593,
  1632. 594,
  1633. 595
  1634. ]
  1635. },
  1636. {
  1637. "name": "FLOAT",
  1638. "type": "FLOAT",
  1639. "links": null
  1640. }
  1641. ],
  1642. "properties": {
  1643. "cnr_id": "comfyui-custom-scripts",
  1644. "ver": "1.2.4"
  1645. },
  1646. "widgets_values": [
  1647. "a/2"
  1648. ]
  1649. },
  1650. {
  1651. "id": 264,
  1652. "type": "PrimitiveInt",
  1653. "pos": [
  1654. -1440,
  1655. 50
  1656. ],
  1657. "size": [
  1658. 315,
  1659. 82
  1660. ],
  1661. "flags": {},
  1662. "order": 8,
  1663. "mode": 0,
  1664. "inputs": [],
  1665. "outputs": [
  1666. {
  1667. "name": "INT",
  1668. "type": "INT",
  1669. "links": [
  1670. 599,
  1671. 601
  1672. ]
  1673. }
  1674. ],
  1675. "properties": {
  1676. "cnr_id": "comfy-core",
  1677. "ver": "0.3.29",
  1678. "Node name for S&R": "PrimitiveInt"
  1679. },
  1680. "widgets_values": [
  1681. 768,
  1682. "fixed"
  1683. ]
  1684. },
  1685. {
  1686. "id": 265,
  1687. "type": "PrimitiveInt",
  1688. "pos": [
  1689. -1440,
  1690. 180
  1691. ],
  1692. "size": [
  1693. 315,
  1694. 82
  1695. ],
  1696. "flags": {},
  1697. "order": 9,
  1698. "mode": 0,
  1699. "inputs": [],
  1700. "outputs": [
  1701. {
  1702. "name": "INT",
  1703. "type": "INT",
  1704. "links": [
  1705. 600,
  1706. 602
  1707. ]
  1708. }
  1709. ],
  1710. "properties": {
  1711. "cnr_id": "comfy-core",
  1712. "ver": "0.3.29",
  1713. "Node name for S&R": "PrimitiveInt"
  1714. },
  1715. "widgets_values": [
  1716. 1152,
  1717. "fixed"
  1718. ]
  1719. },
  1720. {
  1721. "id": 267,
  1722. "type": "CLIPTextEncodeFlux",
  1723. "pos": [
  1724. 1149.9998779296875,
  1725. -240.02899169921875
  1726. ],
  1727. "size": [
  1728. 400,
  1729. 200
  1730. ],
  1731. "flags": {},
  1732. "order": 14,
  1733. "mode": 0,
  1734. "inputs": [
  1735. {
  1736. "name": "clip",
  1737. "type": "CLIP",
  1738. "link": 707
  1739. }
  1740. ],
  1741. "outputs": [
  1742. {
  1743. "name": "CONDITIONING",
  1744. "type": "CONDITIONING",
  1745. "links": [
  1746. 611,
  1747. 691
  1748. ]
  1749. }
  1750. ],
  1751. "properties": {
  1752. "cnr_id": "comfy-core",
  1753. "ver": "0.3.29",
  1754. "Node name for S&R": "CLIPTextEncodeFlux"
  1755. },
  1756. "widgets_values": [
  1757. "photo of a woman wearing a dress.",
  1758. "photo of a woman wearing a dress.",
  1759. 50
  1760. ]
  1761. },
  1762. {
  1763. "id": 268,
  1764. "type": "GetImageSizeAndCount",
  1765. "pos": [
  1766. 1271.4969482421875,
  1767. 378.60638427734375
  1768. ],
  1769. "size": [
  1770. 277.20001220703125,
  1771. 86
  1772. ],
  1773. "flags": {},
  1774. "order": 28,
  1775. "mode": 0,
  1776. "inputs": [
  1777. {
  1778. "name": "image",
  1779. "type": "IMAGE",
  1780. "link": 614
  1781. }
  1782. ],
  1783. "outputs": [
  1784. {
  1785. "name": "image",
  1786. "type": "IMAGE",
  1787. "links": null
  1788. },
  1789. {
  1790. "label": "1536 width",
  1791. "name": "width",
  1792. "type": "INT",
  1793. "links": [
  1794. 615
  1795. ]
  1796. },
  1797. {
  1798. "label": "1152 height",
  1799. "name": "height",
  1800. "type": "INT",
  1801. "links": [
  1802. 617
  1803. ]
  1804. },
  1805. {
  1806. "label": "1 count",
  1807. "name": "count",
  1808. "type": "INT",
  1809. "links": []
  1810. }
  1811. ],
  1812. "properties": {
  1813. "cnr_id": "comfyui-kjnodes",
  1814. "ver": "3e3a1a8aac61dc4515f6a7da74e026f05a80299f",
  1815. "Node name for S&R": "GetImageSizeAndCount"
  1816. },
  1817. "widgets_values": []
  1818. },
  1819. {
  1820. "id": 269,
  1821. "type": "PreviewImage",
  1822. "pos": [
  1823. 992.666748046875,
  1824. 403.33331298828125
  1825. ],
  1826. "size": [
  1827. 210,
  1828. 246
  1829. ],
  1830. "flags": {},
  1831. "order": 27,
  1832. "mode": 0,
  1833. "inputs": [
  1834. {
  1835. "name": "images",
  1836. "type": "IMAGE",
  1837. "link": 618
  1838. }
  1839. ],
  1840. "outputs": [],
  1841. "properties": {
  1842. "cnr_id": "comfy-core",
  1843. "ver": "0.3.29",
  1844. "Node name for S&R": "PreviewImage"
  1845. },
  1846. "widgets_values": []
  1847. },
  1848. {
  1849. "id": 270,
  1850. "type": "ImageFromBatch",
  1851. "pos": [
  1852. 4326.8583984375,
  1853. 852.1549682617188
  1854. ],
  1855. "size": [
  1856. 315,
  1857. 82
  1858. ],
  1859. "flags": {},
  1860. "order": 38,
  1861. "mode": 0,
  1862. "inputs": [
  1863. {
  1864. "name": "image",
  1865. "type": "IMAGE",
  1866. "link": 619
  1867. }
  1868. ],
  1869. "outputs": [
  1870. {
  1871. "name": "IMAGE",
  1872. "type": "IMAGE",
  1873. "links": [
  1874. 620
  1875. ]
  1876. }
  1877. ],
  1878. "properties": {
  1879. "cnr_id": "comfy-core",
  1880. "ver": "0.3.29",
  1881. "Node name for S&R": "ImageFromBatch"
  1882. },
  1883. "widgets_values": [
  1884. 0,
  1885. 1
  1886. ]
  1887. }
  1888. ],
  1889. "links": [
  1890. [
  1891. 95,
  1892. 8,
  1893. 0,
  1894. 9,
  1895. 0,
  1896. "IMAGE"
  1897. ],
  1898. [
  1899. 113,
  1900. 45,
  1901. 0,
  1902. 53,
  1903. 0,
  1904. "IMAGE"
  1905. ],
  1906. [
  1907. 321,
  1908. 166,
  1909. 0,
  1910. 38,
  1911. 1,
  1912. "CONDITIONING"
  1913. ],
  1914. [
  1915. 327,
  1916. 149,
  1917. 0,
  1918. 150,
  1919. 1,
  1920. "MASK"
  1921. ],
  1922. [
  1923. 341,
  1924. 167,
  1925. 0,
  1926. 149,
  1927. 0,
  1928. "MASK"
  1929. ],
  1930. [
  1931. 443,
  1932. 213,
  1933. 0,
  1934. 39,
  1935. 0,
  1936. "MODEL"
  1937. ],
  1938. [
  1939. 455,
  1940. 8,
  1941. 0,
  1942. 219,
  1943. 0,
  1944. "IMAGE"
  1945. ],
  1946. [
  1947. 482,
  1948. 232,
  1949. 0,
  1950. 230,
  1951. 2,
  1952. "SAMPLER"
  1953. ],
  1954. [
  1955. 484,
  1956. 38,
  1957. 0,
  1958. 231,
  1959. 1,
  1960. "CONDITIONING"
  1961. ],
  1962. [
  1963. 486,
  1964. 234,
  1965. 0,
  1966. 230,
  1967. 0,
  1968. "NOISE"
  1969. ],
  1970. [
  1971. 487,
  1972. 38,
  1973. 2,
  1974. 230,
  1975. 4,
  1976. "LATENT"
  1977. ],
  1978. [
  1979. 488,
  1980. 230,
  1981. 1,
  1982. 8,
  1983. 0,
  1984. "LATENT"
  1985. ],
  1986. [
  1987. 510,
  1988. 162,
  1989. 1,
  1990. 38,
  1991. 4,
  1992. "MASK"
  1993. ],
  1994. [
  1995. 536,
  1996. 162,
  1997. 0,
  1998. 38,
  1999. 3,
  2000. "IMAGE"
  2001. ],
  2002. [
  2003. 543,
  2004. 150,
  2005. 0,
  2006. 161,
  2007. 0,
  2008. "IMAGE"
  2009. ],
  2010. [
  2011. 545,
  2012. 170,
  2013. 0,
  2014. 173,
  2015. 0,
  2016. "IMAGE"
  2017. ],
  2018. [
  2019. 546,
  2020. 176,
  2021. 0,
  2022. 177,
  2023. 0,
  2024. "IMAGE"
  2025. ],
  2026. [
  2027. 547,
  2028. 178,
  2029. 0,
  2030. 179,
  2031. 0,
  2032. "IMAGE"
  2033. ],
  2034. [
  2035. 572,
  2036. 167,
  2037. 0,
  2038. 259,
  2039. 0,
  2040. "MASK"
  2041. ],
  2042. [
  2043. 573,
  2044. 259,
  2045. 0,
  2046. 150,
  2047. 0,
  2048. "IMAGE"
  2049. ],
  2050. [
  2051. 579,
  2052. 173,
  2053. 0,
  2054. 260,
  2055. 1,
  2056. "IMAGE"
  2057. ],
  2058. [
  2059. 582,
  2060. 260,
  2061. 0,
  2062. 261,
  2063. 0,
  2064. "IMAGE"
  2065. ],
  2066. [
  2067. 587,
  2068. 262,
  2069. 0,
  2070. 53,
  2071. 5,
  2072. "INT"
  2073. ],
  2074. [
  2075. 588,
  2076. 262,
  2077. 0,
  2078. 173,
  2079. 5,
  2080. "INT"
  2081. ],
  2082. [
  2083. 589,
  2084. 262,
  2085. 0,
  2086. 177,
  2087. 5,
  2088. "INT"
  2089. ],
  2090. [
  2091. 590,
  2092. 262,
  2093. 0,
  2094. 179,
  2095. 5,
  2096. "INT"
  2097. ],
  2098. [
  2099. 592,
  2100. 263,
  2101. 0,
  2102. 53,
  2103. 4,
  2104. "INT"
  2105. ],
  2106. [
  2107. 593,
  2108. 263,
  2109. 0,
  2110. 173,
  2111. 4,
  2112. "INT"
  2113. ],
  2114. [
  2115. 594,
  2116. 263,
  2117. 0,
  2118. 177,
  2119. 4,
  2120. "INT"
  2121. ],
  2122. [
  2123. 595,
  2124. 263,
  2125. 0,
  2126. 179,
  2127. 4,
  2128. "INT"
  2129. ],
  2130. [
  2131. 599,
  2132. 264,
  2133. 0,
  2134. 167,
  2135. 0,
  2136. "INT"
  2137. ],
  2138. [
  2139. 600,
  2140. 265,
  2141. 0,
  2142. 167,
  2143. 1,
  2144. "INT"
  2145. ],
  2146. [
  2147. 601,
  2148. 264,
  2149. 0,
  2150. 263,
  2151. 0,
  2152. "INT,FLOAT,IMAGE,LATENT"
  2153. ],
  2154. [
  2155. 602,
  2156. 265,
  2157. 0,
  2158. 262,
  2159. 0,
  2160. "INT,FLOAT,IMAGE,LATENT"
  2161. ],
  2162. [
  2163. 607,
  2164. 161,
  2165. 0,
  2166. 162,
  2167. 0,
  2168. "IMAGE"
  2169. ],
  2170. [
  2171. 611,
  2172. 267,
  2173. 0,
  2174. 166,
  2175. 0,
  2176. "CONDITIONING"
  2177. ],
  2178. [
  2179. 614,
  2180. 162,
  2181. 0,
  2182. 268,
  2183. 0,
  2184. "IMAGE"
  2185. ],
  2186. [
  2187. 615,
  2188. 268,
  2189. 1,
  2190. 213,
  2191. 1,
  2192. "INT"
  2193. ],
  2194. [
  2195. 617,
  2196. 268,
  2197. 2,
  2198. 213,
  2199. 2,
  2200. "INT"
  2201. ],
  2202. [
  2203. 618,
  2204. 161,
  2205. 0,
  2206. 269,
  2207. 0,
  2208. "IMAGE"
  2209. ],
  2210. [
  2211. 619,
  2212. 219,
  2213. 0,
  2214. 270,
  2215. 0,
  2216. "IMAGE"
  2217. ],
  2218. [
  2219. 620,
  2220. 270,
  2221. 0,
  2222. 222,
  2223. 0,
  2224. "IMAGE"
  2225. ],
  2226. [
  2227. 663,
  2228. 39,
  2229. 0,
  2230. 231,
  2231. 0,
  2232. "MODEL"
  2233. ],
  2234. [
  2235. 664,
  2236. 39,
  2237. 0,
  2238. 233,
  2239. 0,
  2240. "MODEL"
  2241. ],
  2242. [
  2243. 671,
  2244. 31,
  2245. 0,
  2246. 213,
  2247. 0,
  2248. "MODEL"
  2249. ],
  2250. [
  2251. 672,
  2252. 32,
  2253. 0,
  2254. 8,
  2255. 1,
  2256. "VAE"
  2257. ],
  2258. [
  2259. 673,
  2260. 32,
  2261. 0,
  2262. 38,
  2263. 2,
  2264. "VAE"
  2265. ],
  2266. [
  2267. 682,
  2268. 260,
  2269. 0,
  2270. 161,
  2271. 1,
  2272. "IMAGE"
  2273. ],
  2274. [
  2275. 686,
  2276. 177,
  2277. 0,
  2278. 260,
  2279. 2,
  2280. "IMAGE"
  2281. ],
  2282. [
  2283. 687,
  2284. 179,
  2285. 0,
  2286. 260,
  2287. 3,
  2288. "IMAGE"
  2289. ],
  2290. [
  2291. 688,
  2292. 53,
  2293. 0,
  2294. 260,
  2295. 0,
  2296. "IMAGE"
  2297. ],
  2298. [
  2299. 691,
  2300. 267,
  2301. 0,
  2302. 38,
  2303. 0,
  2304. "CONDITIONING"
  2305. ],
  2306. [
  2307. 705,
  2308. 233,
  2309. 0,
  2310. 230,
  2311. 3,
  2312. "SIGMAS"
  2313. ],
  2314. [
  2315. 706,
  2316. 231,
  2317. 0,
  2318. 230,
  2319. 1,
  2320. "GUIDER"
  2321. ],
  2322. [
  2323. 707,
  2324. 34,
  2325. 0,
  2326. 267,
  2327. 0,
  2328. "CLIP"
  2329. ]
  2330. ],
  2331. "groups": [],
  2332. "config": {},
  2333. "extra": {
  2334. "ds": {
  2335. "scale": 0.1798587899092142,
  2336. "offset": [
  2337. 4333.790338330389,
  2338. 2906.8202467451315
  2339. ]
  2340. },
  2341. "frontendVersion": "1.17.11",
  2342. "ue_links": [],
  2343. "VHS_latentpreview": true,
  2344. "VHS_latentpreviewrate": 0,
  2345. "VHS_MetadataImage": true,
  2346. "VHS_KeepIntermediate": true
  2347. },
  2348. "version": 0.4
  2349. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement