mcmonkeyprojects / sd-infinity-grid-generator-script

Infinite-Axis Grid Generator for Stable Diffusion!
MIT License
178 stars 24 forks source link

InfinityGrid bugged in img2img mode #123

Closed Emasoft closed 9 months ago

Emasoft commented 9 months ago

Currently InfinityGrid can only be used in txt2img mode. But I often need to evaluate the impact of some parameters (i.e. denoising) in img2img mode. When I tried to use it in img2img mode it gives the following error:

AttributeError: 'StableDiffusionProcessingImg2Img' object has no attribute 'enable_hr'

But it should be theoretically possible to do it in img2img, since the Plot X/Y/Z script works fine in such mode.

mcmonkey4eva commented 9 months ago

Bug, not feature request - it's listed under img2img explicitly and is meant to work, that's a bug if it's breaking

mcmonkey4eva commented 9 months ago

yep, minor bug introduced by #93 - fixed