-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help with error #12
Comments
Hi, did you register to this repo https://huggingface.co/CompVis/stable-diffusion-v1-4? You need to click the accept button on that page. |
Oh no, I actually put the token in between these < > How can I edit it? I tried running again but it says container name "/stable-diffusion" is already in use. |
you need to remove the created container first with |
ok it worked! thank you. HOWEVER, I ran -e DEVICES=all ... but my hwmonitor shows 2nd gpu utilization as 5%, while the 1st one does the usual 90%. What could be going on? |
have you tried increasing the number of generated images? Multi-gpu works by splitting the workload evenly among devices. If that doesn't work, you might have an old image on your system, you can verify that by listing |
this happens:
|
are you executing the command inside wsl console? This is a bash command.. My guess is that you're running an older version of the image, pre multi-gpu support, is that possible (1-2 weeks old)? |
Hey im trying to install it but I ran into this issue:
huggingface_hub.utils._errors.RepositoryNotFoundError: 401 Client Error: Repository Not Found for url: https://huggingface.co/api/models/CompVis/stable-diffusion-v1-4/revision/fp16. If the repo is private, make sure you are authenticated. (R
I have no clue what do to. I already created a new token with Read permissions and I applied it like this:
docker run --name stable-diffusion --gpus all -it -e TOKEN= -p 7860:7860 nicklucche/stable-diffusion
Any help for coding illiterate?
The text was updated successfully, but these errors were encountered: