Kahsolt / stable-diffusion-webui-prompt-travel

Travel between prompts in the latent space to make pseudo-animation, extension script for AUTOMATIC1111/stable-diffusion-webui.
The Unlicense
248 stars 22 forks source link

"Hires. fix" doesn't work with successive or embryo frame genesis methods #15

Closed hcorion closed 1 year ago

hcorion commented 1 year ago

With embryo I get the error "the save of tensor a (40) must match the size of sensor b" and with successive only the first frame is generated all full resolution, subsequent frames don't get the hires treatment.

Kahsolt commented 1 year ago

Hi~ I found that this script will not probably work together with hires.fix, due to some inner conceptual/logical conflict of denoising_strength, you can alternatively perform batch-upscale then batch-img2img.

image

Traveling requires a large denoising_strength to change contents, moving forward. However, successive mode with hires.fix is equivalent to do img2img on high resolution images with relative high denoising_strength, it performs bad because models are typically trained on low resolution images.