Skip to content
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

AttributeError: module 'modules.sd_samplers' has no attribute 'CFGDenoiser' #2

Closed
NoCrypt opened this issue Jan 30, 2023 · 2 comments
Closed
Labels
Bug Something is wrong. Completed Issue was completed successfully.

Comments

@NoCrypt
Copy link

NoCrypt commented Jan 30, 2023

image

Error loading script: dynamic_thresholding.py
Traceback (most recent call last):
  File "/content/stable-diffusion-webui/modules/scripts.py", line 229, in load_scripts
    script_module = script_loading.load_module(scriptfile.path)
  File "/content/stable-diffusion-webui/modules/script_loading.py", line 11, in load_module
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 848, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/content/stable-diffusion-webui/extensions/sd-dynamic-thresholding/scripts/dynamic_thresholding.py", line 91, in <module>
    class CustomCFGDenoiser(sd_samplers.CFGDenoiser):
AttributeError: module 'modules.sd_samplers' has no attribute 'CFGDenoiser'

More info:

  • Using Colab
  • Webui Hash: aa4688eb8345de583070ca9ddb4c6f585f06762b (latest as I'm writing this issue)
@mcmonkey4eva
Copy link
Member

mcmonkey4eva commented Jan 30, 2023

yep, WebUI updated to reorganize sampler code earlier today

@mcmonkey4eva
Copy link
Member

Updated, works on the latest WebUI again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is wrong. Completed Issue was completed successfully.
Projects
None yet
Development

No branches or pull requests

2 participants