-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Inpainting doesn't work with certain samplers #220
Comments
same problem. also using these samplers in hires fix wont give an error but gives terrible results if i change sampler it works perfectly heres my long ass error: Recommended settings: Sampling Steps: 80-100, Sampler: Euler a, Denoising strength: 0.8 ', 128, 8, ['left', 'right', 'up', 'down'], 1, 0.05, 128, 4, 0, ['left', 'right', 'up', 'down'], False, False, 'positive', 'comma', 0, False, False, 'start', '', 'Will upscale the image by the selected scale factor; use width and height sliders to set tile size ', 64, 0, 2, 1, '', [], 0, '', [], 0, '', [], True, False, 0, False, False, False, False, False, False, 0, False, 'Will upscale the image depending on the selected target size type ', 512, 0, 8, 32, 64, 0.35, 32, 0, True, 0, False, 8, 0, 0, 2048, 2048, 2) {}Traceback (most recent call last): File "J:\aistuff\stable-diffusion-webui-reForge\modules\call_queue.py", line 74, in f res = list(func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable 0%| | 0/26 [00:00<?, ?it/s] Recommended settings: Sampling Steps: 80-100, Sampler: Euler a, Denoising strength: 0.8 ', 128, 8, ['left', 'right', 'up', 'down'], 1, 0.05, 128, 4, 0, ['left', 'right', 'up', 'down'], False, False, 'positive', 'comma', 0, False, False, 'start', '', 'Will upscale the image by the selected scale factor; use width and height sliders to set tile size ', 64, 0, 2, 1, '', [], 0, '', [], 0, '', [], True, False, 0, False, False, False, False, False, False, 0, False, 'Will upscale the image depending on the selected target size type ', 512, 0, 8, 32, 64, 0.35, 32, 0, True, 0, False, 8, 0, 0, 2048, 2048, 2) {}Traceback (most recent call last): File "J:\aistuff\stable-diffusion-webui-reForge\modules\call_queue.py", line 74, in f res = list(func(*args, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable |
Checklist
What happened?
Inpainting gives an error when using the following samplers:
Some other samplers I tested that are working:
Some variations I tested, but made no difference:
Steps to reproduce the problem
What should have happened?
Inpainting should work with all samplers.
What browsers do you use to access the UI ?
Mozilla Firefox
Sysinfo
sysinfo-2024-12-28-12-42.json
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: