p2p.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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": "1girl, masterpiece,",
  23. "speak_and_recognation": true,
  24. "clip": [
  25. "1",
  26. 1
  27. ]
  28. },
  29. "class_type": "CLIPTextEncode",
  30. "_meta": {
  31. "title": "CLIP文本编码器"
  32. }
  33. },
  34. "4": {
  35. "inputs": {
  36. "text": "worst quality,low quality,lowres,interlocked fingers,badly drawn hands and fingers,anatomically incorrect hands,watermark,wrong_legs,wrong_arms,",
  37. "speak_and_recognation": true,
  38. "clip": [
  39. "1",
  40. 1
  41. ]
  42. },
  43. "class_type": "CLIPTextEncode",
  44. "_meta": {
  45. "title": "CLIP文本编码器"
  46. }
  47. },
  48. "8": {
  49. "inputs": {
  50. "samples": [
  51. "43",
  52. 0
  53. ],
  54. "vae": [
  55. "2",
  56. 0
  57. ]
  58. },
  59. "class_type": "VAEDecode",
  60. "_meta": {
  61. "title": "VAE解码"
  62. }
  63. },
  64. "16": {
  65. "inputs": {
  66. "filename_prefix": "cat_girl",
  67. "images": [
  68. "8",
  69. 0
  70. ]
  71. },
  72. "class_type": "SaveImage",
  73. "_meta": {
  74. "title": "保存图像"
  75. }
  76. },
  77. "29": {
  78. "inputs": {
  79. "pixels": [
  80. "49",
  81. 0
  82. ],
  83. "vae": [
  84. "2",
  85. 0
  86. ]
  87. },
  88. "class_type": "VAEEncode",
  89. "_meta": {
  90. "title": "VAE编码"
  91. }
  92. },
  93. "43": {
  94. "inputs": {
  95. "seed": 523930867512543,
  96. "steps": 40,
  97. "cfg": 10,
  98. "sampler_name": "dpmpp_2m",
  99. "scheduler": "karras",
  100. "denoise": 0.7000000000000001,
  101. "model": [
  102. "1",
  103. 0
  104. ],
  105. "positive": [
  106. "3",
  107. 0
  108. ],
  109. "negative": [
  110. "4",
  111. 0
  112. ],
  113. "latent_image": [
  114. "29",
  115. 0
  116. ]
  117. },
  118. "class_type": "KSampler",
  119. "_meta": {
  120. "title": "K采样器"
  121. }
  122. },
  123. "49": {
  124. "inputs": {
  125. "directory": "3494084267/",
  126. "image_load_cap": 0,
  127. "start_index": 0,
  128. "load_always": true
  129. },
  130. "class_type": "LoadImageListFromDir //Inspire",
  131. "_meta": {
  132. "title": "Load Image List From Dir (Inspire)"
  133. }
  134. }
  135. }