AUTOMATIC1111 / stable-diffusion-webui

Stable Diffusion web UI
GNU Affero General Public License v3.0
142.53k stars 26.88k forks source link

[Bug]: (SOLVED: DB online dependency) Requires internet to start up. #9761

Closed dreemur99 closed 1 year ago

dreemur99 commented 1 year ago

Is there an existing issue for this?

What happened?

I searched but I can't find a solution to this or even that it is reported. If it's there, I can't find it.

For some reason, SD requires the internet to boot up properly. It works fine if I turn it off afterwards but it will not start up without first needing the internet... which doesn't make sense. My bat does not have a git pull and I'm not sure what else can be causing SD to not start when the internet off.

Steps to reproduce the problem

  1. Turn off internet.
  2. Try to start SD from Webui bat file.
  3. After a long pause.

This is a (very) small part of the error list:

Installing requirements for Web UI
Traceback (most recent call last):
  File "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\launch.py", line 355, in <module>
    prepare_environment()
  File "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\launch.py", line 299, in prepare_environment
    run_pip(f"install -r \"{requirements_file}\"", "requirements for Web UI")
  File "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\launch.py", line 129, in run_pip
    return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
  File "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\launch.py", line 97, in run
    raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install -r "requirements_versions.txt" --prefer-binary
Error code: 1

. .. ... Press any key to continue . . .

What should have happened?

I assume SD should start up without need for internet or constantly trying to re/install anything.

Commit where the problem happens

22bcc7be428c94e9408f589966c2040187245d81

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Microsoft Edge

Command Line Arguments

--xformers --no-half-vae --precision full --no-half

List of extensions

a1111-sd-webui-haku-img a1111-sd-webui-lycoris animator_extension asymmetric-tiling-sd-webui canvas-zoom corridor-crawler-outpainting ebsynth_utility gif2gif Hypernetwork-MonkeyPatch-Extension multi-subject-render openpose-editor posex sd-3dmodel-loader sd-dynamic-prompts sd-webui-3d-open-pose-editor sd-webui-additional-networks sd-webui-controlnet sd-webui-enable-checker sd-webui-llul sd-webui-modelscope-text2video sd-webui-multiple-hypernetworks sd-webui-supermerger stable-diffusion-webui-composable-lora stable-diffusion-webui-pixelization stable-diffusion-webui-promptgen stable-diffusion-webui-rembg stable-diffusion-webui-state stable-diffusion-webui-two-shot video_loopback_for_webui

Console logs

venv "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\venv\Scripts\Python.exe"
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Commit hash: 22bcc7be428c94e9408f589966c2040187245d81
Installing requirements for Web UI
Traceback (most recent call last):
  File "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\launch.py", line 355, in <module>
    prepare_environment()
  File "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\launch.py", line 299, in prepare_environment
    run_pip(f"install -r \"{requirements_file}\"", "requirements for Web UI")
  File "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\launch.py", line 129, in run_pip
    return run(f'"{python}" -m pip {args} --prefer-binary{index_url_line}', desc=f"Installing {desc}", errdesc=f"Couldn't install {desc}")
  File "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\launch.py", line 97, in run
    raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install -r "requirements_versions.txt" --prefer-binary
