Update to stable diffusion broke script
Closed this issue · 4 comments
greenmeanking commented
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.
yspacedev commented
Ok. I'll have to look into fixing that.
OracoloJanus commented
Another plugin had the same problem and fixed it.
Maybe it can help you.
https://github.com/xrpgame/xyz_plot_script
https://github.com/Gerschel/xyz-plot-grid/commit/0786dc8700f0823dc0633aec7cc83d6ad5f0c2a3
yspacedev commented
yspacedev commented
It is now fixed