-
Did a git pull to update to the most recent version and everything seems to be working fine except that my output images are being saved in %temp%\gradio instead of the specified output folders in settings. Any clues what could be causing this? I've reverse the path slashes from unix/windows and tested absolute paths to no avail. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To workaround the issue and avoid filling up my local drive I made a symbolic link as such: |
Beta Was this translation helpful? Give feedback.
Ahh I figured it out. This may have been a user error on my part but the problem was having an empty field for the "Images filename pattern". Lacking that naming syntax, it probably defaulted to the %temp% folder as a fallback.
Changing it to the default which is:
[number]-[seed]-[prompt_spaces]
Solved the problem!