Runtime Error

#2
by Rukaiko - opened

Is it broken?
Error:
runtime error
Exit code: 1. Reason: 94/196 [00:00<00:00, 1126.10it/s, Materializing param=text_model.encoder.layers.11.self_attn.v_proj.weight]

Loading weights: 99%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‰| 195/196 [00:00<00:00, 1127.23it/s, Materializing param=text_model.final_layer_norm.bias] 

Loading weights: 99%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‰| 195/196 [00:00<00:00, 1126.40it/s, Materializing param=text_model.final_layer_norm.bias]

Loading weights: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 196/196 [00:00<00:00, 1126.84it/s, Materializing param=text_model.final_layer_norm.weight]

Loading weights: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 196/196 [00:00<00:00, 1126.03it/s, Materializing param=text_model.final_layer_norm.weight]
Loading weights: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 196/196 [00:00<00:00, 1120.82it/s, Materializing param=text_model.final_layer_norm.weight]

Loading pipeline components...: 80%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ | 4/5 [00:01<00:00, 3.36it/s]
Loading pipeline components...: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 5/5 [00:01<00:00, 3.06it/s]

scheduler_config.json: 0%| | 0.00/479 [00:00<?, ?B/s]
scheduler_config.json: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 479/479 [00:00<00:00, 2.13MB/s]
[09:57:11] LayerDiff pipeline loaded to CPU.
[09:57:11] Preloading Marigold pipeline to CPU...
Traceback (most recent call last):
File "/home/user/app/app.py", line 38, in
from modules.marigold import MarigoldDepthPipeline
File "/home/user/app/common/modules/marigold/init.py", line 31, in
from .marigold_depth_pipeline import (
File "/home/user/app/common/modules/marigold/marigold_depth_pipeline.py", line 52, in
from .util.ensemble import ensemble_depth
File "/home/user/app/common/modules/marigold/util/ensemble.py", line 36, in
from .image_util import get_tv_resample_method, resize_max_res
File "/home/user/app/common/modules/marigold/util/image_util.py", line 31, in
import matplotlib
ModuleNotFoundError: No module named 'matplotlib'

The service is now back and thanks for your report. We will try to make this demo last as long as we can.

24yearsold changed discussion status to closed

Sign up or log in to comment