ComfyUI Node
Save Workflow (Custom)
A ComfyUI node in custom/Save with 7 inputs and 2 outputs.
Save Workflow (Custom)
- ignored_inputs_0
- ignored_inputs_1
- ignored_inputs_2
- workflow_id
- workflow_id_str
◄directory_name►
◄file_name_prefixworkflow_►
◄is_counter_enabledtrue►
◄file_name_suffix►
Categorycustom/Save
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| directory_name | STRING | Sub-directory of the output directory to save workflows to. | |
| file_name_prefix | STRING | workflow_ | Prefix to be added before the file name. |
| is_counter_enabled | COMBO | true | If enabled, counts the number of images in the specified sub-directory and uses it in the file name. Otherwise, the file name will just consist of the prefix and the suffix. |
| file_name_suffix | STRING | Suffix to be added after the file name. | |
| ignored_inputs_0opt | * | Connect any workflow node here to ignore changes in that node's inputs. | |
| ignored_inputs_1opt | * | Connect any workflow node here to ignore changes in that node's inputs. | |
| ignored_inputs_2opt | * | Connect any workflow node here to ignore changes in that node's inputs. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| workflow_id | INT | — |
| workflow_id_str | STRING | — |