sdxlturbo_example_api.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "5": {
  3. "inputs": {
  4. "width": 512,
  5. "height": 512,
  6. "batch_size": 1
  7. },
  8. "class_type": "EmptyLatentImage"
  9. },
  10. "6": {
  11. "inputs": {
  12. "text": "beautiful landscape scenery glass bottle with a galaxy inside cute fennec fox snow HDR sunset",
  13. "clip": [
  14. "20",
  15. 1
  16. ]
  17. },
  18. "class_type": "CLIPTextEncode"
  19. },
  20. "7": {
  21. "inputs": {
  22. "text": "text, watermark",
  23. "clip": [
  24. "20",
  25. 1
  26. ]
  27. },
  28. "class_type": "CLIPTextEncode"
  29. },
  30. "8": {
  31. "inputs": {
  32. "samples": [
  33. "13",
  34. 0
  35. ],
  36. "vae": [
  37. "20",
  38. 2
  39. ]
  40. },
  41. "class_type": "VAEDecode"
  42. },
  43. "13": {
  44. "inputs": {
  45. "add_noise": true,
  46. "noise_seed": 0,
  47. "cfg": 1.0,
  48. "model": [
  49. "20",
  50. 0
  51. ],
  52. "positive": [
  53. "6",
  54. 0
  55. ],
  56. "negative": [
  57. "7",
  58. 0
  59. ],
  60. "sampler": [
  61. "14",
  62. 0
  63. ],
  64. "sigmas": [
  65. "22",
  66. 0
  67. ],
  68. "latent_image": [
  69. "5",
  70. 0
  71. ]
  72. },
  73. "class_type": "SamplerCustom"
  74. },
  75. "14": {
  76. "inputs": {
  77. "sampler_name": "euler_ancestral"
  78. },
  79. "class_type": "KSamplerSelect"
  80. },
  81. "20": {
  82. "inputs": {
  83. "ckpt_name": "sd_xl_turbo_1.0_fp16.safetensors"
  84. },
  85. "class_type": "CheckpointLoaderSimple"
  86. },
  87. "22": {
  88. "inputs": {
  89. "steps": 1,
  90. "model": [
  91. "20",
  92. 0
  93. ]
  94. },
  95. "class_type": "SDTurboScheduler"
  96. },
  97. "25": {
  98. "inputs": {
  99. "images": [
  100. "8",
  101. 0
  102. ]
  103. },
  104. "class_type": "PreviewImage"
  105. }
  106. }