n00mkrad / text2image-gui

Somewhat modular text2image GUI, initially just for Stable Diffusion
GNU General Public License v3.0
921 stars 93 forks source link

[Improve request]: Save all prompts separated by newlines as one #119

Open mirumirumi opened 9 months ago

mirumirumi commented 9 months ago

Hi!

If there is a new line in the prompt, it is treated as a separate instruction and multiple are generated. However, this should actually be saved as one operation. The current prompt history is saved for each line, which is inconvenient. Can this be improved?