stable-diffusion icon indicating copy to clipboard operation
stable-diffusion copied to clipboard

optimized_txt2img --from-file does not create correct output directories

Open MrLagSux opened this issue 3 years ago • 1 comments

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.

MrLagSux avatar Aug 26 '22 17:08 MrLagSux

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.

Hi, thank you for reporting the bug, I have fixed it and pushed the changes. Cheers!

basujindal avatar Aug 28 '22 11:08 basujindal