3DEnhancer icon indicating copy to clipboard operation
3DEnhancer copied to clipboard

No module named 'core'

Open north151 opened this issue 9 months ago • 1 comments

3DEnhancer/app.py", line 29, in from core.options import AllConfigs ModuleNotFoundError: No module named 'core'

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

north151 avatar Mar 10 '25 06:03 north151

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.

Luo-Yihang avatar Mar 10 '25 07:03 Luo-Yihang