Error code: 1
stdout: Requirement already satisfied: blendmodes==2022 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 1)) (2022)
Requirement already satisfied: transformers==4.25.1 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 2)) (4.25.1)
Requirement already satisfied: accelerate==0.12.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 3)) (0.12.0)
Requirement already satisfied: basicsr==1.4.2 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 4)) (1.4.2)
Requirement already satisfied: gfpgan==1.3.8 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 5)) (1.3.8)
Requirement already satisfied: gradio==3.23 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 6)) (3.23.0)
Requirement already satisfied: numpy==1.23.3 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 7)) (1.23.3)
Requirement already satisfied: Pillow==9.4.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 8)) (9.4.0)
Requirement already satisfied: realesrgan==0.3.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 9)) (0.3.0)
Requirement already satisfied: torch in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 10)) (1.13.1+cu117)
Requirement already satisfied: omegaconf==2.2.3 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 11)) (2.2.3)
Requirement already satisfied: pytorch_lightning==1.9.4 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 12)) (1.9.4)
Requirement already satisfied: scikit-image==0.19.2 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 13)) (0.19.2)
Requirement already satisfied: fonts in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 14)) (0.0.3)
Requirement already satisfied: font-roboto in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 15)) (0.0.1)
Requirement already satisfied: timm==0.6.7 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 16)) (0.6.7)
Requirement already satisfied: piexif==1.1.3 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 17)) (1.1.3)
Requirement already satisfied: einops==0.4.1 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 18)) (0.4.1)
Requirement already satisfied: jsonmerge==1.8.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 19)) (1.8.0)
Requirement already satisfied: clean-fid==0.1.29 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 20)) (0.1.29)
Requirement already satisfied: resize-right==0.0.2 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 21)) (0.0.2)
Requirement already satisfied: torchdiffeq==0.2.3 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 22)) (0.2.3)
Requirement already satisfied: kornia==0.6.7 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 23)) (0.6.7)
Requirement already satisfied: lark==1.1.2 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 24)) (1.1.2)
Requirement already satisfied: inflection==0.5.1 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 25)) (0.5.1)
Requirement already satisfied: GitPython==3.1.30 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 26)) (3.1.30)
Requirement already satisfied: torchsde==0.2.5 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 27)) (0.2.5)
Requirement already satisfied: safetensors==0.3.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 28)) (0.3.0)
Requirement already satisfied: httpcore<=0.15 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 29)) (0.15.0)
Requirement already satisfied: fastapi==0.94.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from -r requirements_versions.txt (line 30)) (0.94.0)
Requirement already satisfied: deprecation<3,>=2.1.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from blendmodes==2022->-r requirements_versions.txt (line 1)) (2.1.0)
Requirement already satisfied: aenum<4,>=3.1.7 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from blendmodes==2022->-r requirements_versions.txt (line 1)) (3.1.11)
Requirement already satisfied: tokenizers!=0.11.3,<0.14,>=0.11.1 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (0.13.2)
Requirement already satisfied: filelock in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (3.10.7)
Requirement already satisfied: regex!=2019.12.17 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (2023.3.23)
Requirement already satisfied: huggingface-hub<1.0,>=0.10.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (0.13.3)
Requirement already satisfied: requests in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (2.28.2)
Requirement already satisfied: tqdm>=4.27 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (4.65.0)
Requirement already satisfied: pyyaml>=5.1 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (6.0)
Requirement already satisfied: packaging>=20.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from transformers==4.25.1->-r requirements_versions.txt (line 2)) (23.0)
Requirement already satisfied: psutil in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from accelerate==0.12.0->-r requirements_versions.txt (line 3)) (5.9.4)
Requirement already satisfied: addict in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (2.4.0)
Requirement already satisfied: future in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.18.3)
Requirement already satisfied: lmdb in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (1.4.0)
Requirement already satisfied: opencv-python in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (4.7.0.72)
Requirement already satisfied: scipy in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (1.10.1)
Requirement already satisfied: tb-nightly in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (2.13.0a20230327)
Requirement already satisfied: torchvision in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.14.1+cu117)
Requirement already satisfied: yapf in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from basicsr==1.4.2->-r requirements_versions.txt (line 4)) (0.32.0)
Requirement already satisfied: facexlib>=0.2.5 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gfpgan==1.3.8->-r requirements_versions.txt (line 5)) (0.2.5)
Requirement already satisfied: python-multipart in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (0.0.6)
Requirement already satisfied: pydub in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (0.25.1)
Requirement already satisfied: orjson in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (3.8.8)
Requirement already satisfied: typing-extensions in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (4.5.0)
Requirement already satisfied: matplotlib in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (3.7.1)
Requirement already satisfied: mdit-py-plugins<=0.3.3 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (0.3.3)
Requirement already satisfied: jinja2 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (3.1.2)
Requirement already satisfied: aiohttp in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (3.8.4)
Requirement already satisfied: ffmpy in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (0.3.0)
Requirement already satisfied: markupsafe in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (2.1.2)
Requirement already satisfied: uvicorn in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (0.21.1)
Requirement already satisfied: aiofiles in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (23.1.0)
Requirement already satisfied: pandas in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (1.5.3)
Requirement already satisfied: semantic-version in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (2.10.0)
Requirement already satisfied: websockets>=10.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (10.4)
Requirement already satisfied: altair>=4.2.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (4.2.2)
Requirement already satisfied: httpx in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (0.23.3)
Requirement already satisfied: markdown-it-py[linkify]>=2.0.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (2.2.0)
Requirement already satisfied: pydantic in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (1.10.7)
Requirement already satisfied: fsspec in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from gradio==3.23->-r requirements_versions.txt (line 6)) (2023.3.0)
Requirement already satisfied: antlr4-python3-runtime==4.9.* in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from omegaconf==2.2.3->-r requirements_versions.txt (line 11)) (4.9.3)
Requirement already satisfied: lightning-utilities>=0.6.0.post0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from pytorch_lightning==1.9.4->-r requirements_versions.txt (line 12)) (0.8.0)
Requirement already satisfied: torchmetrics>=0.7.0 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from pytorch_lightning==1.9.4->-r requirements_versions.txt (line 12)) (0.11.4)
Requirement already satisfied: tifffile>=2019.7.26 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from scikit-image==0.19.2->-r requirements_versions.txt (line 13)) (2023.3.21)
Requirement already satisfied: PyWavelets>=1.1.1 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from scikit-image==0.19.2->-r requirements_versions.txt (line 13)) (1.4.1)
Requirement already satisfied: imageio>=2.4.1 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from scikit-image==0.19.2->-r requirements_versions.txt (line 13)) (2.27.0)
Requirement already satisfied: networkx>=2.2 in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from scikit-image==0.19.2->-r requirements_versions.txt (line 13)) (3.0)
Requirement already satisfied: jsonschema in c:\stablediffusion\00_ sd new\stable-diffusion-webui\venv\lib\site-packages (from jsonmerge==1.8.0->-r requirements_versions.txt (line 19)) (4.17.3)
INFO: pip is looking at multiple versions of jsonmerge to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of einops to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of piexif to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of timm to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of scikit-image to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of pytorch-lightning to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of omegaconf to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of realesrgan to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of pillow to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of numpy to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of gradio to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of gfpgan to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of basicsr to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of accelerate to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of transformers to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of blendmodes to determine which version is compatible with other requirements. This could take a while.

