nullquant / ComfyUI-BrushNet

ComfyUI BrushNet nodes
Apache License 2.0
381 stars 14 forks source link

Cant git clone the code. #119

Open Kimthanh27 opened 2 weeks ago

Kimthanh27 commented 2 weeks ago

error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 6739 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output

D:\COMFYUI\ComfyUI\custom_nodes>

nullquant commented 2 weeks ago

It is probably some network problems. You can try to switch to HTTP 1.1: git config --global http.version HTTP/1.1 git clone https://github.com/nullquant/ComfyUI-BrushNet git config --global http.version HTTP/2