ValueError: Module cond-embedder not found!
(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 "
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
May I ask where this module is installed?
+1
I have the same problem. Have you already solved it? Please tell me how to do. It will help me a lot, thank you!