ComfyUI Node
Manual/Auto Image Switch
Replaces the manual/auto subgraph with one node. Auto passes through the input image and filename. Manual returns a blank image sized from width/height and uses the manual name. TIP: Double-click the node or right-click and select the AUN menu option to show overlay controls.
Manual/Auto Image Switch
- image
- Filename
- ManualName
- Name Mode
- image
◄Filename►
◄width512►
◄height512►
◄ManualName►
◄name_modeAuto►
◄show_overlaytrue►
◄overlay_textNo image loaded►
◄background_color181818►
◄text_colorE6E6E6►
◄box_color000000►
CategoryAUN Nodes/Image
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | Image to pass through when Name Mode is Auto. | |
| Filename | STRING | The automatically generated filename. | |
| width | INT | 5121–8192 | Width of the blank image returned when Name Mode is Manual. |
| height | INT | 5121–8192 | Height of the blank image returned when Name Mode is Manual. |
| ManualName | STRING | A manually specified name to use instead of the automatic filename. | |
| name_mode | COMBO | Auto | Auto passes through the image and Filename. Manual returns a blank image and uses ManualName. |
| show_overlay | BOOLEAN | true | Show a centered placeholder label on the blank Manual-mode image. |
| overlay_text | STRING | No image loaded | Centered text shown on the blank Manual-mode image. |
| background_color | STRING | 181818 | Blank image background color as hex, for example 181818 or #181818. |
| text_color | STRING | E6E6E6 | Overlay text color as hex, for example E6E6E6 or #E6E6E6. |
| box_color | STRING | 000000 | Overlay box color as hex, for example 000000 or #000000. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| Filename | STRING | — |
| ManualName | STRING | — |
| Name Mode | BOOLEAN | — |
| image | IMAGE | — |