Replies: 1 comment 1 reply
-
i am getting something similar to this as well it is hanging for some reason |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i'm using the collab, and i've used it a couple times now, but occasionally after exiting the collab when i go to restart it, it just won't start. no error or anything, it's just gets stuck forever. i've waited it out a couple times and it goes through sometimes but it's such a long load time.
it also gets stuck loading weights when switching models as well.
is this normal?
when i stop it, this is what i get
Traceback (most recent call last): File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 340, in <module> webui() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 233, in webui initialize() File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/webui.py", line 117, in initialize codeformer.setup_model(cmd_opts.codeformer_models_path) File "/content/gdrive/MyDrive/sd/stable-diffusion-webui/modules/codeformer_model.py", line 38, in setup_model from facelib.utils.face_restoration_helper import FaceRestoreHelper File "/content/gdrive/MyDrive/sd/stablediffusion/src/codeformer/facelib/utils/face_restoration_helper.py", line 7, in <module> from facelib.detection import init_detection_model File "/content/gdrive/MyDrive/sd/stablediffusion/src/codeformer/facelib/detection/__init__.py", line 11, in <module> from .yolov5face.face_detector import YoloDetector File "/content/gdrive/MyDrive/sd/stablediffusion/src/codeformer/facelib/detection/yolov5face/face_detector.py", line 11, in <module> from facelib.detection.yolov5face.models.yolo import Model File "/content/gdrive/MyDrive/sd/stablediffusion/src/codeformer/facelib/detection/yolov5face/models/yolo.py", line 23, in <module> from facelib.detection.yolov5face.models.experimental import CrossConv, MixConv2d File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 846, in exec_module File "<frozen importlib._bootstrap_external>", line 941, in get_code File "<frozen importlib._bootstrap_external>", line 1040, in get_data KeyboardInterrupt ^C
Beta Was this translation helpful? Give feedback.
All reactions