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

手动下载SVD模型并使用的方法 #95

Open
1158191255 opened this issue Sep 29, 2024 · 0 comments
Open

手动下载SVD模型并使用的方法 #95

1158191255 opened this issue Sep 29, 2024 · 0 comments

Comments

@1158191255
Copy link

首先感谢大佬的代码!
我在自动下载SVD模型的时候,如果不开VPN,就会说文件夹里没有json文件,而如果开了的话,就会提示说401 Error(没有有效的认证信息),但是我挂VPN时是可以登录SVD网站的,所以我就手动下载了。
首先需要准备一个VPN,huggingface网站没有VPN是上不去的。
然后需要注册个账号,获取这个模型的使用权限,这个过程是免费的,用qq邮箱注册就行。
之后点击界面上的Files,把feature_extractor/image_encoder/scheduler/unet/vae这5个文件夹里的全部内容都下载下来,包括json文件和safetensors文件(总共能有10个G,注意流量)。注意直接下载的话,json文件的文件名和网页里不一致,需要自己修改。
把这些内容按原文件夹的方式保存好,以我的为例,我把它们放在了项目的models文件夹里
最后把configs/test.json的第一项,base_model_path的值改成models(也就是保存下载模型的位置)
完成。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant