Skip to content
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

[bug]: Stable diffusion 3 install Unauthorized error, but I have setup huggingface token and accepted sd3 licience #6513

Open
1 task done
ghost opened this issue Jun 14, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 14, 2024

Is there an existing issue for this problem?

  • I have searched the existing issues

Operating system

Windows

GPU vendor

Nvidia (CUDA)

GPU model

No response

GPU VRAM

No response

Version number

4.2.4

Browser

Edge

Python dependencies

No response

What happened

  1. set up huggingface token as suggested in FAQ

python -c "import huggingface_hub; huggingface_hub.login()"
Token can be pasted using 'Right-Click'.
Enter your token (input will not be visible):
Add token as git credential? (Y/n)y
Token is valid (permission: write).
Your token has been saved in your configured git credential helpers (manager).
Your token has been saved to C:\Users\kent.cache\huggingface\token
Login successful

  1. tried to install sd3 (tried all the versions of sd3 in the repo) from huggingface and got this error message

[2024-06-14 19:01:39,516]::[DownloadQueueService]::ERROR --> https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3_medium_incl_clips_t5xxlfp16.safetensors: ['Traceback (most recent call last):\n', ' File "F:\stable_diffusion_all\invoke_ai_401\.venv\lib\site-packages\invokeai\app\services\download\download_default.py", line 229, in _download_next_item\n self._do_download(job)\n', ' File "F:\stable_diffusion_all\invoke_ai_401\.venv\lib\site-packages\invokeai\app\services\download\download_default.py", line 255, in _do_download\n raise HTTPError(resp.reason)\n', 'requests.exceptions.HTTPError: Unauthorized\n']
[2024-06-14 19:01:39,517]::[ModelInstallService]::ERROR --> Cancelling https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3_medium_incl_clips_t5xxlfp16.safetensors due to an error while downloading https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3_medium_incl_clips_t5xxlfp16.safetensors: Unauthorized
[2024-06-14 19:01:39,517]::[ModelInstallService]::ERROR --> Model install error: https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3_medium_incl_clips_t5xxlfp16.safetensors

  1. tried to install from local path and got this error message

[2024-06-14 19:03:24,424]::[ModelInstallService]::ERROR --> Model install error: F:/stable_diffusion_all/ComfyUI/ComfyUI/models/checkpoints/sd3_medium_incl_clips_t5xxlfp16.safetensors
InvalidModelConfigException: Cannot determine base type

What you expected to happen

can install sd3

How to reproduce the problem

No response

Additional context

No response

Discord username

No response

@ghost ghost added the bug Something isn't working label Jun 14, 2024
@ausbitbank
Copy link

SD3 is not supported yet (and it may not ever be supported officially)
See these for more info

image

https://www.youtube.com/watch?v=r8oA42saTNI

@ghost
Copy link
Author

ghost commented Jun 15, 2024

Oh, they could have chosen: 1) sticking to former practice of SD1.x, SD2.x and SDXL; 2) offering one-off purchase; 3) offering less restrictive and more transparent license; 4) obtuse angle. Never thought 4 is the actual choice.
Good work Invokeai team and hope you the best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant