aigc-apps / sd-webui-EasyPhoto

📷 EasyPhoto | Your Smart AI Photo Generator.
Apache License 2.0
4.98k stars 398 forks source link

启动失败 报错 #363

Open ni94wei1 opened 10 months ago

ni94wei1 commented 10 months ago

Error loading script: sdwebui.py Traceback (most recent call last): File "D:\Game\AI\novelai-webui\novelai-webui-aki-v2\modules\scripts.py", line 469, in load_scripts script_module = script_loading.load_module(scriptfile.path) File "D:\Game\AI\novelai-webui\novelai-webui-aki-v2\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 "D:\Game\AI\novelai-webui\novelai-webui-aki-v2\extensions\sd-webui-EasyPhoto\scripts\sdwebui.py", line 22, in from scripts.easyphoto_utils import ( File "D:\Game\AI\novelai-webui\novelai-webui-aki-v2\extensions\sd-webui-EasyPhoto\scripts\easyphoto_utils__init__.py", line 32, in from .common_utils import ( File "D:\Game\AI\novelai-webui\novelai-webui-aki-v2\extensions\sd-webui-EasyPhoto\scripts\easyphoto_utils\common_utils.py", line 17, in from modelscope.utils.logger import get_logger as ms_get_logger ModuleNotFoundError: No module named 'modelscope'

aetherwu commented 10 months ago

I've got

\extensions\sd-webui-EasyPhoto\scripts\easyphoto_utils\tryon_utils.py", line 13, in from shapely.geometry import Polygon ModuleNotFoundError: No module named 'shapely'

for WebUI 1.7

wuziheng commented 10 months ago

Try to use pip install modelscope pip install shapely

to solve