add labels to filename_keys? #12
Closed
caniyabanci76
started this conversation in
Ideas
Replies: 3 comments
-
yes that's possible, i will add just yet another option to enabled those. now, how do you deal with multiple same widgets like 1.seed and 13.width, do you want just the names anyway? i wouldd say so, but let me know |
Beta Was this translation helpful? Give feedback.
0 replies
-
just the names would be fine thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
release 2.75 |
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
Uh oh!
There was an error while loading. Please reload this page.
-
would it be possible to add manual strings to the keys list?
so say for filename keys , i wanted
seed
,width
,height
. Currently, we would get:1234567890_1024_1024_0001.png
But I would like to prefix those values with a label, so the output would be for example:
seed=1234567890_w=1024_h=1024_0001.png
Beta Was this translation helpful? Give feedback.
All reactions