YanWenKun / ComfyUI-Docker

🐳Dockerfile for 🎨ComfyUI. | 容器镜像与启动脚本
https://hub.docker.com/r/yanwk/comfyui-boot
Other
467 stars 87 forks source link

新版又一个问题来了,旧版没问题,怪哉 #41

Closed flycocke closed 4 months ago

flycocke commented 4 months ago

Traceback (most recent call last): File "/root/./ComfyUI/main.py", line 78, in import comfy.utils File "/root/ComfyUI/comfy/utils.py", line 1, in import torch File "/usr/local/lib64/python3.11/site-packages/torch/init.py", line 239, in from torch._C import * # noqa: F403 ^^^^^^^^^^^^^^^^^^^^^^ ImportError: libcudnn.so.8: cannot open shared object file: No such file or directory

YanWenKun commented 4 months ago

我也遇到了,正在排查,奇了怪了,文件明明在老地方呆着,环境变量也好好的

matiasba commented 4 months ago

@YanWenKun Could it be posible to start tagging each build with a date or a version? It would make possible to go back to a working version when something like this happens

YanWenKun commented 4 months ago

结果是灯下黑,从: /usr/lib/python3.11/site-packages 变成: /usr/local/lib/python3.11/site-packages

现在Python库有至少四个常见窝点了😂

/usr/local/lib64/python3.11/site-packages/
/usr/local/lib/python3.11/site-packages/
/usr/lib/python3.11/site-packages/
/usr/lib64/python3.11/site-packages/
YanWenKun commented 4 months ago

@YanWenKun Could it be posible to start tagging each build with a date or a version? It would make possible to go back to a working version when something like this happens

Done!

flycocke commented 4 months ago

@YanWenKun 为了3dPACK升级了版本,但其实3dPACK是无法正常加载的。 /root/.local/lib/python3.11/site-packages/nvdiffrast/common/glutil.h:36:10: fatal error: EGL/egl.h: No such file or directory 36 | #include <EGL/egl.h> | ^~~ compilation terminated. ninja: build stopped: subcommand failed.