You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using sd-webui version 1.5. After downloading the cleaner plugin, I start sd-webui and get an error message, as follows:
I checked the changelog of sd-webui and found that ResizeHandleRow appeared in version 1.8
How can I make the cleaner plugin support sd-webui version 1.5?
2024-11-01 17:56:51 - ***
2024-11-01 17:56:51 - Error loading script: clean_up_tab.py
2024-11-01 17:56:51 - Traceback (most recent call last):
File "E:\develop\python\stable-diffusion-webui\modules\scripts.py", line 319, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "E:\develop\python\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 "E:\develop\python\stable-diffusion-webui\extensions\sd-webui-cleaner\scripts\clean_up_tab.py", line 7, in
from modules.ui_components import ToolButton, ResizeHandleRow
ImportError: cannot import name 'ResizeHandleRow' from 'modules.ui_components' (E:\develop\python\stable-diffusion-webui\modules\ui_components.py)
The text was updated successfully, but these errors were encountered:
I am using sd-webui version 1.5. After downloading the cleaner plugin, I start sd-webui and get an error message, as follows:
I checked the changelog of sd-webui and found that ResizeHandleRow appeared in version 1.8
How can I make the cleaner plugin support sd-webui version 1.5?
2024-11-01 17:56:51 - ***
2024-11-01 17:56:51 - Error loading script: clean_up_tab.py
2024-11-01 17:56:51 - Traceback (most recent call last):
File "E:\develop\python\stable-diffusion-webui\modules\scripts.py", line 319, in load_scripts
script_module = script_loading.load_module(scriptfile.path)
File "E:\develop\python\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 "E:\develop\python\stable-diffusion-webui\extensions\sd-webui-cleaner\scripts\clean_up_tab.py", line 7, in
from modules.ui_components import ToolButton, ResizeHandleRow
ImportError: cannot import name 'ResizeHandleRow' from 'modules.ui_components' (E:\develop\python\stable-diffusion-webui\modules\ui_components.py)
The text was updated successfully, but these errors were encountered: