lllyasviel / Omost

Your image is almost there!
Apache License 2.0
6.69k stars 401 forks source link

请问模型放在哪个目录下的 #82

Open VISUS-Li opened 3 weeks ago

VISUS-Li commented 3 weeks ago

请问有哪些模型,分别放在哪个目录下的呢。遇到网络不好的时候,自动下载模型总是会断开。希望能给一个模型下载下载地址的列表以及模型放在哪个位置,以方便网络不通畅的童鞋部署。万分感谢

xhoxye commented 3 weeks ago

hf_download目录,但它是huggingface缓存目录,国内IP可以看看我的分支 https://github.com/xhoxye/Omost_CN

jasonlbx13 commented 3 weeks ago

国内用户可以在程序里或者终端运行前加一句 export HF_ENDPOINT ='https://hf-mirror.com' 这个是国内的huggingface镜像,下载模型会稳定很多

meigami0 commented 3 weeks ago

模型可以在镜像网站下载: https://hf-mirror.com/lllyasviel/omost-llama-3-8b-4bits/tree/main 下载完成后,把gradio_app.py里面的模型地址改成本地路径就可以了,例如: llm_name = 'D:\lllyasviel\omost-llama-3-8b-4bits'