NoCrypt / sd-webui-colab

31 stars 2 forks source link

Error while loading colab #31

Open xyzzart opened 12 months ago

xyzzart commented 12 months ago

Cant run colab...it just stops while loading(( image

Light-Danube commented 12 months ago

Same error. Double checked with and without verbose-download, seems that it have error in next: aria2c: error while loading shared libraries: libnettle.so.7: cannot open shared object file: No such file or directory aria2c: error while loading shared libraries: libnettle.so.7: cannot open shared object file: No such file or directory

magicFeirl commented 12 months ago

~aria2 is broken. Try~ ~!apt --fix-broken install~ ~!apt install aria2~ ~before you run the Start cell~

EDIT: It seems like this issue is caused by a dependency error. To solve this error, find !wget https://huggingface.co/NoCrypt/fast-repo/resolve/main/ubuntu_deps.zip && unzip -o ubuntu_deps.zip -d ./deps && dpkg -i ./deps/* && rm -rf ubuntu_deps.zip /content/deps/ and replace this to:

# !wget https://huggingface.co/NoCrypt/fast-repo/resolve/main/ubuntu_deps.zip && unzip -o ubuntu_deps.zip -d ./deps && dpkg -i ./deps/* && rm -rf ubuntu_deps.zip /content/deps/
!apt install liblz4-tool aria2
!pip uninstall -q -y huggingface_hub
!{'curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb && dpkg -i ripgrep_13.0.0_amd64.deb && rm -rf ripgrep_13.0.0_amd64.deb'}

image

jorymo commented 12 months ago

No luck, unfortunately

xyzzart commented 12 months ago

image

Tijaani85 commented 12 months ago

aria2 is broken. Try

!apt --fix-broken install
!apt install aria2

before you run the Start cell

EDIT: It seems like this issue is caused by a dependency error. To solve this error, find !wget https://huggingface.co/NoCrypt/fast-repo/resolve/main/ubuntu_deps.zip && unzip -o ubuntu_deps.zip -d ./deps && dpkg -i ./deps/* && rm -rf ubuntu_deps.zip /content/deps/ and replace this to:

# !wget https://huggingface.co/NoCrypt/fast-repo/resolve/main/ubuntu_deps.zip && unzip -o ubuntu_deps.zip -d ./deps && dpkg -i ./deps/* && rm -rf ubuntu_deps.zip /content/deps/
!apt install liblz4-tool aria2
!pip uninstall -q -y huggingface_hub
!{'curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb && dpkg -i ripgrep_13.0.0_amd64.deb && rm -rf ripgrep_13.0.0_amd64.deb'}

image

Mangaged to get the downloads working by running this before the start cell > !apt --fix-broken install !apt install aria2 !wget http://security.ubuntu.com/ubuntu/pool/main/n/nettle/libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb !curl http://security.ubuntu.com/ubuntu/pool/main/n/nettle/libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb

But now ive got this problem : Screenshot_2023-07-20_085822

The file structure doesnt seem to be generated correctly, missing critical files and folders. Idk why.

magicFeirl commented 12 months ago

aria2 is broken. Try

!apt --fix-broken install
!apt install aria2

before you run the Start cell EDIT: It seems like this issue is caused by a dependency error. To solve this error, find !wget https://huggingface.co/NoCrypt/fast-repo/resolve/main/ubuntu_deps.zip && unzip -o ubuntu_deps.zip -d ./deps && dpkg -i ./deps/* && rm -rf ubuntu_deps.zip /content/deps/ and replace this to:

# !wget https://huggingface.co/NoCrypt/fast-repo/resolve/main/ubuntu_deps.zip && unzip -o ubuntu_deps.zip -d ./deps && dpkg -i ./deps/* && rm -rf ubuntu_deps.zip /content/deps/
!apt install liblz4-tool aria2
!pip uninstall -q -y huggingface_hub
!{'curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb && dpkg -i ripgrep_13.0.0_amd64.deb && rm -rf ripgrep_13.0.0_amd64.deb'}

image

Mangaged to get the downloads working by running this before the start cell > !apt --fix-broken install !apt install aria2 !wget http://security.ubuntu.com/ubuntu/pool/main/n/nettle/libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb !curl http://security.ubuntu.com/ubuntu/pool/main/n/nettle/libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb

But now ive got this problem : Screenshot_2023-07-20_085822

The file structure doesnt seem to be generated correctly, missing critical files and folders. Idk why.

Try the content below EDIT: It seems like this issue is caused by a dependency error. To solve this error, find ...

!apt --fix-broken install
!apt install aria2

This won't work because the dpkg command reinstalls the aria2 again.

NoCrypt commented 12 months ago

Semi-Automated Message (copy pasted to everyone) :sparkles: Hello there 👋 Thanks for reporting the bug.

So.. what's wrong with the colab?

  1. For some reason, there's a new dependencies needed for aria2c which breaks everything literally....
  2. Then there's this one: src/tcmalloc.cc:283] Attempt to free invalid pointer 0x57a876e71740 which happens due to us using old tcmalloc that points to an invalid pointer (google updated their backend). Is this a bad change? YES, without this we can't generate image as high quality as before due to more ram usage. So don't expect it to work the same as before
  3. Bug regarding loras... this was caused by release candidate branch. SDXL support is on the way, meaning most things break easily. Easy fix tho, I just changed the branch to master by default.

If you see this message, meaning the bugs have been fixed. Make sure to use V23-07-20B or up Enjoy and sorry for very late response, I was taking break for around 7 days and didn't open discord on that period. Hopefully It wont bother y'all too much

Thanks for your patient and support~! Sorry for the inconvenience

https://media.tenor.com/RYI4doDdHNwAAAAC/hatsune-miku.gif