sd3.5_text_encoders_example_api.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "3": {
  3. "inputs": {
  4. "seed": 714772221606588,
  5. "steps": 20,
  6. "cfg": 5.45,
  7. "sampler_name": "euler",
  8. "scheduler": "sgm_uniform",
  9. "denoise": 1.0,
  10. "model": [
  11. "4",
  12. 0
  13. ],
  14. "positive": [
  15. "16",
  16. 0
  17. ],
  18. "negative": [
  19. "40",
  20. 0
  21. ],
  22. "latent_image": [
  23. "53",
  24. 0
  25. ]
  26. },
  27. "class_type": "KSampler"
  28. },
  29. "4": {
  30. "inputs": {
  31. "ckpt_name": "sd3.5_large.safetensors"
  32. },
  33. "class_type": "CheckpointLoaderSimple"
  34. },
  35. "8": {
  36. "inputs": {
  37. "samples": [
  38. "3",
  39. 0
  40. ],
  41. "vae": [
  42. "4",
  43. 2
  44. ]
  45. },
  46. "class_type": "VAEDecode"
  47. },
  48. "9": {
  49. "inputs": {
  50. "filename_prefix": "ComfyUI",
  51. "images": [
  52. "8",
  53. 0
  54. ]
  55. },
  56. "class_type": "SaveImage"
  57. },
  58. "16": {
  59. "inputs": {
  60. "text": "a bottle with a rainbow galaxy inside it on top of a wooden table on a snowy mountain top with the ocean and clouds in the background with a shot glass beside containing darkness beside a snow sculpture in the shape of a fox",
  61. "clip": [
  62. "43",
  63. 0
  64. ]
  65. },
  66. "class_type": "CLIPTextEncode"
  67. },
  68. "40": {
  69. "inputs": {
  70. "text": "",
  71. "clip": [
  72. "43",
  73. 0
  74. ]
  75. },
  76. "class_type": "CLIPTextEncode"
  77. },
  78. "41": {
  79. "inputs": {
  80. "clip_name": "t5xxl_fp16.safetensors",
  81. "type": "sd3"
  82. },
  83. "class_type": "CLIPLoader"
  84. },
  85. "42": {
  86. "inputs": {
  87. "clip_name1": "clip_l.safetensors",
  88. "clip_name2": "clip_g.safetensors",
  89. "type": "sd3"
  90. },
  91. "class_type": "DualCLIPLoader"
  92. },
  93. "43": {
  94. "inputs": {
  95. "clip_name1": "clip_l.safetensors",
  96. "clip_name2": "clip_g.safetensors",
  97. "clip_name3": "t5xxl_fp16.safetensors"
  98. },
  99. "class_type": "TripleCLIPLoader"
  100. },
  101. "53": {
  102. "inputs": {
  103. "width": 1024,
  104. "height": 1024,
  105. "batch_size": 1
  106. },
  107. "class_type": "EmptySD3LatentImage"
  108. }
  109. }