runtime error

#9
by moritz1909 - opened

Hey, can you please look into the runtime error on https://huggingface.co/spaces/multimodalart/wan-2-2-first-last-frame ?
Really like this space! log below

runtime error
Exit code: 1. Reason: 0<00:00, 12.0MB/s]
tokenizer/tokenizer.json: 0%| | 0.00/16.8M [00:00<?, ?B/s]
tokenizer/tokenizer.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 16.8M/16.8M [00:00<00:00, 91.9MB/s]
tokenizer_config.json: 0%| | 0.00/61.8k [00:00<?, ?B/s]
tokenizer_config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 61.8k/61.8k [00:00<00:00, 5.70MB/s]
config.json: 0%| | 0.00/724 [00:00<?, ?B/s]
config.json: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 724/724 [00:00<00:00, 4.77MB/s]
vae/diffusion_pytorch_model.safetensors: 0%| | 0.00/508M [00:00<?, ?B/s]
vae/diffusion_pytorch_model.safetensors: 21%|β–ˆβ–ˆ | 105M/508M [00:01<00:04, 87.1MB/s]
vae/diffusion_pytorch_model.safetensors: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 508M/508M [00:01<00:00, 356MB/s]
Loading pipeline components...: 0%| | 0/6 [00:00<?, ?it/s]torch_dtype is deprecated! Use dtype instead!
Loading checkpoint shards: 0%| | 0/3 [00:00<?, ?it/s]
Loading checkpoint shards: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 3/3 [00:00<00:00, 10.91it/s]
Loading pipeline components...: 67%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹ | 4/6 [00:01<00:00, 3.65it/s]
Loading pipeline components...: 100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 6/6 [00:01<00:00, 4.01it/s]
Optimizing pipeline...
Traceback (most recent call last):
File "/home/user/app/app.py", line 70, in
optimize_pipeline_(pipe,
File "/home/user/app/optimization.py", line 125, in optimize_pipeline_
compiled_transformer_1, compiled_transformer_2 = compile_transformer()
File "/usr/local/lib/python3.10/site-packages/spaces/zero/wrappers.py", line 186, in gradio_handler
schedule_response = client.schedule(task_id=task_id, request=request, duration=duration_)
File "/usr/local/lib/python3.10/site-packages/spaces/zero/client.py", line 143, in schedule
raise error("ZeroGPU quota exceeded", message)
gradio.exceptions.Error: 'Space app has reached its GPU limit. Try re-running outside of examples if it happened after clicking one'
Container logs:
Failed to retrieve error logs: SSE is not enabled

moritz1909 changed discussion status to closed

Sign up or log in to comment