save files to specific path? YYYYMMDD/HH/Generation# #1859
Sacred-Reputation
started this conversation in
General
Replies: 1 comment
-
Looking at the variables you can use there that doesn't exactly work. So all what you could to is
to get close to what you want. If you want to separate the stuff you do during a day, you might try Directory name pattern: assuming that your prompt changes for those runs. Looking at modules/images.py, you could add the hour only at least to the filename, can't find where you could do it for the folder:
You could try adding this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like each generation to be saved into it's own subfolder under the date, then ONLY the hour, then the generation number..can't figure out how to get it to work
C:\outputs\YYMMDD\HH\Generation#
So if I ran a batch of 3 today at 3:15pm, it'd result in the following:
so it'd be C:\outputs\2023-07-28\15\01.png
C:\outputs\2023-07-28\15\02.png
C:\outputs\2023-07-28\15\03.png
and then another batch of 3 at 9:40pm they'd be:
any help?
Beta Was this translation helpful? Give feedback.
All reactions