runtime error

es/diffusers/models/transformers/transformer_2d.py:34: FutureWarning: `Transformer2DModelOutput` is deprecated and will be removed in version 1.0.0. Importing `Transformer2DModelOutput` from `diffusers.models.transformer_2d` is deprecated and this will be removed in a future version. Please use `from diffusers.models.modeling_outputs import Transformer2DModelOutput`, instead. deprecate("Transformer2DModelOutput", "1.0.0", deprecation_message) /home/user/.local/lib/python3.10/site-packages/diffusers/configuration_utils.py:245: FutureWarning: It is deprecated to pass a pretrained model name or path to `from_config`.If you were trying to load a model, please use <class 'diffusers.models.unets.unet_2d_condition.UNet2DConditionModel'>.load_config(...) followed by <class 'diffusers.models.unets.unet_2d_condition.UNet2DConditionModel'>.from_config(...) instead. Otherwise, please make sure to pass a configuration dictionary instead. This functionality will be removed in v1.0.0. deprecate("config-passed-as-path", "1.0.0", deprecation_message, standard_warn=False) Loading pipeline components...: 0%| | 0/7 [00:00<?, ?it/s] Loading pipeline components...: 71%|███████▏ | 5/7 [00:01<00:00, 4.79it/s] Loading pipeline components...: 100%|██████████| 7/7 [00:01<00:00, 5.65it/s] /home/user/.local/lib/python3.10/site-packages/spaces/zero/decorator.py:76: UserWarning: `enable_queue` parameter is now ignored and always set to `True` warnings.warn("`enable_queue` parameter is now ignored and always set to `True`") Traceback (most recent call last): File "/home/user/app/app.py", line 73, in <module> def generate( File "/home/user/.local/lib/python3.10/site-packages/spaces/zero/decorator.py", line 111, in _GPU client.startup_report() File "/home/user/.local/lib/python3.10/site-packages/spaces/zero/client.py", line 44, in startup_report raise RuntimeError("Error while initializing ZeroGPU: Unknown") RuntimeError: Error while initializing ZeroGPU: Unknown

Container logs:

Fetching error logs...