Space Runtime error

#27
by zezeeeeaesfdfdfsqdf - opened

Hi, the Space seems to be stuck in a Runtime error.
Here is a duplicata of displayed logs :

runtime error
.py", line 28, in <module>
    create_demo_text_to_3d(model)
  File "/home/user/app/app_text_to_3d.py", line 25, in create_demo
    def process_example_fn(prompt: str) -> str:
  File "/usr/local/lib/python3.10/site-packages/spaces/zero/decorator.py", line 79, in GPU
    return _GPU(task, duration)
  File "/usr/local/lib/python3.10/site-packages/spaces/zero/decorator.py", line 113, in _GPU
    client.startup_report()
  File "/usr/local/lib/python3.10/site-packages/spaces/zero/client.py", line 40, in startup_report
    while (status := client.startup_report()) is httpx.codes.NOT_FOUND: # pragma: no cover
  File "/usr/local/lib/python3.10/site-packages/spaces/zero/api.py", line 83, in startup_report
    res = self.client.post('/startup-report')
  File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1145, in post
    return self.request(
  File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 827, in request
    return self.send(request, auth=auth, follow_redirects=follow_redirects)
  File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 914, in send
    response = self._send_handling_auth(
  File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 942, in _send_handling_auth
    response = self._send_handling_redirects(
  File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 979, in _send_handling_redirects
    response = self._send_single_request(request)
  File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1015, in _send_single_request
    response = transport.handle_request(request)
  File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 232, in handle_request
    with map_httpcore_exceptions():
  File "/usr/local/lib/python3.10/contextlib.py", line 153, in __exit__
    self.gen.throw(typ, value, traceback)
  File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 86, in map_httpcore_exceptions
    raise mapped_exc(message) from exc
httpx.ConnectTimeout: timed out

Container logs:

===== Application Startup at 2024-05-21 12:07:00 =====

The cache for model files in Transformers v4.22.0 has been updated. Migrating your old cache. This is a one-time only operation. You can interrupt this and resume the migration later on by calling `transformers.utils.move_cache()`.


0it [00:00, ?it/s]
0it [00:00, ?it/s]
renderer/diffusion_pytorch_model.safetensors not found
The config attributes {'renderer': ['shap_e', 'ShapERenderer']} were passed to ShapEPipeline, but are not expected and will be ignored. Please verify your model_index.json configuration file.
Keyword arguments {'renderer': ['shap_e', 'ShapERenderer']} are not expected by ShapEPipeline and will be ignored.


Loading pipeline components...:   0%|          | 0/5 [00:00<?, ?it/s]

Loading pipeline components...:  20%|โ–ˆโ–ˆ        | 1/5 [00:01<00:04,  1.03s/it]/usr/local/lib/python3.10/site-packages/torch/_utils.py:776: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly.  To access UntypedStorage directly, use tensor.untyped_storage() instead of tensor.storage()
  return self.fget.__get__(instance, owner)()

Loading pipeline components...: 100%|โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ| 5/5 [00:01<00:00,  2.62it/s]
renderer/diffusion_pytorch_model.safetensors not found

@zezeeeeaesfdfdfsqdf Thanks for reporting. Yeah, I'm aware of this error and it turned out that it's due to our ZeroGPU infra issue. Currently, our infra team is working on it. I'll restart this Space once it's fixed.

zezeeeeaesfdfdfsqdf changed discussion status to closed

Thank you for your fast response! And good job to your infra team :)

Sign up or log in to comment