Open Yuugenbrose opened 7 months ago
me too, any solution?
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
有同样的问题。通过打开 来解决我的问题 记事本,然后用
...\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
有同样的问题。通过打开 来解决我的问题 记事本,然后用
...\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
thank you
it worked and THX !!!
had the same problem. fixed my issue by opening
...\extensions\TemporalKit\scripts\sd-TemporalKit-UI.py
, with notepad, and then changed the linefrom modules.ui import create_sampler_and_steps_selection
withfrom 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!!!!
*** 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)