yownas / seed_travel

Small script for AUTOMATIC1111/stable-diffusion-webui to create images between two seeds
Other
310 stars 25 forks source link

not consistent travel across multiple seeds #28

Closed vsewall closed 1 year ago

vsewall commented 1 year ago

for some reasone I have the same effect with model 2.1 and 1.5:

travel from one seed to another looks great, but when the second seed is reached, there is a sharp jump. and then it repeats with new pair of seeds

I figured out that seed1 with subseed2 weight=1 not equal seed2

but your example looks consistent with multiple seeds

yownas commented 1 year ago

Yes, this is a known issue. But I don't know if there is a good/simple way to fix it. Some of the samplers (like "Euler a") seem to only use the first seed for... something (not sure what), which makes it "jump" when you start from the next seed. Samplers that works well is Euler, LMS, Heun, DPM2 & DDIM (and possibly some of the new ones).

yownas commented 1 year ago

Forgot to close this issue. But I added a page explaining a bit more what happens and which samplers will work well. Hopefully this will helpful.

https://github.com/yownas/seed_travel/blob/main/SAMPLER_TEST.md