Advertisement
eraser851

Stable Cascade Basic Workflow

Jun 23rd, 2024
357
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.06 KB | Source Code | 0 0
  1. {
  2. "last_node_id": 78,
  3. "last_link_id": 181,
  4. "nodes": [
  5. {
  6. "id": 56,
  7. "type": "Note",
  8. "pos": [
  9. 114,
  10. 55
  11. ],
  12. "size": {
  13. "0": 400.1967468261719,
  14. "1": 88.6344985961914
  15. },
  16. "flags": {},
  17. "order": 0,
  18. "mode": 0,
  19. "properties": {
  20. "text": ""
  21. },
  22. "widgets_values": [
  23. "Defauly Compression is 42.\nIncreasing the compression to 64 allows for higher resolution.\nTry resolutions all the way up to 3072, perhaps higher. "
  24. ],
  25. "color": "#222",
  26. "bgcolor": "#000"
  27. },
  28. {
  29. "id": 29,
  30. "type": "VAELoader",
  31. "pos": [
  32. 1229,
  33. 398
  34. ],
  35. "size": {
  36. "0": 310,
  37. "1": 60
  38. },
  39. "flags": {},
  40. "order": 1,
  41. "mode": 0,
  42. "outputs": [
  43. {
  44. "name": "VAE",
  45. "type": "VAE",
  46. "links": [
  47. 68
  48. ],
  49. "shape": 3,
  50. "slot_index": 0
  51. }
  52. ],
  53. "properties": {
  54. "Node name for S&R": "VAELoader"
  55. },
  56. "widgets_values": [
  57. "stage_a_ft_hq.safetensors"
  58. ],
  59. "color": "#323",
  60. "bgcolor": "#535"
  61. },
  62. {
  63. "id": 8,
  64. "type": "VAEDecode",
  65. "pos": [
  66. 1559,
  67. 400
  68. ],
  69. "size": {
  70. "0": 210,
  71. "1": 46
  72. },
  73. "flags": {},
  74. "order": 11,
  75. "mode": 0,
  76. "inputs": [
  77. {
  78. "name": "samples",
  79. "type": "LATENT",
  80. "link": 98
  81. },
  82. {
  83. "name": "vae",
  84. "type": "VAE",
  85. "link": 68,
  86. "slot_index": 1
  87. }
  88. ],
  89. "outputs": [
  90. {
  91. "name": "IMAGE",
  92. "type": "IMAGE",
  93. "links": [
  94. 160
  95. ],
  96. "slot_index": 0
  97. }
  98. ],
  99. "properties": {
  100. "Node name for S&R": "VAEDecode"
  101. }
  102. },
  103. {
  104. "id": 77,
  105. "type": "CheckpointLoaderSimple",
  106. "pos": [
  107. -230,
  108. 689
  109. ],
  110. "size": {
  111. "0": 315,
  112. "1": 98
  113. },
  114. "flags": {},
  115. "order": 2,
  116. "mode": 0,
  117. "outputs": [
  118. {
  119. "name": "MODEL",
  120. "type": "MODEL",
  121. "links": [
  122. 178
  123. ],
  124. "shape": 3,
  125. "slot_index": 0
  126. },
  127. {
  128. "name": "CLIP",
  129. "type": "CLIP",
  130. "links": [
  131. 179,
  132. 180
  133. ],
  134. "shape": 3,
  135. "slot_index": 1
  136. },
  137. {
  138. "name": "VAE",
  139. "type": "VAE",
  140. "links": null,
  141. "shape": 3
  142. }
  143. ],
  144. "properties": {
  145. "Node name for S&R": "CheckpointLoaderSimple"
  146. },
  147. "widgets_values": [
  148. "R35-Analog_Comfy_Cstage.safetensors"
  149. ]
  150. },
  151. {
  152. "id": 36,
  153. "type": "StableCascade_StageB_Conditioning",
  154. "pos": [
  155. 895,
  156. 552
  157. ],
  158. "size": {
  159. "0": 277.20001220703125,
  160. "1": 46
  161. },
  162. "flags": {},
  163. "order": 9,
  164. "mode": 0,
  165. "inputs": [
  166. {
  167. "name": "conditioning",
  168. "type": "CONDITIONING",
  169. "link": 105
  170. },
  171. {
  172. "name": "stage_c",
  173. "type": "LATENT",
  174. "link": 88
  175. }
  176. ],
  177. "outputs": [
  178. {
  179. "name": "CONDITIONING",
  180. "type": "CONDITIONING",
  181. "links": [
  182. 86
  183. ],
  184. "shape": 3,
  185. "slot_index": 0
  186. }
  187. ],
  188. "properties": {
  189. "Node name for S&R": "StableCascade_StageB_Conditioning"
  190. }
  191. },
  192. {
  193. "id": 40,
  194. "type": "ConditioningZeroOut",
  195. "pos": [
  196. 642,
  197. 546
  198. ],
  199. "size": {
  200. "0": 211.60000610351562,
  201. "1": 26
  202. },
  203. "flags": {},
  204. "order": 7,
  205. "mode": 0,
  206. "inputs": [
  207. {
  208. "name": "conditioning",
  209. "type": "CONDITIONING",
  210. "link": 177
  211. }
  212. ],
  213. "outputs": [
  214. {
  215. "name": "CONDITIONING",
  216. "type": "CONDITIONING",
  217. "links": [
  218. 105,
  219. 136
  220. ],
  221. "shape": 3,
  222. "slot_index": 0
  223. }
  224. ],
  225. "properties": {
  226. "Node name for S&R": "ConditioningZeroOut"
  227. }
  228. },
  229. {
  230. "id": 7,
  231. "type": "CLIPTextEncode",
  232. "pos": [
  233. 156,
  234. 914
  235. ],
  236. "size": {
  237. "0": 425.27801513671875,
  238. "1": 180.6060791015625
  239. },
  240. "flags": {},
  241. "order": 6,
  242. "mode": 0,
  243. "inputs": [
  244. {
  245. "name": "clip",
  246. "type": "CLIP",
  247. "link": 180
  248. }
  249. ],
  250. "outputs": [
  251. {
  252. "name": "CONDITIONING",
  253. "type": "CONDITIONING",
  254. "links": [
  255. 108
  256. ],
  257. "slot_index": 0
  258. }
  259. ],
  260. "properties": {
  261. "Node name for S&R": "CLIPTextEncode"
  262. },
  263. "widgets_values": [
  264. "bad quality, worst quality,watermark,logo"
  265. ]
  266. },
  267. {
  268. "id": 34,
  269. "type": "StableCascade_EmptyLatentImage",
  270. "pos": [
  271. 173,
  272. 499
  273. ],
  274. "size": {
  275. "0": 315,
  276. "1": 150
  277. },
  278. "flags": {},
  279. "order": 3,
  280. "mode": 0,
  281. "outputs": [
  282. {
  283. "name": "stage_c",
  284. "type": "LATENT",
  285. "links": [
  286. 82
  287. ],
  288. "shape": 3,
  289. "slot_index": 0
  290. },
  291. {
  292. "name": "stage_b",
  293. "type": "LATENT",
  294. "links": [
  295. 137
  296. ],
  297. "shape": 3,
  298. "slot_index": 1
  299. }
  300. ],
  301. "properties": {
  302. "Node name for S&R": "StableCascade_EmptyLatentImage"
  303. },
  304. "widgets_values": [
  305. 1024,
  306. 1024,
  307. 42,
  308. 1
  309. ],
  310. "color": "#322",
  311. "bgcolor": "#533"
  312. },
  313. {
  314. "id": 6,
  315. "type": "CLIPTextEncode",
  316. "pos": [
  317. 159,
  318. 703
  319. ],
  320. "size": {
  321. "0": 422.84503173828125,
  322. "1": 164.31304931640625
  323. },
  324. "flags": {},
  325. "order": 5,
  326. "mode": 0,
  327. "inputs": [
  328. {
  329. "name": "clip",
  330. "type": "CLIP",
  331. "link": 179
  332. }
  333. ],
  334. "outputs": [
  335. {
  336. "name": "CONDITIONING",
  337. "type": "CONDITIONING",
  338. "links": [
  339. 176,
  340. 177
  341. ],
  342. "slot_index": 0
  343. }
  344. ],
  345. "properties": {
  346. "Node name for S&R": "CLIPTextEncode"
  347. },
  348. "widgets_values": [
  349. "portrait of a woman walking the alleyways of Tokyo,cinematic,intricate details,bokeh,"
  350. ]
  351. },
  352. {
  353. "id": 33,
  354. "type": "KSampler",
  355. "pos": [
  356. 1233,
  357. 506
  358. ],
  359. "size": {
  360. "0": 315,
  361. "1": 474
  362. },
  363. "flags": {},
  364. "order": 10,
  365. "mode": 0,
  366. "inputs": [
  367. {
  368. "name": "model",
  369. "type": "MODEL",
  370. "link": 181,
  371. "slot_index": 0
  372. },
  373. {
  374. "name": "positive",
  375. "type": "CONDITIONING",
  376. "link": 86
  377. },
  378. {
  379. "name": "negative",
  380. "type": "CONDITIONING",
  381. "link": 136
  382. },
  383. {
  384. "name": "latent_image",
  385. "type": "LATENT",
  386. "link": 137
  387. }
  388. ],
  389. "outputs": [
  390. {
  391. "name": "LATENT",
  392. "type": "LATENT",
  393. "links": [
  394. 98
  395. ],
  396. "slot_index": 0
  397. }
  398. ],
  399. "properties": {
  400. "Node name for S&R": "KSampler"
  401. },
  402. "widgets_values": [
  403. 580206007186405,
  404. "randomize",
  405. 12,
  406. 1.1,
  407. "dpmpp_sde",
  408. "normal",
  409. 1
  410. ]
  411. },
  412. {
  413. "id": 3,
  414. "type": "KSampler",
  415. "pos": [
  416. 604,
  417. 651
  418. ],
  419. "size": {
  420. "0": 315,
  421. "1": 474.0000305175781
  422. },
  423. "flags": {},
  424. "order": 8,
  425. "mode": 0,
  426. "inputs": [
  427. {
  428. "name": "model",
  429. "type": "MODEL",
  430. "link": 178,
  431. "slot_index": 0
  432. },
  433. {
  434. "name": "positive",
  435. "type": "CONDITIONING",
  436. "link": 176
  437. },
  438. {
  439. "name": "negative",
  440. "type": "CONDITIONING",
  441. "link": 108
  442. },
  443. {
  444. "name": "latent_image",
  445. "type": "LATENT",
  446. "link": 82
  447. }
  448. ],
  449. "outputs": [
  450. {
  451. "name": "LATENT",
  452. "type": "LATENT",
  453. "links": [
  454. 88
  455. ],
  456. "slot_index": 0
  457. }
  458. ],
  459. "properties": {
  460. "Node name for S&R": "KSampler"
  461. },
  462. "widgets_values": [
  463. 451302130487685,
  464. "randomize",
  465. 40,
  466. 4,
  467. "dpmpp_sde",
  468. "normal",
  469. 1
  470. ]
  471. },
  472. {
  473. "id": 9,
  474. "type": "SaveImage",
  475. "pos": [
  476. 1812,
  477. 396
  478. ],
  479. "size": [
  480. 591.047165439928,
  481. 741.9654798544848
  482. ],
  483. "flags": {},
  484. "order": 12,
  485. "mode": 0,
  486. "inputs": [
  487. {
  488. "name": "images",
  489. "type": "IMAGE",
  490. "link": 160
  491. }
  492. ],
  493. "properties": {
  494. "Node name for S&R": "SaveImage"
  495. },
  496. "widgets_values": [
  497. "ComfyUI"
  498. ]
  499. },
  500. {
  501. "id": 78,
  502. "type": "CheckpointLoaderSimple",
  503. "pos": [
  504. 879,
  505. 400
  506. ],
  507. "size": {
  508. "0": 315,
  509. "1": 98
  510. },
  511. "flags": {},
  512. "order": 4,
  513. "mode": 0,
  514. "outputs": [
  515. {
  516. "name": "MODEL",
  517. "type": "MODEL",
  518. "links": [
  519. 181
  520. ],
  521. "shape": 3,
  522. "slot_index": 0
  523. },
  524. {
  525. "name": "CLIP",
  526. "type": "CLIP",
  527. "links": null,
  528. "shape": 3
  529. },
  530. {
  531. "name": "VAE",
  532. "type": "VAE",
  533. "links": null,
  534. "shape": 3
  535. }
  536. ],
  537. "properties": {
  538. "Node name for S&R": "CheckpointLoaderSimple"
  539. },
  540. "widgets_values": [
  541. "stable_cascade_stage_b.safetensors"
  542. ]
  543. }
  544. ],
  545. "links": [
  546. [
  547. 68,
  548. 29,
  549. 0,
  550. 8,
  551. 1,
  552. "VAE"
  553. ],
  554. [
  555. 82,
  556. 34,
  557. 0,
  558. 3,
  559. 3,
  560. "LATENT"
  561. ],
  562. [
  563. 86,
  564. 36,
  565. 0,
  566. 33,
  567. 1,
  568. "CONDITIONING"
  569. ],
  570. [
  571. 88,
  572. 3,
  573. 0,
  574. 36,
  575. 1,
  576. "LATENT"
  577. ],
  578. [
  579. 98,
  580. 33,
  581. 0,
  582. 8,
  583. 0,
  584. "LATENT"
  585. ],
  586. [
  587. 105,
  588. 40,
  589. 0,
  590. 36,
  591. 0,
  592. "CONDITIONING"
  593. ],
  594. [
  595. 108,
  596. 7,
  597. 0,
  598. 3,
  599. 2,
  600. "CONDITIONING"
  601. ],
  602. [
  603. 136,
  604. 40,
  605. 0,
  606. 33,
  607. 2,
  608. "CONDITIONING"
  609. ],
  610. [
  611. 137,
  612. 34,
  613. 1,
  614. 33,
  615. 3,
  616. "LATENT"
  617. ],
  618. [
  619. 160,
  620. 8,
  621. 0,
  622. 9,
  623. 0,
  624. "IMAGE"
  625. ],
  626. [
  627. 176,
  628. 6,
  629. 0,
  630. 3,
  631. 1,
  632. "CONDITIONING"
  633. ],
  634. [
  635. 177,
  636. 6,
  637. 0,
  638. 40,
  639. 0,
  640. "CONDITIONING"
  641. ],
  642. [
  643. 178,
  644. 77,
  645. 0,
  646. 3,
  647. 0,
  648. "MODEL"
  649. ],
  650. [
  651. 179,
  652. 77,
  653. 1,
  654. 6,
  655. 0,
  656. "CLIP"
  657. ],
  658. [
  659. 180,
  660. 77,
  661. 1,
  662. 7,
  663. 0,
  664. "CLIP"
  665. ],
  666. [
  667. 181,
  668. 78,
  669. 0,
  670. 33,
  671. 0,
  672. "MODEL"
  673. ]
  674. ],
  675. "groups": [],
  676. "config": {},
  677. "extra": {
  678. "groupNodes": {},
  679. "ds": {
  680. "scale": 0.7400249944258201,
  681. "offset": {
  682. "0": 138.81898864429454,
  683. "1": -241.4954309577709
  684. }
  685. }
  686. },
  687. "version": 0.4
  688. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement