You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into the following error when generating images while being disconnected from the internet
[InvokeAI]::ERROR --> Error while invoking session , invocation (compel): HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /CompVis/stable-diffusion/main/configs/stable-diffusion/v1-inference.yaml (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x1b05f72b0>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
It seems to me that invoke cannot find the correct config.yaml for the model locally and tries to redownload it from huggingface after each reboot.
The models were imported through the model manager and saved the following "Path To Config" : stable-diffusion/v1-inference.yaml
What you expected to happen
Generating images should be possible without being connected to the internet
How to reproduce the problem
No response
Additional context
After generating a single image while being connected to the internet, inference runs flawlessly (even offline) until invoke is restarted.
Discord username
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this problem?
Operating system
macOS
GPU vendor
Apple Silicon (MPS)
GPU model
No response
GPU VRAM
No response
Version number
5.0.0.a5
Browser
Chrome
Python dependencies
No response
What happened
I ran into the following error when generating images while being disconnected from the internet
It seems to me that invoke cannot find the correct config.yaml for the model locally and tries to redownload it from huggingface after each reboot.
The models were imported through the model manager and saved the following "Path To Config" :
stable-diffusion/v1-inference.yaml
What you expected to happen
Generating images should be possible without being connected to the internet
How to reproduce the problem
No response
Additional context
After generating a single image while being connected to the internet, inference runs flawlessly (even offline) until invoke is restarted.
Discord username
No response
The text was updated successfully, but these errors were encountered: