stable-diffusion
                                
                                 stable-diffusion copied to clipboard
                                
                                    stable-diffusion copied to clipboard
                            
                            
                            
                        optimized_txt2img --from-file does not create correct output directories
Using python optimizedSD\optimized_txt2img.py --from-file optimizedSD/prompts.txt --H 512 --W 512 --n_iter 1 --n_samples 5 --ddim_steps 50 --precision full I would expect there to be an output folder named after every prompt.
Instead I get a folder called a_painting_of_a_virus_monster_playing_guitar and all generated images are put in there.
Using
python optimizedSD\optimized_txt2img.py --from-file optimizedSD/prompts.txt --H 512 --W 512 --n_iter 1 --n_samples 5 --ddim_steps 50 --precision fullI would expect there to be an output folder named after every prompt. Instead I get a folder calleda_painting_of_a_virus_monster_playing_guitarand all generated images are put in there.
Hi, thank you for reporting the bug, I have fixed it and pushed the changes. Cheers!