Closed silky1708 closed 5 months ago
In the root directory ZeroNVS/
, remove and clone the following repository from scratch:
rm -r zeronvs_diffusion
git clone https://github.com/kylesargent/zeronvs_diffusion.git
and add the following lines before importing ldm in ZeroNVS/threestudio/models/guidance/zero123_guidance.py
:
import sys
sys.path.append("./zeronvs_diffusion/zero123/")
from ldm.data import common
This fixed the issue for me!
On running
launch_inference.sh
, I'm getting the following error: