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

SD Update not finding "KDiffusionSampler" #21

Closed
Leothelion996 opened this issue Jan 31, 2023 · 2 comments
Closed

SD Update not finding "KDiffusionSampler" #21

Leothelion996 opened this issue Jan 31, 2023 · 2 comments

Comments

@Leothelion996
Copy link

I was able to use this yesterday but after today's update in Stable diffusion, I'm getting some error.

Error loading script: sd_save_intermediate_images.py Traceback (most recent call last): File "G:\stable-diffusion-webui\modules\scripts.py", line 229, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "G:\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 "G:\stable-diffusion-webui\extensions\sd_save_intermediate_images\scripts\sd_save_intermediate_images.py", line 10, in <module> from modules.sd_samplers import KDiffusionSampler, sample_to_image ImportError: cannot import name 'KDiffusionSampler' from 'modules.sd_samplers' (G:\stable-diffusion-webui\modules\sd_samplers.py)

@AlUlkesh
Copy link
Owner

AlUlkesh commented Jan 31, 2023

Yes, there was a big change in the webui code yesterday. This should however already be fixed with #20. Did you try the latest commit of this extension, and restarting webui?

@Leothelion996
Copy link
Author

Yes, I just pulled the latest version and it is working again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants