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
getting this on windows 10 after updating webui to aa4688eb8345de583070ca9ddb4c6f585f06762b
Error loading script: sonar.py
Traceback (most recent call last):
File "C:\Users\username\Downloads\generative-nn-models\stable-diffusion-webui\modules\scripts.py", line 229, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\username\Downloads\generative-nn-models\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "C:\Users\username\Downloads\generative-nn-models\stable-diffusion-webui\extensions\stable-diffusion-webui-sonar\scripts\sonar.py", line 445, in <module>
def sample_naive(model:CFGDenoiser, x:Tensor, sigmas:List, extra_args={}, callback=None, *args):
NameError: name 'CFGDenoiser' is not defined
The text was updated successfully, but these errors were encountered:
More info: this is due to WebUI updated to reorganize sampler code recently.
It goes away by doing: git checkout cbd6329488beafe036ea3a3d0cea1a6940105cf9 (the last commit before sampler reorg).
getting this on windows 10 after updating webui to aa4688eb8345de583070ca9ddb4c6f585f06762b
The text was updated successfully, but these errors were encountered: