camenduru / stable-diffusion-webui-colab

stable diffusion webui colab
The Unlicense
15.46k stars 2.61k forks source link

[Bug]: sd-webui colab stops executing around the end without showing any consistent error! #453

Closed zucced closed 11 months ago

zucced commented 11 months ago

What happened?

The notebook executes till around the end then stops out of nowhere and without any consistent error, It used to work just fine, but not anymore.

image

Colab cell output

Status Legend:
(OK):download completed.
Python 3.10.12 (main, Jun  7 2023, 12:45:35) [GCC 9.4.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

Installing sd-webui-controlnet requirement: mediapipe
Installing sd-webui-controlnet requirement: svglib
Installing sd-webui-controlnet requirement: fvcore

Installing rembg
Installing onnxruntime for REMBG extension
Installing pymatting for REMBG extension

Installing pycloudflared

Downloading pose_landmark_full.tflite...
Downloading pose_web.binarypb...
Downloading pose_solution_packed_assets.data...
Downloading pose_solution_simd_wasm_bin.wasm...
Downloading pose_solution_packed_assets_loader.js...
Downloading pose_solution_simd_wasm_bin.js...

Installing requirements for CivitAI Browser

sed: can't read /content//repositories/stable-diffusion-stability-ai/ldm/util.py: No such file or directory
Launching Web UI with arguments: --listen --xformers --enable-insecure-extension-access --theme dark --gradio-queue --multiple
2023-07-12 15:58:18.887365: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT

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/majicmix_realistic_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

etherealxx commented 11 months ago

if you're a free colab user, that's normal (and that sucks i know). Use other community colabs as an alternative.

zucced commented 11 months ago

if you're a free colab user, that's normal (and that sucks i know). Use other community colabs as an alternative.

But why was it working just fine until yesterday, and trying to run the same notebook code in one of those community colabs produce the same case, it stops executing..

etherealxx commented 11 months ago

@zucced try this one https://colab.research.google.com/github/etherealxx/volatile-concentration-localux-colab/blob/main/volatile_concentration_localux_colab.ipynb

aniketyevankar commented 11 months ago

wow! this actually worked! Thank you. @etherealxx