diffusionbee-stable-diffusion-ui
diffusionbee-stable-diffusion-ui copied to clipboard
Perform multiple Text To Image operations when multiple lines of text are entered
The input box already takes multiple lines of input, but anything entered after a carriage return is currently ignored. It would be nice if the UI could iterate over each line in the input and perform the Text To Image operation using the current settings.
This would allow me to batch process multiple Text To Image operations, rather than having to execute them one at a time.
Also see #96