KU-CVLAB / 3DFuse

Official implementation of "Let 2D Diffusion Model Know 3D-Consistency for Robust Text-to-3D Generation"
711 stars 42 forks source link

File not found error when generate 3D #35

Closed LittleMonster104 closed 3 months ago

LittleMonster104 commented 3 months ago

File not found error when generate 3D:

File "/opt/anaconda3/envs/3DFuse/lib/python3.8/site-packages/torch/serialization.py", line 1125, in load with _open_file_like(f, "rb") as opened_file: File "/opt/anaconda3/envs/3DFuse/lib/python3.8/site-packages/torch/serialization.py", line 543, in _open_file_like return _open_file(name_or_buffer, mode) File "/opt/anaconda3/envs/3DFuse/lib/python3.8/site-packages/torch/serialization.py", line 524, in init super().init(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: './results/bed_0007/lora/merge.tmp/unet/diffusion_pytorch_model.bin'