rockets6

llm refusal workflow.json

Aug 22nd, 2024
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.40 KB | None | 0 0
  1. {
  2. "last_node_id": 45,
  3. "last_link_id": 126,
  4. "nodes": [
  5. {
  6. "id": 6,
  7. "type": "CLIPTextEncode",
  8. "pos": [
  9. 384,
  10. 240
  11. ],
  12. "size": {
  13. "0": 422.84503173828125,
  14. "1": 164.31304931640625
  15. },
  16. "flags": {},
  17. "order": 14,
  18. "mode": 0,
  19. "inputs": [
  20. {
  21. "name": "clip",
  22. "type": "CLIP",
  23. "link": 122
  24. },
  25. {
  26. "name": "text",
  27. "type": "STRING",
  28. "link": 126,
  29. "widget": {
  30. "name": "text"
  31. }
  32. }
  33. ],
  34. "outputs": [
  35. {
  36. "name": "CONDITIONING",
  37. "type": "CONDITIONING",
  38. "links": [
  39. 41
  40. ],
  41. "slot_index": 0
  42. }
  43. ],
  44. "title": "CLIP Text Encode (Positive Prompt)",
  45. "properties": {
  46. "Node name for S&R": "CLIPTextEncode"
  47. },
  48. "widgets_values": [
  49. "фотографія оголеної жінки з маленькими грудьми, яка приймає душ"
  50. ],
  51. "color": "#232",
  52. "bgcolor": "#353"
  53. },
  54. {
  55. "id": 8,
  56. "type": "VAEDecode",
  57. "pos": [
  58. 866,
  59. 367
  60. ],
  61. "size": {
  62. "0": 210,
  63. "1": 46
  64. },
  65. "flags": {},
  66. "order": 19,
  67. "mode": 0,
  68. "inputs": [
  69. {
  70. "name": "samples",
  71. "type": "LATENT",
  72. "link": 24
  73. },
  74. {
  75. "name": "vae",
  76. "type": "VAE",
  77. "link": 12
  78. }
  79. ],
  80. "outputs": [
  81. {
  82. "name": "IMAGE",
  83. "type": "IMAGE",
  84. "links": [
  85. 9
  86. ],
  87. "slot_index": 0
  88. }
  89. ],
  90. "properties": {
  91. "Node name for S&R": "VAEDecode"
  92. }
  93. },
  94. {
  95. "id": 9,
  96. "type": "SaveImage",
  97. "pos": [
  98. 1155,
  99. 196
  100. ],
  101. "size": {
  102. "0": 985.3012084960938,
  103. "1": 1060.3828125
  104. },
  105. "flags": {},
  106. "order": 20,
  107. "mode": 0,
  108. "inputs": [
  109. {
  110. "name": "images",
  111. "type": "IMAGE",
  112. "link": 9
  113. },
  114. {
  115. "name": "filename_prefix",
  116. "type": "STRING",
  117. "link": 125,
  118. "widget": {
  119. "name": "filename_prefix"
  120. }
  121. }
  122. ],
  123. "properties": {},
  124. "widgets_values": [
  125. "flux/flux random/img_"
  126. ]
  127. },
  128. {
  129. "id": 10,
  130. "type": "VAELoader",
  131. "pos": [
  132. 48,
  133. 432
  134. ],
  135. "size": {
  136. "0": 311.81634521484375,
  137. "1": 60.429901123046875
  138. },
  139. "flags": {},
  140. "order": 0,
  141. "mode": 0,
  142. "outputs": [
  143. {
  144. "name": "VAE",
  145. "type": "VAE",
  146. "links": [
  147. 12
  148. ],
  149. "slot_index": 0,
  150. "shape": 3
  151. }
  152. ],
  153. "properties": {
  154. "Node name for S&R": "VAELoader"
  155. },
  156. "widgets_values": [
  157. "ae.sft"
  158. ]
  159. },
  160. {
  161. "id": 13,
  162. "type": "SamplerCustomAdvanced",
  163. "pos": [
  164. 866,
  165. 187
  166. ],
  167. "size": {
  168. "0": 272.3617858886719,
  169. "1": 326
  170. },
  171. "flags": {},
  172. "order": 18,
  173. "mode": 0,
  174. "inputs": [
  175. {
  176. "name": "noise",
  177. "type": "NOISE",
  178. "link": 37,
  179. "slot_index": 0
  180. },
  181. {
  182. "name": "guider",
  183. "type": "GUIDER",
  184. "link": 30,
  185. "slot_index": 1
  186. },
  187. {
  188. "name": "sampler",
  189. "type": "SAMPLER",
  190. "link": 19,
  191. "slot_index": 2
  192. },
  193. {
  194. "name": "sigmas",
  195. "type": "SIGMAS",
  196. "link": 121,
  197. "slot_index": 3
  198. },
  199. {
  200. "name": "latent_image",
  201. "type": "LATENT",
  202. "link": 116,
  203. "slot_index": 4
  204. }
  205. ],
  206. "outputs": [
  207. {
  208. "name": "output",
  209. "type": "LATENT",
  210. "links": [
  211. 24
  212. ],
  213. "slot_index": 0,
  214. "shape": 3
  215. },
  216. {
  217. "name": "denoised_output",
  218. "type": "LATENT",
  219. "links": null,
  220. "shape": 3
  221. }
  222. ],
  223. "properties": {
  224. "Node name for S&R": "SamplerCustomAdvanced"
  225. }
  226. },
  227. {
  228. "id": 16,
  229. "type": "KSamplerSelect",
  230. "pos": [
  231. 480,
  232. 912
  233. ],
  234. "size": {
  235. "0": 315,
  236. "1": 58
  237. },
  238. "flags": {},
  239. "order": 1,
  240. "mode": 0,
  241. "outputs": [
  242. {
  243. "name": "SAMPLER",
  244. "type": "SAMPLER",
  245. "links": [
  246. 19
  247. ],
  248. "shape": 3
  249. }
  250. ],
  251. "properties": {
  252. "Node name for S&R": "KSamplerSelect"
  253. },
  254. "widgets_values": [
  255. "euler"
  256. ]
  257. },
  258. {
  259. "id": 17,
  260. "type": "BasicScheduler",
  261. "pos": [
  262. 475,
  263. 1008
  264. ],
  265. "size": {
  266. "0": 315,
  267. "1": 106
  268. },
  269. "flags": {},
  270. "order": 15,
  271. "mode": 0,
  272. "inputs": [
  273. {
  274. "name": "model",
  275. "type": "MODEL",
  276. "link": 120,
  277. "slot_index": 0
  278. }
  279. ],
  280. "outputs": [
  281. {
  282. "name": "SIGMAS",
  283. "type": "SIGMAS",
  284. "links": [
  285. 121
  286. ],
  287. "slot_index": 0,
  288. "shape": 3
  289. }
  290. ],
  291. "properties": {
  292. "Node name for S&R": "BasicScheduler"
  293. },
  294. "widgets_values": [
  295. "beta",
  296. 20,
  297. 1
  298. ]
  299. },
  300. {
  301. "id": 22,
  302. "type": "BasicGuider",
  303. "pos": [
  304. 573,
  305. 55
  306. ],
  307. "size": {
  308. "0": 222.3482666015625,
  309. "1": 46
  310. },
  311. "flags": {},
  312. "order": 17,
  313. "mode": 0,
  314. "inputs": [
  315. {
  316. "name": "model",
  317. "type": "MODEL",
  318. "link": 54,
  319. "slot_index": 0
  320. },
  321. {
  322. "name": "conditioning",
  323. "type": "CONDITIONING",
  324. "link": 42,
  325. "slot_index": 1
  326. }
  327. ],
  328. "outputs": [
  329. {
  330. "name": "GUIDER",
  331. "type": "GUIDER",
  332. "links": [
  333. 30
  334. ],
  335. "slot_index": 0,
  336. "shape": 3
  337. }
  338. ],
  339. "properties": {
  340. "Node name for S&R": "BasicGuider"
  341. }
  342. },
  343. {
  344. "id": 25,
  345. "type": "RandomNoise",
  346. "pos": [
  347. 480,
  348. 768
  349. ],
  350. "size": {
  351. "0": 315,
  352. "1": 82
  353. },
  354. "flags": {},
  355. "order": 2,
  356. "mode": 0,
  357. "outputs": [
  358. {
  359. "name": "NOISE",
  360. "type": "NOISE",
  361. "links": [
  362. 37
  363. ],
  364. "shape": 3
  365. }
  366. ],
  367. "properties": {
  368. "Node name for S&R": "RandomNoise"
  369. },
  370. "widgets_values": [
  371. 1125065134443482,
  372. "randomize"
  373. ],
  374. "color": "#2a363b",
  375. "bgcolor": "#3f5159"
  376. },
  377. {
  378. "id": 26,
  379. "type": "FluxGuidance",
  380. "pos": [
  381. 480,
  382. 144
  383. ],
  384. "size": {
  385. "0": 317.4000244140625,
  386. "1": 58
  387. },
  388. "flags": {},
  389. "order": 16,
  390. "mode": 0,
  391. "inputs": [
  392. {
  393. "name": "conditioning",
  394. "type": "CONDITIONING",
  395. "link": 41
  396. }
  397. ],
  398. "outputs": [
  399. {
  400. "name": "CONDITIONING",
  401. "type": "CONDITIONING",
  402. "links": [
  403. 42
  404. ],
  405. "slot_index": 0,
  406. "shape": 3
  407. }
  408. ],
  409. "properties": {
  410. "Node name for S&R": "FluxGuidance"
  411. },
  412. "widgets_values": [
  413. 3
  414. ],
  415. "color": "#233",
  416. "bgcolor": "#355"
  417. },
  418. {
  419. "id": 27,
  420. "type": "EmptySD3LatentImage",
  421. "pos": [
  422. 480,
  423. 624
  424. ],
  425. "size": {
  426. "0": 315,
  427. "1": 106
  428. },
  429. "flags": {},
  430. "order": 12,
  431. "mode": 0,
  432. "inputs": [
  433. {
  434. "name": "width",
  435. "type": "INT",
  436. "link": 112,
  437. "widget": {
  438. "name": "width"
  439. }
  440. },
  441. {
  442. "name": "height",
  443. "type": "INT",
  444. "link": 113,
  445. "widget": {
  446. "name": "height"
  447. }
  448. }
  449. ],
  450. "outputs": [
  451. {
  452. "name": "LATENT",
  453. "type": "LATENT",
  454. "links": [
  455. 116
  456. ],
  457. "slot_index": 0,
  458. "shape": 3
  459. }
  460. ],
  461. "properties": {
  462. "Node name for S&R": "EmptySD3LatentImage"
  463. },
  464. "widgets_values": [
  465. 832,
  466. 1216,
  467. 1
  468. ]
  469. },
  470. {
  471. "id": 28,
  472. "type": "Note",
  473. "pos": [
  474. 48,
  475. 576
  476. ],
  477. "size": {
  478. "0": 336,
  479. "1": 288
  480. },
  481. "flags": {},
  482. "order": 3,
  483. "mode": 0,
  484. "properties": {
  485. "text": ""
  486. },
  487. "widgets_values": [
  488. "If you get an error in any of the nodes above make sure the files are in the correct directories.\n\nSee the top of the examples page for the links : https://comfyanonymous.github.io/ComfyUI_examples/flux/\n\nflux1-dev.safetensors goes in: ComfyUI/models/unet/\n\nt5xxl_fp16.safetensors and clip_l.safetensors go in: ComfyUI/models/clip/\n\nae.safetensors goes in: ComfyUI/models/vae/\n\n\nTip: You can set the weight_dtype above to one of the fp8 types if you have memory issues."
  489. ],
  490. "color": "#432",
  491. "bgcolor": "#653"
  492. },
  493. {
  494. "id": 30,
  495. "type": "ModelSamplingFlux",
  496. "pos": [
  497. 480,
  498. 1152
  499. ],
  500. "size": {
  501. "0": 315,
  502. "1": 130
  503. },
  504. "flags": {},
  505. "order": 13,
  506. "mode": 0,
  507. "inputs": [
  508. {
  509. "name": "model",
  510. "type": "MODEL",
  511. "link": 124,
  512. "slot_index": 0
  513. },
  514. {
  515. "name": "width",
  516. "type": "INT",
  517. "link": 115,
  518. "slot_index": 1,
  519. "widget": {
  520. "name": "width"
  521. }
  522. },
  523. {
  524. "name": "height",
  525. "type": "INT",
  526. "link": 114,
  527. "slot_index": 2,
  528. "widget": {
  529. "name": "height"
  530. }
  531. }
  532. ],
  533. "outputs": [
  534. {
  535. "name": "MODEL",
  536. "type": "MODEL",
  537. "links": [
  538. 54,
  539. 120
  540. ],
  541. "slot_index": 0,
  542. "shape": 3
  543. }
  544. ],
  545. "properties": {
  546. "Node name for S&R": "ModelSamplingFlux"
  547. },
  548. "widgets_values": [
  549. 1.15,
  550. 0.5,
  551. 832,
  552. 1216
  553. ]
  554. },
  555. {
  556. "id": 34,
  557. "type": "PrimitiveNode",
  558. "pos": [
  559. 399,
  560. 483
  561. ],
  562. "size": {
  563. "0": 210,
  564. "1": 82
  565. },
  566. "flags": {},
  567. "order": 4,
  568. "mode": 0,
  569. "outputs": [
  570. {
  571. "name": "INT",
  572. "type": "INT",
  573. "links": [
  574. 112,
  575. 115
  576. ],
  577. "slot_index": 0,
  578. "widget": {
  579. "name": "width"
  580. }
  581. }
  582. ],
  583. "title": "width",
  584. "properties": {
  585. "Run widget replace on values": false
  586. },
  587. "widgets_values": [
  588. 832,
  589. "fixed"
  590. ],
  591. "color": "#323",
  592. "bgcolor": "#535"
  593. },
  594. {
  595. "id": 35,
  596. "type": "PrimitiveNode",
  597. "pos": [
  598. 633,
  599. 480
  600. ],
  601. "size": {
  602. "0": 210,
  603. "1": 82
  604. },
  605. "flags": {},
  606. "order": 5,
  607. "mode": 0,
  608. "outputs": [
  609. {
  610. "name": "INT",
  611. "type": "INT",
  612. "links": [
  613. 113,
  614. 114
  615. ],
  616. "slot_index": 0,
  617. "widget": {
  618. "name": "height"
  619. }
  620. }
  621. ],
  622. "title": "height",
  623. "properties": {
  624. "Run widget replace on values": false
  625. },
  626. "widgets_values": [
  627. 1216,
  628. "fixed"
  629. ],
  630. "color": "#323",
  631. "bgcolor": "#535"
  632. },
  633. {
  634. "id": 37,
  635. "type": "Note",
  636. "pos": [
  637. 480,
  638. 1344
  639. ],
  640. "size": {
  641. "0": 314.99755859375,
  642. "1": 117.98363494873047
  643. },
  644. "flags": {},
  645. "order": 6,
  646. "mode": 0,
  647. "properties": {
  648. "text": ""
  649. },
  650. "widgets_values": [
  651. "The reference sampling implementation auto adjusts the shift value based on the resolution, if you don't want this you can just bypass (CTRL-B) this ModelSamplingFlux node.\n"
  652. ],
  653. "color": "#432",
  654. "bgcolor": "#653"
  655. },
  656. {
  657. "id": 40,
  658. "type": "BetaSamplingScheduler",
  659. "pos": [
  660. 823,
  661. 816
  662. ],
  663. "size": {
  664. "0": 315,
  665. "1": 106
  666. },
  667. "flags": {},
  668. "order": 7,
  669. "mode": 0,
  670. "inputs": [
  671. {
  672. "name": "model",
  673. "type": "MODEL",
  674. "link": null
  675. }
  676. ],
  677. "outputs": [
  678. {
  679. "name": "SIGMAS",
  680. "type": "SIGMAS",
  681. "links": [],
  682. "slot_index": 0,
  683. "shape": 3
  684. }
  685. ],
  686. "properties": {
  687. "Node name for S&R": "BetaSamplingScheduler"
  688. },
  689. "widgets_values": [
  690. 20,
  691. 0.6,
  692. 0.6
  693. ]
  694. },
  695. {
  696. "id": 41,
  697. "type": "UnetLoaderGGUF",
  698. "pos": [
  699. 53,
  700. 141
  701. ],
  702. "size": {
  703. "0": 315,
  704. "1": 58
  705. },
  706. "flags": {},
  707. "order": 8,
  708. "mode": 0,
  709. "outputs": [
  710. {
  711. "name": "MODEL",
  712. "type": "MODEL",
  713. "links": [
  714. 124
  715. ],
  716. "slot_index": 0,
  717. "shape": 3
  718. }
  719. ],
  720. "properties": {
  721. "Node name for S&R": "UnetLoaderGGUF"
  722. },
  723. "widgets_values": [
  724. "flux1-dev-Q8_0.gguf"
  725. ]
  726. },
  727. {
  728. "id": 42,
  729. "type": "DualCLIPLoaderGGUF",
  730. "pos": [
  731. 54,
  732. 252
  733. ],
  734. "size": {
  735. "0": 315,
  736. "1": 106
  737. },
  738. "flags": {},
  739. "order": 9,
  740. "mode": 0,
  741. "outputs": [
  742. {
  743. "name": "CLIP",
  744. "type": "CLIP",
  745. "links": [
  746. 122
  747. ],
  748. "slot_index": 0,
  749. "shape": 3
  750. }
  751. ],
  752. "properties": {
  753. "Node name for S&R": "DualCLIPLoaderGGUF"
  754. },
  755. "widgets_values": [
  756. "t5-v1_1-xxl-encoder-Q8_0.gguf",
  757. "clip_l.safetensors",
  758. "flux"
  759. ]
  760. },
  761. {
  762. "id": 43,
  763. "type": "TextConcat",
  764. "pos": [
  765. 1278,
  766. -26
  767. ],
  768. "size": {
  769. "0": 315,
  770. "1": 178
  771. },
  772. "flags": {},
  773. "order": 10,
  774. "mode": 0,
  775. "outputs": [
  776. {
  777. "name": "STRING",
  778. "type": "STRING",
  779. "links": [
  780. 125
  781. ],
  782. "slot_index": 0,
  783. "shape": 3
  784. }
  785. ],
  786. "properties": {
  787. "Node name for S&R": "TextConcat"
  788. },
  789. "widgets_values": [
  790. "/",
  791. "flux",
  792. "llm refusals",
  793. "can't assist",
  794. "",
  795. ""
  796. ]
  797. },
  798. {
  799. "id": 44,
  800. "type": "ImpactWildcardProcessor",
  801. "pos": [
  802. 138,
  803. -193
  804. ],
  805. "size": {
  806. "0": 398.920166015625,
  807. "1": 270.9561767578125
  808. },
  809. "flags": {},
  810. "order": 11,
  811. "mode": 0,
  812. "outputs": [
  813. {
  814. "name": "STRING",
  815. "type": "STRING",
  816. "links": [
  817. 126
  818. ],
  819. "slot_index": 0,
  820. "shape": 3
  821. }
  822. ],
  823. "properties": {
  824. "Node name for S&R": "ImpactWildcardProcessor"
  825. },
  826. "widgets_values": [
  827. "I’m sorry, but I can’t assist with that request.",
  828. "I’m sorry, but I can’t assist with that request.",
  829. false,
  830. 145495872843030,
  831. "randomize",
  832. "Select the Wildcard to add to the text"
  833. ]
  834. }
  835. ],
  836. "links": [
  837. [
  838. 9,
  839. 8,
  840. 0,
  841. 9,
  842. 0,
  843. "IMAGE"
  844. ],
  845. [
  846. 12,
  847. 10,
  848. 0,
  849. 8,
  850. 1,
  851. "VAE"
  852. ],
  853. [
  854. 19,
  855. 16,
  856. 0,
  857. 13,
  858. 2,
  859. "SAMPLER"
  860. ],
  861. [
  862. 24,
  863. 13,
  864. 0,
  865. 8,
  866. 0,
  867. "LATENT"
  868. ],
  869. [
  870. 30,
  871. 22,
  872. 0,
  873. 13,
  874. 1,
  875. "GUIDER"
  876. ],
  877. [
  878. 37,
  879. 25,
  880. 0,
  881. 13,
  882. 0,
  883. "NOISE"
  884. ],
  885. [
  886. 41,
  887. 6,
  888. 0,
  889. 26,
  890. 0,
  891. "CONDITIONING"
  892. ],
  893. [
  894. 42,
  895. 26,
  896. 0,
  897. 22,
  898. 1,
  899. "CONDITIONING"
  900. ],
  901. [
  902. 54,
  903. 30,
  904. 0,
  905. 22,
  906. 0,
  907. "MODEL"
  908. ],
  909. [
  910. 112,
  911. 34,
  912. 0,
  913. 27,
  914. 0,
  915. "INT"
  916. ],
  917. [
  918. 113,
  919. 35,
  920. 0,
  921. 27,
  922. 1,
  923. "INT"
  924. ],
  925. [
  926. 114,
  927. 35,
  928. 0,
  929. 30,
  930. 2,
  931. "INT"
  932. ],
  933. [
  934. 115,
  935. 34,
  936. 0,
  937. 30,
  938. 1,
  939. "INT"
  940. ],
  941. [
  942. 116,
  943. 27,
  944. 0,
  945. 13,
  946. 4,
  947. "LATENT"
  948. ],
  949. [
  950. 120,
  951. 30,
  952. 0,
  953. 17,
  954. 0,
  955. "MODEL"
  956. ],
  957. [
  958. 121,
  959. 17,
  960. 0,
  961. 13,
  962. 3,
  963. "SIGMAS"
  964. ],
  965. [
  966. 122,
  967. 42,
  968. 0,
  969. 6,
  970. 0,
  971. "CLIP"
  972. ],
  973. [
  974. 124,
  975. 41,
  976. 0,
  977. 30,
  978. 0,
  979. "MODEL"
  980. ],
  981. [
  982. 125,
  983. 43,
  984. 0,
  985. 9,
  986. 1,
  987. "STRING"
  988. ],
  989. [
  990. 126,
  991. 44,
  992. 0,
  993. 6,
  994. 1,
  995. "STRING"
  996. ]
  997. ],
  998. "groups": [],
  999. "config": {},
  1000. "extra": {
  1001. "ds": {
  1002. "scale": 0.9229599817706415,
  1003. "offset": [
  1004. 133.24236111889593,
  1005. 41.822747323493445
  1006. ]
  1007. },
  1008. "groupNodes": {
  1009. "EmptyLatentImage": {
  1010. "nodes": [
  1011. {
  1012. "type": "PrimitiveNode",
  1013. "pos": [
  1014. 432,
  1015. 480
  1016. ],
  1017. "size": {
  1018. "0": 210,
  1019. "1": 82
  1020. },
  1021. "flags": {},
  1022. "order": 6,
  1023. "mode": 0,
  1024. "outputs": [
  1025. {
  1026. "name": "INT",
  1027. "type": "INT",
  1028. "links": [],
  1029. "widget": {
  1030. "name": "height"
  1031. },
  1032. "slot_index": 0
  1033. }
  1034. ],
  1035. "title": "height",
  1036. "properties": {
  1037. "Run widget replace on values": false
  1038. },
  1039. "color": "#323",
  1040. "bgcolor": "#535",
  1041. "index": 0
  1042. },
  1043. {
  1044. "type": "PrimitiveNode",
  1045. "pos": [
  1046. 672,
  1047. 480
  1048. ],
  1049. "size": {
  1050. "0": 210,
  1051. "1": 82
  1052. },
  1053. "flags": {},
  1054. "order": 7,
  1055. "mode": 0,
  1056. "outputs": [
  1057. {
  1058. "name": "INT",
  1059. "type": "INT",
  1060. "links": [],
  1061. "slot_index": 0,
  1062. "widget": {
  1063. "name": "width"
  1064. }
  1065. }
  1066. ],
  1067. "title": "width",
  1068. "properties": {
  1069. "Run widget replace on values": false
  1070. },
  1071. "color": "#323",
  1072. "bgcolor": "#535",
  1073. "index": 1
  1074. },
  1075. {
  1076. "type": "EmptySD3LatentImage",
  1077. "pos": [
  1078. 480,
  1079. 624
  1080. ],
  1081. "size": {
  1082. "0": 315,
  1083. "1": 106
  1084. },
  1085. "flags": {},
  1086. "order": 10,
  1087. "mode": 0,
  1088. "inputs": [
  1089. {
  1090. "name": "width",
  1091. "type": "INT",
  1092. "link": null,
  1093. "widget": {
  1094. "name": "width"
  1095. }
  1096. },
  1097. {
  1098. "name": "height",
  1099. "type": "INT",
  1100. "link": null,
  1101. "widget": {
  1102. "name": "height"
  1103. }
  1104. }
  1105. ],
  1106. "outputs": [
  1107. {
  1108. "name": "LATENT",
  1109. "type": "LATENT",
  1110. "links": [],
  1111. "shape": 3,
  1112. "slot_index": 0
  1113. }
  1114. ],
  1115. "properties": {
  1116. "Node name for S&R": "EmptySD3LatentImage"
  1117. },
  1118. "widgets_values": [
  1119. 1024,
  1120. 1024,
  1121. 1
  1122. ],
  1123. "index": 2
  1124. }
  1125. ],
  1126. "links": [
  1127. [
  1128. 1,
  1129. 0,
  1130. 2,
  1131. 0,
  1132. 34,
  1133. "INT"
  1134. ],
  1135. [
  1136. 0,
  1137. 0,
  1138. 2,
  1139. 1,
  1140. 35,
  1141. "INT"
  1142. ]
  1143. ],
  1144. "external": [
  1145. [
  1146. 0,
  1147. 0,
  1148. "INT"
  1149. ],
  1150. [
  1151. 1,
  1152. 0,
  1153. "INT"
  1154. ],
  1155. [
  1156. 2,
  1157. 0,
  1158. "LATENT"
  1159. ]
  1160. ],
  1161. "config": {
  1162. "0": {
  1163. "output": {
  1164. "0": {
  1165. "name": "height"
  1166. }
  1167. },
  1168. "input": {
  1169. "value": {
  1170. "visible": true
  1171. }
  1172. }
  1173. },
  1174. "1": {
  1175. "output": {
  1176. "0": {
  1177. "name": "width"
  1178. }
  1179. },
  1180. "input": {
  1181. "value": {
  1182. "visible": true
  1183. }
  1184. }
  1185. },
  1186. "2": {
  1187. "input": {
  1188. "width": {
  1189. "visible": false
  1190. },
  1191. "height": {
  1192. "visible": false
  1193. }
  1194. }
  1195. }
  1196. }
  1197. }
  1198. }
  1199. },
  1200. "version": 0.4
  1201. }
Advertisement
Add Comment
Please, Sign In to add comment