Collection of nodes for the automation of workflows
A collection of nodes to automate workflows. I created the node to save nodes within the workflows. I therefore developed it primarily for my own purposes.
custom_modules
:
cd ComfyUI/custom_nodes
git clone https://github.com/gisu/comfyui-foxpack.git
Consisting of three nodes, the override node is optional.
You still need two nodes, one to pass the name of the model into the selector. WAS nodes have a checkpoint loader that optionally outputs the name of the checkpoint. There is also a node for multiline string literals in which you can create the setups.
Each setup is noted as follows:
cfg/steps/scheduler/sampler
CFG and steps can consist of a value, but also of a range (3-10
). Schedulers and samplers can be created as a list or as individual strings.
Example
!NAMEOFTHECHECKPOINT1="4/10-40/karras/dpmpp_2m"
!NAMEOFTHECHECKPOINT2="2-6/20-60/karras,exponential/dpmpp,dpmpp_3m_sde"
Input
Output
Sets the settings according to the setup specifications. CFG and Steps are limited to the values, so they cannot be increased or decreased. Scheduler and sampler can only be selected as specified in the setup, if the selection does not match, the first value of the setup is used. For example, if the setup says dpmpp_2m,dpmpp_3m_sde
for samplers, dpmpp_2m
will be used if the user selects euler
.
Unfortunately it is not yet possible for me to limit the values within the dropdowns and input fields, as I do not yet know how to build this in ComfyUI. Therefore the filtering takes place after the selection
Input
Output
Optional node with which you can overwrite the settings, e.g. to test settings
Input