facebookresearch / vfusion3d

[ECCV 2024] Code for VFusion3D: Learning Scalable 3D Generative Models from Video Diffusion Models
Other
386 stars 26 forks source link

gradio_app error on startup #10

Closed BahamutRU closed 1 month ago

BahamutRU commented 1 month ago
Traceback (most recent call last):
  File "F:\NN\vfusion3d\gradio_app.py", line 251, in <module>
    model_output = LitModel3D(
  File "C:\Users\Bahamut\AppData\Roaming\Python\Python310\site-packages\gradio\component_meta.py", line 159, in wrapper
    return fn(self, **kwargs)
  File "C:\Users\Bahamut\AppData\Roaming\Python\Python310\site-packages\gradio_litmodel3d\litmodel3d.py", line 93, in __init__
    super().__init__(
  File "C:\Users\Bahamut\AppData\Roaming\Python\Python310\site-packages\gradio\component_meta.py", line 159, in wrapper
    return fn(self, **kwargs)
TypeError: Component.__init__() got an unexpected keyword argument 'key'

Maybe, python version? PyTorch 2.3 and CUDA 12.1 as needed.

JunlinHan commented 1 month ago

try updating them: gradio==4.31.4 gradio-litmodel3d==0.0.1

BahamutRU commented 1 month ago

gradio==4.31.4 Thx!