File "C:\AI\stable-diffusion-webui\extensions\sd-webui-roop\scripts\swapper.py", line 13, in import onnxruntime ModuleNotFoundError: No module named 'onnxruntime' I have installed the "onruxruntime" and "ifnude"
File "D:\Desktop\SDlocalCNv11\stable-diffusion-webui\extensions\sd-webui-roop\scripts\swapper.py", line 13, in import onnxruntime ModuleNotFoundError: No module named 'onnxruntime' *** Error loading script: cimage.py Traceback (most recent call last): ...
具体报错:requests.exceptions.ConnectionError:HTTPSConnectionPool(host='pai-aigc-photog.oss-cn-hangzhou.aliyuncs.com', port=443):Max retries exceeded with url: /webui/control_v11f1e_sd15_tile.pth (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fb23911cd30>: Fail...
答:Easyphoto是一个WebUI插件,需要安装SDWebui后才可以使用。 2、AttributeError: module "insightface' has no attribute "model_zoo' 答:insightface版本较低,查看是否其他插件要求低版本insightface,可以先关闭其他插件,让easyphoto安装相关依赖。 3、RuntimeError: PytorchStreamReader failed reading zip archive: ...
答:Easyphoto是一个WebUI插件,需要安装SDWebui后才可以使用。 2、AttributeError: module "insightface' has no attribute "model_zoo' 答:insightface版本较低,查看是否其他插件要求低版本insightface,可以先关闭其他插件,让easyphoto安装相关依赖。 3、RuntimeError: PytorchStreamReader failed reading zip archive: fai...
(fromonnxruntime->ifnude) (1.12) Requirement already satisfied: scipy>=1.8inc:\users\serji\appdata\local\programs\python\python310\lib\site-packages (fromscikit-image->ifnude) (1.12.0) Requirement already satisfied: networkx>=2.8inc:\users\serji\appdata\local\programs\python\python310\lib\...
File "C:\Users\fei.cache\modelscope\modelscope_modules\cv_unet_skin_retouching_torch\ms_wrapper.py", line 93, in load_onnx_model sess = onnxruntime.InferenceSession(onnx_path) File "D:\sdwebui\stable-diffusion-webui\venv\lib\site-packages\onnxruntime\capi\onnxruntime_inference_collecti...
xuboot opened on Jun 27, 2023 Downloading the detection model to /home/rdteam/.ifnude/detector.onnx Error loading script: swapper.py Traceback (most recent call last): File "/usr/local/data/conda-env/conda/envs/sd-webui/lib/python3.10/urllib/request.py", line 1348, in do_open h...
Make sd-webui-openpose-editor able to edit the facial keypoints in preprocessor result preview. Currently even if you are using the same face for both model, the insightface preprocessor will run twice. We need to find a way to cache the result and only run the model once. ...