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

[Feature Request] - Include lora(s) name/filename in saving output image #365

Closed abclution closed 5 months ago

abclution commented 6 months ago

Currently if you add the parameter of [loras] to the filename output you get return the list object as part of the filename

ex - SystemCollectionsGenericList`1[System

ex for:

raw/[year]-[month]-[day]/[year][month][day][hour][minute][second][prompt][model]_[loras]-[seed] it returns this filename

20240529181349_prompt text_wildcardxXLFusion_fusionsafetensors_SystemCollectionsGenericList`1[System-997719960.jpg

I'm evaluating loras effects on various models and would be super to be able to group by them on the file system.

mcmonkey4eva commented 5 months ago

works properly now

mcmonkey4eva commented 5 months ago

Actually^ made the code a bit better and added an option to skip folder names too

abclution commented 5 months ago

Amazing. Will test it out when I find some free time again to play with stable diffusion again. :)