lumina2_basic_example_api.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "3": {
  3. "inputs": {
  4. "seed": 854547257397629,
  5. "steps": 25,
  6. "cfg": 4.0,
  7. "sampler_name": "res_multistep",
  8. "scheduler": "simple",
  9. "denoise": 1.0,
  10. "model": [
  11. "11",
  12. 0
  13. ],
  14. "positive": [
  15. "6",
  16. 0
  17. ],
  18. "negative": [
  19. "7",
  20. 0
  21. ],
  22. "latent_image": [
  23. "13",
  24. 0
  25. ]
  26. },
  27. "class_type": "KSampler",
  28. "_meta": {
  29. "title": "KSampler"
  30. }
  31. },
  32. "4": {
  33. "inputs": {
  34. "ckpt_name": "lumina_2.safetensors"
  35. },
  36. "class_type": "CheckpointLoaderSimple",
  37. "_meta": {
  38. "title": "Load Checkpoint"
  39. }
  40. },
  41. "6": {
  42. "inputs": {
  43. "text": "You are an assistant designed to generate superior images with the superior degree of image-text alignment based on textual prompts or user prompts. <Prompt Start> a cute anime girl with massive fennec ears mouth open and a big fluffy tail long blonde hair and blue eyes wearing a maid outfit with a long black dress and a large purple liquid stained white apron and white gloves and black leggings sitting on a large cushion in the middle of a kitchen in a dark victorian mansion with a stained glass window drinking a glass with a galaxy inside",
  44. "clip": [
  45. "4",
  46. 1
  47. ]
  48. },
  49. "class_type": "CLIPTextEncode",
  50. "_meta": {
  51. "title": "CLIP Text Encode (Positive Prompt)"
  52. }
  53. },
  54. "7": {
  55. "inputs": {
  56. "text": "blurry ugly bad",
  57. "clip": [
  58. "4",
  59. 1
  60. ]
  61. },
  62. "class_type": "CLIPTextEncode",
  63. "_meta": {
  64. "title": "CLIP Text Encode (Negative Prompt)"
  65. }
  66. },
  67. "8": {
  68. "inputs": {
  69. "samples": [
  70. "3",
  71. 0
  72. ],
  73. "vae": [
  74. "4",
  75. 2
  76. ]
  77. },
  78. "class_type": "VAEDecode",
  79. "_meta": {
  80. "title": "VAE Decode"
  81. }
  82. },
  83. "9": {
  84. "inputs": {
  85. "filename_prefix": "ComfyUI",
  86. "images": [
  87. "8",
  88. 0
  89. ]
  90. },
  91. "class_type": "SaveImage",
  92. "_meta": {
  93. "title": "Save Image"
  94. }
  95. },
  96. "11": {
  97. "inputs": {
  98. "shift": 6.0,
  99. "model": [
  100. "4",
  101. 0
  102. ]
  103. },
  104. "class_type": "ModelSamplingAuraFlow",
  105. "_meta": {
  106. "title": "ModelSamplingAuraFlow"
  107. }
  108. },
  109. "13": {
  110. "inputs": {
  111. "width": 1024,
  112. "height": 1024,
  113. "batch_size": 1
  114. },
  115. "class_type": "EmptySD3LatentImage",
  116. "_meta": {
  117. "title": "EmptySD3LatentImage"
  118. }
  119. }
  120. }