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.52k stars 361 forks source link

how to import a prompt txt file? #390

Closed Red-Scarff closed 3 months ago

Red-Scarff commented 3 months ago

Hey, I am wondering if I can import a prompt txt file to generate images or not. Well I have already prepared a file where each line is a prompt, I hope to generate some images corresponding to each prompt. So if I can do that without calling API? I suppose that could be convenient. Can anyone help me? Thanks a lot.

mcmonkey4eva commented 3 months ago

For generating a big prompt list, you can add || to the end of each line then copy/paste the text into Tools -> Grid Generator -> add a Prompt axis See also https://github.com/Stability-AI/StableSwarmUI/issues/295 related