Stability-AI / StableSwarmUI

StableSwarmUI, A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.
MIT License
4.59k stars 368 forks source link

when using edit getting "Cannot execute because node SwarmMaskBlur does not exist." #417

Closed omriio closed 5 months ago

omriio commented 5 months ago

i created an image and afterwards clicked on "edit". i draw a mask and hit "generate" the error I get is:

Invalid data: ComfyUI errored: { "error": { "type": "invalid_prompt", "message": "Cannot execute because node SwarmMaskBlur does not exist.", "details": "Node ID '#104'", "extra_info": {} }, "node_errors": [] }

I tried to play with the parameters of mask blue in the "init image" parameters but not sure what is the right process to do inpainting

omriio commented 5 months ago

seems like changing mask blue to 0 and init image creativity do the job

mcmonkey4eva commented 5 months ago

You look installed Swarm wrong eg with a custom comfy backend or errors during startup, please install Swarm per the readme to ensure it fully works as intended

Crono141 commented 2 months ago

Not to revive a dead topic, but why have the option to use an existing comfy install if it will just result in a broken install? Would it be possible, when using an existing comfy install, to have a script run that checks for all needed nodes and installs the missing ones?