camenduru / stable-diffusion-webui-colab

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

[Bug]: colab notes error could not load successfully[23.04.20] #371

Closed 253189147cc closed 1 year ago

253189147cc commented 1 year ago

What happened?

Please help to check what is the problem with the version at drive,could not load successfully,thank you

Colab cell output

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 --multiple
2023-04-20 04:18:38.641397: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
╭───────────────────── Traceback (most recent call last) ──────────────────────╮
│ in model_hash:151                                                            │
╰──────────────────────────────────────────────────────────────────────────────╯
OSError: [Errno 107] Transport endpoint is not connected

During handling of the above exception, another exception occurred:

╭───────────────────── Traceback (most recent call last) ──────────────────────╮
│ in <module>:382                                                              │
│                                                                              │
│   379 if __name__ == "__main__":                                             │
│   380 │   prepare_environment()                                              │
│   381 │   os.system(f"""sed -i -e "s/dict()))/dict())).cuda()/g" /content/dr │
│ ❱ 382 │   start()                                                            │
│   383                                                                        │
│                                                                              │
│ in start:376                                                                 │
│                                                                              │
│   373 │   if '--nowebui' in sys.argv:                                        │
│   374 │   │   webui.api_only()                                               │
│   375 │   else:                                                              │
│ ❱ 376 │   │   webui.webui()                                                  │
│   377                                                                        │
│   378                                                                        │
│   379 if __name__ == "__main__":                                             │
│                                                                              │
│ in webui:230                                                                 │
│                                                                              │
│   227                                                                        │
│   228 def webui():                                                           │
│   229 │   launch_api = cmd_opts.api                                          │
│ ❱ 230 │   initialize()                                                       │
│   231 │                                                                      │
│   232 │   while 1:                                                           │
│   233 │   │   if shared.opts.clean_temp_dir_at_start:                        │
│                                                                              │
│ in initialize:111                                                            │
│                                                                              │
│   108 │   │   return                                                         │
│   109 │                                                                      │
│   110 │   modelloader.cleanup_models()                                       │
│ ❱ 111 │   modules.sd_models.setup_model()                                    │
│   112 │   startup_timer.record("list SD models")                             │
│   113 │                                                                      │
│   114 │   codeformer.setup_model(cmd_opts.codeformer_models_path)            │
│                                                                              │
│ in setup_model:91                                                            │
│                                                                              │
│ in list_models:126                                                           │
│                                                                              │
│ in __init__:46                                                               │
│                                                                              │
│ in model_hash:152                                                            │
╰──────────────────────────────────────────────────────────────────────────────╯
OSError: [Errno 107] Transport endpoint is not connected

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

none

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

remote.moe

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

none

camenduru commented 1 year ago

Hi @253189147cc please use One Time Install & Update colab