Anyway to generate many images using randomized poses? #701
jtran-developer
started this conversation in
Ideas
Replies: 4 comments 1 reply
-
I'm wondering the same. If it could randomly select a pose (input image) from a folder of images for each generation, that would be great. Someone made a separate utility to do this, but it is not built in directly to auto1111. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could look into the power of Unprompted, but requires some knowledge of basic coding. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I took use dynamic, I've a really convoluted network of wildcards. It's...
Convoluted haha. But some things just aren't controllable yet.
…On Wed, Apr 12, 2023, 13:22 Jonseed ***@***.***> wrote:
I currently use Dynamic Prompts
<https://github.com/adieyal/sd-dynamic-prompts>, which is similar, to get
random poses. But ControlNet would be better, achieving poses that can't be
prompted with text alone.
—
Reply to this email directly, view it on GitHub
<#701 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2755JYIJ5YL7EYABFLS223XA3XHHANCNFSM6AAAAAAWQNIRQY>
.
You are receiving this because you commented.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I know xyz grid has some controlnet stuff it supports, I just haven't
hadn't thought to look there until just now
…On Wed, Apr 12, 2023, 13:22 Jonseed ***@***.***> wrote:
I currently use Dynamic Prompts
<https://github.com/adieyal/sd-dynamic-prompts>, which is similar, to get
random poses. But ControlNet would be better, achieving poses that can't be
prompted with text alone.
—
Reply to this email directly, view it on GitHub
<#701 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A2755JYIJ5YL7EYABFLS223XA3XHHANCNFSM6AAAAAAWQNIRQY>
.
You are receiving this because you commented.Message ID:
***@***.***
.com>
|
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
-
At the moment, I'm loading one pose in, generating an image, then load a second pose in, generate, and so forth. Would it be possible to just have it randomly load a pose from a folder by itself? Goal is so you can generate like 100 images and have it randomly select a different pose each time.
Beta Was this translation helpful? Give feedback.
All reactions