We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我的启动命令是: python app.py --model "/data3/model_hub/text2image/stable-diffusion-3-medium-diffusers" --height 512 --width 512 --port 8000 模型已经是指向了本地下载好的diffuser文件夹,里面有diffuser全部元素了。为什么运行起来还是跑去Huggingface远程下载呢
The text was updated successfully, but these errors were encountered:
我的本地模型路径如下,已包含模型所有文件
但是运行起来还是跑去远程下载模型
Sorry, something went wrong.
请参考 https://huggingface.co/docs/transformers/main/en/installation。下载的模型应位于 ~/.cache/huggingface/hub 文件夹中。请再次检查,如果还有问题请告知我。
~/.cache/huggingface/hub
No branches or pull requests
我的启动命令是:
python app.py --model "/data3/model_hub/text2image/stable-diffusion-3-medium-diffusers" --height 512 --width 512 --port 8000
模型已经是指向了本地下载好的diffuser文件夹,里面有diffuser全部元素了。为什么运行起来还是跑去Huggingface远程下载呢
The text was updated successfully, but these errors were encountered: