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

Getting FileNotFoundError #19

Closed mitdave95 closed 6 months ago

mitdave95 commented 6 months ago

When running the first process, python launch.py --config configs/dreamcraft3d-coarse-nerf.yaml --train system.prompt_processor.prompt="$prompt" data.image_path="$image_path"

getting this error FileNotFoundError: Text embedding file .threestudio_cache/text_embeddings/e89966d7424b11d100b42f7e2bfde05e.pt for model DeepFloyd/IF-I-XL-v1.0 and prompt [a brightly colored mushroom growing on a log] not found.

Subin-Kim46 commented 6 months ago

I got the same error

MrTornado24 commented 6 months ago

Hello, the issue you likely resulted from having local_files_only=True set when loading diffusion guidance. I've now removed this setting. It should function properly now.