maomao_api.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. {
  2. "1": {
  3. "inputs": {
  4. "ckpt_name": "131-half.safetensors"
  5. },
  6. "class_type": "CheckpointLoaderSimple",
  7. "_meta": {
  8. "title": "Checkpoint加载器(简易)"
  9. }
  10. },
  11. "2": {
  12. "inputs": {
  13. "vae_name": "sd1.5/animevae.pt"
  14. },
  15. "class_type": "VAELoader",
  16. "_meta": {
  17. "title": "VAE加载器"
  18. }
  19. },
  20. "3": {
  21. "inputs": {
  22. "text": "nsfw,",
  23. "clip": [
  24. "1",
  25. 1
  26. ]
  27. },
  28. "class_type": "CLIPTextEncode",
  29. "_meta": {
  30. "title": "CLIP文本编码器"
  31. }
  32. },
  33. "4": {
  34. "inputs": {
  35. "text": "worst quality,low quality,lowres,interlocked fingers,badly drawn hands and fingers,anatomically incorrect hands,watermark,wrong_legs,wrong_arms,nsfw,r18,",
  36. "clip": [
  37. "1",
  38. 1
  39. ]
  40. },
  41. "class_type": "CLIPTextEncode",
  42. "_meta": {
  43. "title": "CLIP文本编码器"
  44. }
  45. },
  46. "5": {
  47. "inputs": {
  48. "add_noise": "enable",
  49. "noise_seed": 757592624844571,
  50. "steps": 35,
  51. "cfg": 7,
  52. "sampler_name": "dpmpp_2m",
  53. "scheduler": "karras",
  54. "start_at_step": 0,
  55. "end_at_step": 10000,
  56. "return_with_leftover_noise": "disable",
  57. "model": [
  58. "1",
  59. 0
  60. ],
  61. "positive": [
  62. "3",
  63. 0
  64. ],
  65. "negative": [
  66. "4",
  67. 0
  68. ],
  69. "latent_image": [
  70. "6",
  71. 0
  72. ]
  73. },
  74. "class_type": "KSamplerAdvanced",
  75. "_meta": {
  76. "title": "K采样器(高级)"
  77. }
  78. },
  79. "6": {
  80. "inputs": {
  81. "width": 512,
  82. "height": 768,
  83. "batch_size": 1
  84. },
  85. "class_type": "EmptyLatentImage",
  86. "_meta": {
  87. "title": "空Latent"
  88. }
  89. },
  90. "8": {
  91. "inputs": {
  92. "samples": [
  93. "5",
  94. 0
  95. ],
  96. "vae": [
  97. "2",
  98. 0
  99. ]
  100. },
  101. "class_type": "VAEDecode",
  102. "_meta": {
  103. "title": "VAE解码"
  104. }
  105. },
  106. "16": {
  107. "inputs": {
  108. "filename_prefix": "cat_girl",
  109. "images": [
  110. "8",
  111. 0
  112. ]
  113. },
  114. "class_type": "SaveImage",
  115. "_meta": {
  116. "title": "保存图像"
  117. }
  118. },
  119. "17": {
  120. "inputs": {},
  121. "class_type": "PreviewImage",
  122. "_meta": {
  123. "title": "预览图像"
  124. }
  125. },
  126. "21": {
  127. "inputs": {
  128. "upscale_by": 2,
  129. "seed": 73049471264546,
  130. "steps": 20,
  131. "cfg": 8,
  132. "sampler_name": "dpmpp_2m",
  133. "scheduler": "karras",
  134. "denoise": 0.4,
  135. "mode_type": "Linear",
  136. "tile_width": 512,
  137. "tile_height": 512,
  138. "mask_blur": 8,
  139. "tile_padding": 32,
  140. "seam_fix_mode": "None",
  141. "seam_fix_denoise": 1,
  142. "seam_fix_width": 64,
  143. "seam_fix_mask_blur": 8,
  144. "seam_fix_padding": 16,
  145. "force_uniform_tiles": true,
  146. "tiled_decode": false,
  147. "image": [
  148. "8",
  149. 0
  150. ],
  151. "model": [
  152. "1",
  153. 0
  154. ],
  155. "positive": [
  156. "3",
  157. 0
  158. ],
  159. "negative": [
  160. "4",
  161. 0
  162. ],
  163. "vae": [
  164. "2",
  165. 0
  166. ],
  167. "upscale_model": [
  168. "22",
  169. 0
  170. ]
  171. },
  172. "class_type": "UltimateSDUpscale",
  173. "_meta": {
  174. "title": "SD放大"
  175. }
  176. },
  177. "22": {
  178. "inputs": {
  179. "model_name": "4x-AnimeSharp.pth"
  180. },
  181. "class_type": "UpscaleModelLoader",
  182. "_meta": {
  183. "title": "放大模型加载器"
  184. }
  185. }
  186. }