ИOƧᒐ.𖣠⚪ᗯⓄᙁꗳ✻ᴥⓄᗯ⊚ⵙᑎ𖣓᨟ꗳᙏⓄᑐᑕ⊚᨟ꗳᙏⓄᑐᑕ𖣓ИNᑎᴥ⚪𔗢⚪🞋⚪𔗢⚪ᴥᑎИN𖣓ᑐᑕⓄᙏꗳ᨟⊚ᑐᑕⓄᙏꗳ᨟𖣓ᑎⵙ⊚ᗯⓄᴥ✻ꗳᙁⓄᗯ⚪𖣠.JSON 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026
  1. {
  2. "last_node_id": 163,
  3. "last_link_id": 192,
  4. "nodes": [
  5. {
  6. "id": 4,
  7. "type": "CheckpointLoaderSimple",
  8. "pos": [
  9. 80,
  10. 352
  11. ],
  12. "size": {
  13. "0": 448,
  14. "1": 98
  15. },
  16. "flags": {},
  17. "order": 0,
  18. "mode": 0,
  19. "inputs": [],
  20. "outputs": [
  21. {
  22. "name": "MODEL",
  23. "type": "MODEL",
  24. "links": [
  25. 35,
  26. 189
  27. ],
  28. "slot_index": 0,
  29. "shape": 3
  30. },
  31. {
  32. "name": "CLIP",
  33. "type": "CLIP",
  34. "links": [
  35. 98,
  36. 99,
  37. 135
  38. ],
  39. "slot_index": 1,
  40. "shape": 3
  41. },
  42. {
  43. "name": "VAE",
  44. "type": "VAE",
  45. "links": [
  46. 17,
  47. 177
  48. ],
  49. "slot_index": 2,
  50. "shape": 3
  51. }
  52. ],
  53. "title": " ",
  54. "properties": {
  55. "Node name for S&R": "CheckpointLoaderSimple"
  56. },
  57. "widgets_values": [
  58. "RealVisXL_V4.0_Lightning.safetensors"
  59. ]
  60. },
  61. {
  62. "id": 95,
  63. "type": "Text to Conditioning",
  64. "pos": [
  65. 320,
  66. 144
  67. ],
  68. "size": {
  69. "0": 210,
  70. "1": 54
  71. },
  72. "flags": {},
  73. "order": 10,
  74. "mode": 0,
  75. "inputs": [
  76. {
  77. "name": "clip",
  78. "type": "CLIP",
  79. "link": 98
  80. },
  81. {
  82. "name": "text",
  83. "type": "STRING",
  84. "link": 182,
  85. "widget": {
  86. "name": "text"
  87. }
  88. }
  89. ],
  90. "outputs": [
  91. {
  92. "name": "CONDITIONING",
  93. "type": "CONDITIONING",
  94. "links": [
  95. 132
  96. ],
  97. "slot_index": 0,
  98. "shape": 3
  99. }
  100. ],
  101. "title": " ",
  102. "properties": {
  103. "Node name for S&R": "Text to Conditioning"
  104. },
  105. "widgets_values": [
  106. ""
  107. ]
  108. },
  109. {
  110. "id": 122,
  111. "type": "Text to Conditioning",
  112. "pos": [
  113. 320,
  114. 256
  115. ],
  116. "size": {
  117. "0": 210,
  118. "1": 54
  119. },
  120. "flags": {},
  121. "order": 9,
  122. "mode": 0,
  123. "inputs": [
  124. {
  125. "name": "clip",
  126. "type": "CLIP",
  127. "link": 135
  128. },
  129. {
  130. "name": "text",
  131. "type": "STRING",
  132. "link": 183,
  133. "widget": {
  134. "name": "text"
  135. }
  136. }
  137. ],
  138. "outputs": [
  139. {
  140. "name": "CONDITIONING",
  141. "type": "CONDITIONING",
  142. "links": [
  143. 133
  144. ],
  145. "slot_index": 0,
  146. "shape": 3
  147. }
  148. ],
  149. "title": " ",
  150. "properties": {
  151. "Node name for S&R": "Text to Conditioning"
  152. },
  153. "widgets_values": [
  154. ""
  155. ]
  156. },
  157. {
  158. "id": 132,
  159. "type": "SamplerDPMAdaptative",
  160. "pos": [
  161. 560,
  162. 272
  163. ],
  164. "size": {
  165. "0": 304,
  166. "1": 274
  167. },
  168. "flags": {},
  169. "order": 1,
  170. "mode": 0,
  171. "inputs": [],
  172. "outputs": [
  173. {
  174. "name": "SAMPLER",
  175. "type": "SAMPLER",
  176. "links": [
  177. 144
  178. ],
  179. "shape": 3
  180. }
  181. ],
  182. "title": " ",
  183. "properties": {
  184. "Node name for S&R": "SamplerDPMAdaptative"
  185. },
  186. "widgets_values": [
  187. 2,
  188. 100,
  189. 100,
  190. 100,
  191. 0,
  192. 0,
  193. 0,
  194. 0,
  195. 0,
  196. 0
  197. ]
  198. },
  199. {
  200. "id": 91,
  201. "type": "Text to Conditioning",
  202. "pos": [
  203. 320,
  204. 32
  205. ],
  206. "size": [
  207. 210,
  208. 54
  209. ],
  210. "flags": {},
  211. "order": 8,
  212. "mode": 0,
  213. "inputs": [
  214. {
  215. "name": "clip",
  216. "type": "CLIP",
  217. "link": 99
  218. },
  219. {
  220. "name": "text",
  221. "type": "STRING",
  222. "link": 181,
  223. "widget": {
  224. "name": "text"
  225. }
  226. }
  227. ],
  228. "outputs": [
  229. {
  230. "name": "CONDITIONING",
  231. "type": "CONDITIONING",
  232. "links": [
  233. 131
  234. ],
  235. "slot_index": 0,
  236. "shape": 3
  237. }
  238. ],
  239. "title": " ",
  240. "properties": {
  241. "Node name for S&R": "Text to Conditioning"
  242. },
  243. "widgets_values": [
  244. ""
  245. ]
  246. },
  247. {
  248. "id": 154,
  249. "type": "Text box",
  250. "pos": [
  251. 80,
  252. 16
  253. ],
  254. "size": [
  255. 208,
  256. 76.00000381469727
  257. ],
  258. "flags": {},
  259. "order": 2,
  260. "mode": 0,
  261. "outputs": [
  262. {
  263. "name": "STRING",
  264. "type": "STRING",
  265. "links": [
  266. 181
  267. ],
  268. "shape": 3,
  269. "slot_index": 0
  270. }
  271. ],
  272. "title": " ",
  273. "properties": {
  274. "Node name for S&R": "Text box"
  275. },
  276. "widgets_values": [
  277. "⚪"
  278. ]
  279. },
  280. {
  281. "id": 155,
  282. "type": "Text box",
  283. "pos": [
  284. 80,
  285. 256
  286. ],
  287. "size": {
  288. "0": 208,
  289. "1": 76.00000762939453
  290. },
  291. "flags": {},
  292. "order": 3,
  293. "mode": 0,
  294. "outputs": [
  295. {
  296. "name": "STRING",
  297. "type": "STRING",
  298. "links": [
  299. 183
  300. ],
  301. "shape": 3,
  302. "slot_index": 0
  303. }
  304. ],
  305. "title": " ",
  306. "properties": {
  307. "Node name for S&R": "Text box"
  308. },
  309. "widgets_values": [
  310. ""
  311. ]
  312. },
  313. {
  314. "id": 156,
  315. "type": "Text box",
  316. "pos": [
  317. 80,
  318. 144
  319. ],
  320. "size": {
  321. "0": 208,
  322. "1": 76.00000762939453
  323. },
  324. "flags": {},
  325. "order": 4,
  326. "mode": 0,
  327. "outputs": [
  328. {
  329. "name": "STRING",
  330. "type": "STRING",
  331. "links": [
  332. 182
  333. ],
  334. "shape": 3,
  335. "slot_index": 0
  336. }
  337. ],
  338. "title": " ",
  339. "properties": {
  340. "Node name for S&R": "Text box"
  341. },
  342. "widgets_values": [
  343. ""
  344. ]
  345. },
  346. {
  347. "id": 5,
  348. "type": "EmptyLatentImage",
  349. "pos": [
  350. 560,
  351. 688
  352. ],
  353. "size": {
  354. "0": 304,
  355. "1": 112
  356. },
  357. "flags": {},
  358. "order": 5,
  359. "mode": 0,
  360. "inputs": [],
  361. "outputs": [
  362. {
  363. "name": "LATENT",
  364. "type": "LATENT",
  365. "links": [
  366. 49
  367. ],
  368. "slot_index": 0,
  369. "shape": 3
  370. }
  371. ],
  372. "title": " ",
  373. "properties": {
  374. "Node name for S&R": "EmptyLatentImage"
  375. },
  376. "widgets_values": [
  377. 256,
  378. 256,
  379. 1
  380. ]
  381. },
  382. {
  383. "id": 158,
  384. "type": "RandomNoise",
  385. "pos": [
  386. 560,
  387. -16
  388. ],
  389. "size": [
  390. 304,
  391. 80
  392. ],
  393. "flags": {},
  394. "order": 6,
  395. "mode": 0,
  396. "outputs": [
  397. {
  398. "name": "NOISE",
  399. "type": "NOISE",
  400. "links": [
  401. 185
  402. ],
  403. "shape": 3
  404. }
  405. ],
  406. "title": " ",
  407. "properties": {
  408. "Node name for S&R": "RandomNoise"
  409. },
  410. "widgets_values": [
  411. 0,
  412. "fixed"
  413. ]
  414. },
  415. {
  416. "id": 8,
  417. "type": "VAEDecode",
  418. "pos": [
  419. 944,
  420. 272
  421. ],
  422. "size": {
  423. "0": 144,
  424. "1": 48
  425. },
  426. "flags": {},
  427. "order": 15,
  428. "mode": 0,
  429. "inputs": [
  430. {
  431. "name": "samples",
  432. "type": "LATENT",
  433. "link": 176
  434. },
  435. {
  436. "name": "vae",
  437. "type": "VAE",
  438. "link": 17
  439. }
  440. ],
  441. "outputs": [
  442. {
  443. "name": "IMAGE",
  444. "type": "IMAGE",
  445. "links": [
  446. 36
  447. ],
  448. "shape": 3
  449. }
  450. ],
  451. "title": " ",
  452. "properties": {
  453. "Node name for S&R": "VAEDecode"
  454. }
  455. },
  456. {
  457. "id": 72,
  458. "type": "SamplerCustomAdvanced",
  459. "pos": [
  460. 896,
  461. 352
  462. ],
  463. "size": {
  464. "0": 240,
  465. "1": 112
  466. },
  467. "flags": {},
  468. "order": 14,
  469. "mode": 0,
  470. "inputs": [
  471. {
  472. "name": "noise",
  473. "type": "NOISE",
  474. "link": 185,
  475. "slot_index": 0
  476. },
  477. {
  478. "name": "guider",
  479. "type": "GUIDER",
  480. "link": 114
  481. },
  482. {
  483. "name": "sampler",
  484. "type": "SAMPLER",
  485. "link": 144
  486. },
  487. {
  488. "name": "sigmas",
  489. "type": "SIGMAS",
  490. "link": 186,
  491. "slot_index": 3
  492. },
  493. {
  494. "name": "latent_image",
  495. "type": "LATENT",
  496. "link": 49
  497. }
  498. ],
  499. "outputs": [
  500. {
  501. "name": "output",
  502. "type": "LATENT",
  503. "links": [
  504. 176
  505. ],
  506. "slot_index": 0,
  507. "shape": 3
  508. },
  509. {
  510. "name": "denoised_output",
  511. "type": "LATENT",
  512. "links": [
  513. 178
  514. ],
  515. "slot_index": 1,
  516. "shape": 3
  517. }
  518. ],
  519. "title": " ",
  520. "properties": {
  521. "Node name for S&R": "SamplerCustomAdvanced"
  522. }
  523. },
  524. {
  525. "id": 151,
  526. "type": "VAEDecode",
  527. "pos": [
  528. 944,
  529. 496
  530. ],
  531. "size": {
  532. "0": 144,
  533. "1": 48
  534. },
  535. "flags": {},
  536. "order": 16,
  537. "mode": 0,
  538. "inputs": [
  539. {
  540. "name": "samples",
  541. "type": "LATENT",
  542. "link": 178
  543. },
  544. {
  545. "name": "vae",
  546. "type": "VAE",
  547. "link": 177
  548. }
  549. ],
  550. "outputs": [
  551. {
  552. "name": "IMAGE",
  553. "type": "IMAGE",
  554. "links": [
  555. 180
  556. ],
  557. "slot_index": 0,
  558. "shape": 3
  559. }
  560. ],
  561. "title": " ",
  562. "properties": {
  563. "Node name for S&R": "VAEDecode"
  564. }
  565. },
  566. {
  567. "id": 153,
  568. "type": "PreviewImage",
  569. "pos": [
  570. 896,
  571. 576
  572. ],
  573. "size": {
  574. "0": 256,
  575. "1": 288
  576. },
  577. "flags": {},
  578. "order": 18,
  579. "mode": 0,
  580. "inputs": [
  581. {
  582. "name": "images",
  583. "type": "IMAGE",
  584. "link": 180
  585. }
  586. ],
  587. "outputs": [],
  588. "title": " ",
  589. "properties": {
  590. "Node name for S&R": "PreviewImage"
  591. }
  592. },
  593. {
  594. "id": 61,
  595. "type": "PreviewImage",
  596. "pos": [
  597. 896,
  598. -48
  599. ],
  600. "size": {
  601. "0": 256,
  602. "1": 288
  603. },
  604. "flags": {},
  605. "order": 17,
  606. "mode": 0,
  607. "inputs": [
  608. {
  609. "name": "images",
  610. "type": "IMAGE",
  611. "link": 36
  612. }
  613. ],
  614. "outputs": [],
  615. "title": " ",
  616. "properties": {
  617. "Node name for S&R": "PreviewImage"
  618. }
  619. },
  620. {
  621. "id": 159,
  622. "type": "SDTurboScheduler",
  623. "pos": [
  624. 560,
  625. 576
  626. ],
  627. "size": [
  628. 304,
  629. 80
  630. ],
  631. "flags": {},
  632. "order": 12,
  633. "mode": 0,
  634. "inputs": [
  635. {
  636. "name": "model",
  637. "type": "MODEL",
  638. "link": 189,
  639. "slot_index": 0
  640. },
  641. {
  642. "name": "steps",
  643. "type": "INT",
  644. "link": 190,
  645. "widget": {
  646. "name": "steps"
  647. }
  648. }
  649. ],
  650. "outputs": [
  651. {
  652. "name": "SIGMAS",
  653. "type": "SIGMAS",
  654. "links": [
  655. 186
  656. ],
  657. "shape": 3
  658. }
  659. ],
  660. "title": " ",
  661. "properties": {
  662. "Node name for S&R": "SDTurboScheduler"
  663. },
  664. "widgets_values": [
  665. 1,
  666. 1
  667. ]
  668. },
  669. {
  670. "id": 74,
  671. "type": "PerpNegGuider",
  672. "pos": [
  673. 560,
  674. 96
  675. ],
  676. "size": [
  677. 304,
  678. 144
  679. ],
  680. "flags": {},
  681. "order": 13,
  682. "mode": 0,
  683. "inputs": [
  684. {
  685. "name": "model",
  686. "type": "MODEL",
  687. "link": 35
  688. },
  689. {
  690. "name": "positive",
  691. "type": "CONDITIONING",
  692. "link": 131
  693. },
  694. {
  695. "name": "negative",
  696. "type": "CONDITIONING",
  697. "link": 132
  698. },
  699. {
  700. "name": "empty_conditioning",
  701. "type": "CONDITIONING",
  702. "link": 133
  703. },
  704. {
  705. "name": "cfg",
  706. "type": "FLOAT",
  707. "link": 191,
  708. "widget": {
  709. "name": "cfg"
  710. },
  711. "slot_index": 4
  712. }
  713. ],
  714. "outputs": [
  715. {
  716. "name": "GUIDER",
  717. "type": "GUIDER",
  718. "links": [
  719. 114
  720. ],
  721. "slot_index": 0,
  722. "shape": 3
  723. }
  724. ],
  725. "title": " ",
  726. "properties": {
  727. "Node name for S&R": "PerpNegGuider"
  728. },
  729. "widgets_values": [
  730. 8,
  731. 0
  732. ]
  733. },
  734. {
  735. "id": 161,
  736. "type": "Int to float",
  737. "pos": [
  738. 208,
  739. 496
  740. ],
  741. "size": [
  742. 208,
  743. 32
  744. ],
  745. "flags": {},
  746. "order": 11,
  747. "mode": 0,
  748. "inputs": [
  749. {
  750. "name": "Value",
  751. "type": "INT",
  752. "link": 188,
  753. "widget": {
  754. "name": "Value"
  755. },
  756. "label": " "
  757. }
  758. ],
  759. "outputs": [
  760. {
  761. "name": "FLOAT",
  762. "type": "FLOAT",
  763. "links": [
  764. 191
  765. ],
  766. "shape": 3
  767. }
  768. ],
  769. "title": " ",
  770. "properties": {
  771. "Node name for S&R": "Int to float"
  772. },
  773. "widgets_values": [
  774. 1
  775. ]
  776. },
  777. {
  778. "id": 162,
  779. "type": "Integer",
  780. "pos": [
  781. 208,
  782. 560
  783. ],
  784. "size": [
  785. 208,
  786. 64
  787. ],
  788. "flags": {},
  789. "order": 7,
  790. "mode": 0,
  791. "outputs": [
  792. {
  793. "name": "INT",
  794. "type": "INT",
  795. "links": [
  796. 188,
  797. 190
  798. ],
  799. "shape": 3,
  800. "slot_index": 0
  801. }
  802. ],
  803. "title": " ",
  804. "properties": {
  805. "Node name for S&R": "Integer"
  806. },
  807. "widgets_values": [
  808. 8
  809. ]
  810. }
  811. ],
  812. "links": [
  813. [
  814. 17,
  815. 4,
  816. 2,
  817. 8,
  818. 1,
  819. "VAE"
  820. ],
  821. [
  822. 35,
  823. 4,
  824. 0,
  825. 74,
  826. 0,
  827. "MODEL"
  828. ],
  829. [
  830. 36,
  831. 8,
  832. 0,
  833. 61,
  834. 0,
  835. "IMAGE"
  836. ],
  837. [
  838. 49,
  839. 5,
  840. 0,
  841. 72,
  842. 4,
  843. "LATENT"
  844. ],
  845. [
  846. 98,
  847. 4,
  848. 1,
  849. 95,
  850. 0,
  851. "CLIP"
  852. ],
  853. [
  854. 99,
  855. 4,
  856. 1,
  857. 91,
  858. 0,
  859. "CLIP"
  860. ],
  861. [
  862. 114,
  863. 74,
  864. 0,
  865. 72,
  866. 1,
  867. "GUIDER"
  868. ],
  869. [
  870. 131,
  871. 91,
  872. 0,
  873. 74,
  874. 1,
  875. "CONDITIONING"
  876. ],
  877. [
  878. 132,
  879. 95,
  880. 0,
  881. 74,
  882. 2,
  883. "CONDITIONING"
  884. ],
  885. [
  886. 133,
  887. 122,
  888. 0,
  889. 74,
  890. 3,
  891. "CONDITIONING"
  892. ],
  893. [
  894. 135,
  895. 4,
  896. 1,
  897. 122,
  898. 0,
  899. "CLIP"
  900. ],
  901. [
  902. 144,
  903. 132,
  904. 0,
  905. 72,
  906. 2,
  907. "SAMPLER"
  908. ],
  909. [
  910. 176,
  911. 72,
  912. 0,
  913. 8,
  914. 0,
  915. "LATENT"
  916. ],
  917. [
  918. 177,
  919. 4,
  920. 2,
  921. 151,
  922. 1,
  923. "VAE"
  924. ],
  925. [
  926. 178,
  927. 72,
  928. 1,
  929. 151,
  930. 0,
  931. "LATENT"
  932. ],
  933. [
  934. 180,
  935. 151,
  936. 0,
  937. 153,
  938. 0,
  939. "IMAGE"
  940. ],
  941. [
  942. 181,
  943. 154,
  944. 0,
  945. 91,
  946. 1,
  947. "STRING"
  948. ],
  949. [
  950. 182,
  951. 156,
  952. 0,
  953. 95,
  954. 1,
  955. "STRING"
  956. ],
  957. [
  958. 183,
  959. 155,
  960. 0,
  961. 122,
  962. 1,
  963. "STRING"
  964. ],
  965. [
  966. 185,
  967. 158,
  968. 0,
  969. 72,
  970. 0,
  971. "NOISE"
  972. ],
  973. [
  974. 186,
  975. 159,
  976. 0,
  977. 72,
  978. 3,
  979. "SIGMAS"
  980. ],
  981. [
  982. 188,
  983. 162,
  984. 0,
  985. 161,
  986. 0,
  987. "INT"
  988. ],
  989. [
  990. 189,
  991. 4,
  992. 0,
  993. 159,
  994. 0,
  995. "MODEL"
  996. ],
  997. [
  998. 190,
  999. 162,
  1000. 0,
  1001. 159,
  1002. 1,
  1003. "INT"
  1004. ],
  1005. [
  1006. 191,
  1007. 161,
  1008. 0,
  1009. 74,
  1010. 4,
  1011. "FLOAT"
  1012. ]
  1013. ],
  1014. "groups": [],
  1015. "config": {},
  1016. "extra": {
  1017. "ds": {
  1018. "scale": 0.7950260000000023,
  1019. "offset": [
  1020. 140.6152988705367,
  1021. 106.65041935143569
  1022. ]
  1023. }
  1024. },
  1025. "version": 0.4
  1026. }