yspacedev/Expanded-XY-grid

Update to stable diffusion broke script

Closed this issue · 4 comments

A update to the Stable Diffusion file modules/process.py file removed the get_correct_sampler function.
So when Stable Diffusion is run it causes the following error:
"ImportError: cannot import name 'get_correct_sampler' from 'modules.processing' (/notebooks/stable-diffusion-webui/modules/processing.py)".

Sadly this stops the script from loading.

Ok. I'll have to look into fixing that.

I fixed it, but it completely broke elsewhere.
image
Now the boxes don't even show up even though the ui method (function) code is exactly the same.

It is now fixed