The conflict is caused by:
    transformers 4.25.1 depends on requests
    basicsr 1.4.2 depends on requests
    gradio 3.23.0 depends on requests
    clean-fid 0.1.29 depends on requests==2.25.1

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

stderr: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEF3A0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEF6D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEF880>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEFA30>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEFBE0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/requests/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AACA470>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/clean-fid/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEF700>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/clean-fid/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEFBE0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/clean-fid/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEFA60>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/clean-fid/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEF6D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/clean-fid/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB102E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/jsonmerge/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB10520>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/jsonmerge/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB106D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/jsonmerge/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB10880>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/jsonmerge/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB10A30>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/jsonmerge/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB10B50>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/einops/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAB9960>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/einops/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAED330>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/einops/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEFA30>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/einops/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEF940>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/einops/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB10DC0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/piexif/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB10820>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/piexif/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB108E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/piexif/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB105E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/piexif/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB10490>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/piexif/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB112A0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/timm/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB114E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/timm/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB11690>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/timm/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB11840>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/timm/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AB119F0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/timm/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AACA1A0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/scikit-image/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEFB80>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/scikit-image/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEF8B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/scikit-image/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEE1D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/scikit-image/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAEF790>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/scikit-image/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AACAD40>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pytorch-lightning/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAC95D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pytorch-lightning/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AACAAD0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pytorch-lightning/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AADDE40>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pytorch-lightning/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AADD240>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pytorch-lightning/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA0700>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/omegaconf/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA0D30>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/omegaconf/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA0D00>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/omegaconf/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA2D10>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/omegaconf/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA2E00>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/omegaconf/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA1EA0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/realesrgan/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA32E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/realesrgan/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA0190>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/realesrgan/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA3220>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/realesrgan/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA0E80>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/realesrgan/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA495D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pillow/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA4A380>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pillow/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA4A920>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pillow/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA4A8F0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pillow/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA49930>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/pillow/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA4AAD0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/numpy/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA49780>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/numpy/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA4A110>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/numpy/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA49360>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/numpy/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA4AE30>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/numpy/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA0F10>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gradio/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA2F20>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gradio/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA30D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gradio/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA06D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gradio/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AAA2E60>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gradio/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9F35B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gfpgan/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9F3F10>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gfpgan/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9F1180>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gfpgan/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA0F0D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gfpgan/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA0EFE0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/gfpgan/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9F0670>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/basicsr/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9F2DA0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/basicsr/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA0EEC0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/basicsr/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA0C220>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/basicsr/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548AA0EB90>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/basicsr/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CD000>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/accelerate/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CEFE0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/accelerate/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CF640>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/accelerate/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CF730>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/accelerate/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CF400>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/accelerate/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CDD20>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/transformers/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CD2D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/transformers/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CD7E0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/transformers/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CD8D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/transformers/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A9CD240>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/transformers/
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A99C640>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/blendmodes/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A99C8B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/blendmodes/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A99C850>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/blendmodes/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A99C0D0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/blendmodes/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x000002548A99D6C0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/blendmodes/
ERROR: Cannot install basicsr==1.4.2, clean-fid==0.1.29, gradio==3.23.0 and transformers==4.25.1 because these package versions have conflicting dependencies.
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

