space-nuko / ComfyBox

Customizable Stable Diffusion frontend for ComfyUI
GNU General Public License v3.0
607 stars 49 forks source link

Optional nodes per workflow/template #65

Open space-nuko opened 1 year ago

space-nuko commented 1 year ago

If a node is missing, but declared optional, treat it as NodeMode.NEVER. Also have a new node property called optionalNodeTag that disables the corresponding widgets in the frontend if the node is missing from the install

space-nuko commented 1 year ago

Also if a prompt fails due to an optional node being included in the outputs, warn the user of the missing dependency in the frontend.