deepseek-ai / DreamCraft3D

[ICLR 2024] Official implementation of DreamCraft3D: Hierarchical 3D Generation with Bootstrapped Diffusion Prior
https://mrtornado24.github.io/DreamCraft3D/
MIT License
1.88k stars 81 forks source link

Windows problem - No such file or directory: 'configs/gradio/dreamfusion-if.yaml' #17

Open SoftologyPro opened 6 months ago

SoftologyPro commented 6 months ago

Setup a new clean environment. pip installed all requirements. git clone https://github.com/deepseek-ai/DreamCraft3D

D:\Tests\DreamCraft3D>python gradio_app.py launch
Traceback (most recent call last):
  File "D:\Tests\DreamCraft3D\gradio_app.py", line 436, in <module>
    launch(args.port, listen=args.listen)
  File "D:\Tests\DreamCraft3D\gradio_app.py", line 296, in launch
    value=load_model_config_attrs(model_selector.value)[
  File "D:\Tests\DreamCraft3D\gradio_app.py", line 91, in load_model_config_attrs
    config_str = load_model_config(model_name)
  File "D:\Tests\DreamCraft3D\gradio_app.py", line 87, in load_model_config
    return open(model_name_to_config[model_name]).read()
FileNotFoundError: [Errno 2] No such file or directory: 'configs/gradio/dreamfusion-if.yaml'

Missing file is not included with the repository?