Advertisement
Guest User

flux-inpainting-workflow.json

a guest
Sep 8th, 2024
1,752
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 197.95 KB | None | 0 0
  1. {
  2. "last_node_id": 846,
  3. "last_link_id": 1884,
  4. "nodes": [
  5. {
  6. "id": 426,
  7. "type": "GroundingDinoModelLoader (segment anything)",
  8. "pos": {
  9. "0": -9030,
  10. "1": 510
  11. },
  12. "size": {
  13. "0": 361.20001220703125,
  14. "1": 60
  15. },
  16. "flags": {},
  17. "order": 0,
  18. "mode": 0,
  19. "inputs": [],
  20. "outputs": [
  21. {
  22. "name": "GROUNDING_DINO_MODEL",
  23. "type": "GROUNDING_DINO_MODEL",
  24. "links": [
  25. 883
  26. ],
  27. "slot_index": 0,
  28. "shape": 3
  29. }
  30. ],
  31. "properties": {
  32. "Node name for S&R": "GroundingDinoModelLoader (segment anything)"
  33. },
  34. "widgets_values": [
  35. "GroundingDINO_SwinB (938MB)"
  36. ]
  37. },
  38. {
  39. "id": 424,
  40. "type": "SAMModelLoader (segment anything)",
  41. "pos": {
  42. "0": -9030,
  43. "1": 400
  44. },
  45. "size": {
  46. "0": 350,
  47. "1": 60
  48. },
  49. "flags": {},
  50. "order": 1,
  51. "mode": 0,
  52. "inputs": [],
  53. "outputs": [
  54. {
  55. "name": "SAM_MODEL",
  56. "type": "SAM_MODEL",
  57. "links": [
  58. 884
  59. ],
  60. "slot_index": 0,
  61. "shape": 3
  62. }
  63. ],
  64. "properties": {
  65. "Node name for S&R": "SAMModelLoader (segment anything)"
  66. },
  67. "widgets_values": [
  68. "sam_vit_h (2.56GB)"
  69. ]
  70. },
  71. {
  72. "id": 559,
  73. "type": "Context Big (rgthree)",
  74. "pos": {
  75. "0": -7720,
  76. "1": 330
  77. },
  78. "size": {
  79. "0": 211.60000610351562,
  80. "1": 466
  81. },
  82. "flags": {
  83. "collapsed": true
  84. },
  85. "order": 23,
  86. "mode": 2,
  87. "inputs": [
  88. {
  89. "name": "base_ctx",
  90. "type": "RGTHREE_CONTEXT",
  91. "link": 1173,
  92. "dir": 3
  93. },
  94. {
  95. "name": "model",
  96. "type": "MODEL",
  97. "link": null,
  98. "dir": 3
  99. },
  100. {
  101. "name": "clip",
  102. "type": "CLIP",
  103. "link": null,
  104. "dir": 3
  105. },
  106. {
  107. "name": "vae",
  108. "type": "VAE",
  109. "link": null,
  110. "dir": 3
  111. },
  112. {
  113. "name": "positive",
  114. "type": "CONDITIONING",
  115. "link": null,
  116. "dir": 3
  117. },
  118. {
  119. "name": "negative",
  120. "type": "CONDITIONING",
  121. "link": null,
  122. "dir": 3
  123. },
  124. {
  125. "name": "latent",
  126. "type": "LATENT",
  127. "link": null,
  128. "dir": 3
  129. },
  130. {
  131. "name": "images",
  132. "type": "IMAGE",
  133. "link": null,
  134. "dir": 3
  135. },
  136. {
  137. "name": "seed",
  138. "type": "INT",
  139. "link": null,
  140. "dir": 3
  141. },
  142. {
  143. "name": "steps",
  144. "type": "INT",
  145. "link": null,
  146. "dir": 3
  147. },
  148. {
  149. "name": "step_refiner",
  150. "type": "INT",
  151. "link": null,
  152. "dir": 3
  153. },
  154. {
  155. "name": "cfg",
  156. "type": "FLOAT",
  157. "link": null,
  158. "dir": 3
  159. },
  160. {
  161. "name": "ckpt_name",
  162. "type": [
  163. "flux\\flux1-dev-fp8.safetensors"
  164. ],
  165. "link": null,
  166. "dir": 3
  167. },
  168. {
  169. "name": "sampler",
  170. "type": [
  171. "euler",
  172. "euler_cfg_pp",
  173. "euler_ancestral",
  174. "euler_ancestral_cfg_pp",
  175. "heun",
  176. "heunpp2",
  177. "dpm_2",
  178. "dpm_2_ancestral",
  179. "lms",
  180. "dpm_fast",
  181. "dpm_adaptive",
  182. "dpmpp_2s_ancestral",
  183. "dpmpp_sde",
  184. "dpmpp_sde_gpu",
  185. "dpmpp_2m",
  186. "dpmpp_2m_sde",
  187. "dpmpp_2m_sde_gpu",
  188. "dpmpp_3m_sde",
  189. "dpmpp_3m_sde_gpu",
  190. "ddpm",
  191. "lcm",
  192. "ipndm",
  193. "ipndm_v",
  194. "deis",
  195. "ddim",
  196. "uni_pc",
  197. "uni_pc_bh2"
  198. ],
  199. "link": null,
  200. "dir": 3
  201. },
  202. {
  203. "name": "scheduler",
  204. "type": [
  205. "normal",
  206. "karras",
  207. "exponential",
  208. "sgm_uniform",
  209. "simple",
  210. "ddim_uniform",
  211. "beta"
  212. ],
  213. "link": null,
  214. "dir": 3
  215. },
  216. {
  217. "name": "clip_width",
  218. "type": "INT",
  219. "link": null,
  220. "dir": 3
  221. },
  222. {
  223. "name": "clip_height",
  224. "type": "INT",
  225. "link": null,
  226. "dir": 3
  227. },
  228. {
  229. "name": "text_pos_g",
  230. "type": "STRING",
  231. "link": null,
  232. "dir": 3
  233. },
  234. {
  235. "name": "text_pos_l",
  236. "type": "STRING",
  237. "link": null,
  238. "dir": 3
  239. },
  240. {
  241. "name": "text_neg_g",
  242. "type": "STRING",
  243. "link": null,
  244. "dir": 3
  245. },
  246. {
  247. "name": "text_neg_l",
  248. "type": "STRING",
  249. "link": null,
  250. "dir": 3
  251. },
  252. {
  253. "name": "mask",
  254. "type": "MASK",
  255. "link": 1174,
  256. "dir": 3
  257. },
  258. {
  259. "name": "control_net",
  260. "type": "CONTROL_NET",
  261. "link": null,
  262. "dir": 3
  263. }
  264. ],
  265. "outputs": [
  266. {
  267. "name": "CONTEXT",
  268. "type": "RGTHREE_CONTEXT",
  269. "links": [
  270. 1178
  271. ],
  272. "slot_index": 0,
  273. "shape": 3,
  274. "dir": 4
  275. },
  276. {
  277. "name": "MODEL",
  278. "type": "MODEL",
  279. "links": null,
  280. "shape": 3,
  281. "dir": 4
  282. },
  283. {
  284. "name": "CLIP",
  285. "type": "CLIP",
  286. "links": null,
  287. "shape": 3,
  288. "dir": 4
  289. },
  290. {
  291. "name": "VAE",
  292. "type": "VAE",
  293. "links": null,
  294. "shape": 3,
  295. "dir": 4
  296. },
  297. {
  298. "name": "POSITIVE",
  299. "type": "CONDITIONING",
  300. "links": null,
  301. "shape": 3,
  302. "dir": 4
  303. },
  304. {
  305. "name": "NEGATIVE",
  306. "type": "CONDITIONING",
  307. "links": null,
  308. "shape": 3,
  309. "dir": 4
  310. },
  311. {
  312. "name": "LATENT",
  313. "type": "LATENT",
  314. "links": null,
  315. "shape": 3,
  316. "dir": 4
  317. },
  318. {
  319. "name": "IMAGE",
  320. "type": "IMAGE",
  321. "links": [],
  322. "shape": 3,
  323. "dir": 4
  324. },
  325. {
  326. "name": "SEED",
  327. "type": "INT",
  328. "links": null,
  329. "shape": 3,
  330. "dir": 4
  331. },
  332. {
  333. "name": "STEPS",
  334. "type": "INT",
  335. "links": null,
  336. "shape": 3,
  337. "dir": 4
  338. },
  339. {
  340. "name": "STEP_REFINER",
  341. "type": "INT",
  342. "links": null,
  343. "shape": 3,
  344. "dir": 4
  345. },
  346. {
  347. "name": "CFG",
  348. "type": "FLOAT",
  349. "links": null,
  350. "shape": 3,
  351. "dir": 4
  352. },
  353. {
  354. "name": "CKPT_NAME",
  355. "type": "COMBO",
  356. "links": null,
  357. "shape": 3,
  358. "dir": 4
  359. },
  360. {
  361. "name": "SAMPLER",
  362. "type": "COMBO",
  363. "links": null,
  364. "shape": 3,
  365. "dir": 4
  366. },
  367. {
  368. "name": "SCHEDULER",
  369. "type": "COMBO",
  370. "links": null,
  371. "shape": 3,
  372. "dir": 4
  373. },
  374. {
  375. "name": "CLIP_WIDTH",
  376. "type": "INT",
  377. "links": null,
  378. "shape": 3,
  379. "dir": 4
  380. },
  381. {
  382. "name": "CLIP_HEIGHT",
  383. "type": "INT",
  384. "links": null,
  385. "shape": 3,
  386. "dir": 4
  387. },
  388. {
  389. "name": "TEXT_POS_G",
  390. "type": "STRING",
  391. "links": null,
  392. "shape": 3,
  393. "dir": 4
  394. },
  395. {
  396. "name": "TEXT_POS_L",
  397. "type": "STRING",
  398. "links": null,
  399. "shape": 3,
  400. "dir": 4
  401. },
  402. {
  403. "name": "TEXT_NEG_G",
  404. "type": "STRING",
  405. "links": null,
  406. "shape": 3,
  407. "dir": 4
  408. },
  409. {
  410. "name": "TEXT_NEG_L",
  411. "type": "STRING",
  412. "links": null,
  413. "shape": 3,
  414. "dir": 4
  415. },
  416. {
  417. "name": "MASK",
  418. "type": "MASK",
  419. "links": null,
  420. "shape": 3,
  421. "dir": 4
  422. },
  423. {
  424. "name": "CONTROL_NET",
  425. "type": "CONTROL_NET",
  426. "links": null,
  427. "shape": 3,
  428. "dir": 4
  429. }
  430. ],
  431. "properties": {},
  432. "widgets_values": []
  433. },
  434. {
  435. "id": 705,
  436. "type": "ResizeMask",
  437. "pos": {
  438. "0": -6940,
  439. "1": 870
  440. },
  441. "size": {
  442. "0": 320,
  443. "1": 150
  444. },
  445. "flags": {
  446. "collapsed": true
  447. },
  448. "order": 44,
  449. "mode": 0,
  450. "inputs": [
  451. {
  452. "name": "mask",
  453. "type": "MASK",
  454. "link": 1482
  455. },
  456. {
  457. "name": "width",
  458. "type": "INT",
  459. "link": 1461,
  460. "widget": {
  461. "name": "width"
  462. }
  463. },
  464. {
  465. "name": "height",
  466. "type": "INT",
  467. "link": 1462,
  468. "widget": {
  469. "name": "height"
  470. }
  471. }
  472. ],
  473. "outputs": [
  474. {
  475. "name": "mask",
  476. "type": "MASK",
  477. "links": [
  478. 1464,
  479. 1486
  480. ],
  481. "slot_index": 0,
  482. "shape": 3
  483. },
  484. {
  485. "name": "width",
  486. "type": "INT",
  487. "links": null,
  488. "shape": 3
  489. },
  490. {
  491. "name": "height",
  492. "type": "INT",
  493. "links": null,
  494. "shape": 3
  495. }
  496. ],
  497. "properties": {
  498. "Node name for S&R": "ResizeMask"
  499. },
  500. "widgets_values": [
  501. 512,
  502. 512,
  503. false
  504. ]
  505. },
  506. {
  507. "id": 709,
  508. "type": "SimpleMath+",
  509. "pos": {
  510. "0": -7240,
  511. "1": 500
  512. },
  513. "size": {
  514. "0": 210,
  515. "1": 100
  516. },
  517. "flags": {},
  518. "order": 2,
  519. "mode": 0,
  520. "inputs": [
  521. {
  522. "name": "a",
  523. "type": "*",
  524. "link": null
  525. },
  526. {
  527. "name": "b",
  528. "type": "*",
  529. "link": null
  530. },
  531. {
  532. "name": "c",
  533. "type": "*",
  534. "link": null
  535. }
  536. ],
  537. "outputs": [
  538. {
  539. "name": "INT",
  540. "type": "INT",
  541. "links": [
  542. 1487
  543. ],
  544. "slot_index": 0,
  545. "shape": 3
  546. },
  547. {
  548. "name": "FLOAT",
  549. "type": "FLOAT",
  550. "links": null,
  551. "shape": 3
  552. }
  553. ],
  554. "title": "Padding pixels",
  555. "properties": {
  556. "Node name for S&R": "SimpleMath+"
  557. },
  558. "widgets_values": [
  559. "75"
  560. ]
  561. },
  562. {
  563. "id": 697,
  564. "type": "SimpleMath+",
  565. "pos": {
  566. "0": -7240,
  567. "1": 350
  568. },
  569. "size": {
  570. "0": 210,
  571. "1": 100
  572. },
  573. "flags": {},
  574. "order": 3,
  575. "mode": 0,
  576. "inputs": [
  577. {
  578. "name": "a",
  579. "type": "*",
  580. "link": null
  581. },
  582. {
  583. "name": "b",
  584. "type": "*",
  585. "link": null
  586. },
  587. {
  588. "name": "c",
  589. "type": "*",
  590. "link": null
  591. }
  592. ],
  593. "outputs": [
  594. {
  595. "name": "INT",
  596. "type": "INT",
  597. "links": [
  598. 1441,
  599. 1442
  600. ],
  601. "slot_index": 0,
  602. "shape": 3
  603. },
  604. {
  605. "name": "FLOAT",
  606. "type": "FLOAT",
  607. "links": null,
  608. "shape": 3
  609. }
  610. ],
  611. "title": "Expand mask pixels",
  612. "properties": {
  613. "Node name for S&R": "SimpleMath+"
  614. },
  615. "widgets_values": [
  616. "12"
  617. ]
  618. },
  619. {
  620. "id": 641,
  621. "type": "SimpleMath+",
  622. "pos": {
  623. "0": -7240,
  624. "1": 650
  625. },
  626. "size": {
  627. "0": 210,
  628. "1": 100
  629. },
  630. "flags": {
  631. "collapsed": false
  632. },
  633. "order": 4,
  634. "mode": 0,
  635. "inputs": [
  636. {
  637. "name": "a",
  638. "type": "INT,FLOAT",
  639. "link": null
  640. },
  641. {
  642. "name": "b",
  643. "type": "INT,FLOAT",
  644. "link": null
  645. },
  646. {
  647. "name": "c",
  648. "type": "*",
  649. "link": null
  650. }
  651. ],
  652. "outputs": [
  653. {
  654. "name": "INT",
  655. "type": "INT",
  656. "links": [],
  657. "slot_index": 0,
  658. "shape": 3
  659. },
  660. {
  661. "name": "FLOAT",
  662. "type": "FLOAT",
  663. "links": [
  664. 1314
  665. ],
  666. "slot_index": 1,
  667. "shape": 3
  668. }
  669. ],
  670. "title": "Approx area megapixels",
  671. "properties": {
  672. "Node name for S&R": "SimpleMath+"
  673. },
  674. "widgets_values": [
  675. "1.5"
  676. ]
  677. },
  678. {
  679. "id": 644,
  680. "type": "SimpleMath+",
  681. "pos": {
  682. "0": -7240,
  683. "1": 800
  684. },
  685. "size": {
  686. "0": 210,
  687. "1": 100
  688. },
  689. "flags": {
  690. "collapsed": false
  691. },
  692. "order": 5,
  693. "mode": 0,
  694. "inputs": [
  695. {
  696. "name": "a",
  697. "type": "INT,FLOAT",
  698. "link": null
  699. },
  700. {
  701. "name": "b",
  702. "type": "INT,FLOAT",
  703. "link": null
  704. },
  705. {
  706. "name": "c",
  707. "type": "*",
  708. "link": null
  709. }
  710. ],
  711. "outputs": [
  712. {
  713. "name": "INT",
  714. "type": "INT",
  715. "links": [
  716. 1318
  717. ],
  718. "slot_index": 0,
  719. "shape": 3
  720. },
  721. {
  722. "name": "FLOAT",
  723. "type": "FLOAT",
  724. "links": [],
  725. "slot_index": 1,
  726. "shape": 3
  727. }
  728. ],
  729. "title": "Width rounding",
  730. "properties": {
  731. "Node name for S&R": "SimpleMath+"
  732. },
  733. "widgets_values": [
  734. "32"
  735. ]
  736. },
  737. {
  738. "id": 708,
  739. "type": "MaskToImage",
  740. "pos": {
  741. "0": -6680,
  742. "1": 520
  743. },
  744. "size": {
  745. "0": 264.5999755859375,
  746. "1": 26
  747. },
  748. "flags": {
  749. "collapsed": true
  750. },
  751. "order": 46,
  752. "mode": 0,
  753. "inputs": [
  754. {
  755. "name": "mask",
  756. "type": "MASK",
  757. "link": 1486
  758. }
  759. ],
  760. "outputs": [
  761. {
  762. "name": "IMAGE",
  763. "type": "IMAGE",
  764. "links": [
  765. 1478
  766. ],
  767. "slot_index": 0,
  768. "shape": 3
  769. }
  770. ],
  771. "properties": {
  772. "Node name for S&R": "MaskToImage"
  773. }
  774. },
  775. {
  776. "id": 707,
  777. "type": "Image Comparer (rgthree)",
  778. "pos": {
  779. "0": -6680,
  780. "1": 570
  781. },
  782. "size": {
  783. "0": 420,
  784. "1": 350
  785. },
  786. "flags": {},
  787. "order": 48,
  788. "mode": 0,
  789. "inputs": [
  790. {
  791. "name": "image_a",
  792. "type": "IMAGE",
  793. "link": 1485,
  794. "dir": 3
  795. },
  796. {
  797. "name": "image_b",
  798. "type": "IMAGE",
  799. "link": 1478,
  800. "dir": 3
  801. }
  802. ],
  803. "outputs": [],
  804. "properties": {
  805. "comparer_mode": "Slide"
  806. },
  807. "widgets_values": [
  808. [
  809. {
  810. "name": "A",
  811. "selected": true,
  812. "url": "/api/view?filename=rgthree.compare._temp_pkscp_00031_.png&type=temp&subfolder=&rand=0.5791398467384867"
  813. },
  814. {
  815. "name": "B",
  816. "selected": true,
  817. "url": "/api/view?filename=rgthree.compare._temp_pkscp_00032_.png&type=temp&subfolder=&rand=0.17353810834280425"
  818. }
  819. ]
  820. ]
  821. },
  822. {
  823. "id": 473,
  824. "type": "SimpleMath+",
  825. "pos": {
  826. "0": -6230,
  827. "1": 720
  828. },
  829. "size": {
  830. "0": 315,
  831. "1": 98
  832. },
  833. "flags": {
  834. "collapsed": true
  835. },
  836. "order": 33,
  837. "mode": 0,
  838. "inputs": [
  839. {
  840. "name": "a",
  841. "type": "*",
  842. "link": 998
  843. },
  844. {
  845. "name": "b",
  846. "type": "*",
  847. "link": null
  848. },
  849. {
  850. "name": "c",
  851. "type": "*",
  852. "link": null
  853. }
  854. ],
  855. "outputs": [
  856. {
  857. "name": "INT",
  858. "type": "INT",
  859. "links": [
  860. 1325
  861. ],
  862. "slot_index": 0,
  863. "shape": 3
  864. },
  865. {
  866. "name": "FLOAT",
  867. "type": "FLOAT",
  868. "links": null,
  869. "shape": 3
  870. }
  871. ],
  872. "title": "Height",
  873. "properties": {
  874. "Node name for S&R": "SimpleMath+"
  875. },
  876. "widgets_values": [
  877. "a"
  878. ]
  879. },
  880. {
  881. "id": 472,
  882. "type": "SimpleMath+",
  883. "pos": {
  884. "0": -6230,
  885. "1": 660
  886. },
  887. "size": {
  888. "0": 315,
  889. "1": 98
  890. },
  891. "flags": {
  892. "collapsed": true
  893. },
  894. "order": 32,
  895. "mode": 0,
  896. "inputs": [
  897. {
  898. "name": "a",
  899. "type": "*",
  900. "link": 997
  901. },
  902. {
  903. "name": "b",
  904. "type": "*",
  905. "link": null
  906. },
  907. {
  908. "name": "c",
  909. "type": "*",
  910. "link": null
  911. }
  912. ],
  913. "outputs": [
  914. {
  915. "name": "INT",
  916. "type": "INT",
  917. "links": [
  918. 1324
  919. ],
  920. "slot_index": 0,
  921. "shape": 3
  922. },
  923. {
  924. "name": "FLOAT",
  925. "type": "FLOAT",
  926. "links": null,
  927. "shape": 3
  928. }
  929. ],
  930. "title": "Width",
  931. "properties": {
  932. "Node name for S&R": "SimpleMath+"
  933. },
  934. "widgets_values": [
  935. "a"
  936. ]
  937. },
  938. {
  939. "id": 447,
  940. "type": "SimpleMath+",
  941. "pos": {
  942. "0": -6220,
  943. "1": 600
  944. },
  945. "size": {
  946. "0": 315,
  947. "1": 98
  948. },
  949. "flags": {
  950. "collapsed": true
  951. },
  952. "order": 31,
  953. "mode": 0,
  954. "inputs": [
  955. {
  956. "name": "a",
  957. "type": "*",
  958. "link": 919
  959. },
  960. {
  961. "name": "b",
  962. "type": "*",
  963. "link": null
  964. },
  965. {
  966. "name": "c",
  967. "type": "*",
  968. "link": null
  969. }
  970. ],
  971. "outputs": [
  972. {
  973. "name": "INT",
  974. "type": "INT",
  975. "links": [
  976. 974
  977. ],
  978. "slot_index": 0,
  979. "shape": 3
  980. },
  981. {
  982. "name": "FLOAT",
  983. "type": "FLOAT",
  984. "links": null,
  985. "shape": 3
  986. }
  987. ],
  988. "title": "Top",
  989. "properties": {
  990. "Node name for S&R": "SimpleMath+"
  991. },
  992. "widgets_values": [
  993. "a"
  994. ]
  995. },
  996. {
  997. "id": 446,
  998. "type": "SimpleMath+",
  999. "pos": {
  1000. "0": -6220,
  1001. "1": 540
  1002. },
  1003. "size": {
  1004. "0": 315,
  1005. "1": 98
  1006. },
  1007. "flags": {
  1008. "collapsed": true
  1009. },
  1010. "order": 30,
  1011. "mode": 0,
  1012. "inputs": [
  1013. {
  1014. "name": "a",
  1015. "type": "*",
  1016. "link": 918
  1017. },
  1018. {
  1019. "name": "b",
  1020. "type": "*",
  1021. "link": null
  1022. },
  1023. {
  1024. "name": "c",
  1025. "type": "*",
  1026. "link": null
  1027. }
  1028. ],
  1029. "outputs": [
  1030. {
  1031. "name": "INT",
  1032. "type": "INT",
  1033. "links": [
  1034. 972
  1035. ],
  1036. "slot_index": 0,
  1037. "shape": 3
  1038. },
  1039. {
  1040. "name": "FLOAT",
  1041. "type": "FLOAT",
  1042. "links": null,
  1043. "shape": 3
  1044. }
  1045. ],
  1046. "title": "Left",
  1047. "properties": {
  1048. "Node name for S&R": "SimpleMath+"
  1049. },
  1050. "widgets_values": [
  1051. "a"
  1052. ]
  1053. },
  1054. {
  1055. "id": 637,
  1056. "type": "Display Int (rgthree)",
  1057. "pos": {
  1058. "0": -6680,
  1059. "1": 350
  1060. },
  1061. "size": {
  1062. "0": 210,
  1063. "1": 76.00004577636719
  1064. },
  1065. "flags": {},
  1066. "order": 42,
  1067. "mode": 0,
  1068. "inputs": [
  1069. {
  1070. "name": "input",
  1071. "type": "INT",
  1072. "link": 1309,
  1073. "widget": {
  1074. "name": "input"
  1075. },
  1076. "dir": 3
  1077. }
  1078. ],
  1079. "outputs": [],
  1080. "title": "Resized width",
  1081. "properties": {
  1082. "Node name for S&R": "Display Int (rgthree)"
  1083. },
  1084. "widgets_values": [
  1085. 0,
  1086. ""
  1087. ]
  1088. },
  1089. {
  1090. "id": 638,
  1091. "type": "Display Int (rgthree)",
  1092. "pos": {
  1093. "0": -6440,
  1094. "1": 350
  1095. },
  1096. "size": {
  1097. "0": 210,
  1098. "1": 76
  1099. },
  1100. "flags": {},
  1101. "order": 43,
  1102. "mode": 0,
  1103. "inputs": [
  1104. {
  1105. "name": "input",
  1106. "type": "INT",
  1107. "link": 1310,
  1108. "widget": {
  1109. "name": "input"
  1110. },
  1111. "dir": 3
  1112. }
  1113. ],
  1114. "outputs": [],
  1115. "title": "Resized height",
  1116. "properties": {
  1117. "Node name for S&R": "Display Int (rgthree)"
  1118. },
  1119. "widgets_values": [
  1120. 0,
  1121. ""
  1122. ]
  1123. },
  1124. {
  1125. "id": 643,
  1126. "type": "MathExpression|pysssss",
  1127. "pos": {
  1128. "0": -6940,
  1129. "1": 560
  1130. },
  1131. "size": {
  1132. "0": 250,
  1133. "1": 130
  1134. },
  1135. "flags": {
  1136. "collapsed": true
  1137. },
  1138. "order": 34,
  1139. "mode": 0,
  1140. "inputs": [
  1141. {
  1142. "name": "a",
  1143. "type": "INT,FLOAT,IMAGE,LATENT",
  1144. "link": 1314
  1145. },
  1146. {
  1147. "name": "b",
  1148. "type": "INT,FLOAT,IMAGE,LATENT",
  1149. "link": 1479
  1150. },
  1151. {
  1152. "name": "c",
  1153. "type": "INT,FLOAT,IMAGE,LATENT",
  1154. "link": 1480
  1155. }
  1156. ],
  1157. "outputs": [
  1158. {
  1159. "name": "INT",
  1160. "type": "INT",
  1161. "links": [],
  1162. "slot_index": 0,
  1163. "shape": 3
  1164. },
  1165. {
  1166. "name": "FLOAT",
  1167. "type": "FLOAT",
  1168. "links": [
  1169. 1317
  1170. ],
  1171. "slot_index": 1,
  1172. "shape": 3
  1173. }
  1174. ],
  1175. "properties": {},
  1176. "widgets_values": [
  1177. "sqrt(a*1024*1024*b/c)"
  1178. ]
  1179. },
  1180. {
  1181. "id": 645,
  1182. "type": "MathExpression|pysssss",
  1183. "pos": {
  1184. "0": -6940,
  1185. "1": 650
  1186. },
  1187. "size": {
  1188. "0": 250,
  1189. "1": 130
  1190. },
  1191. "flags": {
  1192. "collapsed": true
  1193. },
  1194. "order": 40,
  1195. "mode": 0,
  1196. "inputs": [
  1197. {
  1198. "name": "a",
  1199. "type": "INT,FLOAT,IMAGE,LATENT",
  1200. "link": 1317
  1201. },
  1202. {
  1203. "name": "b",
  1204. "type": "INT,FLOAT,IMAGE,LATENT",
  1205. "link": 1318
  1206. },
  1207. {
  1208. "name": "c",
  1209. "type": "INT,FLOAT,IMAGE,LATENT",
  1210. "link": null
  1211. }
  1212. ],
  1213. "outputs": [
  1214. {
  1215. "name": "INT",
  1216. "type": "INT",
  1217. "links": [
  1218. 1306
  1219. ],
  1220. "slot_index": 0,
  1221. "shape": 3
  1222. },
  1223. {
  1224. "name": "FLOAT",
  1225. "type": "FLOAT",
  1226. "links": [],
  1227. "slot_index": 1,
  1228. "shape": 3
  1229. }
  1230. ],
  1231. "properties": {},
  1232. "widgets_values": [
  1233. "b*round(a/b)"
  1234. ]
  1235. },
  1236. {
  1237. "id": 555,
  1238. "type": "Context Big (rgthree)",
  1239. "pos": {
  1240. "0": -5730,
  1241. "1": 1190
  1242. },
  1243. "size": {
  1244. "0": 211.60000610351562,
  1245. "1": 466
  1246. },
  1247. "flags": {
  1248. "collapsed": true
  1249. },
  1250. "order": 49,
  1251. "mode": 2,
  1252. "inputs": [
  1253. {
  1254. "name": "base_ctx",
  1255. "type": "RGTHREE_CONTEXT",
  1256. "link": 1860,
  1257. "dir": 3
  1258. },
  1259. {
  1260. "name": "model",
  1261. "type": "MODEL",
  1262. "link": null,
  1263. "dir": 3
  1264. },
  1265. {
  1266. "name": "clip",
  1267. "type": "CLIP",
  1268. "link": null,
  1269. "dir": 3
  1270. },
  1271. {
  1272. "name": "vae",
  1273. "type": "VAE",
  1274. "link": null,
  1275. "dir": 3
  1276. },
  1277. {
  1278. "name": "positive",
  1279. "type": "CONDITIONING",
  1280. "link": null,
  1281. "dir": 3
  1282. },
  1283. {
  1284. "name": "negative",
  1285. "type": "CONDITIONING",
  1286. "link": null,
  1287. "dir": 3
  1288. },
  1289. {
  1290. "name": "latent",
  1291. "type": "LATENT",
  1292. "link": null,
  1293. "dir": 3
  1294. },
  1295. {
  1296. "name": "images",
  1297. "type": "IMAGE",
  1298. "link": null,
  1299. "dir": 3
  1300. },
  1301. {
  1302. "name": "seed",
  1303. "type": "INT",
  1304. "link": null,
  1305. "dir": 3
  1306. },
  1307. {
  1308. "name": "steps",
  1309. "type": "INT",
  1310. "link": null,
  1311. "dir": 3
  1312. },
  1313. {
  1314. "name": "step_refiner",
  1315. "type": "INT",
  1316. "link": null,
  1317. "dir": 3
  1318. },
  1319. {
  1320. "name": "cfg",
  1321. "type": "FLOAT",
  1322. "link": null,
  1323. "dir": 3
  1324. },
  1325. {
  1326. "name": "ckpt_name",
  1327. "type": [
  1328. "flux\\flux1-dev-fp8.safetensors"
  1329. ],
  1330. "link": null,
  1331. "dir": 3
  1332. },
  1333. {
  1334. "name": "sampler",
  1335. "type": [
  1336. "euler",
  1337. "euler_cfg_pp",
  1338. "euler_ancestral",
  1339. "euler_ancestral_cfg_pp",
  1340. "heun",
  1341. "heunpp2",
  1342. "dpm_2",
  1343. "dpm_2_ancestral",
  1344. "lms",
  1345. "dpm_fast",
  1346. "dpm_adaptive",
  1347. "dpmpp_2s_ancestral",
  1348. "dpmpp_sde",
  1349. "dpmpp_sde_gpu",
  1350. "dpmpp_2m",
  1351. "dpmpp_2m_sde",
  1352. "dpmpp_2m_sde_gpu",
  1353. "dpmpp_3m_sde",
  1354. "dpmpp_3m_sde_gpu",
  1355. "ddpm",
  1356. "lcm",
  1357. "ipndm",
  1358. "ipndm_v",
  1359. "deis",
  1360. "ddim",
  1361. "uni_pc",
  1362. "uni_pc_bh2"
  1363. ],
  1364. "link": null,
  1365. "dir": 3
  1366. },
  1367. {
  1368. "name": "scheduler",
  1369. "type": [
  1370. "normal",
  1371. "karras",
  1372. "exponential",
  1373. "sgm_uniform",
  1374. "simple",
  1375. "ddim_uniform",
  1376. "beta"
  1377. ],
  1378. "link": null,
  1379. "dir": 3
  1380. },
  1381. {
  1382. "name": "clip_width",
  1383. "type": "INT",
  1384. "link": null,
  1385. "dir": 3
  1386. },
  1387. {
  1388. "name": "clip_height",
  1389. "type": "INT",
  1390. "link": null,
  1391. "dir": 3
  1392. },
  1393. {
  1394. "name": "text_pos_g",
  1395. "type": "STRING",
  1396. "link": null,
  1397. "dir": 3
  1398. },
  1399. {
  1400. "name": "text_pos_l",
  1401. "type": "STRING",
  1402. "link": null,
  1403. "dir": 3
  1404. },
  1405. {
  1406. "name": "text_neg_g",
  1407. "type": "STRING",
  1408. "link": null,
  1409. "dir": 3
  1410. },
  1411. {
  1412. "name": "text_neg_l",
  1413. "type": "STRING",
  1414. "link": null,
  1415. "dir": 3
  1416. },
  1417. {
  1418. "name": "mask",
  1419. "type": "MASK",
  1420. "link": null,
  1421. "dir": 3
  1422. },
  1423. {
  1424. "name": "control_net",
  1425. "type": "CONTROL_NET",
  1426. "link": null,
  1427. "dir": 3
  1428. }
  1429. ],
  1430. "outputs": [
  1431. {
  1432. "name": "CONTEXT",
  1433. "type": "RGTHREE_CONTEXT",
  1434. "links": [
  1435. 1169
  1436. ],
  1437. "shape": 3,
  1438. "dir": 4
  1439. },
  1440. {
  1441. "name": "MODEL",
  1442. "type": "MODEL",
  1443. "links": [
  1444. 1165
  1445. ],
  1446. "shape": 3,
  1447. "dir": 4
  1448. },
  1449. {
  1450. "name": "CLIP",
  1451. "type": "CLIP",
  1452. "links": [
  1453. 1166
  1454. ],
  1455. "shape": 3,
  1456. "dir": 4
  1457. },
  1458. {
  1459. "name": "VAE",
  1460. "type": "VAE",
  1461. "links": null,
  1462. "shape": 3,
  1463. "dir": 4
  1464. },
  1465. {
  1466. "name": "POSITIVE",
  1467. "type": "CONDITIONING",
  1468. "links": null,
  1469. "shape": 3,
  1470. "dir": 4
  1471. },
  1472. {
  1473. "name": "NEGATIVE",
  1474. "type": "CONDITIONING",
  1475. "links": null,
  1476. "shape": 3,
  1477. "dir": 4
  1478. },
  1479. {
  1480. "name": "LATENT",
  1481. "type": "LATENT",
  1482. "links": null,
  1483. "shape": 3,
  1484. "dir": 4
  1485. },
  1486. {
  1487. "name": "IMAGE",
  1488. "type": "IMAGE",
  1489. "links": null,
  1490. "shape": 3,
  1491. "dir": 4
  1492. },
  1493. {
  1494. "name": "SEED",
  1495. "type": "INT",
  1496. "links": null,
  1497. "shape": 3,
  1498. "dir": 4
  1499. },
  1500. {
  1501. "name": "STEPS",
  1502. "type": "INT",
  1503. "links": null,
  1504. "shape": 3,
  1505. "dir": 4
  1506. },
  1507. {
  1508. "name": "STEP_REFINER",
  1509. "type": "INT",
  1510. "links": null,
  1511. "shape": 3,
  1512. "dir": 4
  1513. },
  1514. {
  1515. "name": "CFG",
  1516. "type": "FLOAT",
  1517. "links": null,
  1518. "shape": 3,
  1519. "dir": 4
  1520. },
  1521. {
  1522. "name": "CKPT_NAME",
  1523. "type": "COMBO",
  1524. "links": null,
  1525. "shape": 3,
  1526. "dir": 4
  1527. },
  1528. {
  1529. "name": "SAMPLER",
  1530. "type": "COMBO",
  1531. "links": null,
  1532. "shape": 3,
  1533. "dir": 4
  1534. },
  1535. {
  1536. "name": "SCHEDULER",
  1537. "type": "COMBO",
  1538. "links": null,
  1539. "shape": 3,
  1540. "dir": 4
  1541. },
  1542. {
  1543. "name": "CLIP_WIDTH",
  1544. "type": "INT",
  1545. "links": null,
  1546. "shape": 3,
  1547. "dir": 4
  1548. },
  1549. {
  1550. "name": "CLIP_HEIGHT",
  1551. "type": "INT",
  1552. "links": null,
  1553. "shape": 3,
  1554. "dir": 4
  1555. },
  1556. {
  1557. "name": "TEXT_POS_G",
  1558. "type": "STRING",
  1559. "links": null,
  1560. "shape": 3,
  1561. "dir": 4
  1562. },
  1563. {
  1564. "name": "TEXT_POS_L",
  1565. "type": "STRING",
  1566. "links": null,
  1567. "shape": 3,
  1568. "dir": 4
  1569. },
  1570. {
  1571. "name": "TEXT_NEG_G",
  1572. "type": "STRING",
  1573. "links": null,
  1574. "shape": 3,
  1575. "dir": 4
  1576. },
  1577. {
  1578. "name": "TEXT_NEG_L",
  1579. "type": "STRING",
  1580. "links": null,
  1581. "shape": 3,
  1582. "dir": 4
  1583. },
  1584. {
  1585. "name": "MASK",
  1586. "type": "MASK",
  1587. "links": null,
  1588. "shape": 3,
  1589. "dir": 4
  1590. },
  1591. {
  1592. "name": "CONTROL_NET",
  1593. "type": "CONTROL_NET",
  1594. "links": null,
  1595. "shape": 3,
  1596. "dir": 4
  1597. }
  1598. ],
  1599. "properties": {},
  1600. "widgets_values": []
  1601. },
  1602. {
  1603. "id": 369,
  1604. "type": "DifferentialDiffusion",
  1605. "pos": {
  1606. "0": -3740,
  1607. "1": 330
  1608. },
  1609. "size": {
  1610. "0": 216.59999084472656,
  1611. "1": 106
  1612. },
  1613. "flags": {
  1614. "collapsed": true
  1615. },
  1616. "order": 57,
  1617. "mode": 0,
  1618. "inputs": [
  1619. {
  1620. "name": "model",
  1621. "type": "MODEL",
  1622. "link": 1368
  1623. }
  1624. ],
  1625. "outputs": [
  1626. {
  1627. "name": "MODEL",
  1628. "type": "MODEL",
  1629. "links": [
  1630. 834
  1631. ],
  1632. "slot_index": 0,
  1633. "shape": 3
  1634. }
  1635. ],
  1636. "properties": {
  1637. "Node name for S&R": "DifferentialDiffusion"
  1638. }
  1639. },
  1640. {
  1641. "id": 403,
  1642. "type": "GetImageSize+",
  1643. "pos": {
  1644. "0": -3740,
  1645. "1": 380
  1646. },
  1647. "size": {
  1648. "0": 210,
  1649. "1": 66
  1650. },
  1651. "flags": {
  1652. "collapsed": true
  1653. },
  1654. "order": 58,
  1655. "mode": 0,
  1656. "inputs": [
  1657. {
  1658. "name": "image",
  1659. "type": "IMAGE",
  1660. "link": 1367
  1661. }
  1662. ],
  1663. "outputs": [
  1664. {
  1665. "name": "width",
  1666. "type": "INT",
  1667. "links": [
  1668. 848
  1669. ],
  1670. "slot_index": 0,
  1671. "shape": 3
  1672. },
  1673. {
  1674. "name": "height",
  1675. "type": "INT",
  1676. "links": [
  1677. 849
  1678. ],
  1679. "slot_index": 1,
  1680. "shape": 3
  1681. },
  1682. {
  1683. "name": "count",
  1684. "type": "INT",
  1685. "links": null,
  1686. "shape": 3
  1687. }
  1688. ],
  1689. "properties": {
  1690. "Node name for S&R": "GetImageSize+"
  1691. }
  1692. },
  1693. {
  1694. "id": 368,
  1695. "type": "InpaintModelConditioning",
  1696. "pos": {
  1697. "0": -3760,
  1698. "1": 440
  1699. },
  1700. "size": {
  1701. "0": 216.59999084472656,
  1702. "1": 106
  1703. },
  1704. "flags": {
  1705. "collapsed": true
  1706. },
  1707. "order": 59,
  1708. "mode": 0,
  1709. "inputs": [
  1710. {
  1711. "name": "positive",
  1712. "type": "CONDITIONING",
  1713. "link": 1824
  1714. },
  1715. {
  1716. "name": "negative",
  1717. "type": "CONDITIONING",
  1718. "link": 1825
  1719. },
  1720. {
  1721. "name": "vae",
  1722. "type": "VAE",
  1723. "link": 1362
  1724. },
  1725. {
  1726. "name": "pixels",
  1727. "type": "IMAGE",
  1728. "link": 1365
  1729. },
  1730. {
  1731. "name": "mask",
  1732. "type": "MASK",
  1733. "link": 1366
  1734. }
  1735. ],
  1736. "outputs": [
  1737. {
  1738. "name": "positive",
  1739. "type": "CONDITIONING",
  1740. "links": [
  1741. 1229
  1742. ],
  1743. "slot_index": 0,
  1744. "shape": 3
  1745. },
  1746. {
  1747. "name": "negative",
  1748. "type": "CONDITIONING",
  1749. "links": [
  1750. 1519
  1751. ],
  1752. "slot_index": 1,
  1753. "shape": 3
  1754. },
  1755. {
  1756. "name": "latent",
  1757. "type": "LATENT",
  1758. "links": [
  1759. 854
  1760. ],
  1761. "slot_index": 2,
  1762. "shape": 3
  1763. }
  1764. ],
  1765. "properties": {
  1766. "Node name for S&R": "InpaintModelConditioning"
  1767. }
  1768. },
  1769. {
  1770. "id": 402,
  1771. "type": "ModelSamplingFlux",
  1772. "pos": {
  1773. "0": -3500,
  1774. "1": 330
  1775. },
  1776. "size": {
  1777. "0": 250,
  1778. "1": 130
  1779. },
  1780. "flags": {},
  1781. "order": 60,
  1782. "mode": 0,
  1783. "inputs": [
  1784. {
  1785. "name": "model",
  1786. "type": "MODEL",
  1787. "link": 834
  1788. },
  1789. {
  1790. "name": "width",
  1791. "type": "INT",
  1792. "link": 848,
  1793. "widget": {
  1794. "name": "width"
  1795. }
  1796. },
  1797. {
  1798. "name": "height",
  1799. "type": "INT",
  1800. "link": 849,
  1801. "widget": {
  1802. "name": "height"
  1803. }
  1804. }
  1805. ],
  1806. "outputs": [
  1807. {
  1808. "name": "MODEL",
  1809. "type": "MODEL",
  1810. "links": [
  1811. 851,
  1812. 857
  1813. ],
  1814. "slot_index": 0,
  1815. "shape": 3
  1816. }
  1817. ],
  1818. "properties": {
  1819. "Node name for S&R": "ModelSamplingFlux"
  1820. },
  1821. "widgets_values": [
  1822. 0.4,
  1823. 0,
  1824. 1216,
  1825. 832
  1826. ]
  1827. },
  1828. {
  1829. "id": 561,
  1830. "type": "Context Switch Big (rgthree)",
  1831. "pos": {
  1832. "0": -7560,
  1833. "1": 170
  1834. },
  1835. "size": {
  1836. "0": 240,
  1837. "1": 470
  1838. },
  1839. "flags": {
  1840. "collapsed": true
  1841. },
  1842. "order": 24,
  1843. "mode": 0,
  1844. "inputs": [
  1845. {
  1846. "name": "ctx_01",
  1847. "type": "RGTHREE_CONTEXT",
  1848. "link": 1178,
  1849. "dir": 3
  1850. },
  1851. {
  1852. "name": "ctx_02",
  1853. "type": "RGTHREE_CONTEXT",
  1854. "link": 1179,
  1855. "dir": 3
  1856. },
  1857. {
  1858. "name": "ctx_03",
  1859. "type": "RGTHREE_CONTEXT",
  1860. "link": null,
  1861. "dir": 3
  1862. },
  1863. {
  1864. "name": "ctx_04",
  1865. "type": "RGTHREE_CONTEXT",
  1866. "link": null,
  1867. "dir": 3
  1868. },
  1869. {
  1870. "name": "ctx_05",
  1871. "type": "RGTHREE_CONTEXT",
  1872. "link": null
  1873. }
  1874. ],
  1875. "outputs": [
  1876. {
  1877. "name": "CONTEXT",
  1878. "type": "RGTHREE_CONTEXT",
  1879. "links": [
  1880. 1469
  1881. ],
  1882. "slot_index": 0,
  1883. "shape": 3,
  1884. "dir": 4
  1885. },
  1886. {
  1887. "name": "MODEL",
  1888. "type": "MODEL",
  1889. "links": null,
  1890. "shape": 3,
  1891. "dir": 4
  1892. },
  1893. {
  1894. "name": "CLIP",
  1895. "type": "CLIP",
  1896. "links": null,
  1897. "shape": 3,
  1898. "dir": 4
  1899. },
  1900. {
  1901. "name": "VAE",
  1902. "type": "VAE",
  1903. "links": null,
  1904. "shape": 3,
  1905. "dir": 4
  1906. },
  1907. {
  1908. "name": "POSITIVE",
  1909. "type": "CONDITIONING",
  1910. "links": null,
  1911. "shape": 3,
  1912. "dir": 4
  1913. },
  1914. {
  1915. "name": "NEGATIVE",
  1916. "type": "CONDITIONING",
  1917. "links": null,
  1918. "shape": 3,
  1919. "dir": 4
  1920. },
  1921. {
  1922. "name": "LATENT",
  1923. "type": "LATENT",
  1924. "links": null,
  1925. "shape": 3,
  1926. "dir": 4
  1927. },
  1928. {
  1929. "name": "IMAGE",
  1930. "type": "IMAGE",
  1931. "links": null,
  1932. "shape": 3,
  1933. "dir": 4
  1934. },
  1935. {
  1936. "name": "SEED",
  1937. "type": "INT",
  1938. "links": null,
  1939. "shape": 3,
  1940. "dir": 4
  1941. },
  1942. {
  1943. "name": "STEPS",
  1944. "type": "INT",
  1945. "links": null,
  1946. "shape": 3,
  1947. "dir": 4
  1948. },
  1949. {
  1950. "name": "STEP_REFINER",
  1951. "type": "INT",
  1952. "links": null,
  1953. "shape": 3,
  1954. "dir": 4
  1955. },
  1956. {
  1957. "name": "CFG",
  1958. "type": "FLOAT",
  1959. "links": null,
  1960. "shape": 3,
  1961. "dir": 4
  1962. },
  1963. {
  1964. "name": "CKPT_NAME",
  1965. "type": "COMBO",
  1966. "links": null,
  1967. "shape": 3,
  1968. "dir": 4
  1969. },
  1970. {
  1971. "name": "SAMPLER",
  1972. "type": "COMBO",
  1973. "links": null,
  1974. "shape": 3,
  1975. "dir": 4
  1976. },
  1977. {
  1978. "name": "SCHEDULER",
  1979. "type": "COMBO",
  1980. "links": null,
  1981. "shape": 3,
  1982. "dir": 4
  1983. },
  1984. {
  1985. "name": "CLIP_WIDTH",
  1986. "type": "INT",
  1987. "links": null,
  1988. "shape": 3,
  1989. "dir": 4
  1990. },
  1991. {
  1992. "name": "CLIP_HEIGHT",
  1993. "type": "INT",
  1994. "links": null,
  1995. "shape": 3,
  1996. "dir": 4
  1997. },
  1998. {
  1999. "name": "TEXT_POS_G",
  2000. "type": "STRING",
  2001. "links": null,
  2002. "shape": 3,
  2003. "dir": 4
  2004. },
  2005. {
  2006. "name": "TEXT_POS_L",
  2007. "type": "STRING",
  2008. "links": null,
  2009. "shape": 3,
  2010. "dir": 4
  2011. },
  2012. {
  2013. "name": "TEXT_NEG_G",
  2014. "type": "STRING",
  2015. "links": null,
  2016. "shape": 3,
  2017. "dir": 4
  2018. },
  2019. {
  2020. "name": "TEXT_NEG_L",
  2021. "type": "STRING",
  2022. "links": null,
  2023. "shape": 3,
  2024. "dir": 4
  2025. },
  2026. {
  2027. "name": "MASK",
  2028. "type": "MASK",
  2029. "links": null,
  2030. "shape": 3,
  2031. "dir": 4
  2032. },
  2033. {
  2034. "name": "CONTROL_NET",
  2035. "type": "CONTROL_NET",
  2036. "links": null,
  2037. "shape": 3,
  2038. "dir": 4
  2039. }
  2040. ],
  2041. "properties": {},
  2042. "widgets_values": []
  2043. },
  2044. {
  2045. "id": 558,
  2046. "type": "Context Big (rgthree)",
  2047. "pos": {
  2048. "0": -8100,
  2049. "1": 330
  2050. },
  2051. "size": {
  2052. "0": 211.60000610351562,
  2053. "1": 466
  2054. },
  2055. "flags": {
  2056. "collapsed": true
  2057. },
  2058. "order": 21,
  2059. "mode": 2,
  2060. "inputs": [
  2061. {
  2062. "name": "base_ctx",
  2063. "type": "RGTHREE_CONTEXT",
  2064. "link": 1183,
  2065. "dir": 3
  2066. },
  2067. {
  2068. "name": "model",
  2069. "type": "MODEL",
  2070. "link": null,
  2071. "dir": 3
  2072. },
  2073. {
  2074. "name": "clip",
  2075. "type": "CLIP",
  2076. "link": null,
  2077. "dir": 3
  2078. },
  2079. {
  2080. "name": "vae",
  2081. "type": "VAE",
  2082. "link": null,
  2083. "dir": 3
  2084. },
  2085. {
  2086. "name": "positive",
  2087. "type": "CONDITIONING",
  2088. "link": null,
  2089. "dir": 3
  2090. },
  2091. {
  2092. "name": "negative",
  2093. "type": "CONDITIONING",
  2094. "link": null,
  2095. "dir": 3
  2096. },
  2097. {
  2098. "name": "latent",
  2099. "type": "LATENT",
  2100. "link": null,
  2101. "dir": 3
  2102. },
  2103. {
  2104. "name": "images",
  2105. "type": "IMAGE",
  2106. "link": null,
  2107. "dir": 3
  2108. },
  2109. {
  2110. "name": "seed",
  2111. "type": "INT",
  2112. "link": null,
  2113. "dir": 3
  2114. },
  2115. {
  2116. "name": "steps",
  2117. "type": "INT",
  2118. "link": null,
  2119. "dir": 3
  2120. },
  2121. {
  2122. "name": "step_refiner",
  2123. "type": "INT",
  2124. "link": null,
  2125. "dir": 3
  2126. },
  2127. {
  2128. "name": "cfg",
  2129. "type": "FLOAT",
  2130. "link": null,
  2131. "dir": 3
  2132. },
  2133. {
  2134. "name": "ckpt_name",
  2135. "type": [
  2136. "flux\\flux1-dev-fp8.safetensors"
  2137. ],
  2138. "link": null,
  2139. "dir": 3
  2140. },
  2141. {
  2142. "name": "sampler",
  2143. "type": [
  2144. "euler",
  2145. "euler_cfg_pp",
  2146. "euler_ancestral",
  2147. "euler_ancestral_cfg_pp",
  2148. "heun",
  2149. "heunpp2",
  2150. "dpm_2",
  2151. "dpm_2_ancestral",
  2152. "lms",
  2153. "dpm_fast",
  2154. "dpm_adaptive",
  2155. "dpmpp_2s_ancestral",
  2156. "dpmpp_sde",
  2157. "dpmpp_sde_gpu",
  2158. "dpmpp_2m",
  2159. "dpmpp_2m_sde",
  2160. "dpmpp_2m_sde_gpu",
  2161. "dpmpp_3m_sde",
  2162. "dpmpp_3m_sde_gpu",
  2163. "ddpm",
  2164. "lcm",
  2165. "ipndm",
  2166. "ipndm_v",
  2167. "deis",
  2168. "ddim",
  2169. "uni_pc",
  2170. "uni_pc_bh2"
  2171. ],
  2172. "link": null,
  2173. "dir": 3
  2174. },
  2175. {
  2176. "name": "scheduler",
  2177. "type": [
  2178. "normal",
  2179. "karras",
  2180. "exponential",
  2181. "sgm_uniform",
  2182. "simple",
  2183. "ddim_uniform",
  2184. "beta"
  2185. ],
  2186. "link": null,
  2187. "dir": 3
  2188. },
  2189. {
  2190. "name": "clip_width",
  2191. "type": "INT",
  2192. "link": null,
  2193. "dir": 3
  2194. },
  2195. {
  2196. "name": "clip_height",
  2197. "type": "INT",
  2198. "link": null,
  2199. "dir": 3
  2200. },
  2201. {
  2202. "name": "text_pos_g",
  2203. "type": "STRING",
  2204. "link": null,
  2205. "dir": 3
  2206. },
  2207. {
  2208. "name": "text_pos_l",
  2209. "type": "STRING",
  2210. "link": null,
  2211. "dir": 3
  2212. },
  2213. {
  2214. "name": "text_neg_g",
  2215. "type": "STRING",
  2216. "link": null,
  2217. "dir": 3
  2218. },
  2219. {
  2220. "name": "text_neg_l",
  2221. "type": "STRING",
  2222. "link": null,
  2223. "dir": 3
  2224. },
  2225. {
  2226. "name": "mask",
  2227. "type": "MASK",
  2228. "link": null,
  2229. "dir": 3
  2230. },
  2231. {
  2232. "name": "control_net",
  2233. "type": "CONTROL_NET",
  2234. "link": null,
  2235. "dir": 3
  2236. }
  2237. ],
  2238. "outputs": [
  2239. {
  2240. "name": "CONTEXT",
  2241. "type": "RGTHREE_CONTEXT",
  2242. "links": [
  2243. 1173
  2244. ],
  2245. "slot_index": 0,
  2246. "shape": 3,
  2247. "dir": 4
  2248. },
  2249. {
  2250. "name": "MODEL",
  2251. "type": "MODEL",
  2252. "links": null,
  2253. "shape": 3,
  2254. "dir": 4
  2255. },
  2256. {
  2257. "name": "CLIP",
  2258. "type": "CLIP",
  2259. "links": null,
  2260. "shape": 3,
  2261. "dir": 4
  2262. },
  2263. {
  2264. "name": "VAE",
  2265. "type": "VAE",
  2266. "links": null,
  2267. "shape": 3,
  2268. "dir": 4
  2269. },
  2270. {
  2271. "name": "POSITIVE",
  2272. "type": "CONDITIONING",
  2273. "links": null,
  2274. "shape": 3,
  2275. "dir": 4
  2276. },
  2277. {
  2278. "name": "NEGATIVE",
  2279. "type": "CONDITIONING",
  2280. "links": null,
  2281. "shape": 3,
  2282. "dir": 4
  2283. },
  2284. {
  2285. "name": "LATENT",
  2286. "type": "LATENT",
  2287. "links": null,
  2288. "shape": 3,
  2289. "dir": 4
  2290. },
  2291. {
  2292. "name": "IMAGE",
  2293. "type": "IMAGE",
  2294. "links": [
  2295. 1839
  2296. ],
  2297. "slot_index": 7,
  2298. "shape": 3,
  2299. "dir": 4
  2300. },
  2301. {
  2302. "name": "SEED",
  2303. "type": "INT",
  2304. "links": null,
  2305. "shape": 3,
  2306. "dir": 4
  2307. },
  2308. {
  2309. "name": "STEPS",
  2310. "type": "INT",
  2311. "links": null,
  2312. "shape": 3,
  2313. "dir": 4
  2314. },
  2315. {
  2316. "name": "STEP_REFINER",
  2317. "type": "INT",
  2318. "links": null,
  2319. "shape": 3,
  2320. "dir": 4
  2321. },
  2322. {
  2323. "name": "CFG",
  2324. "type": "FLOAT",
  2325. "links": null,
  2326. "shape": 3,
  2327. "dir": 4
  2328. },
  2329. {
  2330. "name": "CKPT_NAME",
  2331. "type": "COMBO",
  2332. "links": null,
  2333. "shape": 3,
  2334. "dir": 4
  2335. },
  2336. {
  2337. "name": "SAMPLER",
  2338. "type": "COMBO",
  2339. "links": null,
  2340. "shape": 3,
  2341. "dir": 4
  2342. },
  2343. {
  2344. "name": "SCHEDULER",
  2345. "type": "COMBO",
  2346. "links": null,
  2347. "shape": 3,
  2348. "dir": 4
  2349. },
  2350. {
  2351. "name": "CLIP_WIDTH",
  2352. "type": "INT",
  2353. "links": null,
  2354. "shape": 3,
  2355. "dir": 4
  2356. },
  2357. {
  2358. "name": "CLIP_HEIGHT",
  2359. "type": "INT",
  2360. "links": null,
  2361. "shape": 3,
  2362. "dir": 4
  2363. },
  2364. {
  2365. "name": "TEXT_POS_G",
  2366. "type": "STRING",
  2367. "links": null,
  2368. "shape": 3,
  2369. "dir": 4
  2370. },
  2371. {
  2372. "name": "TEXT_POS_L",
  2373. "type": "STRING",
  2374. "links": null,
  2375. "shape": 3,
  2376. "dir": 4
  2377. },
  2378. {
  2379. "name": "TEXT_NEG_G",
  2380. "type": "STRING",
  2381. "links": null,
  2382. "shape": 3,
  2383. "dir": 4
  2384. },
  2385. {
  2386. "name": "TEXT_NEG_L",
  2387. "type": "STRING",
  2388. "links": null,
  2389. "shape": 3,
  2390. "dir": 4
  2391. },
  2392. {
  2393. "name": "MASK",
  2394. "type": "MASK",
  2395. "links": [],
  2396. "slot_index": 21,
  2397. "shape": 3,
  2398. "dir": 4
  2399. },
  2400. {
  2401. "name": "CONTROL_NET",
  2402. "type": "CONTROL_NET",
  2403. "links": null,
  2404. "shape": 3,
  2405. "dir": 4
  2406. }
  2407. ],
  2408. "properties": {},
  2409. "widgets_values": []
  2410. },
  2411. {
  2412. "id": 542,
  2413. "type": "Context Big (rgthree)",
  2414. "pos": {
  2415. "0": -8390,
  2416. "1": 340
  2417. },
  2418. "size": {
  2419. "0": 317.4000244140625,
  2420. "1": 466
  2421. },
  2422. "flags": {
  2423. "collapsed": true
  2424. },
  2425. "order": 19,
  2426. "mode": 0,
  2427. "inputs": [
  2428. {
  2429. "name": "base_ctx",
  2430. "type": "RGTHREE_CONTEXT",
  2431. "link": 1129,
  2432. "dir": 3
  2433. },
  2434. {
  2435. "name": "model",
  2436. "type": "MODEL",
  2437. "link": null,
  2438. "dir": 3
  2439. },
  2440. {
  2441. "name": "clip",
  2442. "type": "CLIP",
  2443. "link": null,
  2444. "dir": 3
  2445. },
  2446. {
  2447. "name": "vae",
  2448. "type": "VAE",
  2449. "link": null,
  2450. "dir": 3
  2451. },
  2452. {
  2453. "name": "positive",
  2454. "type": "CONDITIONING",
  2455. "link": null,
  2456. "dir": 3
  2457. },
  2458. {
  2459. "name": "negative",
  2460. "type": "CONDITIONING",
  2461. "link": null,
  2462. "dir": 3
  2463. },
  2464. {
  2465. "name": "latent",
  2466. "type": "LATENT",
  2467. "link": null,
  2468. "dir": 3
  2469. },
  2470. {
  2471. "name": "images",
  2472. "type": "IMAGE",
  2473. "link": 1840,
  2474. "dir": 3
  2475. },
  2476. {
  2477. "name": "seed",
  2478. "type": "INT",
  2479. "link": null,
  2480. "dir": 3
  2481. },
  2482. {
  2483. "name": "steps",
  2484. "type": "INT",
  2485. "link": null,
  2486. "dir": 3
  2487. },
  2488. {
  2489. "name": "step_refiner",
  2490. "type": "INT",
  2491. "link": null,
  2492. "dir": 3
  2493. },
  2494. {
  2495. "name": "cfg",
  2496. "type": "FLOAT",
  2497. "link": null,
  2498. "dir": 3
  2499. },
  2500. {
  2501. "name": "ckpt_name",
  2502. "type": [
  2503. "flux\\flux1-dev-fp8.safetensors"
  2504. ],
  2505. "link": null,
  2506. "dir": 3
  2507. },
  2508. {
  2509. "name": "sampler",
  2510. "type": [
  2511. "euler",
  2512. "euler_cfg_pp",
  2513. "euler_ancestral",
  2514. "euler_ancestral_cfg_pp",
  2515. "heun",
  2516. "heunpp2",
  2517. "dpm_2",
  2518. "dpm_2_ancestral",
  2519. "lms",
  2520. "dpm_fast",
  2521. "dpm_adaptive",
  2522. "dpmpp_2s_ancestral",
  2523. "dpmpp_sde",
  2524. "dpmpp_sde_gpu",
  2525. "dpmpp_2m",
  2526. "dpmpp_2m_sde",
  2527. "dpmpp_2m_sde_gpu",
  2528. "dpmpp_3m_sde",
  2529. "dpmpp_3m_sde_gpu",
  2530. "ddpm",
  2531. "lcm",
  2532. "ipndm",
  2533. "ipndm_v",
  2534. "deis",
  2535. "ddim",
  2536. "uni_pc",
  2537. "uni_pc_bh2"
  2538. ],
  2539. "link": null,
  2540. "dir": 3
  2541. },
  2542. {
  2543. "name": "scheduler",
  2544. "type": [
  2545. "normal",
  2546. "karras",
  2547. "exponential",
  2548. "sgm_uniform",
  2549. "simple",
  2550. "ddim_uniform",
  2551. "beta"
  2552. ],
  2553. "link": null,
  2554. "dir": 3
  2555. },
  2556. {
  2557. "name": "clip_width",
  2558. "type": "INT",
  2559. "link": null,
  2560. "dir": 3
  2561. },
  2562. {
  2563. "name": "clip_height",
  2564. "type": "INT",
  2565. "link": null,
  2566. "dir": 3
  2567. },
  2568. {
  2569. "name": "text_pos_g",
  2570. "type": "STRING",
  2571. "link": null,
  2572. "dir": 3
  2573. },
  2574. {
  2575. "name": "text_pos_l",
  2576. "type": "STRING",
  2577. "link": null,
  2578. "dir": 3
  2579. },
  2580. {
  2581. "name": "text_neg_g",
  2582. "type": "STRING",
  2583. "link": null,
  2584. "dir": 3
  2585. },
  2586. {
  2587. "name": "text_neg_l",
  2588. "type": "STRING",
  2589. "link": null,
  2590. "dir": 3
  2591. },
  2592. {
  2593. "name": "mask",
  2594. "type": "MASK",
  2595. "link": 1127,
  2596. "dir": 3
  2597. },
  2598. {
  2599. "name": "control_net",
  2600. "type": "CONTROL_NET",
  2601. "link": null,
  2602. "dir": 3
  2603. }
  2604. ],
  2605. "outputs": [
  2606. {
  2607. "name": "CONTEXT",
  2608. "type": "RGTHREE_CONTEXT",
  2609. "links": [
  2610. 1180
  2611. ],
  2612. "slot_index": 0,
  2613. "shape": 3,
  2614. "dir": 4
  2615. },
  2616. {
  2617. "name": "MODEL",
  2618. "type": "MODEL",
  2619. "links": null,
  2620. "shape": 3,
  2621. "dir": 4
  2622. },
  2623. {
  2624. "name": "CLIP",
  2625. "type": "CLIP",
  2626. "links": null,
  2627. "shape": 3,
  2628. "dir": 4
  2629. },
  2630. {
  2631. "name": "VAE",
  2632. "type": "VAE",
  2633. "links": null,
  2634. "shape": 3,
  2635. "dir": 4
  2636. },
  2637. {
  2638. "name": "POSITIVE",
  2639. "type": "CONDITIONING",
  2640. "links": null,
  2641. "shape": 3,
  2642. "dir": 4
  2643. },
  2644. {
  2645. "name": "NEGATIVE",
  2646. "type": "CONDITIONING",
  2647. "links": null,
  2648. "shape": 3,
  2649. "dir": 4
  2650. },
  2651. {
  2652. "name": "LATENT",
  2653. "type": "LATENT",
  2654. "links": null,
  2655. "shape": 3,
  2656. "dir": 4
  2657. },
  2658. {
  2659. "name": "IMAGE",
  2660. "type": "IMAGE",
  2661. "links": null,
  2662. "shape": 3,
  2663. "dir": 4
  2664. },
  2665. {
  2666. "name": "SEED",
  2667. "type": "INT",
  2668. "links": null,
  2669. "shape": 3,
  2670. "dir": 4
  2671. },
  2672. {
  2673. "name": "STEPS",
  2674. "type": "INT",
  2675. "links": null,
  2676. "shape": 3,
  2677. "dir": 4
  2678. },
  2679. {
  2680. "name": "STEP_REFINER",
  2681. "type": "INT",
  2682. "links": null,
  2683. "shape": 3,
  2684. "dir": 4
  2685. },
  2686. {
  2687. "name": "CFG",
  2688. "type": "FLOAT",
  2689. "links": null,
  2690. "shape": 3,
  2691. "dir": 4
  2692. },
  2693. {
  2694. "name": "CKPT_NAME",
  2695. "type": "COMBO",
  2696. "links": null,
  2697. "shape": 3,
  2698. "dir": 4
  2699. },
  2700. {
  2701. "name": "SAMPLER",
  2702. "type": "COMBO",
  2703. "links": null,
  2704. "shape": 3,
  2705. "dir": 4
  2706. },
  2707. {
  2708. "name": "SCHEDULER",
  2709. "type": "COMBO",
  2710. "links": null,
  2711. "shape": 3,
  2712. "dir": 4
  2713. },
  2714. {
  2715. "name": "CLIP_WIDTH",
  2716. "type": "INT",
  2717. "links": null,
  2718. "shape": 3,
  2719. "dir": 4
  2720. },
  2721. {
  2722. "name": "CLIP_HEIGHT",
  2723. "type": "INT",
  2724. "links": null,
  2725. "shape": 3,
  2726. "dir": 4
  2727. },
  2728. {
  2729. "name": "TEXT_POS_G",
  2730. "type": "STRING",
  2731. "links": null,
  2732. "shape": 3,
  2733. "dir": 4
  2734. },
  2735. {
  2736. "name": "TEXT_POS_L",
  2737. "type": "STRING",
  2738. "links": null,
  2739. "shape": 3,
  2740. "dir": 4
  2741. },
  2742. {
  2743. "name": "TEXT_NEG_G",
  2744. "type": "STRING",
  2745. "links": null,
  2746. "shape": 3,
  2747. "dir": 4
  2748. },
  2749. {
  2750. "name": "TEXT_NEG_L",
  2751. "type": "STRING",
  2752. "links": null,
  2753. "shape": 3,
  2754. "dir": 4
  2755. },
  2756. {
  2757. "name": "MASK",
  2758. "type": "MASK",
  2759. "links": [],
  2760. "slot_index": 21,
  2761. "shape": 3,
  2762. "dir": 4
  2763. },
  2764. {
  2765. "name": "CONTROL_NET",
  2766. "type": "CONTROL_NET",
  2767. "links": null,
  2768. "shape": 3,
  2769. "dir": 4
  2770. }
  2771. ],
  2772. "properties": {},
  2773. "widgets_values": []
  2774. },
  2775. {
  2776. "id": 557,
  2777. "type": "PreviewBridge",
  2778. "pos": {
  2779. "0": -8000,
  2780. "1": 430
  2781. },
  2782. "size": {
  2783. "0": 370,
  2784. "1": 340
  2785. },
  2786. "flags": {},
  2787. "order": 22,
  2788. "mode": 2,
  2789. "inputs": [
  2790. {
  2791. "name": "images",
  2792. "type": "IMAGE",
  2793. "link": 1839
  2794. }
  2795. ],
  2796. "outputs": [
  2797. {
  2798. "name": "IMAGE",
  2799. "type": "IMAGE",
  2800. "links": [],
  2801. "slot_index": 0,
  2802. "shape": 3
  2803. },
  2804. {
  2805. "name": "MASK",
  2806. "type": "MASK",
  2807. "links": [
  2808. 1174
  2809. ],
  2810. "slot_index": 1,
  2811. "shape": 3
  2812. }
  2813. ],
  2814. "properties": {
  2815. "Node name for S&R": "PreviewBridge"
  2816. },
  2817. "widgets_values": [
  2818. "$557-1725790081.7708514",
  2819. true
  2820. ]
  2821. },
  2822. {
  2823. "id": 564,
  2824. "type": "Context Big (rgthree)",
  2825. "pos": {
  2826. "0": -7310,
  2827. "1": 290
  2828. },
  2829. "size": {
  2830. "0": 211.60000610351562,
  2831. "1": 466
  2832. },
  2833. "flags": {
  2834. "collapsed": true
  2835. },
  2836. "order": 25,
  2837. "mode": 0,
  2838. "inputs": [
  2839. {
  2840. "name": "base_ctx",
  2841. "type": "RGTHREE_CONTEXT",
  2842. "link": 1469,
  2843. "dir": 3
  2844. },
  2845. {
  2846. "name": "model",
  2847. "type": "MODEL",
  2848. "link": null,
  2849. "dir": 3
  2850. },
  2851. {
  2852. "name": "clip",
  2853. "type": "CLIP",
  2854. "link": null,
  2855. "dir": 3
  2856. },
  2857. {
  2858. "name": "vae",
  2859. "type": "VAE",
  2860. "link": null,
  2861. "dir": 3
  2862. },
  2863. {
  2864. "name": "positive",
  2865. "type": "CONDITIONING",
  2866. "link": null,
  2867. "dir": 3
  2868. },
  2869. {
  2870. "name": "negative",
  2871. "type": "CONDITIONING",
  2872. "link": null,
  2873. "dir": 3
  2874. },
  2875. {
  2876. "name": "latent",
  2877. "type": "LATENT",
  2878. "link": null,
  2879. "dir": 3
  2880. },
  2881. {
  2882. "name": "images",
  2883. "type": "IMAGE",
  2884. "link": null,
  2885. "dir": 3
  2886. },
  2887. {
  2888. "name": "seed",
  2889. "type": "INT",
  2890. "link": null,
  2891. "dir": 3
  2892. },
  2893. {
  2894. "name": "steps",
  2895. "type": "INT",
  2896. "link": null,
  2897. "dir": 3
  2898. },
  2899. {
  2900. "name": "step_refiner",
  2901. "type": "INT",
  2902. "link": null,
  2903. "dir": 3
  2904. },
  2905. {
  2906. "name": "cfg",
  2907. "type": "FLOAT",
  2908. "link": null,
  2909. "dir": 3
  2910. },
  2911. {
  2912. "name": "ckpt_name",
  2913. "type": [
  2914. "flux\\flux1-dev-fp8.safetensors"
  2915. ],
  2916. "link": null,
  2917. "dir": 3
  2918. },
  2919. {
  2920. "name": "sampler",
  2921. "type": [
  2922. "euler",
  2923. "euler_cfg_pp",
  2924. "euler_ancestral",
  2925. "euler_ancestral_cfg_pp",
  2926. "heun",
  2927. "heunpp2",
  2928. "dpm_2",
  2929. "dpm_2_ancestral",
  2930. "lms",
  2931. "dpm_fast",
  2932. "dpm_adaptive",
  2933. "dpmpp_2s_ancestral",
  2934. "dpmpp_sde",
  2935. "dpmpp_sde_gpu",
  2936. "dpmpp_2m",
  2937. "dpmpp_2m_sde",
  2938. "dpmpp_2m_sde_gpu",
  2939. "dpmpp_3m_sde",
  2940. "dpmpp_3m_sde_gpu",
  2941. "ddpm",
  2942. "lcm",
  2943. "ipndm",
  2944. "ipndm_v",
  2945. "deis",
  2946. "ddim",
  2947. "uni_pc",
  2948. "uni_pc_bh2"
  2949. ],
  2950. "link": null,
  2951. "dir": 3
  2952. },
  2953. {
  2954. "name": "scheduler",
  2955. "type": [
  2956. "normal",
  2957. "karras",
  2958. "exponential",
  2959. "sgm_uniform",
  2960. "simple",
  2961. "ddim_uniform",
  2962. "beta"
  2963. ],
  2964. "link": null,
  2965. "dir": 3
  2966. },
  2967. {
  2968. "name": "clip_width",
  2969. "type": "INT",
  2970. "link": null,
  2971. "dir": 3
  2972. },
  2973. {
  2974. "name": "clip_height",
  2975. "type": "INT",
  2976. "link": null,
  2977. "dir": 3
  2978. },
  2979. {
  2980. "name": "text_pos_g",
  2981. "type": "STRING",
  2982. "link": null,
  2983. "dir": 3
  2984. },
  2985. {
  2986. "name": "text_pos_l",
  2987. "type": "STRING",
  2988. "link": null,
  2989. "dir": 3
  2990. },
  2991. {
  2992. "name": "text_neg_g",
  2993. "type": "STRING",
  2994. "link": null,
  2995. "dir": 3
  2996. },
  2997. {
  2998. "name": "text_neg_l",
  2999. "type": "STRING",
  3000. "link": null,
  3001. "dir": 3
  3002. },
  3003. {
  3004. "name": "mask",
  3005. "type": "MASK",
  3006. "link": null,
  3007. "dir": 3
  3008. },
  3009. {
  3010. "name": "control_net",
  3011. "type": "CONTROL_NET",
  3012. "link": null,
  3013. "dir": 3
  3014. }
  3015. ],
  3016. "outputs": [
  3017. {
  3018. "name": "CONTEXT",
  3019. "type": "RGTHREE_CONTEXT",
  3020. "links": [
  3021. 1484,
  3022. 1491
  3023. ],
  3024. "slot_index": 0,
  3025. "shape": 3,
  3026. "dir": 4
  3027. },
  3028. {
  3029. "name": "MODEL",
  3030. "type": "MODEL",
  3031. "links": null,
  3032. "shape": 3,
  3033. "dir": 4
  3034. },
  3035. {
  3036. "name": "CLIP",
  3037. "type": "CLIP",
  3038. "links": null,
  3039. "shape": 3,
  3040. "dir": 4
  3041. },
  3042. {
  3043. "name": "VAE",
  3044. "type": "VAE",
  3045. "links": null,
  3046. "shape": 3,
  3047. "dir": 4
  3048. },
  3049. {
  3050. "name": "POSITIVE",
  3051. "type": "CONDITIONING",
  3052. "links": null,
  3053. "shape": 3,
  3054. "dir": 4
  3055. },
  3056. {
  3057. "name": "NEGATIVE",
  3058. "type": "CONDITIONING",
  3059. "links": null,
  3060. "shape": 3,
  3061. "dir": 4
  3062. },
  3063. {
  3064. "name": "LATENT",
  3065. "type": "LATENT",
  3066. "links": null,
  3067. "shape": 3,
  3068. "dir": 4
  3069. },
  3070. {
  3071. "name": "IMAGE",
  3072. "type": "IMAGE",
  3073. "links": [
  3074. 1843
  3075. ],
  3076. "slot_index": 7,
  3077. "shape": 3,
  3078. "dir": 4
  3079. },
  3080. {
  3081. "name": "SEED",
  3082. "type": "INT",
  3083. "links": null,
  3084. "shape": 3,
  3085. "dir": 4
  3086. },
  3087. {
  3088. "name": "STEPS",
  3089. "type": "INT",
  3090. "links": null,
  3091. "shape": 3,
  3092. "dir": 4
  3093. },
  3094. {
  3095. "name": "STEP_REFINER",
  3096. "type": "INT",
  3097. "links": null,
  3098. "shape": 3,
  3099. "dir": 4
  3100. },
  3101. {
  3102. "name": "CFG",
  3103. "type": "FLOAT",
  3104. "links": null,
  3105. "shape": 3,
  3106. "dir": 4
  3107. },
  3108. {
  3109. "name": "CKPT_NAME",
  3110. "type": "COMBO",
  3111. "links": null,
  3112. "shape": 3,
  3113. "dir": 4
  3114. },
  3115. {
  3116. "name": "SAMPLER",
  3117. "type": "COMBO",
  3118. "links": null,
  3119. "shape": 3,
  3120. "dir": 4
  3121. },
  3122. {
  3123. "name": "SCHEDULER",
  3124. "type": "COMBO",
  3125. "links": null,
  3126. "shape": 3,
  3127. "dir": 4
  3128. },
  3129. {
  3130. "name": "CLIP_WIDTH",
  3131. "type": "INT",
  3132. "links": null,
  3133. "shape": 3,
  3134. "dir": 4
  3135. },
  3136. {
  3137. "name": "CLIP_HEIGHT",
  3138. "type": "INT",
  3139. "links": null,
  3140. "shape": 3,
  3141. "dir": 4
  3142. },
  3143. {
  3144. "name": "TEXT_POS_G",
  3145. "type": "STRING",
  3146. "links": null,
  3147. "shape": 3,
  3148. "dir": 4
  3149. },
  3150. {
  3151. "name": "TEXT_POS_L",
  3152. "type": "STRING",
  3153. "links": null,
  3154. "shape": 3,
  3155. "dir": 4
  3156. },
  3157. {
  3158. "name": "TEXT_NEG_G",
  3159. "type": "STRING",
  3160. "links": null,
  3161. "shape": 3,
  3162. "dir": 4
  3163. },
  3164. {
  3165. "name": "TEXT_NEG_L",
  3166. "type": "STRING",
  3167. "links": null,
  3168. "shape": 3,
  3169. "dir": 4
  3170. },
  3171. {
  3172. "name": "MASK",
  3173. "type": "MASK",
  3174. "links": [
  3175. 1187
  3176. ],
  3177. "slot_index": 21,
  3178. "shape": 3,
  3179. "dir": 4
  3180. },
  3181. {
  3182. "name": "CONTROL_NET",
  3183. "type": "CONTROL_NET",
  3184. "links": null,
  3185. "shape": 3,
  3186. "dir": 4
  3187. }
  3188. ],
  3189. "properties": {},
  3190. "widgets_values": []
  3191. },
  3192. {
  3193. "id": 696,
  3194. "type": "SimpleMath+",
  3195. "pos": {
  3196. "0": -6960,
  3197. "1": 330
  3198. },
  3199. "size": {
  3200. "0": 315,
  3201. "1": 98
  3202. },
  3203. "flags": {
  3204. "collapsed": true
  3205. },
  3206. "order": 13,
  3207. "mode": 0,
  3208. "inputs": [
  3209. {
  3210. "name": "a",
  3211. "type": "*",
  3212. "link": 1441
  3213. },
  3214. {
  3215. "name": "b",
  3216. "type": "*",
  3217. "link": null
  3218. },
  3219. {
  3220. "name": "c",
  3221. "type": "*",
  3222. "link": null
  3223. }
  3224. ],
  3225. "outputs": [
  3226. {
  3227. "name": "INT",
  3228. "type": "INT",
  3229. "links": null,
  3230. "shape": 3
  3231. },
  3232. {
  3233. "name": "FLOAT",
  3234. "type": "FLOAT",
  3235. "links": [
  3236. 1443
  3237. ],
  3238. "slot_index": 1,
  3239. "shape": 3
  3240. }
  3241. ],
  3242. "properties": {
  3243. "Node name for S&R": "SimpleMath+"
  3244. },
  3245. "widgets_values": [
  3246. "a/3.14"
  3247. ]
  3248. },
  3249. {
  3250. "id": 421,
  3251. "type": "GrowMaskWithBlur",
  3252. "pos": {
  3253. "0": -6960,
  3254. "1": 380
  3255. },
  3256. "size": {
  3257. "0": 350,
  3258. "1": 250
  3259. },
  3260. "flags": {
  3261. "collapsed": true
  3262. },
  3263. "order": 27,
  3264. "mode": 0,
  3265. "inputs": [
  3266. {
  3267. "name": "mask",
  3268. "type": "MASK",
  3269. "link": 1187
  3270. },
  3271. {
  3272. "name": "expand",
  3273. "type": "INT",
  3274. "link": 1442,
  3275. "widget": {
  3276. "name": "expand"
  3277. }
  3278. },
  3279. {
  3280. "name": "blur_radius",
  3281. "type": "FLOAT",
  3282. "link": 1443,
  3283. "widget": {
  3284. "name": "blur_radius"
  3285. }
  3286. }
  3287. ],
  3288. "outputs": [
  3289. {
  3290. "name": "mask",
  3291. "type": "MASK",
  3292. "links": [
  3293. 1472,
  3294. 1497
  3295. ],
  3296. "slot_index": 0,
  3297. "shape": 3
  3298. },
  3299. {
  3300. "name": "mask_inverted",
  3301. "type": "MASK",
  3302. "links": null,
  3303. "shape": 3
  3304. }
  3305. ],
  3306. "properties": {
  3307. "Node name for S&R": "GrowMaskWithBlur"
  3308. },
  3309. "widgets_values": [
  3310. 31,
  3311. 0,
  3312. true,
  3313. false,
  3314. 10,
  3315. 1,
  3316. 1,
  3317. false
  3318. ]
  3319. },
  3320. {
  3321. "id": 543,
  3322. "type": "Context Big (rgthree)",
  3323. "pos": {
  3324. "0": -9080,
  3325. "1": 340
  3326. },
  3327. "size": {
  3328. "0": 211.60000610351562,
  3329. "1": 466
  3330. },
  3331. "flags": {
  3332. "collapsed": true
  3333. },
  3334. "order": 16,
  3335. "mode": 0,
  3336. "inputs": [
  3337. {
  3338. "name": "base_ctx",
  3339. "type": "RGTHREE_CONTEXT",
  3340. "link": 1828,
  3341. "dir": 3
  3342. },
  3343. {
  3344. "name": "model",
  3345. "type": "MODEL",
  3346. "link": null,
  3347. "dir": 3
  3348. },
  3349. {
  3350. "name": "clip",
  3351. "type": "CLIP",
  3352. "link": null,
  3353. "dir": 3
  3354. },
  3355. {
  3356. "name": "vae",
  3357. "type": "VAE",
  3358. "link": null,
  3359. "dir": 3
  3360. },
  3361. {
  3362. "name": "positive",
  3363. "type": "CONDITIONING",
  3364. "link": null,
  3365. "dir": 3
  3366. },
  3367. {
  3368. "name": "negative",
  3369. "type": "CONDITIONING",
  3370. "link": null,
  3371. "dir": 3
  3372. },
  3373. {
  3374. "name": "latent",
  3375. "type": "LATENT",
  3376. "link": null,
  3377. "dir": 3
  3378. },
  3379. {
  3380. "name": "images",
  3381. "type": "IMAGE",
  3382. "link": null,
  3383. "dir": 3
  3384. },
  3385. {
  3386. "name": "seed",
  3387. "type": "INT",
  3388. "link": null,
  3389. "dir": 3
  3390. },
  3391. {
  3392. "name": "steps",
  3393. "type": "INT",
  3394. "link": null,
  3395. "dir": 3
  3396. },
  3397. {
  3398. "name": "step_refiner",
  3399. "type": "INT",
  3400. "link": null,
  3401. "dir": 3
  3402. },
  3403. {
  3404. "name": "cfg",
  3405. "type": "FLOAT",
  3406. "link": null,
  3407. "dir": 3
  3408. },
  3409. {
  3410. "name": "ckpt_name",
  3411. "type": [
  3412. "flux\\flux1-dev-fp8.safetensors"
  3413. ],
  3414. "link": null,
  3415. "dir": 3
  3416. },
  3417. {
  3418. "name": "sampler",
  3419. "type": [
  3420. "euler",
  3421. "euler_cfg_pp",
  3422. "euler_ancestral",
  3423. "euler_ancestral_cfg_pp",
  3424. "heun",
  3425. "heunpp2",
  3426. "dpm_2",
  3427. "dpm_2_ancestral",
  3428. "lms",
  3429. "dpm_fast",
  3430. "dpm_adaptive",
  3431. "dpmpp_2s_ancestral",
  3432. "dpmpp_sde",
  3433. "dpmpp_sde_gpu",
  3434. "dpmpp_2m",
  3435. "dpmpp_2m_sde",
  3436. "dpmpp_2m_sde_gpu",
  3437. "dpmpp_3m_sde",
  3438. "dpmpp_3m_sde_gpu",
  3439. "ddpm",
  3440. "lcm",
  3441. "ipndm",
  3442. "ipndm_v",
  3443. "deis",
  3444. "ddim",
  3445. "uni_pc",
  3446. "uni_pc_bh2"
  3447. ],
  3448. "link": null,
  3449. "dir": 3
  3450. },
  3451. {
  3452. "name": "scheduler",
  3453. "type": [
  3454. "normal",
  3455. "karras",
  3456. "exponential",
  3457. "sgm_uniform",
  3458. "simple",
  3459. "ddim_uniform",
  3460. "beta"
  3461. ],
  3462. "link": null,
  3463. "dir": 3
  3464. },
  3465. {
  3466. "name": "clip_width",
  3467. "type": "INT",
  3468. "link": null,
  3469. "dir": 3
  3470. },
  3471. {
  3472. "name": "clip_height",
  3473. "type": "INT",
  3474. "link": null,
  3475. "dir": 3
  3476. },
  3477. {
  3478. "name": "text_pos_g",
  3479. "type": "STRING",
  3480. "link": null,
  3481. "dir": 3
  3482. },
  3483. {
  3484. "name": "text_pos_l",
  3485. "type": "STRING",
  3486. "link": null,
  3487. "dir": 3
  3488. },
  3489. {
  3490. "name": "text_neg_g",
  3491. "type": "STRING",
  3492. "link": null,
  3493. "dir": 3
  3494. },
  3495. {
  3496. "name": "text_neg_l",
  3497. "type": "STRING",
  3498. "link": null,
  3499. "dir": 3
  3500. },
  3501. {
  3502. "name": "mask",
  3503. "type": "MASK",
  3504. "link": null,
  3505. "dir": 3
  3506. },
  3507. {
  3508. "name": "control_net",
  3509. "type": "CONTROL_NET",
  3510. "link": null,
  3511. "dir": 3
  3512. }
  3513. ],
  3514. "outputs": [
  3515. {
  3516. "name": "CONTEXT",
  3517. "type": "RGTHREE_CONTEXT",
  3518. "links": [
  3519. 1129
  3520. ],
  3521. "slot_index": 0,
  3522. "shape": 3,
  3523. "dir": 4
  3524. },
  3525. {
  3526. "name": "MODEL",
  3527. "type": "MODEL",
  3528. "links": null,
  3529. "shape": 3,
  3530. "dir": 4
  3531. },
  3532. {
  3533. "name": "CLIP",
  3534. "type": "CLIP",
  3535. "links": null,
  3536. "shape": 3,
  3537. "dir": 4
  3538. },
  3539. {
  3540. "name": "VAE",
  3541. "type": "VAE",
  3542. "links": null,
  3543. "shape": 3,
  3544. "dir": 4
  3545. },
  3546. {
  3547. "name": "POSITIVE",
  3548. "type": "CONDITIONING",
  3549. "links": null,
  3550. "shape": 3,
  3551. "dir": 4
  3552. },
  3553. {
  3554. "name": "NEGATIVE",
  3555. "type": "CONDITIONING",
  3556. "links": null,
  3557. "shape": 3,
  3558. "dir": 4
  3559. },
  3560. {
  3561. "name": "LATENT",
  3562. "type": "LATENT",
  3563. "links": null,
  3564. "shape": 3,
  3565. "dir": 4
  3566. },
  3567. {
  3568. "name": "IMAGE",
  3569. "type": "IMAGE",
  3570. "links": [
  3571. 1128,
  3572. 1845
  3573. ],
  3574. "slot_index": 7,
  3575. "shape": 3,
  3576. "dir": 4
  3577. },
  3578. {
  3579. "name": "SEED",
  3580. "type": "INT",
  3581. "links": null,
  3582. "shape": 3,
  3583. "dir": 4
  3584. },
  3585. {
  3586. "name": "STEPS",
  3587. "type": "INT",
  3588. "links": null,
  3589. "shape": 3,
  3590. "dir": 4
  3591. },
  3592. {
  3593. "name": "STEP_REFINER",
  3594. "type": "INT",
  3595. "links": null,
  3596. "shape": 3,
  3597. "dir": 4
  3598. },
  3599. {
  3600. "name": "CFG",
  3601. "type": "FLOAT",
  3602. "links": null,
  3603. "shape": 3,
  3604. "dir": 4
  3605. },
  3606. {
  3607. "name": "CKPT_NAME",
  3608. "type": "COMBO",
  3609. "links": null,
  3610. "shape": 3,
  3611. "dir": 4
  3612. },
  3613. {
  3614. "name": "SAMPLER",
  3615. "type": "COMBO",
  3616. "links": null,
  3617. "shape": 3,
  3618. "dir": 4
  3619. },
  3620. {
  3621. "name": "SCHEDULER",
  3622. "type": "COMBO",
  3623. "links": null,
  3624. "shape": 3,
  3625. "dir": 4
  3626. },
  3627. {
  3628. "name": "CLIP_WIDTH",
  3629. "type": "INT",
  3630. "links": null,
  3631. "shape": 3,
  3632. "dir": 4
  3633. },
  3634. {
  3635. "name": "CLIP_HEIGHT",
  3636. "type": "INT",
  3637. "links": null,
  3638. "shape": 3,
  3639. "dir": 4
  3640. },
  3641. {
  3642. "name": "TEXT_POS_G",
  3643. "type": "STRING",
  3644. "links": null,
  3645. "shape": 3,
  3646. "dir": 4
  3647. },
  3648. {
  3649. "name": "TEXT_POS_L",
  3650. "type": "STRING",
  3651. "links": null,
  3652. "shape": 3,
  3653. "dir": 4
  3654. },
  3655. {
  3656. "name": "TEXT_NEG_G",
  3657. "type": "STRING",
  3658. "links": null,
  3659. "shape": 3,
  3660. "dir": 4
  3661. },
  3662. {
  3663. "name": "TEXT_NEG_L",
  3664. "type": "STRING",
  3665. "links": null,
  3666. "shape": 3,
  3667. "dir": 4
  3668. },
  3669. {
  3670. "name": "MASK",
  3671. "type": "MASK",
  3672. "links": null,
  3673. "shape": 3,
  3674. "dir": 4
  3675. },
  3676. {
  3677. "name": "CONTROL_NET",
  3678. "type": "CONTROL_NET",
  3679. "links": null,
  3680. "shape": 3,
  3681. "dir": 4
  3682. }
  3683. ],
  3684. "properties": {},
  3685. "widgets_values": []
  3686. },
  3687. {
  3688. "id": 560,
  3689. "type": "JoinImageWithAlpha",
  3690. "pos": {
  3691. "0": -8620,
  3692. "1": 600
  3693. },
  3694. "size": {
  3695. "0": 210,
  3696. "1": 46
  3697. },
  3698. "flags": {
  3699. "collapsed": true
  3700. },
  3701. "order": 18,
  3702. "mode": 0,
  3703. "inputs": [
  3704. {
  3705. "name": "image",
  3706. "type": "IMAGE",
  3707. "link": 1845
  3708. },
  3709. {
  3710. "name": "alpha",
  3711. "type": "MASK",
  3712. "link": 1842
  3713. }
  3714. ],
  3715. "outputs": [
  3716. {
  3717. "name": "IMAGE",
  3718. "type": "IMAGE",
  3719. "links": [
  3720. 1840
  3721. ],
  3722. "slot_index": 0,
  3723. "shape": 3
  3724. }
  3725. ],
  3726. "properties": {
  3727. "Node name for S&R": "JoinImageWithAlpha"
  3728. }
  3729. },
  3730. {
  3731. "id": 711,
  3732. "type": "Context Big (rgthree)",
  3733. "pos": {
  3734. "0": -6320,
  3735. "1": 300
  3736. },
  3737. "size": {
  3738. "0": 211.60000610351562,
  3739. "1": 466
  3740. },
  3741. "flags": {
  3742. "collapsed": true
  3743. },
  3744. "order": 29,
  3745. "mode": 0,
  3746. "inputs": [
  3747. {
  3748. "name": "base_ctx",
  3749. "type": "RGTHREE_CONTEXT",
  3750. "link": 1491,
  3751. "dir": 3
  3752. },
  3753. {
  3754. "name": "model",
  3755. "type": "MODEL",
  3756. "link": null,
  3757. "dir": 3
  3758. },
  3759. {
  3760. "name": "clip",
  3761. "type": "CLIP",
  3762. "link": null,
  3763. "dir": 3
  3764. },
  3765. {
  3766. "name": "vae",
  3767. "type": "VAE",
  3768. "link": null,
  3769. "dir": 3
  3770. },
  3771. {
  3772. "name": "positive",
  3773. "type": "CONDITIONING",
  3774. "link": null,
  3775. "dir": 3
  3776. },
  3777. {
  3778. "name": "negative",
  3779. "type": "CONDITIONING",
  3780. "link": null,
  3781. "dir": 3
  3782. },
  3783. {
  3784. "name": "latent",
  3785. "type": "LATENT",
  3786. "link": null,
  3787. "dir": 3
  3788. },
  3789. {
  3790. "name": "images",
  3791. "type": "IMAGE",
  3792. "link": 1846,
  3793. "dir": 3
  3794. },
  3795. {
  3796. "name": "seed",
  3797. "type": "INT",
  3798. "link": null,
  3799. "dir": 3
  3800. },
  3801. {
  3802. "name": "steps",
  3803. "type": "INT",
  3804. "link": null,
  3805. "dir": 3
  3806. },
  3807. {
  3808. "name": "step_refiner",
  3809. "type": "INT",
  3810. "link": null,
  3811. "dir": 3
  3812. },
  3813. {
  3814. "name": "cfg",
  3815. "type": "FLOAT",
  3816. "link": null,
  3817. "dir": 3
  3818. },
  3819. {
  3820. "name": "ckpt_name",
  3821. "type": [
  3822. "flux\\flux1-dev-fp8.safetensors"
  3823. ],
  3824. "link": null,
  3825. "dir": 3
  3826. },
  3827. {
  3828. "name": "sampler",
  3829. "type": [
  3830. "euler",
  3831. "euler_cfg_pp",
  3832. "euler_ancestral",
  3833. "euler_ancestral_cfg_pp",
  3834. "heun",
  3835. "heunpp2",
  3836. "dpm_2",
  3837. "dpm_2_ancestral",
  3838. "lms",
  3839. "dpm_fast",
  3840. "dpm_adaptive",
  3841. "dpmpp_2s_ancestral",
  3842. "dpmpp_sde",
  3843. "dpmpp_sde_gpu",
  3844. "dpmpp_2m",
  3845. "dpmpp_2m_sde",
  3846. "dpmpp_2m_sde_gpu",
  3847. "dpmpp_3m_sde",
  3848. "dpmpp_3m_sde_gpu",
  3849. "ddpm",
  3850. "lcm",
  3851. "ipndm",
  3852. "ipndm_v",
  3853. "deis",
  3854. "ddim",
  3855. "uni_pc",
  3856. "uni_pc_bh2"
  3857. ],
  3858. "link": null,
  3859. "dir": 3
  3860. },
  3861. {
  3862. "name": "scheduler",
  3863. "type": [
  3864. "normal",
  3865. "karras",
  3866. "exponential",
  3867. "sgm_uniform",
  3868. "simple",
  3869. "ddim_uniform",
  3870. "beta"
  3871. ],
  3872. "link": null,
  3873. "dir": 3
  3874. },
  3875. {
  3876. "name": "clip_width",
  3877. "type": "INT",
  3878. "link": null,
  3879. "dir": 3
  3880. },
  3881. {
  3882. "name": "clip_height",
  3883. "type": "INT",
  3884. "link": null,
  3885. "dir": 3
  3886. },
  3887. {
  3888. "name": "text_pos_g",
  3889. "type": "STRING",
  3890. "link": null,
  3891. "dir": 3
  3892. },
  3893. {
  3894. "name": "text_pos_l",
  3895. "type": "STRING",
  3896. "link": null,
  3897. "dir": 3
  3898. },
  3899. {
  3900. "name": "text_neg_g",
  3901. "type": "STRING",
  3902. "link": null,
  3903. "dir": 3
  3904. },
  3905. {
  3906. "name": "text_neg_l",
  3907. "type": "STRING",
  3908. "link": null,
  3909. "dir": 3
  3910. },
  3911. {
  3912. "name": "mask",
  3913. "type": "MASK",
  3914. "link": 1497,
  3915. "dir": 3
  3916. },
  3917. {
  3918. "name": "control_net",
  3919. "type": "CONTROL_NET",
  3920. "link": null,
  3921. "dir": 3
  3922. }
  3923. ],
  3924. "outputs": [
  3925. {
  3926. "name": "CONTEXT",
  3927. "type": "RGTHREE_CONTEXT",
  3928. "links": [
  3929. 1494
  3930. ],
  3931. "slot_index": 0,
  3932. "shape": 3,
  3933. "dir": 4
  3934. },
  3935. {
  3936. "name": "MODEL",
  3937. "type": "MODEL",
  3938. "links": null,
  3939. "shape": 3,
  3940. "dir": 4
  3941. },
  3942. {
  3943. "name": "CLIP",
  3944. "type": "CLIP",
  3945. "links": null,
  3946. "shape": 3,
  3947. "dir": 4
  3948. },
  3949. {
  3950. "name": "VAE",
  3951. "type": "VAE",
  3952. "links": null,
  3953. "shape": 3,
  3954. "dir": 4
  3955. },
  3956. {
  3957. "name": "POSITIVE",
  3958. "type": "CONDITIONING",
  3959. "links": null,
  3960. "shape": 3,
  3961. "dir": 4
  3962. },
  3963. {
  3964. "name": "NEGATIVE",
  3965. "type": "CONDITIONING",
  3966. "links": null,
  3967. "shape": 3,
  3968. "dir": 4
  3969. },
  3970. {
  3971. "name": "LATENT",
  3972. "type": "LATENT",
  3973. "links": null,
  3974. "shape": 3,
  3975. "dir": 4
  3976. },
  3977. {
  3978. "name": "IMAGE",
  3979. "type": "IMAGE",
  3980. "links": null,
  3981. "shape": 3,
  3982. "dir": 4
  3983. },
  3984. {
  3985. "name": "SEED",
  3986. "type": "INT",
  3987. "links": null,
  3988. "shape": 3,
  3989. "dir": 4
  3990. },
  3991. {
  3992. "name": "STEPS",
  3993. "type": "INT",
  3994. "links": null,
  3995. "shape": 3,
  3996. "dir": 4
  3997. },
  3998. {
  3999. "name": "STEP_REFINER",
  4000. "type": "INT",
  4001. "links": null,
  4002. "shape": 3,
  4003. "dir": 4
  4004. },
  4005. {
  4006. "name": "CFG",
  4007. "type": "FLOAT",
  4008. "links": null,
  4009. "shape": 3,
  4010. "dir": 4
  4011. },
  4012. {
  4013. "name": "CKPT_NAME",
  4014. "type": "COMBO",
  4015. "links": null,
  4016. "shape": 3,
  4017. "dir": 4
  4018. },
  4019. {
  4020. "name": "SAMPLER",
  4021. "type": "COMBO",
  4022. "links": null,
  4023. "shape": 3,
  4024. "dir": 4
  4025. },
  4026. {
  4027. "name": "SCHEDULER",
  4028. "type": "COMBO",
  4029. "links": null,
  4030. "shape": 3,
  4031. "dir": 4
  4032. },
  4033. {
  4034. "name": "CLIP_WIDTH",
  4035. "type": "INT",
  4036. "links": null,
  4037. "shape": 3,
  4038. "dir": 4
  4039. },
  4040. {
  4041. "name": "CLIP_HEIGHT",
  4042. "type": "INT",
  4043. "links": null,
  4044. "shape": 3,
  4045. "dir": 4
  4046. },
  4047. {
  4048. "name": "TEXT_POS_G",
  4049. "type": "STRING",
  4050. "links": null,
  4051. "shape": 3,
  4052. "dir": 4
  4053. },
  4054. {
  4055. "name": "TEXT_POS_L",
  4056. "type": "STRING",
  4057. "links": null,
  4058. "shape": 3,
  4059. "dir": 4
  4060. },
  4061. {
  4062. "name": "TEXT_NEG_G",
  4063. "type": "STRING",
  4064. "links": null,
  4065. "shape": 3,
  4066. "dir": 4
  4067. },
  4068. {
  4069. "name": "TEXT_NEG_L",
  4070. "type": "STRING",
  4071. "links": null,
  4072. "shape": 3,
  4073. "dir": 4
  4074. },
  4075. {
  4076. "name": "MASK",
  4077. "type": "MASK",
  4078. "links": [],
  4079. "slot_index": 21,
  4080. "shape": 3,
  4081. "dir": 4
  4082. },
  4083. {
  4084. "name": "CONTROL_NET",
  4085. "type": "CONTROL_NET",
  4086. "links": null,
  4087. "shape": 3,
  4088. "dir": 4
  4089. }
  4090. ],
  4091. "properties": {},
  4092. "widgets_values": []
  4093. },
  4094. {
  4095. "id": 846,
  4096. "type": "SplitImageWithAlpha",
  4097. "pos": {
  4098. "0": -6960,
  4099. "1": 430
  4100. },
  4101. "size": {
  4102. "0": 277.20001220703125,
  4103. "1": 46
  4104. },
  4105. "flags": {
  4106. "collapsed": true
  4107. },
  4108. "order": 26,
  4109. "mode": 0,
  4110. "inputs": [
  4111. {
  4112. "name": "image",
  4113. "type": "IMAGE",
  4114. "link": 1843
  4115. }
  4116. ],
  4117. "outputs": [
  4118. {
  4119. "name": "IMAGE",
  4120. "type": "IMAGE",
  4121. "links": [
  4122. 1844,
  4123. 1846
  4124. ],
  4125. "slot_index": 0,
  4126. "shape": 3
  4127. },
  4128. {
  4129. "name": "MASK",
  4130. "type": "MASK",
  4131. "links": null,
  4132. "shape": 3
  4133. }
  4134. ],
  4135. "properties": {
  4136. "Node name for S&R": "SplitImageWithAlpha"
  4137. }
  4138. },
  4139. {
  4140. "id": 430,
  4141. "type": "MaskBoundingBox+",
  4142. "pos": {
  4143. "0": -6940,
  4144. "1": 480
  4145. },
  4146. "size": {
  4147. "0": 240,
  4148. "1": 180
  4149. },
  4150. "flags": {
  4151. "collapsed": true
  4152. },
  4153. "order": 28,
  4154. "mode": 0,
  4155. "inputs": [
  4156. {
  4157. "name": "mask",
  4158. "type": "MASK",
  4159. "link": 1472
  4160. },
  4161. {
  4162. "name": "image_optional",
  4163. "type": "IMAGE",
  4164. "link": 1844
  4165. },
  4166. {
  4167. "name": "padding",
  4168. "type": "INT",
  4169. "link": 1487,
  4170. "widget": {
  4171. "name": "padding"
  4172. }
  4173. }
  4174. ],
  4175. "outputs": [
  4176. {
  4177. "name": "MASK",
  4178. "type": "MASK",
  4179. "links": [
  4180. 1482
  4181. ],
  4182. "slot_index": 0,
  4183. "shape": 3
  4184. },
  4185. {
  4186. "name": "IMAGE",
  4187. "type": "IMAGE",
  4188. "links": [
  4189. 1481
  4190. ],
  4191. "slot_index": 1,
  4192. "shape": 3
  4193. },
  4194. {
  4195. "name": "x",
  4196. "type": "INT",
  4197. "links": [
  4198. 918
  4199. ],
  4200. "slot_index": 2,
  4201. "shape": 3
  4202. },
  4203. {
  4204. "name": "y",
  4205. "type": "INT",
  4206. "links": [
  4207. 919
  4208. ],
  4209. "slot_index": 3,
  4210. "shape": 3
  4211. },
  4212. {
  4213. "name": "width",
  4214. "type": "INT",
  4215. "links": [
  4216. 997,
  4217. 1479
  4218. ],
  4219. "slot_index": 4,
  4220. "shape": 3
  4221. },
  4222. {
  4223. "name": "height",
  4224. "type": "INT",
  4225. "links": [
  4226. 998,
  4227. 1480
  4228. ],
  4229. "slot_index": 5,
  4230. "shape": 3
  4231. }
  4232. ],
  4233. "properties": {
  4234. "Node name for S&R": "MaskBoundingBox+"
  4235. },
  4236. "widgets_values": [
  4237. 75,
  4238. 0
  4239. ]
  4240. },
  4241. {
  4242. "id": 562,
  4243. "type": "Context Switch Big (rgthree)",
  4244. "pos": {
  4245. "0": -8290,
  4246. "1": 170
  4247. },
  4248. "size": {
  4249. "0": 240,
  4250. "1": 470
  4251. },
  4252. "flags": {
  4253. "collapsed": true
  4254. },
  4255. "order": 20,
  4256. "mode": 0,
  4257. "inputs": [
  4258. {
  4259. "name": "ctx_01",
  4260. "type": "RGTHREE_CONTEXT",
  4261. "link": 1180,
  4262. "dir": 3
  4263. },
  4264. {
  4265. "name": "ctx_02",
  4266. "type": "RGTHREE_CONTEXT",
  4267. "link": 1829,
  4268. "dir": 3
  4269. },
  4270. {
  4271. "name": "ctx_03",
  4272. "type": "RGTHREE_CONTEXT",
  4273. "link": null,
  4274. "dir": 3
  4275. },
  4276. {
  4277. "name": "ctx_04",
  4278. "type": "RGTHREE_CONTEXT",
  4279. "link": null,
  4280. "dir": 3
  4281. },
  4282. {
  4283. "name": "ctx_05",
  4284. "type": "RGTHREE_CONTEXT",
  4285. "link": null
  4286. }
  4287. ],
  4288. "outputs": [
  4289. {
  4290. "name": "CONTEXT",
  4291. "type": "RGTHREE_CONTEXT",
  4292. "links": [
  4293. 1179,
  4294. 1183
  4295. ],
  4296. "slot_index": 0,
  4297. "shape": 3,
  4298. "dir": 4
  4299. },
  4300. {
  4301. "name": "MODEL",
  4302. "type": "MODEL",
  4303. "links": null,
  4304. "shape": 3,
  4305. "dir": 4
  4306. },
  4307. {
  4308. "name": "CLIP",
  4309. "type": "CLIP",
  4310. "links": null,
  4311. "shape": 3,
  4312. "dir": 4
  4313. },
  4314. {
  4315. "name": "VAE",
  4316. "type": "VAE",
  4317. "links": null,
  4318. "shape": 3,
  4319. "dir": 4
  4320. },
  4321. {
  4322. "name": "POSITIVE",
  4323. "type": "CONDITIONING",
  4324. "links": null,
  4325. "shape": 3,
  4326. "dir": 4
  4327. },
  4328. {
  4329. "name": "NEGATIVE",
  4330. "type": "CONDITIONING",
  4331. "links": null,
  4332. "shape": 3,
  4333. "dir": 4
  4334. },
  4335. {
  4336. "name": "LATENT",
  4337. "type": "LATENT",
  4338. "links": null,
  4339. "shape": 3,
  4340. "dir": 4
  4341. },
  4342. {
  4343. "name": "IMAGE",
  4344. "type": "IMAGE",
  4345. "links": null,
  4346. "shape": 3,
  4347. "dir": 4
  4348. },
  4349. {
  4350. "name": "SEED",
  4351. "type": "INT",
  4352. "links": null,
  4353. "shape": 3,
  4354. "dir": 4
  4355. },
  4356. {
  4357. "name": "STEPS",
  4358. "type": "INT",
  4359. "links": null,
  4360. "shape": 3,
  4361. "dir": 4
  4362. },
  4363. {
  4364. "name": "STEP_REFINER",
  4365. "type": "INT",
  4366. "links": null,
  4367. "shape": 3,
  4368. "dir": 4
  4369. },
  4370. {
  4371. "name": "CFG",
  4372. "type": "FLOAT",
  4373. "links": null,
  4374. "shape": 3,
  4375. "dir": 4
  4376. },
  4377. {
  4378. "name": "CKPT_NAME",
  4379. "type": "COMBO",
  4380. "links": null,
  4381. "shape": 3,
  4382. "dir": 4
  4383. },
  4384. {
  4385. "name": "SAMPLER",
  4386. "type": "COMBO",
  4387. "links": null,
  4388. "shape": 3,
  4389. "dir": 4
  4390. },
  4391. {
  4392. "name": "SCHEDULER",
  4393. "type": "COMBO",
  4394. "links": null,
  4395. "shape": 3,
  4396. "dir": 4
  4397. },
  4398. {
  4399. "name": "CLIP_WIDTH",
  4400. "type": "INT",
  4401. "links": null,
  4402. "shape": 3,
  4403. "dir": 4
  4404. },
  4405. {
  4406. "name": "CLIP_HEIGHT",
  4407. "type": "INT",
  4408. "links": null,
  4409. "shape": 3,
  4410. "dir": 4
  4411. },
  4412. {
  4413. "name": "TEXT_POS_G",
  4414. "type": "STRING",
  4415. "links": null,
  4416. "shape": 3,
  4417. "dir": 4
  4418. },
  4419. {
  4420. "name": "TEXT_POS_L",
  4421. "type": "STRING",
  4422. "links": null,
  4423. "shape": 3,
  4424. "dir": 4
  4425. },
  4426. {
  4427. "name": "TEXT_NEG_G",
  4428. "type": "STRING",
  4429. "links": null,
  4430. "shape": 3,
  4431. "dir": 4
  4432. },
  4433. {
  4434. "name": "TEXT_NEG_L",
  4435. "type": "STRING",
  4436. "links": null,
  4437. "shape": 3,
  4438. "dir": 4
  4439. },
  4440. {
  4441. "name": "MASK",
  4442. "type": "MASK",
  4443. "links": null,
  4444. "shape": 3,
  4445. "dir": 4
  4446. },
  4447. {
  4448. "name": "CONTROL_NET",
  4449. "type": "CONTROL_NET",
  4450. "links": null,
  4451. "shape": 3,
  4452. "dir": 4
  4453. }
  4454. ],
  4455. "properties": {},
  4456. "widgets_values": []
  4457. },
  4458. {
  4459. "id": 713,
  4460. "type": "Context Big (rgthree)",
  4461. "pos": {
  4462. "0": -3940,
  4463. "1": 280
  4464. },
  4465. "size": {
  4466. "0": 317.4000244140625,
  4467. "1": 466
  4468. },
  4469. "flags": {
  4470. "collapsed": true
  4471. },
  4472. "order": 35,
  4473. "mode": 0,
  4474. "inputs": [
  4475. {
  4476. "name": "base_ctx",
  4477. "type": "RGTHREE_CONTEXT",
  4478. "link": 1494,
  4479. "dir": 3
  4480. },
  4481. {
  4482. "name": "model",
  4483. "type": "MODEL",
  4484. "link": null,
  4485. "dir": 3
  4486. },
  4487. {
  4488. "name": "clip",
  4489. "type": "CLIP",
  4490. "link": null,
  4491. "dir": 3
  4492. },
  4493. {
  4494. "name": "vae",
  4495. "type": "VAE",
  4496. "link": null,
  4497. "dir": 3
  4498. },
  4499. {
  4500. "name": "positive",
  4501. "type": "CONDITIONING",
  4502. "link": null,
  4503. "dir": 3
  4504. },
  4505. {
  4506. "name": "negative",
  4507. "type": "CONDITIONING",
  4508. "link": null,
  4509. "dir": 3
  4510. },
  4511. {
  4512. "name": "latent",
  4513. "type": "LATENT",
  4514. "link": null,
  4515. "dir": 3
  4516. },
  4517. {
  4518. "name": "images",
  4519. "type": "IMAGE",
  4520. "link": null,
  4521. "dir": 3
  4522. },
  4523. {
  4524. "name": "seed",
  4525. "type": "INT",
  4526. "link": null,
  4527. "dir": 3
  4528. },
  4529. {
  4530. "name": "steps",
  4531. "type": "INT",
  4532. "link": null,
  4533. "dir": 3
  4534. },
  4535. {
  4536. "name": "step_refiner",
  4537. "type": "INT",
  4538. "link": null,
  4539. "dir": 3
  4540. },
  4541. {
  4542. "name": "cfg",
  4543. "type": "FLOAT",
  4544. "link": null,
  4545. "dir": 3
  4546. },
  4547. {
  4548. "name": "ckpt_name",
  4549. "type": [
  4550. "flux\\flux1-dev-fp8.safetensors"
  4551. ],
  4552. "link": null,
  4553. "dir": 3
  4554. },
  4555. {
  4556. "name": "sampler",
  4557. "type": [
  4558. "euler",
  4559. "euler_cfg_pp",
  4560. "euler_ancestral",
  4561. "euler_ancestral_cfg_pp",
  4562. "heun",
  4563. "heunpp2",
  4564. "dpm_2",
  4565. "dpm_2_ancestral",
  4566. "lms",
  4567. "dpm_fast",
  4568. "dpm_adaptive",
  4569. "dpmpp_2s_ancestral",
  4570. "dpmpp_sde",
  4571. "dpmpp_sde_gpu",
  4572. "dpmpp_2m",
  4573. "dpmpp_2m_sde",
  4574. "dpmpp_2m_sde_gpu",
  4575. "dpmpp_3m_sde",
  4576. "dpmpp_3m_sde_gpu",
  4577. "ddpm",
  4578. "lcm",
  4579. "ipndm",
  4580. "ipndm_v",
  4581. "deis",
  4582. "ddim",
  4583. "uni_pc",
  4584. "uni_pc_bh2"
  4585. ],
  4586. "link": null,
  4587. "dir": 3
  4588. },
  4589. {
  4590. "name": "scheduler",
  4591. "type": [
  4592. "normal",
  4593. "karras",
  4594. "exponential",
  4595. "sgm_uniform",
  4596. "simple",
  4597. "ddim_uniform",
  4598. "beta"
  4599. ],
  4600. "link": null,
  4601. "dir": 3
  4602. },
  4603. {
  4604. "name": "clip_width",
  4605. "type": "INT",
  4606. "link": null,
  4607. "dir": 3
  4608. },
  4609. {
  4610. "name": "clip_height",
  4611. "type": "INT",
  4612. "link": null,
  4613. "dir": 3
  4614. },
  4615. {
  4616. "name": "text_pos_g",
  4617. "type": "STRING",
  4618. "link": null,
  4619. "dir": 3
  4620. },
  4621. {
  4622. "name": "text_pos_l",
  4623. "type": "STRING",
  4624. "link": null,
  4625. "dir": 3
  4626. },
  4627. {
  4628. "name": "text_neg_g",
  4629. "type": "STRING",
  4630. "link": null,
  4631. "dir": 3
  4632. },
  4633. {
  4634. "name": "text_neg_l",
  4635. "type": "STRING",
  4636. "link": null,
  4637. "dir": 3
  4638. },
  4639. {
  4640. "name": "mask",
  4641. "type": "MASK",
  4642. "link": null,
  4643. "dir": 3
  4644. },
  4645. {
  4646. "name": "control_net",
  4647. "type": "CONTROL_NET",
  4648. "link": null,
  4649. "dir": 3
  4650. }
  4651. ],
  4652. "outputs": [
  4653. {
  4654. "name": "CONTEXT",
  4655. "type": "RGTHREE_CONTEXT",
  4656. "links": [
  4657. 1496
  4658. ],
  4659. "slot_index": 0,
  4660. "shape": 3,
  4661. "dir": 4
  4662. },
  4663. {
  4664. "name": "MODEL",
  4665. "type": "MODEL",
  4666. "links": null,
  4667. "shape": 3,
  4668. "dir": 4
  4669. },
  4670. {
  4671. "name": "CLIP",
  4672. "type": "CLIP",
  4673. "links": null,
  4674. "shape": 3,
  4675. "dir": 4
  4676. },
  4677. {
  4678. "name": "VAE",
  4679. "type": "VAE",
  4680. "links": null,
  4681. "shape": 3,
  4682. "dir": 4
  4683. },
  4684. {
  4685. "name": "POSITIVE",
  4686. "type": "CONDITIONING",
  4687. "links": null,
  4688. "shape": 3,
  4689. "dir": 4
  4690. },
  4691. {
  4692. "name": "NEGATIVE",
  4693. "type": "CONDITIONING",
  4694. "links": null,
  4695. "shape": 3,
  4696. "dir": 4
  4697. },
  4698. {
  4699. "name": "LATENT",
  4700. "type": "LATENT",
  4701. "links": null,
  4702. "shape": 3,
  4703. "dir": 4
  4704. },
  4705. {
  4706. "name": "IMAGE",
  4707. "type": "IMAGE",
  4708. "links": [
  4709. 1498,
  4710. 1499
  4711. ],
  4712. "slot_index": 7,
  4713. "shape": 3,
  4714. "dir": 4
  4715. },
  4716. {
  4717. "name": "SEED",
  4718. "type": "INT",
  4719. "links": null,
  4720. "shape": 3,
  4721. "dir": 4
  4722. },
  4723. {
  4724. "name": "STEPS",
  4725. "type": "INT",
  4726. "links": null,
  4727. "shape": 3,
  4728. "dir": 4
  4729. },
  4730. {
  4731. "name": "STEP_REFINER",
  4732. "type": "INT",
  4733. "links": null,
  4734. "shape": 3,
  4735. "dir": 4
  4736. },
  4737. {
  4738. "name": "CFG",
  4739. "type": "FLOAT",
  4740. "links": null,
  4741. "shape": 3,
  4742. "dir": 4
  4743. },
  4744. {
  4745. "name": "CKPT_NAME",
  4746. "type": "COMBO",
  4747. "links": null,
  4748. "shape": 3,
  4749. "dir": 4
  4750. },
  4751. {
  4752. "name": "SAMPLER",
  4753. "type": "COMBO",
  4754. "links": null,
  4755. "shape": 3,
  4756. "dir": 4
  4757. },
  4758. {
  4759. "name": "SCHEDULER",
  4760. "type": "COMBO",
  4761. "links": null,
  4762. "shape": 3,
  4763. "dir": 4
  4764. },
  4765. {
  4766. "name": "CLIP_WIDTH",
  4767. "type": "INT",
  4768. "links": null,
  4769. "shape": 3,
  4770. "dir": 4
  4771. },
  4772. {
  4773. "name": "CLIP_HEIGHT",
  4774. "type": "INT",
  4775. "links": null,
  4776. "shape": 3,
  4777. "dir": 4
  4778. },
  4779. {
  4780. "name": "TEXT_POS_G",
  4781. "type": "STRING",
  4782. "links": null,
  4783. "shape": 3,
  4784. "dir": 4
  4785. },
  4786. {
  4787. "name": "TEXT_POS_L",
  4788. "type": "STRING",
  4789. "links": null,
  4790. "shape": 3,
  4791. "dir": 4
  4792. },
  4793. {
  4794. "name": "TEXT_NEG_G",
  4795. "type": "STRING",
  4796. "links": null,
  4797. "shape": 3,
  4798. "dir": 4
  4799. },
  4800. {
  4801. "name": "TEXT_NEG_L",
  4802. "type": "STRING",
  4803. "links": null,
  4804. "shape": 3,
  4805. "dir": 4
  4806. },
  4807. {
  4808. "name": "MASK",
  4809. "type": "MASK",
  4810. "links": [],
  4811. "slot_index": 21,
  4812. "shape": 3,
  4813. "dir": 4
  4814. },
  4815. {
  4816. "name": "CONTROL_NET",
  4817. "type": "CONTROL_NET",
  4818. "links": null,
  4819. "shape": 3,
  4820. "dir": 4
  4821. }
  4822. ],
  4823. "properties": {},
  4824. "widgets_values": []
  4825. },
  4826. {
  4827. "id": 486,
  4828. "type": "ImageResize+",
  4829. "pos": {
  4830. "0": -3160,
  4831. "1": 400
  4832. },
  4833. "size": {
  4834. "0": 320,
  4835. "1": 220
  4836. },
  4837. "flags": {
  4838. "collapsed": true
  4839. },
  4840. "order": 65,
  4841. "mode": 0,
  4842. "inputs": [
  4843. {
  4844. "name": "image",
  4845. "type": "IMAGE",
  4846. "link": 1847
  4847. },
  4848. {
  4849. "name": "width",
  4850. "type": "INT",
  4851. "link": 1326,
  4852. "widget": {
  4853. "name": "width"
  4854. }
  4855. },
  4856. {
  4857. "name": "height",
  4858. "type": "INT",
  4859. "link": 1327,
  4860. "widget": {
  4861. "name": "height"
  4862. }
  4863. }
  4864. ],
  4865. "outputs": [
  4866. {
  4867. "name": "IMAGE",
  4868. "type": "IMAGE",
  4869. "links": [
  4870. 1413
  4871. ],
  4872. "slot_index": 0,
  4873. "shape": 3
  4874. },
  4875. {
  4876. "name": "width",
  4877. "type": "INT",
  4878. "links": [],
  4879. "slot_index": 1,
  4880. "shape": 3
  4881. },
  4882. {
  4883. "name": "height",
  4884. "type": "INT",
  4885. "links": [],
  4886. "slot_index": 2,
  4887. "shape": 3
  4888. }
  4889. ],
  4890. "properties": {
  4891. "Node name for S&R": "ImageResize+"
  4892. },
  4893. "widgets_values": [
  4894. 1024,
  4895. 1024,
  4896. "lanczos",
  4897. "stretch",
  4898. "always",
  4899. 0
  4900. ]
  4901. },
  4902. {
  4903. "id": 415,
  4904. "type": "VAEDecode",
  4905. "pos": {
  4906. "0": -3130,
  4907. "1": 340
  4908. },
  4909. "size": {
  4910. "0": 210,
  4911. "1": 46
  4912. },
  4913. "flags": {
  4914. "collapsed": true
  4915. },
  4916. "order": 63,
  4917. "mode": 0,
  4918. "inputs": [
  4919. {
  4920. "name": "samples",
  4921. "type": "LATENT",
  4922. "link": 859
  4923. },
  4924. {
  4925. "name": "vae",
  4926. "type": "VAE",
  4927. "link": 1369
  4928. }
  4929. ],
  4930. "outputs": [
  4931. {
  4932. "name": "IMAGE",
  4933. "type": "IMAGE",
  4934. "links": [
  4935. 1410,
  4936. 1847
  4937. ],
  4938. "slot_index": 0,
  4939. "shape": 3
  4940. }
  4941. ],
  4942. "properties": {
  4943. "Node name for S&R": "VAEDecode"
  4944. }
  4945. },
  4946. {
  4947. "id": 680,
  4948. "type": "ImageComposite+",
  4949. "pos": {
  4950. "0": -3160,
  4951. "1": 460
  4952. },
  4953. "size": {
  4954. "0": 320,
  4955. "1": 170
  4956. },
  4957. "flags": {
  4958. "collapsed": true
  4959. },
  4960. "order": 66,
  4961. "mode": 0,
  4962. "inputs": [
  4963. {
  4964. "name": "destination",
  4965. "type": "IMAGE",
  4966. "link": 1498
  4967. },
  4968. {
  4969. "name": "source",
  4970. "type": "IMAGE",
  4971. "link": 1413
  4972. },
  4973. {
  4974. "name": "mask",
  4975. "type": "MASK",
  4976. "link": 1849
  4977. },
  4978. {
  4979. "name": "x",
  4980. "type": "INT",
  4981. "link": 1415,
  4982. "widget": {
  4983. "name": "x"
  4984. }
  4985. },
  4986. {
  4987. "name": "y",
  4988. "type": "INT",
  4989. "link": 1416,
  4990. "widget": {
  4991. "name": "y"
  4992. }
  4993. }
  4994. ],
  4995. "outputs": [
  4996. {
  4997. "name": "IMAGE",
  4998. "type": "IMAGE",
  4999. "links": [
  5000. 1417,
  5001. 1418,
  5002. 1850
  5003. ],
  5004. "slot_index": 0,
  5005. "shape": 3
  5006. }
  5007. ],
  5008. "properties": {
  5009. "Node name for S&R": "ImageComposite+"
  5010. },
  5011. "widgets_values": [
  5012. 0,
  5013. 0,
  5014. 0,
  5015. 0
  5016. ]
  5017. },
  5018. {
  5019. "id": 414,
  5020. "type": "Seed (rgthree)",
  5021. "pos": {
  5022. "0": -3790,
  5023. "1": 980
  5024. },
  5025. "size": {
  5026. "0": 260,
  5027. "1": 130
  5028. },
  5029. "flags": {},
  5030. "order": 6,
  5031. "mode": 0,
  5032. "inputs": [],
  5033. "outputs": [
  5034. {
  5035. "name": "SEED",
  5036. "type": "INT",
  5037. "links": [
  5038. 858
  5039. ],
  5040. "slot_index": 0,
  5041. "shape": 3,
  5042. "dir": 4
  5043. }
  5044. ],
  5045. "properties": {},
  5046. "widgets_values": [
  5047. -1,
  5048. null,
  5049. null,
  5050. null
  5051. ]
  5052. },
  5053. {
  5054. "id": 412,
  5055. "type": "KSamplerSelect",
  5056. "pos": {
  5057. "0": -3790,
  5058. "1": 650
  5059. },
  5060. "size": {
  5061. "0": 270,
  5062. "1": 60
  5063. },
  5064. "flags": {},
  5065. "order": 7,
  5066. "mode": 0,
  5067. "inputs": [],
  5068. "outputs": [
  5069. {
  5070. "name": "SAMPLER",
  5071. "type": "SAMPLER",
  5072. "links": [
  5073. 855
  5074. ],
  5075. "slot_index": 0,
  5076. "shape": 3
  5077. }
  5078. ],
  5079. "properties": {
  5080. "Node name for S&R": "KSamplerSelect"
  5081. },
  5082. "widgets_values": [
  5083. "deis"
  5084. ]
  5085. },
  5086. {
  5087. "id": 647,
  5088. "type": "SimpleMath+",
  5089. "pos": {
  5090. "0": -3930,
  5091. "1": 820
  5092. },
  5093. "size": {
  5094. "0": 315,
  5095. "1": 98
  5096. },
  5097. "flags": {
  5098. "collapsed": true
  5099. },
  5100. "order": 39,
  5101. "mode": 0,
  5102. "inputs": [
  5103. {
  5104. "name": "a",
  5105. "type": "*",
  5106. "link": 1325
  5107. },
  5108. {
  5109. "name": "b",
  5110. "type": "*",
  5111. "link": null
  5112. },
  5113. {
  5114. "name": "c",
  5115. "type": "*",
  5116. "link": null
  5117. }
  5118. ],
  5119. "outputs": [
  5120. {
  5121. "name": "INT",
  5122. "type": "INT",
  5123. "links": [
  5124. 1327
  5125. ],
  5126. "slot_index": 0,
  5127. "shape": 3
  5128. },
  5129. {
  5130. "name": "FLOAT",
  5131. "type": "FLOAT",
  5132. "links": null,
  5133. "shape": 3
  5134. }
  5135. ],
  5136. "title": "Height",
  5137. "properties": {
  5138. "Node name for S&R": "SimpleMath+"
  5139. },
  5140. "widgets_values": [
  5141. "a"
  5142. ]
  5143. },
  5144. {
  5145. "id": 646,
  5146. "type": "SimpleMath+",
  5147. "pos": {
  5148. "0": -3930,
  5149. "1": 760
  5150. },
  5151. "size": {
  5152. "0": 315,
  5153. "1": 98
  5154. },
  5155. "flags": {
  5156. "collapsed": true
  5157. },
  5158. "order": 38,
  5159. "mode": 0,
  5160. "inputs": [
  5161. {
  5162. "name": "a",
  5163. "type": "*",
  5164. "link": 1324
  5165. },
  5166. {
  5167. "name": "b",
  5168. "type": "*",
  5169. "link": null
  5170. },
  5171. {
  5172. "name": "c",
  5173. "type": "*",
  5174. "link": null
  5175. }
  5176. ],
  5177. "outputs": [
  5178. {
  5179. "name": "INT",
  5180. "type": "INT",
  5181. "links": [
  5182. 1326
  5183. ],
  5184. "slot_index": 0,
  5185. "shape": 3
  5186. },
  5187. {
  5188. "name": "FLOAT",
  5189. "type": "FLOAT",
  5190. "links": null,
  5191. "shape": 3
  5192. }
  5193. ],
  5194. "title": "Width",
  5195. "properties": {
  5196. "Node name for S&R": "SimpleMath+"
  5197. },
  5198. "widgets_values": [
  5199. "a"
  5200. ]
  5201. },
  5202. {
  5203. "id": 462,
  5204. "type": "SimpleMath+",
  5205. "pos": {
  5206. "0": -3930,
  5207. "1": 690
  5208. },
  5209. "size": {
  5210. "0": 315,
  5211. "1": 98
  5212. },
  5213. "flags": {
  5214. "collapsed": true
  5215. },
  5216. "order": 37,
  5217. "mode": 0,
  5218. "inputs": [
  5219. {
  5220. "name": "a",
  5221. "type": "*",
  5222. "link": 974
  5223. },
  5224. {
  5225. "name": "b",
  5226. "type": "*",
  5227. "link": null
  5228. },
  5229. {
  5230. "name": "c",
  5231. "type": "*",
  5232. "link": null
  5233. }
  5234. ],
  5235. "outputs": [
  5236. {
  5237. "name": "INT",
  5238. "type": "INT",
  5239. "links": [
  5240. 1416
  5241. ],
  5242. "slot_index": 0,
  5243. "shape": 3
  5244. },
  5245. {
  5246. "name": "FLOAT",
  5247. "type": "FLOAT",
  5248. "links": null,
  5249. "shape": 3
  5250. }
  5251. ],
  5252. "title": "Top",
  5253. "properties": {
  5254. "Node name for S&R": "SimpleMath+"
  5255. },
  5256. "widgets_values": [
  5257. "a"
  5258. ]
  5259. },
  5260. {
  5261. "id": 461,
  5262. "type": "SimpleMath+",
  5263. "pos": {
  5264. "0": -3920,
  5265. "1": 630
  5266. },
  5267. "size": {
  5268. "0": 315,
  5269. "1": 98
  5270. },
  5271. "flags": {
  5272. "collapsed": true
  5273. },
  5274. "order": 36,
  5275. "mode": 0,
  5276. "inputs": [
  5277. {
  5278. "name": "a",
  5279. "type": "*",
  5280. "link": 972
  5281. },
  5282. {
  5283. "name": "b",
  5284. "type": "*",
  5285. "link": null
  5286. },
  5287. {
  5288. "name": "c",
  5289. "type": "*",
  5290. "link": null
  5291. }
  5292. ],
  5293. "outputs": [
  5294. {
  5295. "name": "INT",
  5296. "type": "INT",
  5297. "links": [
  5298. 1415
  5299. ],
  5300. "slot_index": 0,
  5301. "shape": 3
  5302. },
  5303. {
  5304. "name": "FLOAT",
  5305. "type": "FLOAT",
  5306. "links": null,
  5307. "shape": 3
  5308. }
  5309. ],
  5310. "title": "Left",
  5311. "properties": {
  5312. "Node name for S&R": "SimpleMath+"
  5313. },
  5314. "widgets_values": [
  5315. "a"
  5316. ]
  5317. },
  5318. {
  5319. "id": 662,
  5320. "type": "Context Big (rgthree)",
  5321. "pos": {
  5322. "0": -3920,
  5323. "1": 570
  5324. },
  5325. "size": {
  5326. "0": 317.4000244140625,
  5327. "1": 466
  5328. },
  5329. "flags": {
  5330. "collapsed": true
  5331. },
  5332. "order": 56,
  5333. "mode": 0,
  5334. "inputs": [
  5335. {
  5336. "name": "base_ctx",
  5337. "type": "RGTHREE_CONTEXT",
  5338. "link": 1884,
  5339. "dir": 3
  5340. },
  5341. {
  5342. "name": "model",
  5343. "type": "MODEL",
  5344. "link": null,
  5345. "dir": 3
  5346. },
  5347. {
  5348. "name": "clip",
  5349. "type": "CLIP",
  5350. "link": null,
  5351. "dir": 3
  5352. },
  5353. {
  5354. "name": "vae",
  5355. "type": "VAE",
  5356. "link": null,
  5357. "dir": 3
  5358. },
  5359. {
  5360. "name": "positive",
  5361. "type": "CONDITIONING",
  5362. "link": null,
  5363. "dir": 3
  5364. },
  5365. {
  5366. "name": "negative",
  5367. "type": "CONDITIONING",
  5368. "link": null,
  5369. "dir": 3
  5370. },
  5371. {
  5372. "name": "latent",
  5373. "type": "LATENT",
  5374. "link": null,
  5375. "dir": 3
  5376. },
  5377. {
  5378. "name": "images",
  5379. "type": "IMAGE",
  5380. "link": null,
  5381. "dir": 3
  5382. },
  5383. {
  5384. "name": "seed",
  5385. "type": "INT",
  5386. "link": null,
  5387. "dir": 3
  5388. },
  5389. {
  5390. "name": "steps",
  5391. "type": "INT",
  5392. "link": null,
  5393. "dir": 3
  5394. },
  5395. {
  5396. "name": "step_refiner",
  5397. "type": "INT",
  5398. "link": null,
  5399. "dir": 3
  5400. },
  5401. {
  5402. "name": "cfg",
  5403. "type": "FLOAT",
  5404. "link": null,
  5405. "dir": 3
  5406. },
  5407. {
  5408. "name": "ckpt_name",
  5409. "type": [
  5410. "flux\\flux1-dev-fp8.safetensors"
  5411. ],
  5412. "link": null,
  5413. "dir": 3
  5414. },
  5415. {
  5416. "name": "sampler",
  5417. "type": [
  5418. "euler",
  5419. "euler_cfg_pp",
  5420. "euler_ancestral",
  5421. "euler_ancestral_cfg_pp",
  5422. "heun",
  5423. "heunpp2",
  5424. "dpm_2",
  5425. "dpm_2_ancestral",
  5426. "lms",
  5427. "dpm_fast",
  5428. "dpm_adaptive",
  5429. "dpmpp_2s_ancestral",
  5430. "dpmpp_sde",
  5431. "dpmpp_sde_gpu",
  5432. "dpmpp_2m",
  5433. "dpmpp_2m_sde",
  5434. "dpmpp_2m_sde_gpu",
  5435. "dpmpp_3m_sde",
  5436. "dpmpp_3m_sde_gpu",
  5437. "ddpm",
  5438. "lcm",
  5439. "ipndm",
  5440. "ipndm_v",
  5441. "deis",
  5442. "ddim",
  5443. "uni_pc",
  5444. "uni_pc_bh2"
  5445. ],
  5446. "link": null,
  5447. "dir": 3
  5448. },
  5449. {
  5450. "name": "scheduler",
  5451. "type": [
  5452. "normal",
  5453. "karras",
  5454. "exponential",
  5455. "sgm_uniform",
  5456. "simple",
  5457. "ddim_uniform",
  5458. "beta"
  5459. ],
  5460. "link": null,
  5461. "dir": 3
  5462. },
  5463. {
  5464. "name": "clip_width",
  5465. "type": "INT",
  5466. "link": null,
  5467. "dir": 3
  5468. },
  5469. {
  5470. "name": "clip_height",
  5471. "type": "INT",
  5472. "link": null,
  5473. "dir": 3
  5474. },
  5475. {
  5476. "name": "text_pos_g",
  5477. "type": "STRING",
  5478. "link": null,
  5479. "dir": 3
  5480. },
  5481. {
  5482. "name": "text_pos_l",
  5483. "type": "STRING",
  5484. "link": null,
  5485. "dir": 3
  5486. },
  5487. {
  5488. "name": "text_neg_g",
  5489. "type": "STRING",
  5490. "link": null,
  5491. "dir": 3
  5492. },
  5493. {
  5494. "name": "text_neg_l",
  5495. "type": "STRING",
  5496. "link": null,
  5497. "dir": 3
  5498. },
  5499. {
  5500. "name": "mask",
  5501. "type": "MASK",
  5502. "link": null,
  5503. "dir": 3
  5504. },
  5505. {
  5506. "name": "control_net",
  5507. "type": "CONTROL_NET",
  5508. "link": null,
  5509. "dir": 3
  5510. }
  5511. ],
  5512. "outputs": [
  5513. {
  5514. "name": "CONTEXT",
  5515. "type": "RGTHREE_CONTEXT",
  5516. "links": [],
  5517. "slot_index": 0,
  5518. "shape": 3,
  5519. "dir": 4
  5520. },
  5521. {
  5522. "name": "MODEL",
  5523. "type": "MODEL",
  5524. "links": [
  5525. 1368
  5526. ],
  5527. "slot_index": 1,
  5528. "shape": 3,
  5529. "dir": 4
  5530. },
  5531. {
  5532. "name": "CLIP",
  5533. "type": "CLIP",
  5534. "links": [],
  5535. "slot_index": 2,
  5536. "shape": 3,
  5537. "dir": 4
  5538. },
  5539. {
  5540. "name": "VAE",
  5541. "type": "VAE",
  5542. "links": [
  5543. 1362,
  5544. 1369
  5545. ],
  5546. "slot_index": 3,
  5547. "shape": 3,
  5548. "dir": 4
  5549. },
  5550. {
  5551. "name": "POSITIVE",
  5552. "type": "CONDITIONING",
  5553. "links": [
  5554. 1824
  5555. ],
  5556. "slot_index": 4,
  5557. "shape": 3,
  5558. "dir": 4
  5559. },
  5560. {
  5561. "name": "NEGATIVE",
  5562. "type": "CONDITIONING",
  5563. "links": [
  5564. 1825
  5565. ],
  5566. "slot_index": 5,
  5567. "shape": 3,
  5568. "dir": 4
  5569. },
  5570. {
  5571. "name": "LATENT",
  5572. "type": "LATENT",
  5573. "links": null,
  5574. "shape": 3,
  5575. "dir": 4
  5576. },
  5577. {
  5578. "name": "IMAGE",
  5579. "type": "IMAGE",
  5580. "links": [
  5581. 1365,
  5582. 1367,
  5583. 1409
  5584. ],
  5585. "slot_index": 7,
  5586. "shape": 3,
  5587. "dir": 4
  5588. },
  5589. {
  5590. "name": "SEED",
  5591. "type": "INT",
  5592. "links": null,
  5593. "shape": 3,
  5594. "dir": 4
  5595. },
  5596. {
  5597. "name": "STEPS",
  5598. "type": "INT",
  5599. "links": null,
  5600. "shape": 3,
  5601. "dir": 4
  5602. },
  5603. {
  5604. "name": "STEP_REFINER",
  5605. "type": "INT",
  5606. "links": null,
  5607. "shape": 3,
  5608. "dir": 4
  5609. },
  5610. {
  5611. "name": "CFG",
  5612. "type": "FLOAT",
  5613. "links": null,
  5614. "shape": 3,
  5615. "dir": 4
  5616. },
  5617. {
  5618. "name": "CKPT_NAME",
  5619. "type": "COMBO",
  5620. "links": null,
  5621. "shape": 3,
  5622. "dir": 4
  5623. },
  5624. {
  5625. "name": "SAMPLER",
  5626. "type": "COMBO",
  5627. "links": null,
  5628. "shape": 3,
  5629. "dir": 4
  5630. },
  5631. {
  5632. "name": "SCHEDULER",
  5633. "type": "COMBO",
  5634. "links": null,
  5635. "shape": 3,
  5636. "dir": 4
  5637. },
  5638. {
  5639. "name": "CLIP_WIDTH",
  5640. "type": "INT",
  5641. "links": null,
  5642. "shape": 3,
  5643. "dir": 4
  5644. },
  5645. {
  5646. "name": "CLIP_HEIGHT",
  5647. "type": "INT",
  5648. "links": null,
  5649. "shape": 3,
  5650. "dir": 4
  5651. },
  5652. {
  5653. "name": "TEXT_POS_G",
  5654. "type": "STRING",
  5655. "links": null,
  5656. "shape": 3,
  5657. "dir": 4
  5658. },
  5659. {
  5660. "name": "TEXT_POS_L",
  5661. "type": "STRING",
  5662. "links": null,
  5663. "shape": 3,
  5664. "dir": 4
  5665. },
  5666. {
  5667. "name": "TEXT_NEG_G",
  5668. "type": "STRING",
  5669. "links": null,
  5670. "shape": 3,
  5671. "dir": 4
  5672. },
  5673. {
  5674. "name": "TEXT_NEG_L",
  5675. "type": "STRING",
  5676. "links": null,
  5677. "shape": 3,
  5678. "dir": 4
  5679. },
  5680. {
  5681. "name": "MASK",
  5682. "type": "MASK",
  5683. "links": [
  5684. 1366,
  5685. 1849
  5686. ],
  5687. "slot_index": 21,
  5688. "shape": 3,
  5689. "dir": 4
  5690. },
  5691. {
  5692. "name": "CONTROL_NET",
  5693. "type": "CONTROL_NET",
  5694. "links": null,
  5695. "shape": 3,
  5696. "dir": 4
  5697. }
  5698. ],
  5699. "properties": {},
  5700. "widgets_values": []
  5701. },
  5702. {
  5703. "id": 411,
  5704. "type": "SamplerCustom",
  5705. "pos": {
  5706. "0": -3450,
  5707. "1": 520
  5708. },
  5709. "size": {
  5710. "0": 490,
  5711. "1": 590
  5712. },
  5713. "flags": {},
  5714. "order": 62,
  5715. "mode": 0,
  5716. "inputs": [
  5717. {
  5718. "name": "model",
  5719. "type": "MODEL",
  5720. "link": 851
  5721. },
  5722. {
  5723. "name": "positive",
  5724. "type": "CONDITIONING",
  5725. "link": 1229
  5726. },
  5727. {
  5728. "name": "negative",
  5729. "type": "CONDITIONING",
  5730. "link": 1519
  5731. },
  5732. {
  5733. "name": "sampler",
  5734. "type": "SAMPLER",
  5735. "link": 855
  5736. },
  5737. {
  5738. "name": "sigmas",
  5739. "type": "SIGMAS",
  5740. "link": 856
  5741. },
  5742. {
  5743. "name": "latent_image",
  5744. "type": "LATENT",
  5745. "link": 854
  5746. },
  5747. {
  5748. "name": "noise_seed",
  5749. "type": "INT",
  5750. "link": 858,
  5751. "widget": {
  5752. "name": "noise_seed"
  5753. }
  5754. }
  5755. ],
  5756. "outputs": [
  5757. {
  5758. "name": "output",
  5759. "type": "LATENT",
  5760. "links": [],
  5761. "slot_index": 0,
  5762. "shape": 3
  5763. },
  5764. {
  5765. "name": "denoised_output",
  5766. "type": "LATENT",
  5767. "links": [
  5768. 859
  5769. ],
  5770. "slot_index": 1,
  5771. "shape": 3
  5772. }
  5773. ],
  5774. "properties": {
  5775. "Node name for S&R": "SamplerCustom"
  5776. },
  5777. "widgets_values": [
  5778. true,
  5779. 641409066532134,
  5780. "randomize",
  5781. 1
  5782. ]
  5783. },
  5784. {
  5785. "id": 682,
  5786. "type": "Image Comparer (rgthree)",
  5787. "pos": {
  5788. "0": -2900,
  5789. "1": 330
  5790. },
  5791. "size": {
  5792. "0": 740,
  5793. "1": 770
  5794. },
  5795. "flags": {},
  5796. "order": 64,
  5797. "mode": 0,
  5798. "inputs": [
  5799. {
  5800. "name": "image_a",
  5801. "type": "IMAGE",
  5802. "link": 1409,
  5803. "dir": 3
  5804. },
  5805. {
  5806. "name": "image_b",
  5807. "type": "IMAGE",
  5808. "link": 1410,
  5809. "dir": 3
  5810. }
  5811. ],
  5812. "outputs": [],
  5813. "properties": {
  5814. "comparer_mode": "Slide"
  5815. },
  5816. "widgets_values": [
  5817. [
  5818. {
  5819. "name": "A",
  5820. "selected": true,
  5821. "url": "/api/view?filename=rgthree.compare._temp_fvpsz_00015_.png&type=temp&subfolder=&rand=0.5191170260277038"
  5822. },
  5823. {
  5824. "name": "B",
  5825. "selected": true,
  5826. "url": "/api/view?filename=rgthree.compare._temp_fvpsz_00016_.png&type=temp&subfolder=&rand=0.4505667517954064"
  5827. }
  5828. ]
  5829. ]
  5830. },
  5831. {
  5832. "id": 654,
  5833. "type": "Image Comparer (rgthree)",
  5834. "pos": {
  5835. "0": -2130,
  5836. "1": 330
  5837. },
  5838. "size": {
  5839. "0": 740,
  5840. "1": 760
  5841. },
  5842. "flags": {},
  5843. "order": 67,
  5844. "mode": 0,
  5845. "inputs": [
  5846. {
  5847. "name": "image_a",
  5848. "type": "IMAGE",
  5849. "link": 1499,
  5850. "dir": 3
  5851. },
  5852. {
  5853. "name": "image_b",
  5854. "type": "IMAGE",
  5855. "link": 1417,
  5856. "dir": 3
  5857. }
  5858. ],
  5859. "outputs": [],
  5860. "properties": {
  5861. "comparer_mode": "Slide"
  5862. },
  5863. "widgets_values": [
  5864. [
  5865. {
  5866. "name": "A",
  5867. "selected": true,
  5868. "url": "/api/view?filename=rgthree.compare._temp_opuff_00013_.png&type=temp&subfolder=&rand=0.8439351542344036"
  5869. },
  5870. {
  5871. "name": "B",
  5872. "selected": true,
  5873. "url": "/api/view?filename=rgthree.compare._temp_opuff_00014_.png&type=temp&subfolder=&rand=0.9807058946965612"
  5874. }
  5875. ]
  5876. ]
  5877. },
  5878. {
  5879. "id": 710,
  5880. "type": "PreviewImage",
  5881. "pos": {
  5882. "0": -1350,
  5883. "1": 340
  5884. },
  5885. "size": {
  5886. "0": 770,
  5887. "1": 740
  5888. },
  5889. "flags": {},
  5890. "order": 69,
  5891. "mode": 0,
  5892. "inputs": [
  5893. {
  5894. "name": "images",
  5895. "type": "IMAGE",
  5896. "link": 1850
  5897. }
  5898. ],
  5899. "outputs": [],
  5900. "properties": {
  5901. "Node name for S&R": "PreviewImage"
  5902. }
  5903. },
  5904. {
  5905. "id": 651,
  5906. "type": "Context Big (rgthree)",
  5907. "pos": {
  5908. "0": -660,
  5909. "1": 270
  5910. },
  5911. "size": {
  5912. "0": 317.4000244140625,
  5913. "1": 466
  5914. },
  5915. "flags": {
  5916. "collapsed": true
  5917. },
  5918. "order": 68,
  5919. "mode": 0,
  5920. "inputs": [
  5921. {
  5922. "name": "base_ctx",
  5923. "type": "RGTHREE_CONTEXT",
  5924. "link": 1496,
  5925. "dir": 3
  5926. },
  5927. {
  5928. "name": "model",
  5929. "type": "MODEL",
  5930. "link": null,
  5931. "dir": 3
  5932. },
  5933. {
  5934. "name": "clip",
  5935. "type": "CLIP",
  5936. "link": null,
  5937. "dir": 3
  5938. },
  5939. {
  5940. "name": "vae",
  5941. "type": "VAE",
  5942. "link": null,
  5943. "dir": 3
  5944. },
  5945. {
  5946. "name": "positive",
  5947. "type": "CONDITIONING",
  5948. "link": null,
  5949. "dir": 3
  5950. },
  5951. {
  5952. "name": "negative",
  5953. "type": "CONDITIONING",
  5954. "link": null,
  5955. "dir": 3
  5956. },
  5957. {
  5958. "name": "latent",
  5959. "type": "LATENT",
  5960. "link": null,
  5961. "dir": 3
  5962. },
  5963. {
  5964. "name": "images",
  5965. "type": "IMAGE",
  5966. "link": 1418,
  5967. "dir": 3
  5968. },
  5969. {
  5970. "name": "seed",
  5971. "type": "INT",
  5972. "link": null,
  5973. "dir": 3
  5974. },
  5975. {
  5976. "name": "steps",
  5977. "type": "INT",
  5978. "link": null,
  5979. "dir": 3
  5980. },
  5981. {
  5982. "name": "step_refiner",
  5983. "type": "INT",
  5984. "link": null,
  5985. "dir": 3
  5986. },
  5987. {
  5988. "name": "cfg",
  5989. "type": "FLOAT",
  5990. "link": null,
  5991. "dir": 3
  5992. },
  5993. {
  5994. "name": "ckpt_name",
  5995. "type": [
  5996. "flux\\flux1-dev-fp8.safetensors"
  5997. ],
  5998. "link": null,
  5999. "dir": 3
  6000. },
  6001. {
  6002. "name": "sampler",
  6003. "type": [
  6004. "euler",
  6005. "euler_cfg_pp",
  6006. "euler_ancestral",
  6007. "euler_ancestral_cfg_pp",
  6008. "heun",
  6009. "heunpp2",
  6010. "dpm_2",
  6011. "dpm_2_ancestral",
  6012. "lms",
  6013. "dpm_fast",
  6014. "dpm_adaptive",
  6015. "dpmpp_2s_ancestral",
  6016. "dpmpp_sde",
  6017. "dpmpp_sde_gpu",
  6018. "dpmpp_2m",
  6019. "dpmpp_2m_sde",
  6020. "dpmpp_2m_sde_gpu",
  6021. "dpmpp_3m_sde",
  6022. "dpmpp_3m_sde_gpu",
  6023. "ddpm",
  6024. "lcm",
  6025. "ipndm",
  6026. "ipndm_v",
  6027. "deis",
  6028. "ddim",
  6029. "uni_pc",
  6030. "uni_pc_bh2"
  6031. ],
  6032. "link": null,
  6033. "dir": 3
  6034. },
  6035. {
  6036. "name": "scheduler",
  6037. "type": [
  6038. "normal",
  6039. "karras",
  6040. "exponential",
  6041. "sgm_uniform",
  6042. "simple",
  6043. "ddim_uniform",
  6044. "beta"
  6045. ],
  6046. "link": null,
  6047. "dir": 3
  6048. },
  6049. {
  6050. "name": "clip_width",
  6051. "type": "INT",
  6052. "link": null,
  6053. "dir": 3
  6054. },
  6055. {
  6056. "name": "clip_height",
  6057. "type": "INT",
  6058. "link": null,
  6059. "dir": 3
  6060. },
  6061. {
  6062. "name": "text_pos_g",
  6063. "type": "STRING",
  6064. "link": null,
  6065. "dir": 3
  6066. },
  6067. {
  6068. "name": "text_pos_l",
  6069. "type": "STRING",
  6070. "link": null,
  6071. "dir": 3
  6072. },
  6073. {
  6074. "name": "text_neg_g",
  6075. "type": "STRING",
  6076. "link": null,
  6077. "dir": 3
  6078. },
  6079. {
  6080. "name": "text_neg_l",
  6081. "type": "STRING",
  6082. "link": null,
  6083. "dir": 3
  6084. },
  6085. {
  6086. "name": "mask",
  6087. "type": "MASK",
  6088. "link": null,
  6089. "dir": 3
  6090. },
  6091. {
  6092. "name": "control_net",
  6093. "type": "CONTROL_NET",
  6094. "link": null,
  6095. "dir": 3
  6096. }
  6097. ],
  6098. "outputs": [
  6099. {
  6100. "name": "CONTEXT",
  6101. "type": "RGTHREE_CONTEXT",
  6102. "links": [],
  6103. "slot_index": 0,
  6104. "shape": 3,
  6105. "dir": 4
  6106. },
  6107. {
  6108. "name": "MODEL",
  6109. "type": "MODEL",
  6110. "links": null,
  6111. "shape": 3,
  6112. "dir": 4
  6113. },
  6114. {
  6115. "name": "CLIP",
  6116. "type": "CLIP",
  6117. "links": null,
  6118. "shape": 3,
  6119. "dir": 4
  6120. },
  6121. {
  6122. "name": "VAE",
  6123. "type": "VAE",
  6124. "links": null,
  6125. "shape": 3,
  6126. "dir": 4
  6127. },
  6128. {
  6129. "name": "POSITIVE",
  6130. "type": "CONDITIONING",
  6131. "links": null,
  6132. "shape": 3,
  6133. "dir": 4
  6134. },
  6135. {
  6136. "name": "NEGATIVE",
  6137. "type": "CONDITIONING",
  6138. "links": null,
  6139. "shape": 3,
  6140. "dir": 4
  6141. },
  6142. {
  6143. "name": "LATENT",
  6144. "type": "LATENT",
  6145. "links": null,
  6146. "shape": 3,
  6147. "dir": 4
  6148. },
  6149. {
  6150. "name": "IMAGE",
  6151. "type": "IMAGE",
  6152. "links": [],
  6153. "slot_index": 7,
  6154. "shape": 3,
  6155. "dir": 4
  6156. },
  6157. {
  6158. "name": "SEED",
  6159. "type": "INT",
  6160. "links": null,
  6161. "shape": 3,
  6162. "dir": 4
  6163. },
  6164. {
  6165. "name": "STEPS",
  6166. "type": "INT",
  6167. "links": null,
  6168. "shape": 3,
  6169. "dir": 4
  6170. },
  6171. {
  6172. "name": "STEP_REFINER",
  6173. "type": "INT",
  6174. "links": null,
  6175. "shape": 3,
  6176. "dir": 4
  6177. },
  6178. {
  6179. "name": "CFG",
  6180. "type": "FLOAT",
  6181. "links": null,
  6182. "shape": 3,
  6183. "dir": 4
  6184. },
  6185. {
  6186. "name": "CKPT_NAME",
  6187. "type": "COMBO",
  6188. "links": null,
  6189. "shape": 3,
  6190. "dir": 4
  6191. },
  6192. {
  6193. "name": "SAMPLER",
  6194. "type": "COMBO",
  6195. "links": null,
  6196. "shape": 3,
  6197. "dir": 4
  6198. },
  6199. {
  6200. "name": "SCHEDULER",
  6201. "type": "COMBO",
  6202. "links": null,
  6203. "shape": 3,
  6204. "dir": 4
  6205. },
  6206. {
  6207. "name": "CLIP_WIDTH",
  6208. "type": "INT",
  6209. "links": null,
  6210. "shape": 3,
  6211. "dir": 4
  6212. },
  6213. {
  6214. "name": "CLIP_HEIGHT",
  6215. "type": "INT",
  6216. "links": null,
  6217. "shape": 3,
  6218. "dir": 4
  6219. },
  6220. {
  6221. "name": "TEXT_POS_G",
  6222. "type": "STRING",
  6223. "links": null,
  6224. "shape": 3,
  6225. "dir": 4
  6226. },
  6227. {
  6228. "name": "TEXT_POS_L",
  6229. "type": "STRING",
  6230. "links": null,
  6231. "shape": 3,
  6232. "dir": 4
  6233. },
  6234. {
  6235. "name": "TEXT_NEG_G",
  6236. "type": "STRING",
  6237. "links": null,
  6238. "shape": 3,
  6239. "dir": 4
  6240. },
  6241. {
  6242. "name": "TEXT_NEG_L",
  6243. "type": "STRING",
  6244. "links": null,
  6245. "shape": 3,
  6246. "dir": 4
  6247. },
  6248. {
  6249. "name": "MASK",
  6250. "type": "MASK",
  6251. "links": [],
  6252. "slot_index": 21,
  6253. "shape": 3,
  6254. "dir": 4
  6255. },
  6256. {
  6257. "name": "CONTROL_NET",
  6258. "type": "CONTROL_NET",
  6259. "links": null,
  6260. "shape": 3,
  6261. "dir": 4
  6262. }
  6263. ],
  6264. "properties": {},
  6265. "widgets_values": []
  6266. },
  6267. {
  6268. "id": 635,
  6269. "type": "ImageResize+",
  6270. "pos": {
  6271. "0": -6940,
  6272. "1": 760
  6273. },
  6274. "size": {
  6275. "0": 290,
  6276. "1": 194
  6277. },
  6278. "flags": {
  6279. "collapsed": true
  6280. },
  6281. "order": 41,
  6282. "mode": 0,
  6283. "inputs": [
  6284. {
  6285. "name": "image",
  6286. "type": "IMAGE",
  6287. "link": 1481
  6288. },
  6289. {
  6290. "name": "width",
  6291. "type": "INT",
  6292. "link": 1306,
  6293. "widget": {
  6294. "name": "width"
  6295. }
  6296. }
  6297. ],
  6298. "outputs": [
  6299. {
  6300. "name": "IMAGE",
  6301. "type": "IMAGE",
  6302. "links": [
  6303. 1312,
  6304. 1485
  6305. ],
  6306. "slot_index": 0,
  6307. "shape": 3
  6308. },
  6309. {
  6310. "name": "width",
  6311. "type": "INT",
  6312. "links": [
  6313. 1309,
  6314. 1461
  6315. ],
  6316. "slot_index": 1,
  6317. "shape": 3
  6318. },
  6319. {
  6320. "name": "height",
  6321. "type": "INT",
  6322. "links": [
  6323. 1310,
  6324. 1462
  6325. ],
  6326. "slot_index": 2,
  6327. "shape": 3
  6328. }
  6329. ],
  6330. "properties": {
  6331. "Node name for S&R": "ImageResize+"
  6332. },
  6333. "widgets_values": [
  6334. 512,
  6335. 16384,
  6336. "lanczos",
  6337. "keep proportion",
  6338. "always",
  6339. 0
  6340. ]
  6341. },
  6342. {
  6343. "id": 553,
  6344. "type": "Context Big (rgthree)",
  6345. "pos": {
  6346. "0": -9530,
  6347. "1": 300
  6348. },
  6349. "size": {
  6350. "0": 211.60000610351562,
  6351. "1": 466
  6352. },
  6353. "flags": {
  6354. "collapsed": true
  6355. },
  6356. "order": 14,
  6357. "mode": 0,
  6358. "inputs": [
  6359. {
  6360. "name": "base_ctx",
  6361. "type": "RGTHREE_CONTEXT",
  6362. "link": null,
  6363. "dir": 3
  6364. },
  6365. {
  6366. "name": "model",
  6367. "type": "MODEL",
  6368. "link": null,
  6369. "dir": 3
  6370. },
  6371. {
  6372. "name": "clip",
  6373. "type": "CLIP",
  6374. "link": null,
  6375. "dir": 3
  6376. },
  6377. {
  6378. "name": "vae",
  6379. "type": "VAE",
  6380. "link": null,
  6381. "dir": 3
  6382. },
  6383. {
  6384. "name": "positive",
  6385. "type": "CONDITIONING",
  6386. "link": null,
  6387. "dir": 3
  6388. },
  6389. {
  6390. "name": "negative",
  6391. "type": "CONDITIONING",
  6392. "link": null,
  6393. "dir": 3
  6394. },
  6395. {
  6396. "name": "latent",
  6397. "type": "LATENT",
  6398. "link": null,
  6399. "dir": 3
  6400. },
  6401. {
  6402. "name": "images",
  6403. "type": "IMAGE",
  6404. "link": 1162,
  6405. "dir": 3
  6406. },
  6407. {
  6408. "name": "seed",
  6409. "type": "INT",
  6410. "link": null,
  6411. "dir": 3
  6412. },
  6413. {
  6414. "name": "steps",
  6415. "type": "INT",
  6416. "link": null,
  6417. "dir": 3
  6418. },
  6419. {
  6420. "name": "step_refiner",
  6421. "type": "INT",
  6422. "link": null,
  6423. "dir": 3
  6424. },
  6425. {
  6426. "name": "cfg",
  6427. "type": "FLOAT",
  6428. "link": null,
  6429. "dir": 3
  6430. },
  6431. {
  6432. "name": "ckpt_name",
  6433. "type": [
  6434. "flux\\flux1-dev-fp8.safetensors"
  6435. ],
  6436. "link": null,
  6437. "dir": 3
  6438. },
  6439. {
  6440. "name": "sampler",
  6441. "type": [
  6442. "euler",
  6443. "euler_cfg_pp",
  6444. "euler_ancestral",
  6445. "euler_ancestral_cfg_pp",
  6446. "heun",
  6447. "heunpp2",
  6448. "dpm_2",
  6449. "dpm_2_ancestral",
  6450. "lms",
  6451. "dpm_fast",
  6452. "dpm_adaptive",
  6453. "dpmpp_2s_ancestral",
  6454. "dpmpp_sde",
  6455. "dpmpp_sde_gpu",
  6456. "dpmpp_2m",
  6457. "dpmpp_2m_sde",
  6458. "dpmpp_2m_sde_gpu",
  6459. "dpmpp_3m_sde",
  6460. "dpmpp_3m_sde_gpu",
  6461. "ddpm",
  6462. "lcm",
  6463. "ipndm",
  6464. "ipndm_v",
  6465. "deis",
  6466. "ddim",
  6467. "uni_pc",
  6468. "uni_pc_bh2"
  6469. ],
  6470. "link": null,
  6471. "dir": 3
  6472. },
  6473. {
  6474. "name": "scheduler",
  6475. "type": [
  6476. "normal",
  6477. "karras",
  6478. "exponential",
  6479. "sgm_uniform",
  6480. "simple",
  6481. "ddim_uniform",
  6482. "beta"
  6483. ],
  6484. "link": null,
  6485. "dir": 3
  6486. },
  6487. {
  6488. "name": "clip_width",
  6489. "type": "INT",
  6490. "link": null,
  6491. "dir": 3
  6492. },
  6493. {
  6494. "name": "clip_height",
  6495. "type": "INT",
  6496. "link": null,
  6497. "dir": 3
  6498. },
  6499. {
  6500. "name": "text_pos_g",
  6501. "type": "STRING",
  6502. "link": null,
  6503. "dir": 3
  6504. },
  6505. {
  6506. "name": "text_pos_l",
  6507. "type": "STRING",
  6508. "link": null,
  6509. "dir": 3
  6510. },
  6511. {
  6512. "name": "text_neg_g",
  6513. "type": "STRING",
  6514. "link": null,
  6515. "dir": 3
  6516. },
  6517. {
  6518. "name": "text_neg_l",
  6519. "type": "STRING",
  6520. "link": null,
  6521. "dir": 3
  6522. },
  6523. {
  6524. "name": "mask",
  6525. "type": "MASK",
  6526. "link": null,
  6527. "dir": 3
  6528. },
  6529. {
  6530. "name": "control_net",
  6531. "type": "CONTROL_NET",
  6532. "link": null,
  6533. "dir": 3
  6534. }
  6535. ],
  6536. "outputs": [
  6537. {
  6538. "name": "CONTEXT",
  6539. "type": "RGTHREE_CONTEXT",
  6540. "links": [
  6541. 1857
  6542. ],
  6543. "slot_index": 0,
  6544. "shape": 3,
  6545. "dir": 4
  6546. },
  6547. {
  6548. "name": "MODEL",
  6549. "type": "MODEL",
  6550. "links": null,
  6551. "shape": 3,
  6552. "dir": 4
  6553. },
  6554. {
  6555. "name": "CLIP",
  6556. "type": "CLIP",
  6557. "links": null,
  6558. "shape": 3,
  6559. "dir": 4
  6560. },
  6561. {
  6562. "name": "VAE",
  6563. "type": "VAE",
  6564. "links": null,
  6565. "shape": 3,
  6566. "dir": 4
  6567. },
  6568. {
  6569. "name": "POSITIVE",
  6570. "type": "CONDITIONING",
  6571. "links": null,
  6572. "shape": 3,
  6573. "dir": 4
  6574. },
  6575. {
  6576. "name": "NEGATIVE",
  6577. "type": "CONDITIONING",
  6578. "links": null,
  6579. "shape": 3,
  6580. "dir": 4
  6581. },
  6582. {
  6583. "name": "LATENT",
  6584. "type": "LATENT",
  6585. "links": null,
  6586. "shape": 3,
  6587. "dir": 4
  6588. },
  6589. {
  6590. "name": "IMAGE",
  6591. "type": "IMAGE",
  6592. "links": null,
  6593. "shape": 3,
  6594. "dir": 4
  6595. },
  6596. {
  6597. "name": "SEED",
  6598. "type": "INT",
  6599. "links": null,
  6600. "shape": 3,
  6601. "dir": 4
  6602. },
  6603. {
  6604. "name": "STEPS",
  6605. "type": "INT",
  6606. "links": null,
  6607. "shape": 3,
  6608. "dir": 4
  6609. },
  6610. {
  6611. "name": "STEP_REFINER",
  6612. "type": "INT",
  6613. "links": null,
  6614. "shape": 3,
  6615. "dir": 4
  6616. },
  6617. {
  6618. "name": "CFG",
  6619. "type": "FLOAT",
  6620. "links": null,
  6621. "shape": 3,
  6622. "dir": 4
  6623. },
  6624. {
  6625. "name": "CKPT_NAME",
  6626. "type": "COMBO",
  6627. "links": null,
  6628. "shape": 3,
  6629. "dir": 4
  6630. },
  6631. {
  6632. "name": "SAMPLER",
  6633. "type": "COMBO",
  6634. "links": null,
  6635. "shape": 3,
  6636. "dir": 4
  6637. },
  6638. {
  6639. "name": "SCHEDULER",
  6640. "type": "COMBO",
  6641. "links": null,
  6642. "shape": 3,
  6643. "dir": 4
  6644. },
  6645. {
  6646. "name": "CLIP_WIDTH",
  6647. "type": "INT",
  6648. "links": null,
  6649. "shape": 3,
  6650. "dir": 4
  6651. },
  6652. {
  6653. "name": "CLIP_HEIGHT",
  6654. "type": "INT",
  6655. "links": null,
  6656. "shape": 3,
  6657. "dir": 4
  6658. },
  6659. {
  6660. "name": "TEXT_POS_G",
  6661. "type": "STRING",
  6662. "links": null,
  6663. "shape": 3,
  6664. "dir": 4
  6665. },
  6666. {
  6667. "name": "TEXT_POS_L",
  6668. "type": "STRING",
  6669. "links": null,
  6670. "shape": 3,
  6671. "dir": 4
  6672. },
  6673. {
  6674. "name": "TEXT_NEG_G",
  6675. "type": "STRING",
  6676. "links": null,
  6677. "shape": 3,
  6678. "dir": 4
  6679. },
  6680. {
  6681. "name": "TEXT_NEG_L",
  6682. "type": "STRING",
  6683. "links": null,
  6684. "shape": 3,
  6685. "dir": 4
  6686. },
  6687. {
  6688. "name": "MASK",
  6689. "type": "MASK",
  6690. "links": null,
  6691. "shape": 3,
  6692. "dir": 4
  6693. },
  6694. {
  6695. "name": "CONTROL_NET",
  6696. "type": "CONTROL_NET",
  6697. "links": null,
  6698. "shape": 3,
  6699. "dir": 4
  6700. }
  6701. ],
  6702. "properties": {},
  6703. "widgets_values": []
  6704. },
  6705. {
  6706. "id": 639,
  6707. "type": "Context Big (rgthree)",
  6708. "pos": {
  6709. "0": -6310,
  6710. "1": 490
  6711. },
  6712. "size": {
  6713. "0": 211.60000610351562,
  6714. "1": 466
  6715. },
  6716. "flags": {
  6717. "collapsed": true
  6718. },
  6719. "order": 45,
  6720. "mode": 0,
  6721. "inputs": [
  6722. {
  6723. "name": "base_ctx",
  6724. "type": "RGTHREE_CONTEXT",
  6725. "link": 1484,
  6726. "dir": 3
  6727. },
  6728. {
  6729. "name": "model",
  6730. "type": "MODEL",
  6731. "link": null,
  6732. "dir": 3
  6733. },
  6734. {
  6735. "name": "clip",
  6736. "type": "CLIP",
  6737. "link": null,
  6738. "dir": 3
  6739. },
  6740. {
  6741. "name": "vae",
  6742. "type": "VAE",
  6743. "link": null,
  6744. "dir": 3
  6745. },
  6746. {
  6747. "name": "positive",
  6748. "type": "CONDITIONING",
  6749. "link": null,
  6750. "dir": 3
  6751. },
  6752. {
  6753. "name": "negative",
  6754. "type": "CONDITIONING",
  6755. "link": null,
  6756. "dir": 3
  6757. },
  6758. {
  6759. "name": "latent",
  6760. "type": "LATENT",
  6761. "link": null,
  6762. "dir": 3
  6763. },
  6764. {
  6765. "name": "images",
  6766. "type": "IMAGE",
  6767. "link": 1312,
  6768. "dir": 3
  6769. },
  6770. {
  6771. "name": "seed",
  6772. "type": "INT",
  6773. "link": null,
  6774. "dir": 3
  6775. },
  6776. {
  6777. "name": "steps",
  6778. "type": "INT",
  6779. "link": null,
  6780. "dir": 3
  6781. },
  6782. {
  6783. "name": "step_refiner",
  6784. "type": "INT",
  6785. "link": null,
  6786. "dir": 3
  6787. },
  6788. {
  6789. "name": "cfg",
  6790. "type": "FLOAT",
  6791. "link": null,
  6792. "dir": 3
  6793. },
  6794. {
  6795. "name": "ckpt_name",
  6796. "type": [
  6797. "flux\\flux1-dev-fp8.safetensors"
  6798. ],
  6799. "link": null,
  6800. "dir": 3
  6801. },
  6802. {
  6803. "name": "sampler",
  6804. "type": [
  6805. "euler",
  6806. "euler_cfg_pp",
  6807. "euler_ancestral",
  6808. "euler_ancestral_cfg_pp",
  6809. "heun",
  6810. "heunpp2",
  6811. "dpm_2",
  6812. "dpm_2_ancestral",
  6813. "lms",
  6814. "dpm_fast",
  6815. "dpm_adaptive",
  6816. "dpmpp_2s_ancestral",
  6817. "dpmpp_sde",
  6818. "dpmpp_sde_gpu",
  6819. "dpmpp_2m",
  6820. "dpmpp_2m_sde",
  6821. "dpmpp_2m_sde_gpu",
  6822. "dpmpp_3m_sde",
  6823. "dpmpp_3m_sde_gpu",
  6824. "ddpm",
  6825. "lcm",
  6826. "ipndm",
  6827. "ipndm_v",
  6828. "deis",
  6829. "ddim",
  6830. "uni_pc",
  6831. "uni_pc_bh2"
  6832. ],
  6833. "link": null,
  6834. "dir": 3
  6835. },
  6836. {
  6837. "name": "scheduler",
  6838. "type": [
  6839. "normal",
  6840. "karras",
  6841. "exponential",
  6842. "sgm_uniform",
  6843. "simple",
  6844. "ddim_uniform",
  6845. "beta"
  6846. ],
  6847. "link": null,
  6848. "dir": 3
  6849. },
  6850. {
  6851. "name": "clip_width",
  6852. "type": "INT",
  6853. "link": null,
  6854. "dir": 3
  6855. },
  6856. {
  6857. "name": "clip_height",
  6858. "type": "INT",
  6859. "link": null,
  6860. "dir": 3
  6861. },
  6862. {
  6863. "name": "text_pos_g",
  6864. "type": "STRING",
  6865. "link": null,
  6866. "dir": 3
  6867. },
  6868. {
  6869. "name": "text_pos_l",
  6870. "type": "STRING",
  6871. "link": null,
  6872. "dir": 3
  6873. },
  6874. {
  6875. "name": "text_neg_g",
  6876. "type": "STRING",
  6877. "link": null,
  6878. "dir": 3
  6879. },
  6880. {
  6881. "name": "text_neg_l",
  6882. "type": "STRING",
  6883. "link": null,
  6884. "dir": 3
  6885. },
  6886. {
  6887. "name": "mask",
  6888. "type": "MASK",
  6889. "link": 1464,
  6890. "dir": 3
  6891. },
  6892. {
  6893. "name": "control_net",
  6894. "type": "CONTROL_NET",
  6895. "link": null,
  6896. "dir": 3
  6897. }
  6898. ],
  6899. "outputs": [
  6900. {
  6901. "name": "CONTEXT",
  6902. "type": "RGTHREE_CONTEXT",
  6903. "links": [
  6904. 1863
  6905. ],
  6906. "slot_index": 0,
  6907. "shape": 3,
  6908. "dir": 4
  6909. },
  6910. {
  6911. "name": "MODEL",
  6912. "type": "MODEL",
  6913. "links": null,
  6914. "shape": 3,
  6915. "dir": 4
  6916. },
  6917. {
  6918. "name": "CLIP",
  6919. "type": "CLIP",
  6920. "links": null,
  6921. "shape": 3,
  6922. "dir": 4
  6923. },
  6924. {
  6925. "name": "VAE",
  6926. "type": "VAE",
  6927. "links": null,
  6928. "shape": 3,
  6929. "dir": 4
  6930. },
  6931. {
  6932. "name": "POSITIVE",
  6933. "type": "CONDITIONING",
  6934. "links": null,
  6935. "shape": 3,
  6936. "dir": 4
  6937. },
  6938. {
  6939. "name": "NEGATIVE",
  6940. "type": "CONDITIONING",
  6941. "links": null,
  6942. "shape": 3,
  6943. "dir": 4
  6944. },
  6945. {
  6946. "name": "LATENT",
  6947. "type": "LATENT",
  6948. "links": null,
  6949. "shape": 3,
  6950. "dir": 4
  6951. },
  6952. {
  6953. "name": "IMAGE",
  6954. "type": "IMAGE",
  6955. "links": [],
  6956. "slot_index": 7,
  6957. "shape": 3,
  6958. "dir": 4
  6959. },
  6960. {
  6961. "name": "SEED",
  6962. "type": "INT",
  6963. "links": null,
  6964. "shape": 3,
  6965. "dir": 4
  6966. },
  6967. {
  6968. "name": "STEPS",
  6969. "type": "INT",
  6970. "links": null,
  6971. "shape": 3,
  6972. "dir": 4
  6973. },
  6974. {
  6975. "name": "STEP_REFINER",
  6976. "type": "INT",
  6977. "links": null,
  6978. "shape": 3,
  6979. "dir": 4
  6980. },
  6981. {
  6982. "name": "CFG",
  6983. "type": "FLOAT",
  6984. "links": null,
  6985. "shape": 3,
  6986. "dir": 4
  6987. },
  6988. {
  6989. "name": "CKPT_NAME",
  6990. "type": "COMBO",
  6991. "links": null,
  6992. "shape": 3,
  6993. "dir": 4
  6994. },
  6995. {
  6996. "name": "SAMPLER",
  6997. "type": "COMBO",
  6998. "links": null,
  6999. "shape": 3,
  7000. "dir": 4
  7001. },
  7002. {
  7003. "name": "SCHEDULER",
  7004. "type": "COMBO",
  7005. "links": null,
  7006. "shape": 3,
  7007. "dir": 4
  7008. },
  7009. {
  7010. "name": "CLIP_WIDTH",
  7011. "type": "INT",
  7012. "links": null,
  7013. "shape": 3,
  7014. "dir": 4
  7015. },
  7016. {
  7017. "name": "CLIP_HEIGHT",
  7018. "type": "INT",
  7019. "links": null,
  7020. "shape": 3,
  7021. "dir": 4
  7022. },
  7023. {
  7024. "name": "TEXT_POS_G",
  7025. "type": "STRING",
  7026. "links": null,
  7027. "shape": 3,
  7028. "dir": 4
  7029. },
  7030. {
  7031. "name": "TEXT_POS_L",
  7032. "type": "STRING",
  7033. "links": null,
  7034. "shape": 3,
  7035. "dir": 4
  7036. },
  7037. {
  7038. "name": "TEXT_NEG_G",
  7039. "type": "STRING",
  7040. "links": null,
  7041. "shape": 3,
  7042. "dir": 4
  7043. },
  7044. {
  7045. "name": "TEXT_NEG_L",
  7046. "type": "STRING",
  7047. "links": null,
  7048. "shape": 3,
  7049. "dir": 4
  7050. },
  7051. {
  7052. "name": "MASK",
  7053. "type": "MASK",
  7054. "links": [],
  7055. "slot_index": 21,
  7056. "shape": 3,
  7057. "dir": 4
  7058. },
  7059. {
  7060. "name": "CONTROL_NET",
  7061. "type": "CONTROL_NET",
  7062. "links": null,
  7063. "shape": 3,
  7064. "dir": 4
  7065. }
  7066. ],
  7067. "properties": {},
  7068. "widgets_values": []
  7069. },
  7070. {
  7071. "id": 842,
  7072. "type": "Context Switch Big (rgthree)",
  7073. "pos": {
  7074. "0": -9320,
  7075. "1": 160
  7076. },
  7077. "size": {
  7078. "0": 240,
  7079. "1": 470
  7080. },
  7081. "flags": {
  7082. "collapsed": true
  7083. },
  7084. "order": 15,
  7085. "mode": 0,
  7086. "inputs": [
  7087. {
  7088. "name": "ctx_01",
  7089. "type": "RGTHREE_CONTEXT",
  7090. "link": 1857,
  7091. "dir": 3
  7092. },
  7093. {
  7094. "name": "ctx_02",
  7095. "type": "RGTHREE_CONTEXT",
  7096. "link": null,
  7097. "dir": 3
  7098. },
  7099. {
  7100. "name": "ctx_03",
  7101. "type": "RGTHREE_CONTEXT",
  7102. "link": null,
  7103. "dir": 3
  7104. },
  7105. {
  7106. "name": "ctx_04",
  7107. "type": "RGTHREE_CONTEXT",
  7108. "link": null,
  7109. "dir": 3
  7110. },
  7111. {
  7112. "name": "ctx_05",
  7113. "type": "RGTHREE_CONTEXT",
  7114. "link": null
  7115. }
  7116. ],
  7117. "outputs": [
  7118. {
  7119. "name": "CONTEXT",
  7120. "type": "RGTHREE_CONTEXT",
  7121. "links": [
  7122. 1828,
  7123. 1829
  7124. ],
  7125. "slot_index": 0,
  7126. "shape": 3,
  7127. "dir": 4
  7128. },
  7129. {
  7130. "name": "MODEL",
  7131. "type": "MODEL",
  7132. "links": null,
  7133. "shape": 3,
  7134. "dir": 4
  7135. },
  7136. {
  7137. "name": "CLIP",
  7138. "type": "CLIP",
  7139. "links": null,
  7140. "shape": 3,
  7141. "dir": 4
  7142. },
  7143. {
  7144. "name": "VAE",
  7145. "type": "VAE",
  7146. "links": null,
  7147. "shape": 3,
  7148. "dir": 4
  7149. },
  7150. {
  7151. "name": "POSITIVE",
  7152. "type": "CONDITIONING",
  7153. "links": null,
  7154. "shape": 3,
  7155. "dir": 4
  7156. },
  7157. {
  7158. "name": "NEGATIVE",
  7159. "type": "CONDITIONING",
  7160. "links": null,
  7161. "shape": 3,
  7162. "dir": 4
  7163. },
  7164. {
  7165. "name": "LATENT",
  7166. "type": "LATENT",
  7167. "links": null,
  7168. "shape": 3,
  7169. "dir": 4
  7170. },
  7171. {
  7172. "name": "IMAGE",
  7173. "type": "IMAGE",
  7174. "links": null,
  7175. "shape": 3,
  7176. "dir": 4
  7177. },
  7178. {
  7179. "name": "SEED",
  7180. "type": "INT",
  7181. "links": null,
  7182. "shape": 3,
  7183. "dir": 4
  7184. },
  7185. {
  7186. "name": "STEPS",
  7187. "type": "INT",
  7188. "links": null,
  7189. "shape": 3,
  7190. "dir": 4
  7191. },
  7192. {
  7193. "name": "STEP_REFINER",
  7194. "type": "INT",
  7195. "links": null,
  7196. "shape": 3,
  7197. "dir": 4
  7198. },
  7199. {
  7200. "name": "CFG",
  7201. "type": "FLOAT",
  7202. "links": null,
  7203. "shape": 3,
  7204. "dir": 4
  7205. },
  7206. {
  7207. "name": "CKPT_NAME",
  7208. "type": "COMBO",
  7209. "links": null,
  7210. "shape": 3,
  7211. "dir": 4
  7212. },
  7213. {
  7214. "name": "SAMPLER",
  7215. "type": "COMBO",
  7216. "links": null,
  7217. "shape": 3,
  7218. "dir": 4
  7219. },
  7220. {
  7221. "name": "SCHEDULER",
  7222. "type": "COMBO",
  7223. "links": null,
  7224. "shape": 3,
  7225. "dir": 4
  7226. },
  7227. {
  7228. "name": "CLIP_WIDTH",
  7229. "type": "INT",
  7230. "links": null,
  7231. "shape": 3,
  7232. "dir": 4
  7233. },
  7234. {
  7235. "name": "CLIP_HEIGHT",
  7236. "type": "INT",
  7237. "links": null,
  7238. "shape": 3,
  7239. "dir": 4
  7240. },
  7241. {
  7242. "name": "TEXT_POS_G",
  7243. "type": "STRING",
  7244. "links": null,
  7245. "shape": 3,
  7246. "dir": 4
  7247. },
  7248. {
  7249. "name": "TEXT_POS_L",
  7250. "type": "STRING",
  7251. "links": null,
  7252. "shape": 3,
  7253. "dir": 4
  7254. },
  7255. {
  7256. "name": "TEXT_NEG_G",
  7257. "type": "STRING",
  7258. "links": null,
  7259. "shape": 3,
  7260. "dir": 4
  7261. },
  7262. {
  7263. "name": "TEXT_NEG_L",
  7264. "type": "STRING",
  7265. "links": null,
  7266. "shape": 3,
  7267. "dir": 4
  7268. },
  7269. {
  7270. "name": "MASK",
  7271. "type": "MASK",
  7272. "links": null,
  7273. "shape": 3,
  7274. "dir": 4
  7275. },
  7276. {
  7277. "name": "CONTROL_NET",
  7278. "type": "CONTROL_NET",
  7279. "links": null,
  7280. "shape": 3,
  7281. "dir": 4
  7282. }
  7283. ],
  7284. "properties": {},
  7285. "widgets_values": []
  7286. },
  7287. {
  7288. "id": 556,
  7289. "type": "Context Big (rgthree)",
  7290. "pos": {
  7291. "0": -5410,
  7292. "1": 1190
  7293. },
  7294. "size": {
  7295. "0": 211.60000610351562,
  7296. "1": 466
  7297. },
  7298. "flags": {
  7299. "collapsed": true
  7300. },
  7301. "order": 51,
  7302. "mode": 2,
  7303. "inputs": [
  7304. {
  7305. "name": "base_ctx",
  7306. "type": "RGTHREE_CONTEXT",
  7307. "link": 1169,
  7308. "dir": 3
  7309. },
  7310. {
  7311. "name": "model",
  7312. "type": "MODEL",
  7313. "link": 1170,
  7314. "dir": 3
  7315. },
  7316. {
  7317. "name": "clip",
  7318. "type": "CLIP",
  7319. "link": 1171,
  7320. "dir": 3
  7321. },
  7322. {
  7323. "name": "vae",
  7324. "type": "VAE",
  7325. "link": null,
  7326. "dir": 3
  7327. },
  7328. {
  7329. "name": "positive",
  7330. "type": "CONDITIONING",
  7331. "link": null,
  7332. "dir": 3
  7333. },
  7334. {
  7335. "name": "negative",
  7336. "type": "CONDITIONING",
  7337. "link": null,
  7338. "dir": 3
  7339. },
  7340. {
  7341. "name": "latent",
  7342. "type": "LATENT",
  7343. "link": null,
  7344. "dir": 3
  7345. },
  7346. {
  7347. "name": "images",
  7348. "type": "IMAGE",
  7349. "link": null,
  7350. "dir": 3
  7351. },
  7352. {
  7353. "name": "seed",
  7354. "type": "INT",
  7355. "link": null,
  7356. "dir": 3
  7357. },
  7358. {
  7359. "name": "steps",
  7360. "type": "INT",
  7361. "link": null,
  7362. "dir": 3
  7363. },
  7364. {
  7365. "name": "step_refiner",
  7366. "type": "INT",
  7367. "link": null,
  7368. "dir": 3
  7369. },
  7370. {
  7371. "name": "cfg",
  7372. "type": "FLOAT",
  7373. "link": null,
  7374. "dir": 3
  7375. },
  7376. {
  7377. "name": "ckpt_name",
  7378. "type": [
  7379. "flux\\flux1-dev-fp8.safetensors"
  7380. ],
  7381. "link": null,
  7382. "dir": 3
  7383. },
  7384. {
  7385. "name": "sampler",
  7386. "type": [
  7387. "euler",
  7388. "euler_cfg_pp",
  7389. "euler_ancestral",
  7390. "euler_ancestral_cfg_pp",
  7391. "heun",
  7392. "heunpp2",
  7393. "dpm_2",
  7394. "dpm_2_ancestral",
  7395. "lms",
  7396. "dpm_fast",
  7397. "dpm_adaptive",
  7398. "dpmpp_2s_ancestral",
  7399. "dpmpp_sde",
  7400. "dpmpp_sde_gpu",
  7401. "dpmpp_2m",
  7402. "dpmpp_2m_sde",
  7403. "dpmpp_2m_sde_gpu",
  7404. "dpmpp_3m_sde",
  7405. "dpmpp_3m_sde_gpu",
  7406. "ddpm",
  7407. "lcm",
  7408. "ipndm",
  7409. "ipndm_v",
  7410. "deis",
  7411. "ddim",
  7412. "uni_pc",
  7413. "uni_pc_bh2"
  7414. ],
  7415. "link": null,
  7416. "dir": 3
  7417. },
  7418. {
  7419. "name": "scheduler",
  7420. "type": [
  7421. "normal",
  7422. "karras",
  7423. "exponential",
  7424. "sgm_uniform",
  7425. "simple",
  7426. "ddim_uniform",
  7427. "beta"
  7428. ],
  7429. "link": null,
  7430. "dir": 3
  7431. },
  7432. {
  7433. "name": "clip_width",
  7434. "type": "INT",
  7435. "link": null,
  7436. "dir": 3
  7437. },
  7438. {
  7439. "name": "clip_height",
  7440. "type": "INT",
  7441. "link": null,
  7442. "dir": 3
  7443. },
  7444. {
  7445. "name": "text_pos_g",
  7446. "type": "STRING",
  7447. "link": null,
  7448. "dir": 3
  7449. },
  7450. {
  7451. "name": "text_pos_l",
  7452. "type": "STRING",
  7453. "link": null,
  7454. "dir": 3
  7455. },
  7456. {
  7457. "name": "text_neg_g",
  7458. "type": "STRING",
  7459. "link": null,
  7460. "dir": 3
  7461. },
  7462. {
  7463. "name": "text_neg_l",
  7464. "type": "STRING",
  7465. "link": null,
  7466. "dir": 3
  7467. },
  7468. {
  7469. "name": "mask",
  7470. "type": "MASK",
  7471. "link": null,
  7472. "dir": 3
  7473. },
  7474. {
  7475. "name": "control_net",
  7476. "type": "CONTROL_NET",
  7477. "link": null,
  7478. "dir": 3
  7479. }
  7480. ],
  7481. "outputs": [
  7482. {
  7483. "name": "CONTEXT",
  7484. "type": "RGTHREE_CONTEXT",
  7485. "links": [
  7486. 1862
  7487. ],
  7488. "slot_index": 0,
  7489. "shape": 3,
  7490. "dir": 4
  7491. },
  7492. {
  7493. "name": "MODEL",
  7494. "type": "MODEL",
  7495. "links": null,
  7496. "shape": 3,
  7497. "dir": 4
  7498. },
  7499. {
  7500. "name": "CLIP",
  7501. "type": "CLIP",
  7502. "links": null,
  7503. "shape": 3,
  7504. "dir": 4
  7505. },
  7506. {
  7507. "name": "VAE",
  7508. "type": "VAE",
  7509. "links": null,
  7510. "shape": 3,
  7511. "dir": 4
  7512. },
  7513. {
  7514. "name": "POSITIVE",
  7515. "type": "CONDITIONING",
  7516. "links": null,
  7517. "shape": 3,
  7518. "dir": 4
  7519. },
  7520. {
  7521. "name": "NEGATIVE",
  7522. "type": "CONDITIONING",
  7523. "links": null,
  7524. "shape": 3,
  7525. "dir": 4
  7526. },
  7527. {
  7528. "name": "LATENT",
  7529. "type": "LATENT",
  7530. "links": null,
  7531. "shape": 3,
  7532. "dir": 4
  7533. },
  7534. {
  7535. "name": "IMAGE",
  7536. "type": "IMAGE",
  7537. "links": null,
  7538. "shape": 3,
  7539. "dir": 4
  7540. },
  7541. {
  7542. "name": "SEED",
  7543. "type": "INT",
  7544. "links": null,
  7545. "shape": 3,
  7546. "dir": 4
  7547. },
  7548. {
  7549. "name": "STEPS",
  7550. "type": "INT",
  7551. "links": null,
  7552. "shape": 3,
  7553. "dir": 4
  7554. },
  7555. {
  7556. "name": "STEP_REFINER",
  7557. "type": "INT",
  7558. "links": null,
  7559. "shape": 3,
  7560. "dir": 4
  7561. },
  7562. {
  7563. "name": "CFG",
  7564. "type": "FLOAT",
  7565. "links": null,
  7566. "shape": 3,
  7567. "dir": 4
  7568. },
  7569. {
  7570. "name": "CKPT_NAME",
  7571. "type": "COMBO",
  7572. "links": null,
  7573. "shape": 3,
  7574. "dir": 4
  7575. },
  7576. {
  7577. "name": "SAMPLER",
  7578. "type": "COMBO",
  7579. "links": null,
  7580. "shape": 3,
  7581. "dir": 4
  7582. },
  7583. {
  7584. "name": "SCHEDULER",
  7585. "type": "COMBO",
  7586. "links": null,
  7587. "shape": 3,
  7588. "dir": 4
  7589. },
  7590. {
  7591. "name": "CLIP_WIDTH",
  7592. "type": "INT",
  7593. "links": null,
  7594. "shape": 3,
  7595. "dir": 4
  7596. },
  7597. {
  7598. "name": "CLIP_HEIGHT",
  7599. "type": "INT",
  7600. "links": null,
  7601. "shape": 3,
  7602. "dir": 4
  7603. },
  7604. {
  7605. "name": "TEXT_POS_G",
  7606. "type": "STRING",
  7607. "links": null,
  7608. "shape": 3,
  7609. "dir": 4
  7610. },
  7611. {
  7612. "name": "TEXT_POS_L",
  7613. "type": "STRING",
  7614. "links": null,
  7615. "shape": 3,
  7616. "dir": 4
  7617. },
  7618. {
  7619. "name": "TEXT_NEG_G",
  7620. "type": "STRING",
  7621. "links": null,
  7622. "shape": 3,
  7623. "dir": 4
  7624. },
  7625. {
  7626. "name": "TEXT_NEG_L",
  7627. "type": "STRING",
  7628. "links": null,
  7629. "shape": 3,
  7630. "dir": 4
  7631. },
  7632. {
  7633. "name": "MASK",
  7634. "type": "MASK",
  7635. "links": null,
  7636. "shape": 3,
  7637. "dir": 4
  7638. },
  7639. {
  7640. "name": "CONTROL_NET",
  7641. "type": "CONTROL_NET",
  7642. "links": null,
  7643. "shape": 3,
  7644. "dir": 4
  7645. }
  7646. ],
  7647. "properties": {},
  7648. "widgets_values": []
  7649. },
  7650. {
  7651. "id": 12,
  7652. "type": "UNETLoader",
  7653. "pos": {
  7654. "0": -6600,
  7655. "1": 1050
  7656. },
  7657. "size": {
  7658. "0": 430,
  7659. "1": 90
  7660. },
  7661. "flags": {},
  7662. "order": 8,
  7663. "mode": 0,
  7664. "inputs": [],
  7665. "outputs": [
  7666. {
  7667. "name": "MODEL",
  7668. "type": "MODEL",
  7669. "links": [],
  7670. "slot_index": 0,
  7671. "shape": 3
  7672. }
  7673. ],
  7674. "properties": {
  7675. "Node name for S&R": "UNETLoader"
  7676. },
  7677. "widgets_values": [
  7678. "flux\\flux1-dev-fp8.safetensors",
  7679. "fp8_e4m3fn"
  7680. ],
  7681. "color": "#223",
  7682. "bgcolor": "#335"
  7683. },
  7684. {
  7685. "id": 526,
  7686. "type": "UnetLoaderGGUF",
  7687. "pos": {
  7688. "0": -6600,
  7689. "1": 1220
  7690. },
  7691. "size": {
  7692. "0": 430,
  7693. "1": 60
  7694. },
  7695. "flags": {},
  7696. "order": 9,
  7697. "mode": 0,
  7698. "inputs": [],
  7699. "outputs": [
  7700. {
  7701. "name": "MODEL",
  7702. "type": "MODEL",
  7703. "links": [
  7704. 1603
  7705. ],
  7706. "slot_index": 0,
  7707. "shape": 3
  7708. }
  7709. ],
  7710. "properties": {
  7711. "Node name for S&R": "UnetLoaderGGUF"
  7712. },
  7713. "widgets_values": [
  7714. "flux\\flux1-dev-Q4_0.gguf"
  7715. ]
  7716. },
  7717. {
  7718. "id": 528,
  7719. "type": "DualCLIPLoader",
  7720. "pos": {
  7721. "0": -6490,
  7722. "1": 1340
  7723. },
  7724. "size": {
  7725. "0": 315,
  7726. "1": 106
  7727. },
  7728. "flags": {
  7729. "collapsed": false
  7730. },
  7731. "order": 10,
  7732. "mode": 0,
  7733. "inputs": [],
  7734. "outputs": [
  7735. {
  7736. "name": "CLIP",
  7737. "type": "CLIP",
  7738. "links": [
  7739. 1133
  7740. ],
  7741. "slot_index": 0,
  7742. "shape": 3
  7743. }
  7744. ],
  7745. "properties": {
  7746. "Node name for S&R": "DualCLIPLoader"
  7747. },
  7748. "widgets_values": [
  7749. "t5xxl_fp16.safetensors",
  7750. "clip_l.safetensors",
  7751. "flux"
  7752. ]
  7753. },
  7754. {
  7755. "id": 527,
  7756. "type": "VAELoader",
  7757. "pos": {
  7758. "0": -6450,
  7759. "1": 1500
  7760. },
  7761. "size": {
  7762. "0": 260,
  7763. "1": 60
  7764. },
  7765. "flags": {
  7766. "collapsed": false
  7767. },
  7768. "order": 11,
  7769. "mode": 0,
  7770. "inputs": [],
  7771. "outputs": [
  7772. {
  7773. "name": "VAE",
  7774. "type": "VAE",
  7775. "links": [
  7776. 1134
  7777. ],
  7778. "slot_index": 0,
  7779. "shape": 3
  7780. }
  7781. ],
  7782. "properties": {
  7783. "Node name for S&R": "VAELoader"
  7784. },
  7785. "widgets_values": [
  7786. "ae.sft"
  7787. ]
  7788. },
  7789. {
  7790. "id": 544,
  7791. "type": "Context Big (rgthree)",
  7792. "pos": {
  7793. "0": -5940,
  7794. "1": 1010
  7795. },
  7796. "size": {
  7797. "0": 211.60000610351562,
  7798. "1": 466
  7799. },
  7800. "flags": {
  7801. "collapsed": true
  7802. },
  7803. "order": 47,
  7804. "mode": 0,
  7805. "inputs": [
  7806. {
  7807. "name": "base_ctx",
  7808. "type": "RGTHREE_CONTEXT",
  7809. "link": 1863,
  7810. "dir": 3
  7811. },
  7812. {
  7813. "name": "model",
  7814. "type": "MODEL",
  7815. "link": 1603,
  7816. "dir": 3
  7817. },
  7818. {
  7819. "name": "clip",
  7820. "type": "CLIP",
  7821. "link": 1133,
  7822. "dir": 3
  7823. },
  7824. {
  7825. "name": "vae",
  7826. "type": "VAE",
  7827. "link": 1134,
  7828. "dir": 3
  7829. },
  7830. {
  7831. "name": "positive",
  7832. "type": "CONDITIONING",
  7833. "link": null,
  7834. "dir": 3
  7835. },
  7836. {
  7837. "name": "negative",
  7838. "type": "CONDITIONING",
  7839. "link": null,
  7840. "dir": 3
  7841. },
  7842. {
  7843. "name": "latent",
  7844. "type": "LATENT",
  7845. "link": null,
  7846. "dir": 3
  7847. },
  7848. {
  7849. "name": "images",
  7850. "type": "IMAGE",
  7851. "link": null,
  7852. "dir": 3
  7853. },
  7854. {
  7855. "name": "seed",
  7856. "type": "INT",
  7857. "link": null,
  7858. "dir": 3
  7859. },
  7860. {
  7861. "name": "steps",
  7862. "type": "INT",
  7863. "link": null,
  7864. "dir": 3
  7865. },
  7866. {
  7867. "name": "step_refiner",
  7868. "type": "INT",
  7869. "link": null,
  7870. "dir": 3
  7871. },
  7872. {
  7873. "name": "cfg",
  7874. "type": "FLOAT",
  7875. "link": null,
  7876. "dir": 3
  7877. },
  7878. {
  7879. "name": "ckpt_name",
  7880. "type": [
  7881. "flux\\flux1-dev-fp8.safetensors"
  7882. ],
  7883. "link": null,
  7884. "dir": 3
  7885. },
  7886. {
  7887. "name": "sampler",
  7888. "type": [
  7889. "euler",
  7890. "euler_cfg_pp",
  7891. "euler_ancestral",
  7892. "euler_ancestral_cfg_pp",
  7893. "heun",
  7894. "heunpp2",
  7895. "dpm_2",
  7896. "dpm_2_ancestral",
  7897. "lms",
  7898. "dpm_fast",
  7899. "dpm_adaptive",
  7900. "dpmpp_2s_ancestral",
  7901. "dpmpp_sde",
  7902. "dpmpp_sde_gpu",
  7903. "dpmpp_2m",
  7904. "dpmpp_2m_sde",
  7905. "dpmpp_2m_sde_gpu",
  7906. "dpmpp_3m_sde",
  7907. "dpmpp_3m_sde_gpu",
  7908. "ddpm",
  7909. "lcm",
  7910. "ipndm",
  7911. "ipndm_v",
  7912. "deis",
  7913. "ddim",
  7914. "uni_pc",
  7915. "uni_pc_bh2"
  7916. ],
  7917. "link": null,
  7918. "dir": 3
  7919. },
  7920. {
  7921. "name": "scheduler",
  7922. "type": [
  7923. "normal",
  7924. "karras",
  7925. "exponential",
  7926. "sgm_uniform",
  7927. "simple",
  7928. "ddim_uniform",
  7929. "beta"
  7930. ],
  7931. "link": null,
  7932. "dir": 3
  7933. },
  7934. {
  7935. "name": "clip_width",
  7936. "type": "INT",
  7937. "link": null,
  7938. "dir": 3
  7939. },
  7940. {
  7941. "name": "clip_height",
  7942. "type": "INT",
  7943. "link": null,
  7944. "dir": 3
  7945. },
  7946. {
  7947. "name": "text_pos_g",
  7948. "type": "STRING",
  7949. "link": null,
  7950. "dir": 3
  7951. },
  7952. {
  7953. "name": "text_pos_l",
  7954. "type": "STRING",
  7955. "link": null,
  7956. "dir": 3
  7957. },
  7958. {
  7959. "name": "text_neg_g",
  7960. "type": "STRING",
  7961. "link": null,
  7962. "dir": 3
  7963. },
  7964. {
  7965. "name": "text_neg_l",
  7966. "type": "STRING",
  7967. "link": null,
  7968. "dir": 3
  7969. },
  7970. {
  7971. "name": "mask",
  7972. "type": "MASK",
  7973. "link": null,
  7974. "dir": 3
  7975. },
  7976. {
  7977. "name": "control_net",
  7978. "type": "CONTROL_NET",
  7979. "link": null,
  7980. "dir": 3
  7981. }
  7982. ],
  7983. "outputs": [
  7984. {
  7985. "name": "CONTEXT",
  7986. "type": "RGTHREE_CONTEXT",
  7987. "links": [
  7988. 1860,
  7989. 1861
  7990. ],
  7991. "slot_index": 0,
  7992. "shape": 3,
  7993. "dir": 4
  7994. },
  7995. {
  7996. "name": "MODEL",
  7997. "type": "MODEL",
  7998. "links": null,
  7999. "shape": 3,
  8000. "dir": 4
  8001. },
  8002. {
  8003. "name": "CLIP",
  8004. "type": "CLIP",
  8005. "links": null,
  8006. "shape": 3,
  8007. "dir": 4
  8008. },
  8009. {
  8010. "name": "VAE",
  8011. "type": "VAE",
  8012. "links": null,
  8013. "shape": 3,
  8014. "dir": 4
  8015. },
  8016. {
  8017. "name": "POSITIVE",
  8018. "type": "CONDITIONING",
  8019. "links": null,
  8020. "shape": 3,
  8021. "dir": 4
  8022. },
  8023. {
  8024. "name": "NEGATIVE",
  8025. "type": "CONDITIONING",
  8026. "links": null,
  8027. "shape": 3,
  8028. "dir": 4
  8029. },
  8030. {
  8031. "name": "LATENT",
  8032. "type": "LATENT",
  8033. "links": null,
  8034. "shape": 3,
  8035. "dir": 4
  8036. },
  8037. {
  8038. "name": "IMAGE",
  8039. "type": "IMAGE",
  8040. "links": null,
  8041. "shape": 3,
  8042. "dir": 4
  8043. },
  8044. {
  8045. "name": "SEED",
  8046. "type": "INT",
  8047. "links": null,
  8048. "shape": 3,
  8049. "dir": 4
  8050. },
  8051. {
  8052. "name": "STEPS",
  8053. "type": "INT",
  8054. "links": null,
  8055. "shape": 3,
  8056. "dir": 4
  8057. },
  8058. {
  8059. "name": "STEP_REFINER",
  8060. "type": "INT",
  8061. "links": null,
  8062. "shape": 3,
  8063. "dir": 4
  8064. },
  8065. {
  8066. "name": "CFG",
  8067. "type": "FLOAT",
  8068. "links": null,
  8069. "shape": 3,
  8070. "dir": 4
  8071. },
  8072. {
  8073. "name": "CKPT_NAME",
  8074. "type": "COMBO",
  8075. "links": null,
  8076. "shape": 3,
  8077. "dir": 4
  8078. },
  8079. {
  8080. "name": "SAMPLER",
  8081. "type": "COMBO",
  8082. "links": null,
  8083. "shape": 3,
  8084. "dir": 4
  8085. },
  8086. {
  8087. "name": "SCHEDULER",
  8088. "type": "COMBO",
  8089. "links": null,
  8090. "shape": 3,
  8091. "dir": 4
  8092. },
  8093. {
  8094. "name": "CLIP_WIDTH",
  8095. "type": "INT",
  8096. "links": null,
  8097. "shape": 3,
  8098. "dir": 4
  8099. },
  8100. {
  8101. "name": "CLIP_HEIGHT",
  8102. "type": "INT",
  8103. "links": null,
  8104. "shape": 3,
  8105. "dir": 4
  8106. },
  8107. {
  8108. "name": "TEXT_POS_G",
  8109. "type": "STRING",
  8110. "links": null,
  8111. "shape": 3,
  8112. "dir": 4
  8113. },
  8114. {
  8115. "name": "TEXT_POS_L",
  8116. "type": "STRING",
  8117. "links": null,
  8118. "shape": 3,
  8119. "dir": 4
  8120. },
  8121. {
  8122. "name": "TEXT_NEG_G",
  8123. "type": "STRING",
  8124. "links": null,
  8125. "shape": 3,
  8126. "dir": 4
  8127. },
  8128. {
  8129. "name": "TEXT_NEG_L",
  8130. "type": "STRING",
  8131. "links": null,
  8132. "shape": 3,
  8133. "dir": 4
  8134. },
  8135. {
  8136. "name": "MASK",
  8137. "type": "MASK",
  8138. "links": null,
  8139. "shape": 3,
  8140. "dir": 4
  8141. },
  8142. {
  8143. "name": "CONTROL_NET",
  8144. "type": "CONTROL_NET",
  8145. "links": null,
  8146. "shape": 3,
  8147. "dir": 4
  8148. }
  8149. ],
  8150. "properties": {},
  8151. "widgets_values": []
  8152. },
  8153. {
  8154. "id": 836,
  8155. "type": "Context Switch Big (rgthree)",
  8156. "pos": {
  8157. "0": -5190,
  8158. "1": 1020
  8159. },
  8160. "size": {
  8161. "0": 240,
  8162. "1": 470
  8163. },
  8164. "flags": {
  8165. "collapsed": true
  8166. },
  8167. "order": 52,
  8168. "mode": 0,
  8169. "inputs": [
  8170. {
  8171. "name": "ctx_01",
  8172. "type": "RGTHREE_CONTEXT",
  8173. "link": 1862,
  8174. "dir": 3
  8175. },
  8176. {
  8177. "name": "ctx_02",
  8178. "type": "RGTHREE_CONTEXT",
  8179. "link": 1861,
  8180. "dir": 3
  8181. },
  8182. {
  8183. "name": "ctx_03",
  8184. "type": "RGTHREE_CONTEXT",
  8185. "link": null,
  8186. "dir": 3
  8187. },
  8188. {
  8189. "name": "ctx_04",
  8190. "type": "RGTHREE_CONTEXT",
  8191. "link": null,
  8192. "dir": 3
  8193. },
  8194. {
  8195. "name": "ctx_05",
  8196. "type": "RGTHREE_CONTEXT",
  8197. "link": null
  8198. }
  8199. ],
  8200. "outputs": [
  8201. {
  8202. "name": "CONTEXT",
  8203. "type": "RGTHREE_CONTEXT",
  8204. "links": [
  8205. 1794
  8206. ],
  8207. "slot_index": 0,
  8208. "shape": 3,
  8209. "dir": 4
  8210. },
  8211. {
  8212. "name": "MODEL",
  8213. "type": "MODEL",
  8214. "links": null,
  8215. "shape": 3,
  8216. "dir": 4
  8217. },
  8218. {
  8219. "name": "CLIP",
  8220. "type": "CLIP",
  8221. "links": [
  8222. 1787,
  8223. 1788
  8224. ],
  8225. "slot_index": 2,
  8226. "shape": 3,
  8227. "dir": 4
  8228. },
  8229. {
  8230. "name": "VAE",
  8231. "type": "VAE",
  8232. "links": null,
  8233. "shape": 3,
  8234. "dir": 4
  8235. },
  8236. {
  8237. "name": "POSITIVE",
  8238. "type": "CONDITIONING",
  8239. "links": null,
  8240. "shape": 3,
  8241. "dir": 4
  8242. },
  8243. {
  8244. "name": "NEGATIVE",
  8245. "type": "CONDITIONING",
  8246. "links": null,
  8247. "shape": 3,
  8248. "dir": 4
  8249. },
  8250. {
  8251. "name": "LATENT",
  8252. "type": "LATENT",
  8253. "links": null,
  8254. "shape": 3,
  8255. "dir": 4
  8256. },
  8257. {
  8258. "name": "IMAGE",
  8259. "type": "IMAGE",
  8260. "links": [],
  8261. "slot_index": 7,
  8262. "shape": 3,
  8263. "dir": 4
  8264. },
  8265. {
  8266. "name": "SEED",
  8267. "type": "INT",
  8268. "links": null,
  8269. "shape": 3,
  8270. "dir": 4
  8271. },
  8272. {
  8273. "name": "STEPS",
  8274. "type": "INT",
  8275. "links": null,
  8276. "shape": 3,
  8277. "dir": 4
  8278. },
  8279. {
  8280. "name": "STEP_REFINER",
  8281. "type": "INT",
  8282. "links": null,
  8283. "shape": 3,
  8284. "dir": 4
  8285. },
  8286. {
  8287. "name": "CFG",
  8288. "type": "FLOAT",
  8289. "links": null,
  8290. "shape": 3,
  8291. "dir": 4
  8292. },
  8293. {
  8294. "name": "CKPT_NAME",
  8295. "type": "COMBO",
  8296. "links": null,
  8297. "shape": 3,
  8298. "dir": 4
  8299. },
  8300. {
  8301. "name": "SAMPLER",
  8302. "type": "COMBO",
  8303. "links": null,
  8304. "shape": 3,
  8305. "dir": 4
  8306. },
  8307. {
  8308. "name": "SCHEDULER",
  8309. "type": "COMBO",
  8310. "links": null,
  8311. "shape": 3,
  8312. "dir": 4
  8313. },
  8314. {
  8315. "name": "CLIP_WIDTH",
  8316. "type": "INT",
  8317. "links": null,
  8318. "shape": 3,
  8319. "dir": 4
  8320. },
  8321. {
  8322. "name": "CLIP_HEIGHT",
  8323. "type": "INT",
  8324. "links": null,
  8325. "shape": 3,
  8326. "dir": 4
  8327. },
  8328. {
  8329. "name": "TEXT_POS_G",
  8330. "type": "STRING",
  8331. "links": null,
  8332. "shape": 3,
  8333. "dir": 4
  8334. },
  8335. {
  8336. "name": "TEXT_POS_L",
  8337. "type": "STRING",
  8338. "links": null,
  8339. "shape": 3,
  8340. "dir": 4
  8341. },
  8342. {
  8343. "name": "TEXT_NEG_G",
  8344. "type": "STRING",
  8345. "links": null,
  8346. "shape": 3,
  8347. "dir": 4
  8348. },
  8349. {
  8350. "name": "TEXT_NEG_L",
  8351. "type": "STRING",
  8352. "links": null,
  8353. "shape": 3,
  8354. "dir": 4
  8355. },
  8356. {
  8357. "name": "MASK",
  8358. "type": "MASK",
  8359. "links": null,
  8360. "shape": 3,
  8361. "dir": 4
  8362. },
  8363. {
  8364. "name": "CONTROL_NET",
  8365. "type": "CONTROL_NET",
  8366. "links": null,
  8367. "shape": 3,
  8368. "dir": 4
  8369. }
  8370. ],
  8371. "properties": {},
  8372. "widgets_values": []
  8373. },
  8374. {
  8375. "id": 151,
  8376. "type": "CLIPTextEncode",
  8377. "pos": {
  8378. "0": -4840,
  8379. "1": 1600
  8380. },
  8381. "size": {
  8382. "0": 510,
  8383. "1": 140
  8384. },
  8385. "flags": {
  8386. "collapsed": false
  8387. },
  8388. "order": 54,
  8389. "mode": 0,
  8390. "inputs": [
  8391. {
  8392. "name": "clip",
  8393. "type": "CLIP",
  8394. "link": 1788
  8395. }
  8396. ],
  8397. "outputs": [
  8398. {
  8399. "name": "CONDITIONING",
  8400. "type": "CONDITIONING",
  8401. "links": [
  8402. 1795
  8403. ],
  8404. "slot_index": 0
  8405. }
  8406. ],
  8407. "title": "CLIP Text Encode (Negative Prompt)",
  8408. "properties": {
  8409. "Node name for S&R": "CLIPTextEncode"
  8410. },
  8411. "widgets_values": [
  8412. ""
  8413. ],
  8414. "color": "#322",
  8415. "bgcolor": "#533"
  8416. },
  8417. {
  8418. "id": 750,
  8419. "type": "Context Big (rgthree)",
  8420. "pos": {
  8421. "0": -4190,
  8422. "1": 1020
  8423. },
  8424. "size": {
  8425. "0": 317.4000244140625,
  8426. "1": 466
  8427. },
  8428. "flags": {
  8429. "collapsed": true
  8430. },
  8431. "order": 55,
  8432. "mode": 0,
  8433. "inputs": [
  8434. {
  8435. "name": "base_ctx",
  8436. "type": "RGTHREE_CONTEXT",
  8437. "link": 1794,
  8438. "dir": 3
  8439. },
  8440. {
  8441. "name": "model",
  8442. "type": "MODEL",
  8443. "link": null,
  8444. "dir": 3
  8445. },
  8446. {
  8447. "name": "clip",
  8448. "type": "CLIP",
  8449. "link": null,
  8450. "dir": 3
  8451. },
  8452. {
  8453. "name": "vae",
  8454. "type": "VAE",
  8455. "link": null,
  8456. "dir": 3
  8457. },
  8458. {
  8459. "name": "positive",
  8460. "type": "CONDITIONING",
  8461. "link": 1792,
  8462. "dir": 3
  8463. },
  8464. {
  8465. "name": "negative",
  8466. "type": "CONDITIONING",
  8467. "link": 1795,
  8468. "dir": 3
  8469. },
  8470. {
  8471. "name": "latent",
  8472. "type": "LATENT",
  8473. "link": null,
  8474. "dir": 3
  8475. },
  8476. {
  8477. "name": "images",
  8478. "type": "IMAGE",
  8479. "link": null,
  8480. "dir": 3
  8481. },
  8482. {
  8483. "name": "seed",
  8484. "type": "INT",
  8485. "link": null,
  8486. "dir": 3
  8487. },
  8488. {
  8489. "name": "steps",
  8490. "type": "INT",
  8491. "link": null,
  8492. "dir": 3
  8493. },
  8494. {
  8495. "name": "step_refiner",
  8496. "type": "INT",
  8497. "link": null,
  8498. "dir": 3
  8499. },
  8500. {
  8501. "name": "cfg",
  8502. "type": "FLOAT",
  8503. "link": null,
  8504. "dir": 3
  8505. },
  8506. {
  8507. "name": "ckpt_name",
  8508. "type": [
  8509. "flux\\flux1-dev-fp8.safetensors"
  8510. ],
  8511. "link": null,
  8512. "dir": 3
  8513. },
  8514. {
  8515. "name": "sampler",
  8516. "type": [
  8517. "euler",
  8518. "euler_cfg_pp",
  8519. "euler_ancestral",
  8520. "euler_ancestral_cfg_pp",
  8521. "heun",
  8522. "heunpp2",
  8523. "dpm_2",
  8524. "dpm_2_ancestral",
  8525. "lms",
  8526. "dpm_fast",
  8527. "dpm_adaptive",
  8528. "dpmpp_2s_ancestral",
  8529. "dpmpp_sde",
  8530. "dpmpp_sde_gpu",
  8531. "dpmpp_2m",
  8532. "dpmpp_2m_sde",
  8533. "dpmpp_2m_sde_gpu",
  8534. "dpmpp_3m_sde",
  8535. "dpmpp_3m_sde_gpu",
  8536. "ddpm",
  8537. "lcm",
  8538. "ipndm",
  8539. "ipndm_v",
  8540. "deis",
  8541. "ddim",
  8542. "uni_pc",
  8543. "uni_pc_bh2"
  8544. ],
  8545. "link": null,
  8546. "dir": 3
  8547. },
  8548. {
  8549. "name": "scheduler",
  8550. "type": [
  8551. "normal",
  8552. "karras",
  8553. "exponential",
  8554. "sgm_uniform",
  8555. "simple",
  8556. "ddim_uniform",
  8557. "beta"
  8558. ],
  8559. "link": null,
  8560. "dir": 3
  8561. },
  8562. {
  8563. "name": "clip_width",
  8564. "type": "INT",
  8565. "link": null,
  8566. "dir": 3
  8567. },
  8568. {
  8569. "name": "clip_height",
  8570. "type": "INT",
  8571. "link": null,
  8572. "dir": 3
  8573. },
  8574. {
  8575. "name": "text_pos_g",
  8576. "type": "STRING",
  8577. "link": null,
  8578. "dir": 3
  8579. },
  8580. {
  8581. "name": "text_pos_l",
  8582. "type": "STRING",
  8583. "link": null,
  8584. "dir": 3
  8585. },
  8586. {
  8587. "name": "text_neg_g",
  8588. "type": "STRING",
  8589. "link": null,
  8590. "dir": 3
  8591. },
  8592. {
  8593. "name": "text_neg_l",
  8594. "type": "STRING",
  8595. "link": null,
  8596. "dir": 3
  8597. },
  8598. {
  8599. "name": "mask",
  8600. "type": "MASK",
  8601. "link": null,
  8602. "dir": 3
  8603. },
  8604. {
  8605. "name": "control_net",
  8606. "type": "CONTROL_NET",
  8607. "link": null,
  8608. "dir": 3
  8609. }
  8610. ],
  8611. "outputs": [
  8612. {
  8613. "name": "CONTEXT",
  8614. "type": "RGTHREE_CONTEXT",
  8615. "links": [
  8616. 1884
  8617. ],
  8618. "slot_index": 0,
  8619. "shape": 3,
  8620. "dir": 4
  8621. },
  8622. {
  8623. "name": "MODEL",
  8624. "type": "MODEL",
  8625. "links": null,
  8626. "shape": 3,
  8627. "dir": 4
  8628. },
  8629. {
  8630. "name": "CLIP",
  8631. "type": "CLIP",
  8632. "links": null,
  8633. "shape": 3,
  8634. "dir": 4
  8635. },
  8636. {
  8637. "name": "VAE",
  8638. "type": "VAE",
  8639. "links": null,
  8640. "shape": 3,
  8641. "dir": 4
  8642. },
  8643. {
  8644. "name": "POSITIVE",
  8645. "type": "CONDITIONING",
  8646. "links": [],
  8647. "slot_index": 4,
  8648. "shape": 3,
  8649. "dir": 4
  8650. },
  8651. {
  8652. "name": "NEGATIVE",
  8653. "type": "CONDITIONING",
  8654. "links": [],
  8655. "slot_index": 5,
  8656. "shape": 3,
  8657. "dir": 4
  8658. },
  8659. {
  8660. "name": "LATENT",
  8661. "type": "LATENT",
  8662. "links": null,
  8663. "shape": 3,
  8664. "dir": 4
  8665. },
  8666. {
  8667. "name": "IMAGE",
  8668. "type": "IMAGE",
  8669. "links": [],
  8670. "slot_index": 7,
  8671. "shape": 3,
  8672. "dir": 4
  8673. },
  8674. {
  8675. "name": "SEED",
  8676. "type": "INT",
  8677. "links": null,
  8678. "shape": 3,
  8679. "dir": 4
  8680. },
  8681. {
  8682. "name": "STEPS",
  8683. "type": "INT",
  8684. "links": null,
  8685. "shape": 3,
  8686. "dir": 4
  8687. },
  8688. {
  8689. "name": "STEP_REFINER",
  8690. "type": "INT",
  8691. "links": null,
  8692. "shape": 3,
  8693. "dir": 4
  8694. },
  8695. {
  8696. "name": "CFG",
  8697. "type": "FLOAT",
  8698. "links": null,
  8699. "shape": 3,
  8700. "dir": 4
  8701. },
  8702. {
  8703. "name": "CKPT_NAME",
  8704. "type": "COMBO",
  8705. "links": null,
  8706. "shape": 3,
  8707. "dir": 4
  8708. },
  8709. {
  8710. "name": "SAMPLER",
  8711. "type": "COMBO",
  8712. "links": null,
  8713. "shape": 3,
  8714. "dir": 4
  8715. },
  8716. {
  8717. "name": "SCHEDULER",
  8718. "type": "COMBO",
  8719. "links": null,
  8720. "shape": 3,
  8721. "dir": 4
  8722. },
  8723. {
  8724. "name": "CLIP_WIDTH",
  8725. "type": "INT",
  8726. "links": null,
  8727. "shape": 3,
  8728. "dir": 4
  8729. },
  8730. {
  8731. "name": "CLIP_HEIGHT",
  8732. "type": "INT",
  8733. "links": null,
  8734. "shape": 3,
  8735. "dir": 4
  8736. },
  8737. {
  8738. "name": "TEXT_POS_G",
  8739. "type": "STRING",
  8740. "links": null,
  8741. "shape": 3,
  8742. "dir": 4
  8743. },
  8744. {
  8745. "name": "TEXT_POS_L",
  8746. "type": "STRING",
  8747. "links": null,
  8748. "shape": 3,
  8749. "dir": 4
  8750. },
  8751. {
  8752. "name": "TEXT_NEG_G",
  8753. "type": "STRING",
  8754. "links": null,
  8755. "shape": 3,
  8756. "dir": 4
  8757. },
  8758. {
  8759. "name": "TEXT_NEG_L",
  8760. "type": "STRING",
  8761. "links": null,
  8762. "shape": 3,
  8763. "dir": 4
  8764. },
  8765. {
  8766. "name": "MASK",
  8767. "type": "MASK",
  8768. "links": null,
  8769. "shape": 3,
  8770. "dir": 4
  8771. },
  8772. {
  8773. "name": "CONTROL_NET",
  8774. "type": "CONTROL_NET",
  8775. "links": null,
  8776. "shape": 3,
  8777. "dir": 4
  8778. }
  8779. ],
  8780. "properties": {},
  8781. "widgets_values": []
  8782. },
  8783. {
  8784. "id": 425,
  8785. "type": "GroundingDinoSAMSegment (segment anything)",
  8786. "pos": {
  8787. "0": -8630,
  8788. "1": 420
  8789. },
  8790. "size": {
  8791. "0": 352.79998779296875,
  8792. "1": 122
  8793. },
  8794. "flags": {},
  8795. "order": 17,
  8796. "mode": 0,
  8797. "inputs": [
  8798. {
  8799. "name": "sam_model",
  8800. "type": "SAM_MODEL",
  8801. "link": 884
  8802. },
  8803. {
  8804. "name": "grounding_dino_model",
  8805. "type": "GROUNDING_DINO_MODEL",
  8806. "link": 883
  8807. },
  8808. {
  8809. "name": "image",
  8810. "type": "IMAGE",
  8811. "link": 1128
  8812. }
  8813. ],
  8814. "outputs": [
  8815. {
  8816. "name": "IMAGE",
  8817. "type": "IMAGE",
  8818. "links": [],
  8819. "slot_index": 0,
  8820. "shape": 3
  8821. },
  8822. {
  8823. "name": "MASK",
  8824. "type": "MASK",
  8825. "links": [
  8826. 1127,
  8827. 1842
  8828. ],
  8829. "slot_index": 1,
  8830. "shape": 3
  8831. }
  8832. ],
  8833. "properties": {
  8834. "Node name for S&R": "GroundingDinoSAMSegment (segment anything)"
  8835. },
  8836. "widgets_values": [
  8837. "person",
  8838. 0.3
  8839. ]
  8840. },
  8841. {
  8842. "id": 413,
  8843. "type": "BasicScheduler",
  8844. "pos": {
  8845. "0": -3790,
  8846. "1": 810
  8847. },
  8848. "size": {
  8849. "0": 260,
  8850. "1": 110
  8851. },
  8852. "flags": {},
  8853. "order": 61,
  8854. "mode": 0,
  8855. "inputs": [
  8856. {
  8857. "name": "model",
  8858. "type": "MODEL",
  8859. "link": 857
  8860. }
  8861. ],
  8862. "outputs": [
  8863. {
  8864. "name": "SIGMAS",
  8865. "type": "SIGMAS",
  8866. "links": [
  8867. 856
  8868. ],
  8869. "slot_index": 0,
  8870. "shape": 3
  8871. }
  8872. ],
  8873. "properties": {
  8874. "Node name for S&R": "BasicScheduler"
  8875. },
  8876. "widgets_values": [
  8877. "ddim_uniform",
  8878. 50,
  8879. 0.85
  8880. ]
  8881. },
  8882. {
  8883. "id": 512,
  8884. "type": "LoadImage",
  8885. "pos": {
  8886. "0": -9900,
  8887. "1": 350
  8888. },
  8889. "size": {
  8890. "0": 460,
  8891. "1": 430
  8892. },
  8893. "flags": {},
  8894. "order": 12,
  8895. "mode": 0,
  8896. "inputs": [],
  8897. "outputs": [
  8898. {
  8899. "name": "IMAGE",
  8900. "type": "IMAGE",
  8901. "links": [
  8902. 1162
  8903. ],
  8904. "slot_index": 0,
  8905. "shape": 3
  8906. },
  8907. {
  8908. "name": "MASK",
  8909. "type": "MASK",
  8910. "links": null,
  8911. "shape": 3
  8912. }
  8913. ],
  8914. "properties": {
  8915. "Node name for S&R": "LoadImage"
  8916. },
  8917. "widgets_values": [
  8918. "reddit-test-image.png",
  8919. "image"
  8920. ]
  8921. },
  8922. {
  8923. "id": 567,
  8924. "type": "CLIPTextEncodeFlux",
  8925. "pos": {
  8926. "0": -4850,
  8927. "1": 1090
  8928. },
  8929. "size": {
  8930. "0": 510,
  8931. "1": 440
  8932. },
  8933. "flags": {},
  8934. "order": 53,
  8935. "mode": 0,
  8936. "inputs": [
  8937. {
  8938. "name": "clip",
  8939. "type": "CLIP",
  8940. "link": 1787
  8941. }
  8942. ],
  8943. "outputs": [
  8944. {
  8945. "name": "CONDITIONING",
  8946. "type": "CONDITIONING",
  8947. "links": [
  8948. 1792
  8949. ],
  8950. "slot_index": 0,
  8951. "shape": 3
  8952. }
  8953. ],
  8954. "properties": {
  8955. "Node name for S&R": "CLIPTextEncodeFlux"
  8956. },
  8957. "widgets_values": [
  8958. "",
  8959. "",
  8960. 2
  8961. ],
  8962. "color": "#232",
  8963. "bgcolor": "#353"
  8964. },
  8965. {
  8966. "id": 244,
  8967. "type": "Lora Loader Stack (rgthree)",
  8968. "pos": {
  8969. "0": -5640,
  8970. "1": 1240
  8971. },
  8972. "size": {
  8973. "0": 315,
  8974. "1": 246
  8975. },
  8976. "flags": {},
  8977. "order": 50,
  8978. "mode": 2,
  8979. "inputs": [
  8980. {
  8981. "name": "model",
  8982. "type": "MODEL",
  8983. "link": 1165
  8984. },
  8985. {
  8986. "name": "clip",
  8987. "type": "CLIP",
  8988. "link": 1166
  8989. }
  8990. ],
  8991. "outputs": [
  8992. {
  8993. "name": "MODEL",
  8994. "type": "MODEL",
  8995. "links": [
  8996. 1170
  8997. ],
  8998. "slot_index": 0,
  8999. "shape": 3
  9000. },
  9001. {
  9002. "name": "CLIP",
  9003. "type": "CLIP",
  9004. "links": [
  9005. 1171
  9006. ],
  9007. "slot_index": 1,
  9008. "shape": 3
  9009. }
  9010. ],
  9011. "properties": {
  9012. "Node name for S&R": "Lora Loader Stack (rgthree)"
  9013. },
  9014. "widgets_values": [
  9015. "None",
  9016. 0,
  9017. "None",
  9018. 0,
  9019. "None",
  9020. 0,
  9021. "None",
  9022. 0
  9023. ]
  9024. }
  9025. ],
  9026. "links": [
  9027. [
  9028. 56,
  9029. 12,
  9030. 0,
  9031. 17,
  9032. 0,
  9033. "MODEL"
  9034. ],
  9035. [
  9036. 57,
  9037. 25,
  9038. 0,
  9039. 13,
  9040. 0,
  9041. "NOISE"
  9042. ],
  9043. [
  9044. 58,
  9045. 22,
  9046. 0,
  9047. 13,
  9048. 1,
  9049. "GUIDER"
  9050. ],
  9051. [
  9052. 59,
  9053. 16,
  9054. 0,
  9055. 13,
  9056. 2,
  9057. "SAMPLER"
  9058. ],
  9059. [
  9060. 60,
  9061. 12,
  9062. 0,
  9063. 22,
  9064. 0,
  9065. "MODEL"
  9066. ],
  9067. [
  9068. 61,
  9069. 10,
  9070. 0,
  9071. 8,
  9072. 1,
  9073. "VAE"
  9074. ],
  9075. [
  9076. 62,
  9077. 10,
  9078. 0,
  9079. 32,
  9080. 1,
  9081. "VAE"
  9082. ],
  9083. [
  9084. 63,
  9085. 10,
  9086. 0,
  9087. 36,
  9088. 1,
  9089. "VAE"
  9090. ],
  9091. [
  9092. 64,
  9093. 25,
  9094. 0,
  9095. 33,
  9096. 0,
  9097. "NOISE"
  9098. ],
  9099. [
  9100. 65,
  9101. 22,
  9102. 0,
  9103. 33,
  9104. 1,
  9105. "GUIDER"
  9106. ],
  9107. [
  9108. 66,
  9109. 16,
  9110. 0,
  9111. 33,
  9112. 2,
  9113. "SAMPLER"
  9114. ],
  9115. [
  9116. 67,
  9117. 12,
  9118. 0,
  9119. 34,
  9120. 0,
  9121. "MODEL"
  9122. ],
  9123. [
  9124. 68,
  9125. 12,
  9126. 0,
  9127. 22,
  9128. 0,
  9129. "MODEL"
  9130. ],
  9131. [
  9132. 69,
  9133. 10,
  9134. 0,
  9135. 8,
  9136. 1,
  9137. "VAE"
  9138. ],
  9139. [
  9140. 70,
  9141. 25,
  9142. 0,
  9143. 13,
  9144. 0,
  9145. "NOISE"
  9146. ],
  9147. [
  9148. 71,
  9149. 22,
  9150. 0,
  9151. 13,
  9152. 1,
  9153. "GUIDER"
  9154. ],
  9155. [
  9156. 72,
  9157. 16,
  9158. 0,
  9159. 13,
  9160. 2,
  9161. "SAMPLER"
  9162. ],
  9163. [
  9164. 73,
  9165. 12,
  9166. 0,
  9167. 17,
  9168. 0,
  9169. "MODEL"
  9170. ],
  9171. [
  9172. 74,
  9173. 10,
  9174. 0,
  9175. 32,
  9176. 1,
  9177. "VAE"
  9178. ],
  9179. [
  9180. 75,
  9181. 25,
  9182. 0,
  9183. 33,
  9184. 0,
  9185. "NOISE"
  9186. ],
  9187. [
  9188. 76,
  9189. 22,
  9190. 0,
  9191. 33,
  9192. 1,
  9193. "GUIDER"
  9194. ],
  9195. [
  9196. 77,
  9197. 16,
  9198. 0,
  9199. 33,
  9200. 2,
  9201. "SAMPLER"
  9202. ],
  9203. [
  9204. 78,
  9205. 12,
  9206. 0,
  9207. 34,
  9208. 0,
  9209. "MODEL"
  9210. ],
  9211. [
  9212. 79,
  9213. 10,
  9214. 0,
  9215. 36,
  9216. 1,
  9217. "VAE"
  9218. ],
  9219. [
  9220. 834,
  9221. 369,
  9222. 0,
  9223. 402,
  9224. 0,
  9225. "MODEL"
  9226. ],
  9227. [
  9228. 848,
  9229. 403,
  9230. 0,
  9231. 402,
  9232. 1,
  9233. "INT"
  9234. ],
  9235. [
  9236. 849,
  9237. 403,
  9238. 1,
  9239. 402,
  9240. 2,
  9241. "INT"
  9242. ],
  9243. [
  9244. 851,
  9245. 402,
  9246. 0,
  9247. 411,
  9248. 0,
  9249. "MODEL"
  9250. ],
  9251. [
  9252. 854,
  9253. 368,
  9254. 2,
  9255. 411,
  9256. 5,
  9257. "LATENT"
  9258. ],
  9259. [
  9260. 855,
  9261. 412,
  9262. 0,
  9263. 411,
  9264. 3,
  9265. "SAMPLER"
  9266. ],
  9267. [
  9268. 856,
  9269. 413,
  9270. 0,
  9271. 411,
  9272. 4,
  9273. "SIGMAS"
  9274. ],
  9275. [
  9276. 857,
  9277. 402,
  9278. 0,
  9279. 413,
  9280. 0,
  9281. "MODEL"
  9282. ],
  9283. [
  9284. 858,
  9285. 414,
  9286. 0,
  9287. 411,
  9288. 6,
  9289. "INT"
  9290. ],
  9291. [
  9292. 859,
  9293. 411,
  9294. 1,
  9295. 415,
  9296. 0,
  9297. "LATENT"
  9298. ],
  9299. [
  9300. 883,
  9301. 426,
  9302. 0,
  9303. 425,
  9304. 1,
  9305. "GROUNDING_DINO_MODEL"
  9306. ],
  9307. [
  9308. 884,
  9309. 424,
  9310. 0,
  9311. 425,
  9312. 0,
  9313. "SAM_MODEL"
  9314. ],
  9315. [
  9316. 918,
  9317. 430,
  9318. 2,
  9319. 446,
  9320. 0,
  9321. "*"
  9322. ],
  9323. [
  9324. 919,
  9325. 430,
  9326. 3,
  9327. 447,
  9328. 0,
  9329. "*"
  9330. ],
  9331. [
  9332. 972,
  9333. 446,
  9334. 0,
  9335. 461,
  9336. 0,
  9337. "*"
  9338. ],
  9339. [
  9340. 974,
  9341. 447,
  9342. 0,
  9343. 462,
  9344. 0,
  9345. "*"
  9346. ],
  9347. [
  9348. 997,
  9349. 430,
  9350. 4,
  9351. 472,
  9352. 0,
  9353. "*"
  9354. ],
  9355. [
  9356. 998,
  9357. 430,
  9358. 5,
  9359. 473,
  9360. 0,
  9361. "*"
  9362. ],
  9363. [
  9364. 1127,
  9365. 425,
  9366. 1,
  9367. 542,
  9368. 21,
  9369. "MASK"
  9370. ],
  9371. [
  9372. 1128,
  9373. 543,
  9374. 7,
  9375. 425,
  9376. 2,
  9377. "IMAGE"
  9378. ],
  9379. [
  9380. 1129,
  9381. 543,
  9382. 0,
  9383. 542,
  9384. 0,
  9385. "RGTHREE_CONTEXT"
  9386. ],
  9387. [
  9388. 1133,
  9389. 528,
  9390. 0,
  9391. 544,
  9392. 2,
  9393. "CLIP"
  9394. ],
  9395. [
  9396. 1134,
  9397. 527,
  9398. 0,
  9399. 544,
  9400. 3,
  9401. "VAE"
  9402. ],
  9403. [
  9404. 1162,
  9405. 512,
  9406. 0,
  9407. 553,
  9408. 7,
  9409. "IMAGE"
  9410. ],
  9411. [
  9412. 1165,
  9413. 555,
  9414. 1,
  9415. 244,
  9416. 0,
  9417. "MODEL"
  9418. ],
  9419. [
  9420. 1166,
  9421. 555,
  9422. 2,
  9423. 244,
  9424. 1,
  9425. "CLIP"
  9426. ],
  9427. [
  9428. 1169,
  9429. 555,
  9430. 0,
  9431. 556,
  9432. 0,
  9433. "RGTHREE_CONTEXT"
  9434. ],
  9435. [
  9436. 1170,
  9437. 244,
  9438. 0,
  9439. 556,
  9440. 1,
  9441. "MODEL"
  9442. ],
  9443. [
  9444. 1171,
  9445. 244,
  9446. 1,
  9447. 556,
  9448. 2,
  9449. "CLIP"
  9450. ],
  9451. [
  9452. 1173,
  9453. 558,
  9454. 0,
  9455. 559,
  9456. 0,
  9457. "RGTHREE_CONTEXT"
  9458. ],
  9459. [
  9460. 1174,
  9461. 557,
  9462. 1,
  9463. 559,
  9464. 21,
  9465. "MASK"
  9466. ],
  9467. [
  9468. 1178,
  9469. 559,
  9470. 0,
  9471. 561,
  9472. 0,
  9473. "RGTHREE_CONTEXT"
  9474. ],
  9475. [
  9476. 1179,
  9477. 562,
  9478. 0,
  9479. 561,
  9480. 1,
  9481. "RGTHREE_CONTEXT"
  9482. ],
  9483. [
  9484. 1180,
  9485. 542,
  9486. 0,
  9487. 562,
  9488. 0,
  9489. "RGTHREE_CONTEXT"
  9490. ],
  9491. [
  9492. 1183,
  9493. 562,
  9494. 0,
  9495. 558,
  9496. 0,
  9497. "RGTHREE_CONTEXT"
  9498. ],
  9499. [
  9500. 1187,
  9501. 564,
  9502. 21,
  9503. 421,
  9504. 0,
  9505. "MASK"
  9506. ],
  9507. [
  9508. 1227,
  9509. 353,
  9510. 0,
  9511. 577,
  9512. 3,
  9513. "IMAGE"
  9514. ],
  9515. [
  9516. 1228,
  9517. 353,
  9518. 0,
  9519. 579,
  9520. 0,
  9521. "IMAGE"
  9522. ],
  9523. [
  9524. 1229,
  9525. 368,
  9526. 0,
  9527. 411,
  9528. 1,
  9529. "CONDITIONING"
  9530. ],
  9531. [
  9532. 1306,
  9533. 645,
  9534. 0,
  9535. 635,
  9536. 1,
  9537. "INT"
  9538. ],
  9539. [
  9540. 1309,
  9541. 635,
  9542. 1,
  9543. 637,
  9544. 0,
  9545. "INT"
  9546. ],
  9547. [
  9548. 1310,
  9549. 635,
  9550. 2,
  9551. 638,
  9552. 0,
  9553. "INT"
  9554. ],
  9555. [
  9556. 1312,
  9557. 635,
  9558. 0,
  9559. 639,
  9560. 7,
  9561. "IMAGE"
  9562. ],
  9563. [
  9564. 1314,
  9565. 641,
  9566. 1,
  9567. 643,
  9568. 0,
  9569. "INT,FLOAT,IMAGE,LATENT"
  9570. ],
  9571. [
  9572. 1317,
  9573. 643,
  9574. 1,
  9575. 645,
  9576. 0,
  9577. "INT,FLOAT,IMAGE,LATENT"
  9578. ],
  9579. [
  9580. 1318,
  9581. 644,
  9582. 0,
  9583. 645,
  9584. 1,
  9585. "INT,FLOAT,IMAGE,LATENT"
  9586. ],
  9587. [
  9588. 1324,
  9589. 472,
  9590. 0,
  9591. 646,
  9592. 0,
  9593. "*"
  9594. ],
  9595. [
  9596. 1325,
  9597. 473,
  9598. 0,
  9599. 647,
  9600. 0,
  9601. "*"
  9602. ],
  9603. [
  9604. 1326,
  9605. 646,
  9606. 0,
  9607. 486,
  9608. 1,
  9609. "INT"
  9610. ],
  9611. [
  9612. 1327,
  9613. 647,
  9614. 0,
  9615. 486,
  9616. 2,
  9617. "INT"
  9618. ],
  9619. [
  9620. 1362,
  9621. 662,
  9622. 3,
  9623. 368,
  9624. 2,
  9625. "VAE"
  9626. ],
  9627. [
  9628. 1365,
  9629. 662,
  9630. 7,
  9631. 368,
  9632. 3,
  9633. "IMAGE"
  9634. ],
  9635. [
  9636. 1366,
  9637. 662,
  9638. 21,
  9639. 368,
  9640. 4,
  9641. "MASK"
  9642. ],
  9643. [
  9644. 1367,
  9645. 662,
  9646. 7,
  9647. 403,
  9648. 0,
  9649. "IMAGE"
  9650. ],
  9651. [
  9652. 1368,
  9653. 662,
  9654. 1,
  9655. 369,
  9656. 0,
  9657. "MODEL"
  9658. ],
  9659. [
  9660. 1369,
  9661. 662,
  9662. 3,
  9663. 415,
  9664. 1,
  9665. "VAE"
  9666. ],
  9667. [
  9668. 1409,
  9669. 662,
  9670. 7,
  9671. 682,
  9672. 0,
  9673. "IMAGE"
  9674. ],
  9675. [
  9676. 1410,
  9677. 415,
  9678. 0,
  9679. 682,
  9680. 1,
  9681. "IMAGE"
  9682. ],
  9683. [
  9684. 1413,
  9685. 486,
  9686. 0,
  9687. 680,
  9688. 1,
  9689. "IMAGE"
  9690. ],
  9691. [
  9692. 1415,
  9693. 461,
  9694. 0,
  9695. 680,
  9696. 3,
  9697. "INT"
  9698. ],
  9699. [
  9700. 1416,
  9701. 462,
  9702. 0,
  9703. 680,
  9704. 4,
  9705. "INT"
  9706. ],
  9707. [
  9708. 1417,
  9709. 680,
  9710. 0,
  9711. 654,
  9712. 1,
  9713. "IMAGE"
  9714. ],
  9715. [
  9716. 1418,
  9717. 680,
  9718. 0,
  9719. 651,
  9720. 7,
  9721. "IMAGE"
  9722. ],
  9723. [
  9724. 1441,
  9725. 697,
  9726. 0,
  9727. 696,
  9728. 0,
  9729. "*"
  9730. ],
  9731. [
  9732. 1442,
  9733. 697,
  9734. 0,
  9735. 421,
  9736. 1,
  9737. "INT"
  9738. ],
  9739. [
  9740. 1443,
  9741. 696,
  9742. 1,
  9743. 421,
  9744. 2,
  9745. "FLOAT"
  9746. ],
  9747. [
  9748. 1461,
  9749. 635,
  9750. 1,
  9751. 705,
  9752. 1,
  9753. "INT"
  9754. ],
  9755. [
  9756. 1462,
  9757. 635,
  9758. 2,
  9759. 705,
  9760. 2,
  9761. "INT"
  9762. ],
  9763. [
  9764. 1464,
  9765. 705,
  9766. 0,
  9767. 639,
  9768. 21,
  9769. "MASK"
  9770. ],
  9771. [
  9772. 1469,
  9773. 561,
  9774. 0,
  9775. 564,
  9776. 0,
  9777. "RGTHREE_CONTEXT"
  9778. ],
  9779. [
  9780. 1472,
  9781. 421,
  9782. 0,
  9783. 430,
  9784. 0,
  9785. "MASK"
  9786. ],
  9787. [
  9788. 1478,
  9789. 708,
  9790. 0,
  9791. 707,
  9792. 1,
  9793. "IMAGE"
  9794. ],
  9795. [
  9796. 1479,
  9797. 430,
  9798. 4,
  9799. 643,
  9800. 1,
  9801. "INT,FLOAT,IMAGE,LATENT"
  9802. ],
  9803. [
  9804. 1480,
  9805. 430,
  9806. 5,
  9807. 643,
  9808. 2,
  9809. "INT,FLOAT,IMAGE,LATENT"
  9810. ],
  9811. [
  9812. 1481,
  9813. 430,
  9814. 1,
  9815. 635,
  9816. 0,
  9817. "IMAGE"
  9818. ],
  9819. [
  9820. 1482,
  9821. 430,
  9822. 0,
  9823. 705,
  9824. 0,
  9825. "MASK"
  9826. ],
  9827. [
  9828. 1484,
  9829. 564,
  9830. 0,
  9831. 639,
  9832. 0,
  9833. "RGTHREE_CONTEXT"
  9834. ],
  9835. [
  9836. 1485,
  9837. 635,
  9838. 0,
  9839. 707,
  9840. 0,
  9841. "IMAGE"
  9842. ],
  9843. [
  9844. 1486,
  9845. 705,
  9846. 0,
  9847. 708,
  9848. 0,
  9849. "MASK"
  9850. ],
  9851. [
  9852. 1487,
  9853. 709,
  9854. 0,
  9855. 430,
  9856. 2,
  9857. "INT"
  9858. ],
  9859. [
  9860. 1491,
  9861. 564,
  9862. 0,
  9863. 711,
  9864. 0,
  9865. "RGTHREE_CONTEXT"
  9866. ],
  9867. [
  9868. 1494,
  9869. 711,
  9870. 0,
  9871. 713,
  9872. 0,
  9873. "RGTHREE_CONTEXT"
  9874. ],
  9875. [
  9876. 1496,
  9877. 713,
  9878. 0,
  9879. 651,
  9880. 0,
  9881. "RGTHREE_CONTEXT"
  9882. ],
  9883. [
  9884. 1497,
  9885. 421,
  9886. 0,
  9887. 711,
  9888. 21,
  9889. "MASK"
  9890. ],
  9891. [
  9892. 1498,
  9893. 713,
  9894. 7,
  9895. 680,
  9896. 0,
  9897. "IMAGE"
  9898. ],
  9899. [
  9900. 1499,
  9901. 713,
  9902. 7,
  9903. 654,
  9904. 0,
  9905. "IMAGE"
  9906. ],
  9907. [
  9908. 1519,
  9909. 368,
  9910. 1,
  9911. 411,
  9912. 2,
  9913. "CONDITIONING"
  9914. ],
  9915. [
  9916. 1603,
  9917. 526,
  9918. 0,
  9919. 544,
  9920. 1,
  9921. "MODEL"
  9922. ],
  9923. [
  9924. 1787,
  9925. 836,
  9926. 2,
  9927. 567,
  9928. 0,
  9929. "CLIP"
  9930. ],
  9931. [
  9932. 1788,
  9933. 836,
  9934. 2,
  9935. 151,
  9936. 0,
  9937. "CLIP"
  9938. ],
  9939. [
  9940. 1792,
  9941. 567,
  9942. 0,
  9943. 750,
  9944. 4,
  9945. "CONDITIONING"
  9946. ],
  9947. [
  9948. 1794,
  9949. 836,
  9950. 0,
  9951. 750,
  9952. 0,
  9953. "RGTHREE_CONTEXT"
  9954. ],
  9955. [
  9956. 1795,
  9957. 151,
  9958. 0,
  9959. 750,
  9960. 5,
  9961. "CONDITIONING"
  9962. ],
  9963. [
  9964. 1824,
  9965. 662,
  9966. 4,
  9967. 368,
  9968. 0,
  9969. "CONDITIONING"
  9970. ],
  9971. [
  9972. 1825,
  9973. 662,
  9974. 5,
  9975. 368,
  9976. 1,
  9977. "CONDITIONING"
  9978. ],
  9979. [
  9980. 1828,
  9981. 842,
  9982. 0,
  9983. 543,
  9984. 0,
  9985. "RGTHREE_CONTEXT"
  9986. ],
  9987. [
  9988. 1829,
  9989. 842,
  9990. 0,
  9991. 562,
  9992. 1,
  9993. "RGTHREE_CONTEXT"
  9994. ],
  9995. [
  9996. 1839,
  9997. 558,
  9998. 7,
  9999. 557,
  10000. 0,
  10001. "IMAGE"
  10002. ],
  10003. [
  10004. 1840,
  10005. 560,
  10006. 0,
  10007. 542,
  10008. 7,
  10009. "IMAGE"
  10010. ],
  10011. [
  10012. 1842,
  10013. 425,
  10014. 1,
  10015. 560,
  10016. 1,
  10017. "MASK"
  10018. ],
  10019. [
  10020. 1843,
  10021. 564,
  10022. 7,
  10023. 846,
  10024. 0,
  10025. "IMAGE"
  10026. ],
  10027. [
  10028. 1844,
  10029. 846,
  10030. 0,
  10031. 430,
  10032. 1,
  10033. "IMAGE"
  10034. ],
  10035. [
  10036. 1845,
  10037. 543,
  10038. 7,
  10039. 560,
  10040. 0,
  10041. "IMAGE"
  10042. ],
  10043. [
  10044. 1846,
  10045. 846,
  10046. 0,
  10047. 711,
  10048. 7,
  10049. "IMAGE"
  10050. ],
  10051. [
  10052. 1847,
  10053. 415,
  10054. 0,
  10055. 486,
  10056. 0,
  10057. "IMAGE"
  10058. ],
  10059. [
  10060. 1849,
  10061. 662,
  10062. 21,
  10063. 680,
  10064. 2,
  10065. "MASK"
  10066. ],
  10067. [
  10068. 1850,
  10069. 680,
  10070. 0,
  10071. 710,
  10072. 0,
  10073. "IMAGE"
  10074. ],
  10075. [
  10076. 1857,
  10077. 553,
  10078. 0,
  10079. 842,
  10080. 0,
  10081. "RGTHREE_CONTEXT"
  10082. ],
  10083. [
  10084. 1860,
  10085. 544,
  10086. 0,
  10087. 555,
  10088. 0,
  10089. "RGTHREE_CONTEXT"
  10090. ],
  10091. [
  10092. 1861,
  10093. 544,
  10094. 0,
  10095. 836,
  10096. 1,
  10097. "RGTHREE_CONTEXT"
  10098. ],
  10099. [
  10100. 1862,
  10101. 556,
  10102. 0,
  10103. 836,
  10104. 0,
  10105. "RGTHREE_CONTEXT"
  10106. ],
  10107. [
  10108. 1863,
  10109. 639,
  10110. 0,
  10111. 544,
  10112. 0,
  10113. "RGTHREE_CONTEXT"
  10114. ],
  10115. [
  10116. 1884,
  10117. 750,
  10118. 0,
  10119. 662,
  10120. 0,
  10121. "RGTHREE_CONTEXT"
  10122. ]
  10123. ],
  10124. "groups": [
  10125. {
  10126. "title": "Edit mask",
  10127. "bounding": [
  10128. -8060,
  10129. 240,
  10130. 470,
  10131. 570
  10132. ],
  10133. "color": "#3f789e",
  10134. "font_size": 24,
  10135. "flags": {}
  10136. },
  10137. {
  10138. "title": "Apply LoRAs",
  10139. "bounding": [
  10140. -5700,
  10141. 1100,
  10142. 420,
  10143. 410
  10144. ],
  10145. "color": "#3f789e",
  10146. "font_size": 24,
  10147. "flags": {}
  10148. },
  10149. {
  10150. "title": "Load image",
  10151. "bounding": [
  10152. -9920,
  10153. 220,
  10154. 500,
  10155. 590
  10156. ],
  10157. "color": "#3f789e",
  10158. "font_size": 24,
  10159. "flags": {}
  10160. },
  10161. {
  10162. "title": "Expand and blur mask; crop and resize image and mask to padded bounding box",
  10163. "bounding": [
  10164. -7280,
  10165. 210,
  10166. 1110,
  10167. 740
  10168. ],
  10169. "color": "#3f789e",
  10170. "font_size": 24,
  10171. "flags": {}
  10172. },
  10173. {
  10174. "title": "Get mask from prompt",
  10175. "bounding": [
  10176. -9060,
  10177. 250,
  10178. 800,
  10179. 380
  10180. ],
  10181. "color": "#3f789e",
  10182. "font_size": 24,
  10183. "flags": {}
  10184. },
  10185. {
  10186. "title": "Inpaint cropped masked region, resize and paste into original image",
  10187. "bounding": [
  10188. -3890,
  10189. 180,
  10190. 3350,
  10191. 960
  10192. ],
  10193. "color": "#3f789e",
  10194. "font_size": 24,
  10195. "flags": {}
  10196. }
  10197. ],
  10198. "config": {},
  10199. "extra": {
  10200. "ds": {
  10201. "scale": 0.4594972986357223,
  10202. "offset": [
  10203. 9498.179534988642,
  10204. 218.1455313370515
  10205. ]
  10206. }
  10207. },
  10208. "version": 0.4
  10209. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement