flux_fill_outpaint_example_api.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. {
  2. "3": {
  3. "inputs": {
  4. "seed": 164211176398261,
  5. "steps": 20,
  6. "cfg": 1.0,
  7. "sampler_name": "euler",
  8. "scheduler": "normal",
  9. "denoise": 1.0,
  10. "model": [
  11. "39",
  12. 0
  13. ],
  14. "positive": [
  15. "38",
  16. 0
  17. ],
  18. "negative": [
  19. "38",
  20. 1
  21. ],
  22. "latent_image": [
  23. "38",
  24. 2
  25. ]
  26. },
  27. "class_type": "KSampler"
  28. },
  29. "7": {
  30. "inputs": {
  31. "text": "",
  32. "clip": [
  33. "34",
  34. 0
  35. ]
  36. },
  37. "class_type": "CLIPTextEncode"
  38. },
  39. "8": {
  40. "inputs": {
  41. "samples": [
  42. "3",
  43. 0
  44. ],
  45. "vae": [
  46. "32",
  47. 0
  48. ]
  49. },
  50. "class_type": "VAEDecode"
  51. },
  52. "9": {
  53. "inputs": {
  54. "filename_prefix": "ComfyUI",
  55. "images": [
  56. "8",
  57. 0
  58. ]
  59. },
  60. "class_type": "SaveImage"
  61. },
  62. "17": {
  63. "inputs": {
  64. "image": "sd3_controlnet_example.png",
  65. "upload": "image"
  66. },
  67. "class_type": "LoadImage",
  68. "is_changed": [
  69. "9d64e7ed10ee150e1d04938e57500fd889ff0413372ee67abf27a6d197af4d48"
  70. ]
  71. },
  72. "23": {
  73. "inputs": {
  74. "text": "beautiful scenery",
  75. "clip": [
  76. "34",
  77. 0
  78. ]
  79. },
  80. "class_type": "CLIPTextEncode"
  81. },
  82. "26": {
  83. "inputs": {
  84. "guidance": 30.0,
  85. "conditioning": [
  86. "23",
  87. 0
  88. ]
  89. },
  90. "class_type": "FluxGuidance"
  91. },
  92. "31": {
  93. "inputs": {
  94. "unet_name": "flux1-fill-dev.safetensors",
  95. "weight_dtype": "default"
  96. },
  97. "class_type": "UNETLoader"
  98. },
  99. "32": {
  100. "inputs": {
  101. "vae_name": "ae.safetensors"
  102. },
  103. "class_type": "VAELoader"
  104. },
  105. "34": {
  106. "inputs": {
  107. "clip_name1": "clip_l.safetensors",
  108. "clip_name2": "t5xxl_fp16.safetensors",
  109. "type": "flux"
  110. },
  111. "class_type": "DualCLIPLoader"
  112. },
  113. "38": {
  114. "inputs": {
  115. "noise_mask": false,
  116. "positive": [
  117. "26",
  118. 0
  119. ],
  120. "negative": [
  121. "7",
  122. 0
  123. ],
  124. "vae": [
  125. "32",
  126. 0
  127. ],
  128. "pixels": [
  129. "44",
  130. 0
  131. ],
  132. "mask": [
  133. "44",
  134. 1
  135. ]
  136. },
  137. "class_type": "InpaintModelConditioning"
  138. },
  139. "39": {
  140. "inputs": {
  141. "model": [
  142. "31",
  143. 0
  144. ]
  145. },
  146. "class_type": "DifferentialDiffusion"
  147. },
  148. "44": {
  149. "inputs": {
  150. "left": 400,
  151. "top": 0,
  152. "right": 400,
  153. "bottom": 400,
  154. "feathering": 24,
  155. "image": [
  156. "17",
  157. 0
  158. ]
  159. },
  160. "class_type": "ImagePadForOutpaint"
  161. }
  162. }