You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I've only seen posts of this problem when using img2img, but my problem is the same, just in text2img.
File "D:\.new stable diffusion\stable-diffusion-webui\modules\sd_samplers.py", line 377, in sample_img2img return self.func(self.model_wrap_cfg, xi, sigma_sched, extra_args={'cond': conditioning, 'uncond': unconditional_conditioning, 'cond_scale': p.cfg_scale}, disable=False, callback=self.callback_state, **extra_params_kwargs) File "D:\.new stable diffusion\stable-diffusion-webui\venv\lib\site-packages\torch\autograd\grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) TypeError: sample_dpm_adaptive() missing 1 required positional argument: 'sigma_max'
The whole error can be found here: https://pastebin.com/Jt8nV8jU
It's pretty long and I didn't want to make it hella unreadable in this discussion...
Any way to fix this on my own? If yes, please tell me. ^^
Beta Was this translation helpful? Give feedback.
All reactions