Skip to content

Please help with how to change output save to directory #1173

Answered by thedyze
TeaseTest asked this question in Q&A
Discussion options

You must be logged in to vote

In webui.py search for: outpath = opt.outdir_img2img
Replace that entire line with outpath = "../path/toyour/images"

Also if you do not want extra subfolder called "samples" search for: sample_path = os.path.join(outpath, "samples")
Replace with sample_path = outpath

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@TeaseTest
Comment options

Comment options

You must be logged in to vote
1 reply
@TeaseTest
Comment options

Answer selected by TeaseTest
Comment options

You must be logged in to vote
1 reply
@thedyze
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants