Inzaniak / sd-webui-ranbooru

71 stars 7 forks source link

[BUG] always using same prompt in txt2img batch mode #2

Closed Inblac closed 10 months ago

Inblac commented 1 year ago

setting: uncheck "Use same prompt for all images", batch count = 1, batch size = 3.

console show "Processing Multiple Prompts", but the 3 result imgs using same prompt.

image

IN README:Use the same prompt for all images: This use the same prompt for all the generated images in the same batch. If not selected, each image will have a different prompt.

Inzaniak commented 1 year ago

Hi! I can't seem to replicate this issue on my end. Can you check if you have accidentally wrote some tags in the Post ID section? It happened to me a few times, and for some reason it seems to grab only one prompt when you write anything in that box (even if it's not a valid ID).

Inblac commented 1 year ago

Hi! based on your response, I tried disabling other extensions and found that when the 'sd-dynamic-prompts' extension is enabled, the bug appears. If disable 'sd-dynamic-prompts' extension, everything works fine.

Thanks!

Inzaniak commented 1 year ago

Awesome, I'll try to have a look at the "sd-dynamic-prompts" extension to see why it's interfering with my script.