camenduru / stable-diffusion-webui-colab

stable diffusion webui colab
The Unlicense
15.45k stars 2.6k forks source link

[Bug]: I get an error when the webui is about to launch #458

Closed xHeadshotbtw closed 11 months ago

xHeadshotbtw commented 11 months ago

What happened?

The notebook worked fine few hours ago but i had to restart it to download another model (edit the code a bit to add a link to a custom model), then I got an error so i retried without the editing the notebook and still the same error. I created a new notebook and cloned the repo then run it but it doesn't seem to fix the issue. (I removed controlnet that's why the output below is different)

Colab cell output

Status Legend:
(OK):download completed.
Python 3.10.6 (main, May 29 2023, 11:10:38) [GCC 11.3.0]
Commit hash: 22bcc7be428c94e9408f589966c2040187245d81
Installing gfpgan
Installing clip
Installing open_clip
Cloning Stable Diffusion into /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai...
Cloning Taming Transformers into /content/stable-diffusion-webui/repositories/taming-transformers...
Cloning K-diffusion into /content/stable-diffusion-webui/repositories/k-diffusion...
Cloning CodeFormer into /content/stable-diffusion-webui/repositories/CodeFormer...
Cloning BLIP into /content/stable-diffusion-webui/repositories/BLIP...
Installing requirements for CodeFormer
Installing requirements for Web UI

Installing Deforum requirement: av
Installing Deforum requirement: pims

Launching Web UI with arguments: --listen --xformers --enable-insecure-extension-access --theme dark --gradio-queue --multiple
src/tcmalloc.cc:283] Attempt to free invalid pointer 0x56100a23b740

Which colab and model(s) were you using when the error occurred?

https://colab.research.google.com/github/camenduru/stable-diffusion-webui-colab/blob/main/stable/abyss_orange_mix_3_webui_colab.ipynb

Which Public WebUI Colab URL were you using when the error occurred?

gradio.live

If you used HiRes mode when the error occurred, please provide the Hires info

No response

closemike58 commented 11 months ago

Same problem, same error code "src/tcmalloc.cc:283] Attempt to free invalid pointer 0x585cabf47740" with routine running of "run" cell. Different specific numbers, same invalid pointer problem. Ran same troubleshooting procedures as OP.

GrowD7 commented 11 months ago

Same problem here, pc crashed 2 hours ago and since i have the same problem and can't launch the colab.

Launching Web UI with arguments: --listen --xformers --enable-insecure-extension-access --theme dark --gradio-queue --clip-models-path /content/drive/MyDrive/stable-diffusion-webui-colab/stable-diffusion-webui/models/CLIP --ckpt-dir /content/fused-models --lora-dir /content/fused-lora --multiple src/tcmalloc.cc:283] Attempt to free invalid pointer 0x5a25724cf740

IviSoftware commented 11 months ago

same problem, i try add the next line !pip install https://github.com/C43H66N12O12S2/stable-diffusion-webui/releases/download/c/xformers-0.0.14.dev0-cp310-cp310-win_amd64.whl but it does not work 🤡

GrowD7 commented 11 months ago

seen the same problem on reddit, we all lost it at approximately the same time so my guess is something has broken in the code or something he use. Hope they us quickly :)

Nightee1 commented 11 months ago

I'm having the same problem, is there a solution for this? I did the update and it still didn't work

ariraz513 commented 11 months ago

same

etherealxx commented 11 months ago

please check the latest colab update🙏

and if you use the drive one, remove these lines image

GrowD7 commented 11 months ago

Thanks after updating it works great again, thx for your reactivity