s0md3v / sd-webui-roop

roop extension for StableDiffusion web-ui
GNU Affero General Public License v3.0
3.3k stars 834 forks source link

Can anyone tell about this error i get when i run roop locally with basic inhstallation #264

Closed andrewharper785 closed 4 months ago

andrewharper785 commented 9 months ago

Traceback (most recent call last):

File "E:\Roop\roop\[run.py](https://run.py/)", line 6, in

[core.run](https://core.run/)()

File "E:\Roop\roop\roop\[core.py](https://core.py/)", line 213, in run

if not frame_processor.pre_check():

File "E:\Roop\roop\roop\processors\frame\face_swapper.py", line 37, in pre_check

conditional_download(download_directory_path, ['[https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx](https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx)'])

File "E:\Roop\roop\roop\[utilities.py](https://utilities.py/)", line 142, in conditional_download

request = urllib.request.urlopen(url) # type: ignore[attr-defined]

File "C:\Users\win10\AppData\Local\Programs\Python\Python310\lib\urllib\[request.py](https://request.py/)", line 216, in urlopen