ArtVentureX / sd-webui-agent-scheduler

619 stars 63 forks source link

Compatibility issues with dynamic-prompts #104

Open 61767603 opened 1 year ago

61767603 commented 1 year ago

When used with dynamic-prompts, the dynamic-prompts wildcard function will fail on multiple tasks. I hope to fix this BUG

artventuredev commented 1 year ago

I haven't personally used or tested this extension before, but I did a quick test and it seems to be functioning properly.

Screenshot 2023-08-10 at 03 35 01

Could you provide more details about the issue you're facing? Specifically, what do you mean by "fail"? Are you experiencing errors during generation or is the prompt not being interpreted correctly?

61767603 commented 1 year ago

Thanks for reply Specifically, when wildcard is used, multiple images generated at the same time will only capture the first random wildcard, no matter how many images, only the first random number is captured

sraney commented 10 months ago

Is there an update to this?

QuietNoise commented 10 months ago

When used with dynamic-prompts, the dynamic-prompts wildcard function will fail on multiple tasks. I hope to fix this BUG

I can't replicate. Make sure you have Combinatorial generation unchecked as having it check will disable random order of wildcards and thus picking items from top to bottom on every task scheduled in Agent Scheduler. If anything you can also check the Unlink seed from prompt to further randomize generated prompts regardless of the seed used.