Open WhiteKnight666 opened 9 months ago
我也是同样的问题,卡了两天了
github和huggingface的连接真的是玄学
为什么加载本地的模型,也会有这样的连接问题?
有魔法的开tun模式可解决,亲测有效。
help求解
The convoluted way that worked on my side for Win 11 offline use...
Move sd_xl_base.yaml to \ComfyUI\custom_nodes\ComfyUI-InstantID
Install http-server: https://learn.microsoft.com/en-us/gaming/playfab/features/authentication/platform-specific-authentication/running-an-http-server-for-testing
Modify \Lib\site-packages\diffusers\pipelines\stable_diffusion\convert_from_ckpt.py
Find: config_url = "https://raw.githubusercontent.com/Stability-AI/generative-models/main/configs/inference/sd_xl_base.yaml"
Overwrite the URL Link to "http://127.0.0.1:8080/sd_xl_base.yaml"
Command Prompt: cd \ComfyUI\custom_nodes\ComfyUI-InstantID http-server
+1
The convoluted way that worked on my side for Win 11 offline use...
Move sd_xl_base.yaml to \ComfyUI\custom_nodes\ComfyUI-InstantID
Install http-server: https://learn.microsoft.com/en-us/gaming/playfab/features/authentication/platform-specific-authentication/running-an-http-server-for-testing
Modify \Lib\site-packages\diffusers\pipelines\stable_diffusion\convert_from_ckpt.py
Find: config_url = "https://raw.githubusercontent.com/Stability-AI/generative-models/main/configs/inference/sd_xl_base.yaml"
Overwrite the URL Link to "http://127.0.0.1:8080/sd_xl_base.yaml"
Command Prompt: cd \ComfyUI\custom_nodes\ComfyUI-InstantID http-server
Install http-server does not understand, Please tell me to download sd_xl_base.yaml to the local directly to config_url = "Https://raw.githubusercontent.com/Stability-AI/generative-models/main/configs/inference/sd_xl_base.yaml" into a local file address line
Install Node.JS: https://nodejs.org/en/
Command Prompt: npm install -g http-server
Move sd_xl_base.yaml to \ComfyUI\custom_nodes\ComfyUI-InstantID
Modify \Lib\site-packages\diffusers\pipelines\stable_diffusion\convert_from_ckpt.py
Find: config_url = "https://raw.githubusercontent.com/Stability-AI/generative-models/main/configs/inference/sd_xl_base.yaml"
Overwrite the URL Link to "http://127.0.0.1:8080/sd_xl_base.yaml"
Command Prompt: cd \ComfyUI\custom_nodes\ComfyUI-InstantID http-server
开了魔法也连不上,手动去下sd_xl_base.yaml这个文件丢进Models里也没用......