mcmonkeyprojects / SwarmUI

SwarmUI (formerly StableSwarmUI), A Modular Stable Diffusion Web-User-Interface, with an emphasis on making powertools easily accessible, high performance, and extensibility.
MIT License
968 stars 75 forks source link

Add configurable paths for clip and diffusion_models/unet #227

Open GodEmperor785 opened 2 weeks ago

GodEmperor785 commented 2 weeks ago

Feature Idea

In SwarmUI there are already some configurable paths in: Server -> Server Configuration -> Paths But not all paths are there, for example paths for clip models or diffusion_models/unet are missing. I know that there is ModelRoot but it still probably requires the same name and directory structure.

I have several image generation UIs and I would like to share all models between them, without duplicating the big model files or making workarounds like symbolic links/junctions - configurable paths allow to have any location that user wants.

Would it be possible to add missing configurable paths (at least clip and diffusion_models/unet, perhaps also upscale_models)?

Other

No response

brendanhoar commented 2 weeks ago

+1, especially after the admonishment in discord reminding users that paths are configurable and links should be unnecessary.