Hugging Face's logo
svjack
/
Runtime error

runtime error

Exit code: 1. Reason: ==== #########scale sphere:False, add_teeth:False ================================================================================================================================================ Render rgb: True ================================================================================================================================================ Traceback (most recent call last): File "/home/user/app/app.py", line 568, in <module> launch_gradio_app() File "/home/user/app/app.py", line 553, in launch_gradio_app lam = _build_model(cfg) File "/home/user/app/app.py", line 537, in _build_model model = hf_model_cls.from_pretrained(cfg.model_name) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 114, in _inner_fn return fn(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hub_mixin.py", line 566, in from_pretrained instance = cls._from_pretrained( File "/usr/local/lib/python3.10/site-packages/huggingface_hub/hub_mixin.py", line 789, in _from_pretrained model = cls(**model_kwargs) File "/home/user/app/lam/utils/hf_hub.py", line 23, in __init__ super().__init__(**config) File "/home/user/app/lam/models/modeling_lam.py", line 104, in __init__ self.renderer = GS3DRenderer(human_model_path=human_model_path, File "/home/user/app/lam/models/rendering/gs_renderer.py", line 436, in __init__ self.flame_model = FlameHeadSubdivided( File "/home/user/app/lam/models/rendering/flame_model/flame.py", line 713, in __init__ self.subdivider_list = self.get_subdivider(subdivide_num) File "/home/user/app/lam/models/rendering/flame_model/flame.py", line 1071, in get_subdivider vert = self.v_template.float().cuda() File "/usr/local/lib/python3.10/site-packages/torch/cuda/__init__.py", line 314, in _lazy_init torch._C._cuda_init() RuntimeError: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU and installed a driver from http://www.nvidia.com/Download/index.aspx

Container logs:

Fetching error logs...