CiaraStrawberry / TemporalKit

An all in one solution for adding Temporal Stability to a Stable Diffusion Render via an automatic1111 extension
GNU General Public License v3.0
1.94k stars 126 forks source link

TemporalKit don´t load after AUTOMATIC1111 stable-diffusion-webui update 1.9.0 #139

Open Yuugenbrose opened 7 months ago

Yuugenbrose commented 7 months ago

*** Error loading script: sd-TemporalKit-UI.py Traceback (most recent call last): File "E:\stable-diffusion-webui\modules\scripts.py", line 508, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "E:\stable-diffusion-webui\modules\script_loading.py", line 14, in load_module module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "E:\stable-diffusion-webui\extensions\TemporalKit\scripts\sd-TemporalKit-UI.py", line 23, in from modules.ui import create_sampler_and_steps_selection ImportError: cannot import name 'create_sampler_and_steps_selection' from 'modules.ui' (E:\stable-diffusion-webui\modules\ui.py)

BigShaka77 commented 7 months ago

me too, any solution?

QuestPanel commented 7 months ago

had the same problem. fixed my issue by opening ...\extensions\TemporalKit\scripts\sd-TemporalKit-UI.py , with notepad, and then changed the line from modules.ui import create_sampler_and_steps_selection with from modules.ui import create_setting_component

wushifen commented 7 months ago

有同样的问题。通过打开 来解决我的问题 记事本,然后用...\extensions\TemporalKit\scripts\sd-TemporalKit-UI.py``from modules.ui import create_sampler_and_steps_selection from modules.ui import create_setting_component

Thank you, I succeeded using your ideas

joegoldin commented 6 months ago

see: https://github.com/CiaraStrawberry/TemporalKit/issues/134

darkdarkcocoa commented 6 months ago

有同样的问题。通过打开 来解决我的问题 记事本,然后用...\extensions\TemporalKit\scripts\sd-TemporalKit-UI.pyfrom modules.ui import create_sampler_and_steps_selection `from modules.ui import create_setting_component`

Thank you, I succeeded using your ideas

thank you

NoticeVengus commented 6 months ago

it worked and THX !!!

Dohrah commented 1 month ago

had the same problem. fixed my issue by opening ...\extensions\TemporalKit\scripts\sd-TemporalKit-UI.py , with notepad, and then changed the line from modules.ui import create_sampler_and_steps_selection with from modules.ui import create_setting_component

@QuestPanel I spent the last 3 hours trying out the solutions on the Internet and this is the only thing that fixed it. THANK YOU!!!!