-
Notifications
You must be signed in to change notification settings - Fork 65
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
Where should I put sd_turbo safetensor file in? #16
Comments
I had the same problem due to working offline. set the config to --sd_path weights/ and the sd_turbo files manually downloaded from https://huggingface.co/stabilityai/sd-turbo must be placed under the following directories. weights/noise_predictor_sd_turbo_v5.pth |
python inference_invsr.py -i ../test_images/inputs/longines/ -o ../test_images/results/longines --sd_path weights/models--stabilityai--sd-turbo/snapshots/b261bac6fd2cf515557d5d0707481eafa0485ec2
|
I've encountered the same issue. Due to network problems, I cannot access Hugging Face directly on the server, so I manually downloaded the relevant weight files from the sd_turbo repository. The model I have downloaded has the following structure:
But I still encounter the following error:
Could it be due to the folder name? |
and add a item"revision: b261bac6fd2cf515557d5d0707481eafa0485ec2" in sd_pipe.params like this ![]() |
thanks for your reply, I use another solution: |
I download
sd_turbo.safetensors
manually because of network issues,so where should I put files in?The text was updated successfully, but these errors were encountered: