vladmandic / sd-extension-steps-animation

Save Interim Steps as Animation extension for SD WebUI
143 stars 19 forks source link

Extension not working #11

Closed Aamir3d closed 1 year ago

Aamir3d commented 1 year ago

I get this error

Error loading script: steps_animation.py Traceback (most recent call last): File "D:\Automatic1111\modules\scripts.py", line 229, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "D:\Automatic1111\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 "D:\Automatic1111\extensions\sd-extension-steps-animation\scripts\steps_animation.py", line 12, in from modules.sd_samplers_kdiffusion import KDiffusionSampler ModuleNotFoundError: No module named 'modules.sd_samplers_kdiffusion'

vladmandic commented 1 year ago

You need updated WebUI as some Imports changed. I wish I could maintain compatility with both older and latest versions...

Aamir3d commented 1 year ago

You need updated WebUI as some Imports changed. I wish I could maintain compatility with both older and latest versions...

Thank you, I'll recheck and see if it works after a git pull. Thanks for the extension

vladmandic commented 1 year ago

closing issue for now, will reopen if issue persists.