Open TafreedAhmad opened 11 months ago
Excuse me,how could you install clip successfully?It tells me that it can't find the URL.And I tried and couldn't open it,too.
Had same issue. Solved by git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
I cannot say the complications of what this might cause (or if it wise to do this), but what worked for me is executing this command first:
git config --global --add safe.directory "*"
After which, no more errors when doing ./webui.sh
etc.
I cannot say the complications of what this might cause (or if it wise to do this), but what worked for me is executing this command first:
git config --global --add safe.directory "*"
After which, no more errors when doing
./webui.sh
etc.
Unless you are in a clean container or virtual machine, it is not recommended to do this. You can try giving the specified path.
A better way is to adjust the way the software components are installed and updated.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 5907 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 5907 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Because of your network problem, the git clone of stable-diffusion project was not clone completed. @TafreedAhmad
Later, I will complete the complete manual installation tutorial in this ISSUE. You can follow it or make comments and suggestions. https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14651
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 5907 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 5907 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
Because of your network problem, the git clone of stable-diffusion project was not clone completed. @TafreedAhmad
Later, I will complete the complete manual installation tutorial in this ISSUE. You can follow it or make comments and suggestions. https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14651
I don't know, but the network was pretty good and also using the same network connection on another machine i cloned this repo and it worked just fine. However, on my machine i cloned some of the other big repositories to see if that was the problem. Yet, they worked just fine.
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 5907 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 5907 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output
Because of your network problem, the git clone of stable-diffusion project was not clone completed. @TafreedAhmad Later, I will complete the complete manual installation tutorial in this ISSUE. You can follow it or make comments and suggestions. #14651
I don't know, but the network was pretty good and also using the same network connection on another machine i cloned this repo and it worked just fine. However, on my machine i cloned some of the other big repositories to see if that was the problem. Yet, they worked just fine.
I think there's something wrong with SSL.Though,I couldn't still work it out.
Had same issue. Solved by git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
I cloned the newest version but solved nothing.More details?
I think it's a network issue; I've tried numerous solutions without success, but the problem was resolved when I switched to my mobile internet.
tôi bị lỗi giống bạn, giải pháp là cài đặt Stable Diffusion bản mới nhất, copy folder bản mới sang folder bị lỗi ở bản cũ. cách khắc phục này hiệu quả trên rất nhiều lỗi
I'm in CN and have been having this problem with code128 for a long time. I just solved it by downloading the integration package and directly copying the "repositories" file inside to the SD.
I think it's a network issue; I've tried numerous solutions without success, but the problem was resolved when I switched to my mobile internet.
Thank you very much, I did the same and it solved Error code 128 for me. God Bless you!!
I'm in CN and have been having this problem with code128 for a long time. I just solved it by downloading the integration package and directly copying the "repositories" file inside to the SD.
OK!I'd like to have a try.
Checklist
What happened?
Command: "git" clone "https://github.com/Stability-AI/stablediffusion.git" "/Users/tafreedahmad/Desktop/stable-diffusion-webui/repositories/stable-diffusion-stability-ai" Error code: 128
Steps to reproduce the problem
I just ran the normal steps and while running ./webui.sh i got this error multiple times. Python is 3.10 and still this error exists.
What should have happened?
WebUi should've started
What browsers do you use to access the UI ?
No response
Sysinfo
sysinfo.txt
Console logs
Additional information
No response