p1atdev / sd-danbooru-tags-upsampler

Makes the prompts for generating anime images more detailed by upsampling Danbooru tags.
Apache License 2.0
85 stars 7 forks source link

Option (or default) to lock upsampler seed to image seed #15

Open catboxanon opened 8 months ago

catboxanon commented 8 months ago

Title. The use case for this is if an image were generated with a random seed, but then I want to re-generate that image with different parameters, but using the same image seed. Currently, doing this will generate a new image entirely, as the seed used for upsampling tags is randomized again. This behavior doesn't align with other extensions like sd-dynamic-prompts, which (by default) randomizes the prompt based on the image seed.

Cisney-Gassai commented 6 months ago

I thought the same, this should do: #24