Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Error while loading colab #31

Open
xyzzart opened this issue Jul 19, 2023 · 7 comments
Open

Error while loading colab #31

xyzzart opened this issue Jul 19, 2023 · 7 comments

Comments

@xyzzart
Copy link

xyzzart commented Jul 19, 2023

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

@Light-Danube
Copy link

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
Copy link

magicFeirl commented Jul 20, 2023

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
Copy link

jorymo commented Jul 20, 2023

No luck, unfortunately

@xyzzart
Copy link
Author

xyzzart commented Jul 20, 2023

image

@Tijaani85
Copy link

Tijaani85 commented Jul 20, 2023

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
Copy link

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
Copy link
Owner

NoCrypt commented Jul 21, 2023

Semi-Automated Message (copy pasted to everyone)
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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants