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

Not working in A1111 (15th September 2023) #21

Open
oliverban opened this issue Sep 15, 2023 · 1 comment
Open

Not working in A1111 (15th September 2023) #21

oliverban opened this issue Sep 15, 2023 · 1 comment

Comments

@oliverban
Copy link

*** Error loading script: auto_mbw_extension.py
Traceback (most recent call last):
File "C:\Users\Oliver\Documents\Github\stable-diffusion-webui\modules\scripts.py", line 382, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "C:\Users\Oliver\Documents\Github\stable-diffusion-webui\modules\script_loading.py", line 10, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "C:\Users\Oliver\Documents\Github\stable-diffusion-webui\extensions\auto-MBW-rt\scripts\auto_mbw_extension.py", line 6, in
from scripts.main import mbw as auto_mbw
File "C:\Users\Oliver\Documents\Github\stable-diffusion-webui\extensions\auto-MBW-rt\scripts\main\mbw.py", line 29, in
from scripts.main.merger import handle_model_load, disable_injection, adjust_weights_score, save_checkpoint
File "C:\Users\Oliver\Documents\Github\stable-diffusion-webui\extensions\auto-MBW-rt\scripts\main\merger.py", line 31, in
from scripts.runtime_block_merge import on_save_checkpoint
ModuleNotFoundError: No module named 'scripts.runtime_block_merge'

I've tried manually installing dependencies but same error.

@zcatharisis
Copy link
Contributor

zcatharisis commented Oct 21, 2023

Just installed it and the only issue I encountered was ImportError: cannot import name 'wrap_gradio_gpu_call' from 'webui'
Fixed it by following this code change from the Deforum github deforum-art/sd-webui-deforum#867

For reference, the edited file is in sdweb-auto-MBW/scripts/classifiers/cafe-aesthetic/aesthetic.py

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