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 369 forks source link

Load Image node is represented as text input in Generate tab #370

Closed sanebg closed 5 months ago

sanebg commented 5 months ago

image

Screenshot of Image Generation - StableSwarmUI

Essentially rendering the workflow useless

mcmonkey4eva commented 5 months ago

This is intentional behavior that was requested by users - that's a filename input, useful for things like gridding files stored somewhere. To get a direct image upload on swarm, you can either: (A) use SwarmLoadImageB64, or (B) build the workflow fully for swarm, ie using SwarmInput nodes, in which case use SwarmInputImage

mcmonkey4eva commented 5 months ago

I got notifications for some hostile replies here, I appreciate that you realized that was inappropriate and removed them.

If you're encountering bugs/limitations let's work to fix them. If the available featureset doesn't cover you needs, please constructively explain what you'd need so we can find a way to support your needs properly