[notice] A new release of pip available: 22.2.1 -> 23.1
[notice] To update, run: C:\StableDiffusion\00_ SD NEW\stable-diffusion-webui\venv\Scripts\python.exe -m pip install --upgrade pip

Press any key to continue . . .

Additional information

No response

razvan-nicolae commented 1 year ago

your pip install command obviously requires internet to download the packages. Try to check your command arguments for the webui start, or whatever else is trying to install stuff in prerequirements, launch.py etc.

dreemur99 commented 1 year ago

image There's no pip install command, but it seems to be trying to install something each time anyways.

Sunderbraze commented 1 year ago

As someone who lives life behind a whitelist-only firewall, trust me, I feel your pain.

Short answer: This isn't a bug, it's a feature.

Long answer: This software doesn't distribute with all of the necessary components to actually run it offline. I don't know if there are too many legal or technical barriers to merging everything into a single repo, or if we are just dealing with the usual assumption by the terminally online software development community that everything must always be able to access the internet at all times. Either way, there is no 'standalone' product here. First, Python 3.10.6 must first use PIP to install a number of dependencies, then, Git must download a bunch of other repositories (other than this one) before this software can actually function.

My solution: I added firewall whitelist entries for "python.exe" from the Python 3.10.6 installation directory and from "git-remote-https.exe" from the mingw64\libexec\git-core\ subdirectory of the Git installation directory. On first launch, PIP and Git downloaded and installed the necessary components; afterwards, I closed the software, disabled the firewall whitelist entries, and the software launched without any errors. I've been using it since then without allowing any access to the internet. Just to confirm, I went ahead and pulled my ethernet and tested it just now: still seems to work fine.

Other solution: If you're trying to set this software up on a computer that is completely disconnected from the internet, and isn't simply operating behind a firewall like mine, you'll probably need to first download and launch the software (at least once) on a computer that has internet access, then copy its entire directory, as well as the directory of your Python 3.10.6 installation, onto an external drive to bring it over and copy/overwrite. There may be a more targeted approach to copying the Python dependencies, but there's no way I'd want to figure that out, Python is more infuriating than interactive disassembly IMHO.

mudapanda2 commented 1 year ago

After initial install of all that's needed there's no requirement to be online, the requirement gets introduced when you install the Dreambooth extension. @d8ahazard introduces it with postinstall.py, you'll also have to thank him for the ongoing dependency nightmare.

ClashSAN commented 1 year ago

So it seems to be the dreambooth extension. If you find specifically what it is from diffusers or whatever, make a discussion post for visibility so users can run training offline.

(it may be some environment variable)