runtime error
Exit code: 1. Reason: which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature. raw_vae_sd = torch.load(raw_vae_path, map_location="cpu") /usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py:1150: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`. warnings.warn( The config attributes {'clip_sample': False, 'set_alpha_to_one': False, 'skip_prk_steps': True, 'steps_offset': 1} were passed to HeunDiscreteScheduler, but are not expected and will be ignored. Please verify your scheduler_config.json configuration file. Generating test audio... Traceback (most recent call last): File "/home/user/app/run_gradio.py", line 62, in <module> generate("A dog barks as a train passes by.", seed=1) File "/usr/local/lib/python3.10/site-packages/spaces/zero/wrappers.py", line 181, 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 100, in schedule raise gr.Error(f"{message} retry in {res.wait}") gradio.exceptions.Error: 'You have exceeded your GPU quota (56s left vs. 60s requested). Sign-up on Hugging Face to get more quotas or retry in 0:14:17'
Container logs:
Fetching error logs...