This repository was archived by the owner on Jun 2, 2025. It is now read-only.
-
Is it possible to add seed value to the filename/output path? I was trying to convert the seed value to text and add it as a token but the value seems to be incompatible. Any idea to archive this? |
Beta Was this translation helpful? Give feedback.
Answered by
wutipong
Aug 15, 2023
Replies: 2 comments 1 reply
-
Convert int to number and number to text maybe? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can't find the int to number node. May be I overlook something. Anyway I've got it working now using the random number node and use Number to Seed to seed the sampler. Thanks for the help! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WASasquatch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't find the int to number node. May be I overlook something.
Anyway I've got it working now using the random number node and use Number to Seed to seed the sampler.
Thanks for the help!