sdxl_edit_model_api.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "4": {
  3. "inputs": {
  4. "ckpt_name": "cosxl_edit.safetensors"
  5. },
  6. "class_type": "CheckpointLoaderSimple"
  7. },
  8. "6": {
  9. "inputs": {
  10. "text": "snow at sunset oil painting",
  11. "clip": [
  12. "4",
  13. 1
  14. ]
  15. },
  16. "class_type": "CLIPTextEncode"
  17. },
  18. "7": {
  19. "inputs": {
  20. "text": "",
  21. "clip": [
  22. "4",
  23. 1
  24. ]
  25. },
  26. "class_type": "CLIPTextEncode"
  27. },
  28. "8": {
  29. "inputs": {
  30. "samples": [
  31. "37:8",
  32. 0
  33. ],
  34. "vae": [
  35. "4",
  36. 2
  37. ]
  38. },
  39. "class_type": "VAEDecode"
  40. },
  41. "9": {
  42. "inputs": {
  43. "filename_prefix": "ComfyUI",
  44. "images": [
  45. "8",
  46. 0
  47. ]
  48. },
  49. "class_type": "SaveImage"
  50. },
  51. "13": {
  52. "inputs": {
  53. "image": "mountains.png",
  54. "upload": "image"
  55. },
  56. "class_type": "LoadImage",
  57. "is_changed": [
  58. "253a1595d6d4f32f5a3086b8df280c8af46fd898bb53d37835c1ceb214d88358"
  59. ]
  60. },
  61. "37:0": {
  62. "inputs": {
  63. "sampler_name": "euler"
  64. },
  65. "class_type": "KSamplerSelect"
  66. },
  67. "37:1": {
  68. "inputs": {
  69. "noise_seed": 11652752290163
  70. },
  71. "class_type": "RandomNoise"
  72. },
  73. "37:3": {
  74. "inputs": {
  75. "scheduler": "normal",
  76. "steps": 20,
  77. "denoise": 1.0,
  78. "model": [
  79. "4",
  80. 0
  81. ]
  82. },
  83. "class_type": "BasicScheduler"
  84. },
  85. "37:6": {
  86. "inputs": {
  87. "positive": [
  88. "6",
  89. 0
  90. ],
  91. "negative": [
  92. "7",
  93. 0
  94. ],
  95. "vae": [
  96. "4",
  97. 2
  98. ],
  99. "pixels": [
  100. "13",
  101. 0
  102. ]
  103. },
  104. "class_type": "InstructPixToPixConditioning"
  105. },
  106. "37:7": {
  107. "inputs": {
  108. "cfg_conds": 5.0,
  109. "cfg_cond2_negative": 1.5,
  110. "model": [
  111. "4",
  112. 0
  113. ],
  114. "cond1": [
  115. "37:6",
  116. 0
  117. ],
  118. "cond2": [
  119. "37:6",
  120. 1
  121. ],
  122. "negative": [
  123. "7",
  124. 0
  125. ]
  126. },
  127. "class_type": "DualCFGGuider"
  128. },
  129. "37:8": {
  130. "inputs": {
  131. "noise": [
  132. "37:1",
  133. 0
  134. ],
  135. "guider": [
  136. "37:7",
  137. 0
  138. ],
  139. "sampler": [
  140. "37:0",
  141. 0
  142. ],
  143. "sigmas": [
  144. "37:3",
  145. 0
  146. ],
  147. "latent_image": [
  148. "37:6",
  149. 2
  150. ]
  151. },
  152. "class_type": "SamplerCustomAdvanced"
  153. }
  154. }