Replies: 2 comments
-
some extensions need dependencies that only work online. accelerate dependency is from dreambooth. you can delete your extensions in extensions folder. additionally, delete your venv. |
Beta Was this translation helpful? Give feedback.
0 replies
-
many thanks for fast info. worked. didn't have to reinstall. just copied my backup again |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
if i don't have internet the AUTOMATIC1111 doesn't start what do i have to do so i can start it in offline you are the error codes
`[tobias@tobias-b550iaorusproax ~]$ '/home/tobias/stable-diffusion-webui/webui.sh' --xformers --medvram
################################################################
Install script for stable-diffusion + Web UI
Tested on Debian 11 (Bullseye)
################################################################
################################################################
Running on tobias user
################################################################
################################################################
Create and activate python venv
################################################################
################################################################
Launching launch.py...
################################################################
Python 3.10.8 (main, Nov 1 2022, 14:18:21) [GCC 12.2.0]
Commit hash:
Installing requirements for Web UI
Traceback (most recent call last):
File "/home/tobias/stable-diffusion-webui/launch.py", line 360, in
prepare_environment()
File "/home/tobias/stable-diffusion-webui/launch.py", line 309, in prepare_environment
run_pip(f"install -r {requirements_file}", "requirements for Web UI")
File "/home/tobias/stable-diffusion-webui/launch.py", line 137, 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 "/home/tobias/stable-diffusion-webui/launch.py", line 105, in run
raise RuntimeError(message)
RuntimeError: Couldn't install requirements for Web UI.
Command: "/home/tobias/stable-diffusion-webui/venv/bin/python3" -m pip install -r requirements_versions.txt --prefer-binary
Error code: 1
stdout: Requirement already satisfied: blendmodes==2022 in ./venv/lib/python3.10/site-packages (from -r requirements_versions.txt (line 1)) (2022)
Requirement already satisfied: transformers==4.25.1 in ./venv/lib/python3.10/site-packages (from -r requirements_versions.txt (line 2)) (4.25.1)
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 0x7ffad45f93c0>: Failed to establish a new connection: [Errno -3] Temporärer Fehler bei der Namensauflösung')': /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 0x7ffad45f83a0>: Failed to establish a new connection: [Errno -3] Temporärer Fehler bei der Namensauflösung')': /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 0x7ffad45f9210>: Failed to establish a new connection: [Errno -3] Temporärer Fehler bei der Namensauflösung')': /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 0x7ffad45fa9e0>: Failed to establish a new connection: [Errno -3] Temporärer Fehler bei der Namensauflösung')': /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 0x7ffad442d480>: Failed to establish a new connection: [Errno -3] Temporärer Fehler bei der Namensauflösung')': /simple/accelerate/
ERROR: Could not find a version that satisfies the requirement accelerate==0.12.0 (from versions: none)
ERROR: No matching distribution found for accelerate==0.12.0`
Beta Was this translation helpful? Give feedback.
All reactions