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

Unable to connect to HUB #43

Open
mlgbcao666 opened this issue May 19, 2024 · 0 comments
Open

Unable to connect to HUB #43

mlgbcao666 opened this issue May 19, 2024 · 0 comments

Comments

@mlgbcao666
Copy link

53ff2483169665ad8cb571a0aa2d1aa 麻烦帮我看一下这个网络问题怎么解决?总是连接不到HUB。提前谢谢你。 Could you please help me figure out how to solve this network problem? Can't always connect to HUB. Thank you in advance.
@MoJIeAIGC
Copy link

我也被这个问题折腾了一天,终于搞定了,会出这个问题的基本上都是墙内用户。
下载所有模型文件,包括各种json配置文件,也就是整个文件夹,到Comfyui\models\OOTDiffusion\checkpoints.
image

如果运行时还会有hub报错。
修改ComfyUI-OOTDiffusion的inference_ootd.py文件
第41行将原本的:
VIT_PATH = f"openai/clip-vit-large-patch14"

改为:

VIT_PATH = Path(root) / "checkpoints" / "clip-vit-large-patch14"

再运行就可以了.

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

2 participants