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
After i run the code 'python scripts/txt2img.py --prompt "a photograph of an astronaut riding a horse" --plms '
it occurs the problem:
OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like CompVis/stable-diffusion-safety-checker is not the path to a directory containing a file named preprocessor_config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
HOW TO SOLVE IT
The text was updated successfully, but these errors were encountered:
Because the terminal can not connect the 'https://huggingface.co/', maybe you can use a proxy and also set the terminal to use the proxy to solve the problem.
After i run the code 'python scripts/txt2img.py --prompt "a photograph of an astronaut riding a horse" --plms '
it occurs the problem:
OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like CompVis/stable-diffusion-safety-checker is not the path to a directory containing a file named preprocessor_config.json.
Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.
HOW TO SOLVE IT
The text was updated successfully, but these errors were encountered: