sd_comfy_workflow_test.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "1": {
  3. "inputs": {
  4. "seed": 723859630206859,
  5. "steps": 25,
  6. "cfg": 7,
  7. "sampler_name": "dpmpp_2m",
  8. "scheduler": "karras",
  9. "denoise": 1,
  10. "model": [
  11. "2",
  12. 0
  13. ],
  14. "positive": [
  15. "3",
  16. 0
  17. ],
  18. "negative": [
  19. "4",
  20. 0
  21. ],
  22. "latent_image": [
  23. "5",
  24. 0
  25. ]
  26. },
  27. "class_type": "KSampler",
  28. "_meta": {
  29. "title": "KSampler"
  30. }
  31. },
  32. "2": {
  33. "inputs": {
  34. "ckpt_name": "dreamshaper_8.safetensors"
  35. },
  36. "class_type": "CheckpointLoaderSimple",
  37. "_meta": {
  38. "title": "Load Checkpoint"
  39. }
  40. },
  41. "3": {
  42. "inputs": {
  43. "text": "cosmetics bottle, beautiful, photo",
  44. "clip": [
  45. "2",
  46. 1
  47. ]
  48. },
  49. "class_type": "CLIPTextEncode",
  50. "_meta": {
  51. "title": "prompt_positive"
  52. }
  53. },
  54. "4": {
  55. "inputs": {
  56. "text": "ugly, cheap",
  57. "clip": [
  58. "2",
  59. 1
  60. ]
  61. },
  62. "class_type": "CLIPTextEncode",
  63. "_meta": {
  64. "title": "prompt_negative"
  65. }
  66. },
  67. "5": {
  68. "inputs": {
  69. "width": 512,
  70. "height": 768,
  71. "batch_size": 1
  72. },
  73. "class_type": "EmptyLatentImage",
  74. "_meta": {
  75. "title": "Empty Latent Image"
  76. }
  77. },
  78. "6": {
  79. "inputs": {
  80. "samples": [
  81. "1",
  82. 0
  83. ],
  84. "vae": [
  85. "7",
  86. 0
  87. ]
  88. },
  89. "class_type": "VAEDecode",
  90. "_meta": {
  91. "title": "VAE Decode"
  92. }
  93. },
  94. "7": {
  95. "inputs": {
  96. "vae_name": "taesd"
  97. },
  98. "class_type": "VAELoader",
  99. "_meta": {
  100. "title": "Load VAE"
  101. }
  102. },
  103. "8": {
  104. "inputs": {
  105. "images": [
  106. "6",
  107. 0
  108. ]
  109. },
  110. "class_type": "PreviewImage",
  111. "_meta": {
  112. "title": "Preview Image"
  113. }
  114. },
  115. "30": {
  116. "inputs": {
  117. "filename_prefix": "Image_Name",
  118. "images": [
  119. "6",
  120. 0
  121. ]
  122. },
  123. "class_type": "SaveImage",
  124. "_meta": {
  125. "title": "Save Image"
  126. }
  127. }
  128. }