3DEnhancer
3DEnhancer copied to clipboard
No module named 'core'
3DEnhancer/app.py", line 29, in
Here are some of the dependencies that requirements.txt lacks diffusers imageio opencv-python tyro tqdm transformers safetensors kiui scipy rembg onnxruntime gradio gradio_imageslider einops timm mmcv-full kornia core sentencepiece
Hi, it seems like those dependencies are already listed in requirements.txt. However, the core is not there as it is from another repo, LGM. I've updated the README to clarify this.
To solve the issue, please try cloning the repository with submodules using:
git clone --recurse-submodules https://github.com/Luo-Yihang/3DEnhancer
Also, ensure you're using python>=3.10 if want to run app.py.