DenOfEquity
DenOfEquity
I don't get those deprecation warnings, but they shouldn't be relevant. I do get, as expected, identical results in img2img and inpaint upload. The depth map control image is correct...
Confirmed, problem with sampler. Whoever wrote the code didn't consider 1-step generation. Same issue with DPM++3M SDE. Simple fixes, but for now use a different sampler or 2+ steps.
First: ``` def show(self, is_img2img): return scripts.AlwaysVisible ``` Second: `run()` is for scripts, for extensions you have many options. Check `modules\scripts.py`. `postprocess_image()` seems ideal for you: ` def postprocess_image(self, p,...
That part works the same as the original highres fix - there's caption entries for 'Size' and 'Hires upscale'. Changing it would break repeatability (via loading the infotext) and backwards...
probably due to my update yesterday, try again now
My understanding is that the current releases of Pytorch on Mac do not support fp8 - which is the source of the above error. Apparently newer nightlies have added support....
start here: https://github.com/lllyasviel/stable-diffusion-webui-forge/discussions/1181, most likely answer is that you've set **GPU Weights** too high. Don't use command-line arguments unless you know you need them (needing them with old Forge or...
There's an option in the settings for this: search for Inpaint, you can disable the high-contrast brush and pick whatever colour for masking.
I've just tested your scenario with deleting the last used checkpoint. The list is still there, but it seems only a small region to the left of the input box...
Yes, it's definitely something that needs to be looked at - thanks for reporting it, and it *is* due to the update earlier. I have a fix, will update soon....