flux_dev_checkpoint_example_api.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "6": {
  3. "inputs": {
  4. "text": "cute anime girl with massive fluffy fennec ears and a big fluffy tail blonde messy long hair blue eyes wearing a maid outfit with a long black gold leaf pattern dress and a white apron mouth open placing a fancy black forest cake with candles on top of a dinner table of an old dark Victorian mansion lit by candlelight with a bright window to the foggy forest and very expensive stuff everywhere there are paintings on the walls",
  5. "clip": [
  6. "30",
  7. 1
  8. ]
  9. },
  10. "class_type": "CLIPTextEncode"
  11. },
  12. "8": {
  13. "inputs": {
  14. "samples": [
  15. "31",
  16. 0
  17. ],
  18. "vae": [
  19. "30",
  20. 2
  21. ]
  22. },
  23. "class_type": "VAEDecode"
  24. },
  25. "9": {
  26. "inputs": {
  27. "filename_prefix": "ComfyUI",
  28. "images": [
  29. "8",
  30. 0
  31. ]
  32. },
  33. "class_type": "SaveImage"
  34. },
  35. "27": {
  36. "inputs": {
  37. "width": 1024,
  38. "height": 1024,
  39. "batch_size": 1
  40. },
  41. "class_type": "EmptySD3LatentImage"
  42. },
  43. "30": {
  44. "inputs": {
  45. "ckpt_name": "flux1-dev-fp8.safetensors"
  46. },
  47. "class_type": "CheckpointLoaderSimple"
  48. },
  49. "31": {
  50. "inputs": {
  51. "seed": 972054013131368,
  52. "steps": 20,
  53. "cfg": 1.0,
  54. "sampler_name": "euler",
  55. "scheduler": "simple",
  56. "denoise": 1.0,
  57. "model": [
  58. "30",
  59. 0
  60. ],
  61. "positive": [
  62. "35",
  63. 0
  64. ],
  65. "negative": [
  66. "33",
  67. 0
  68. ],
  69. "latent_image": [
  70. "27",
  71. 0
  72. ]
  73. },
  74. "class_type": "KSampler"
  75. },
  76. "33": {
  77. "inputs": {
  78. "text": "",
  79. "clip": [
  80. "30",
  81. 1
  82. ]
  83. },
  84. "class_type": "CLIPTextEncode"
  85. },
  86. "35": {
  87. "inputs": {
  88. "guidance": 3.5,
  89. "conditioning": [
  90. "6",
  91. 0
  92. ]
  93. },
  94. "class_type": "FluxGuidance"
  95. }
  96. }