flux_depth_controlnet_workflow.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "3": {
  3. "inputs": {
  4. "seed": 370146334065324,
  5. "steps": 20,
  6. "cfg": 1.0,
  7. "sampler_name": "euler",
  8. "scheduler": "normal",
  9. "denoise": 1.0,
  10. "model": ["20", 0],
  11. "positive": ["14", 0],
  12. "negative": ["14", 1],
  13. "latent_image": ["28", 0]
  14. },
  15. "class_type": "KSampler"
  16. },
  17. "7": {
  18. "inputs": {
  19. "text": "",
  20. "clip": ["20", 1]
  21. },
  22. "class_type": "CLIPTextEncode"
  23. },
  24. "8": {
  25. "inputs": {
  26. "samples": ["3", 0],
  27. "vae": ["20", 2]
  28. },
  29. "class_type": "VAEDecode"
  30. },
  31. "9": {
  32. "inputs": {
  33. "filename_prefix": "mini_restore_output",
  34. "images": ["8", 0]
  35. },
  36. "class_type": "SaveImage"
  37. },
  38. "14": {
  39. "inputs": {
  40. "strength": 0.6,
  41. "start_percent": 0.0,
  42. "end_percent": 1.0,
  43. "positive": ["26", 0],
  44. "negative": ["7", 0],
  45. "control_net": ["15", 0],
  46. "vae": ["20", 2],
  47. "image": ["17", 0]
  48. },
  49. "class_type": "ControlNetApplySD3"
  50. },
  51. "15": {
  52. "inputs": {
  53. "control_net_name": "flux/flux-depth-controlnet.safetensors"
  54. },
  55. "class_type": "ControlNetLoader"
  56. },
  57. "17": {
  58. "inputs": {
  59. "image": "depth_map.png",
  60. "upload": "image"
  61. },
  62. "class_type": "LoadImage"
  63. },
  64. "20": {
  65. "inputs": {
  66. "ckpt_name": "flux1-dev-fp8.safetensors"
  67. },
  68. "class_type": "CheckpointLoaderSimple"
  69. },
  70. "23": {
  71. "inputs": {
  72. "text": "a beautiful landscape with mountains and lake, highly detailed, professional photography",
  73. "clip": ["20", 1]
  74. },
  75. "class_type": "CLIPTextEncode"
  76. },
  77. "26": {
  78. "inputs": {
  79. "guidance": 3.5,
  80. "conditioning": ["23", 0]
  81. },
  82. "class_type": "FluxGuidance"
  83. },
  84. "28": {
  85. "inputs": {
  86. "width": 1024,
  87. "height": 1024,
  88. "batch_size": 1
  89. },
  90. "class_type": "EmptySD3LatentImage"
  91. }
  92. }