-
Notifications
You must be signed in to change notification settings - Fork 29
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
Broken after new AUTO1111 update. #12
Comments
FYI. Your stealth_pnginfo also broken due to new update. |
Can confirm it stops working because script_callback.py and sd_samplers_kdiffusion.py need to be patched again. Here's the two patched files just in case people don't want to wait for the update. |
That link didn't work for me so I've created my own patch here on GitHub's gists - https://gist.github.com/CamWiseOwl/eb13ba59e8750717f20db3af7f8364db Looks like it's only sd_samplers_kdiffusion.py that needed updating for the latest update. |
Would you mind explaining briefly how I can apply this script? I don't mind looking up the finer details, I just need to understand where this script is applied. Thanks. |
Strange, it works for me... |
Either download @Squibeel's zip and directly replace the files or save my gist somewhere then run git apply in the root A1111 folder like the readme describes how to do - |
Thank you but still did not work. |
Hello,
Since the new update from AUTO the extension stops working. Issue state:
File "I:\stable-diffusion-webui\modules[scripts.py](https://scripts.py/)", line 256, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "I:\stable-diffusion-webui\modules\script_loading.py", line 11, in load_module
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "I:\stable-diffusion-webui\extensions\sd_webui_SAG\scripts[SAG.py](https://sag.py/)", line 18, in
from modules.script_callbacks import on_cfg_denoiser,CFGDenoiserParams, CFGDenoisedParams, on_cfg_denoised, AfterCFGCallbackParams, on_cfg_after_cfg
ImportError: cannot import name 'AfterCFGCallbackParams' from 'modules.script_callbacks' (I:\stable-diffusion-webui\modules\script_callbacks.py)
Hope you can fix it soon. Thank you.
The text was updated successfully, but these errors were encountered: