CraftsMan3D icon indicating copy to clipboard operation
CraftsMan3D copied to clipboard

ValueError: Module cond-embedder not found!

Open StarrySkyGao opened this issue 8 months ago • 2 comments

(CraftsMan) root@ai121:/usr/gm/work/CraftsMan# python gradio_app.py --model_path ./ckpts/craftsman /opt/conda/envs/CraftsMan/lib/python3.10/site-packages/numba/np/ufunc/parallel.py:371: NumbaWarning: The TBB threading layer requires TBB version 2021 update 6 or later i.e., TBB_INTERFACE_VERSION >= 12060. Found TBB_INTERFACE_VERSION = 12050. The TBB threading layer is disabled. warnings.warn(problem) using device: cuda:0 Traceback (most recent call last): File "/usr/gm/work/CraftsMan/craftsman/init.py", line 29, in find module = importlib.import_module(module_string, package=None) File "/opt/conda/envs/CraftsMan/lib/python3.10/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1047, in _gcd_import File "", line 981, in _sanity_check ValueError: Empty module name

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/gm/work/CraftsMan/gradio_app.py", line 293, in model = craftsman.find(cfg.system_type)(cfg.system) File "/usr/gm/work/CraftsMan/craftsman/systems/base.py", line 46, in init self.configure() File "/usr/gm/work/CraftsMan/craftsman/systems/shape_diffusion.py", line 73, in configure self.condition = craftsman.find(self.cfg.condition_model_type)(self.cfg.condition_model) File "/usr/gm/work/CraftsMan/craftsman/init.py", line 32, in find raise ValueError(f"Module {name} not found!") ValueError: Module cond-embedder not found!

May I ask where this module is installed?

StarrySkyGao avatar Apr 29 '25 07:04 StarrySkyGao

+1

XiaokunSun avatar Jun 09 '25 07:06 XiaokunSun

I have the same problem. Have you already solved it? Please tell me how to do. It will help me a lot, thank you!

Melody-14 avatar Jun 18 '25 03:06 Melody-14