xxlong0 / Wonder3D

Single Image to 3D using Cross-Domain Diffusion for 3D Generation
https://www.xxlong.site/Wonder3D/
GNU Affero General Public License v3.0
4.8k stars 385 forks source link

Error: unexpected keyword argument 'tool' (Windows) #68

Open Armend opened 1 year ago

Armend commented 1 year ago

Traceback (most recent call last): File "gradio_app.py", line 389, in fire.Fire(run_demo) File "C:\Users\X\anaconda3\envs\venv_wonder3d\lib\site-packages\fire\core.py", line 141, in Fire component_trace = _Fire(component, args, parsed_flag_args, context, name) File "C:\Users\X\anaconda3\envs\venv_wonder3d\lib\site-packages\fire\core.py", line 475, in _Fire component, remaining_args = _CallAndUpdateTrace( File "C:\Users\X\anaconda3\envs\venv_wonder3d\lib\site-packages\fire\core.py", line 691, in _CallAndUpdateTrace component = fn(*varargs, kwargs) File "gradio_app.py", line 322, in run_demo input_image = gr.Image(type='pil', image_mode='RGBA', height=320, label='Input image', tool=None) File "C:\Users\X\anaconda3\envs\venv_wonder3d\lib\site-packages\gradio\component_meta.py", line 152, in wrapper return fn(self, kwargs) TypeError: init() got an unexpected keyword argument 'tool'

xxlong0 commented 1 year ago

We provide an install doc about windows setup. You may check the updated readme.