UncleLLD
UncleLLD
同出现这个问题
看下darknet文件夹中是否有libxxx.so文件
> https://github.com/andompesta/ComE/issues/2#issuecomment-494777883 this help me fix the problem, thanks
重新装下运行环境可以解决闪退问题
1. first install cython by `stable-diffusion-webui/venv/bin/python3 -m pip install cython` ; 2. and then change all https://github.com/ into https://ghproxy.com/https://github.com/ in stable-diffusion-webui/launch.py; 3. and then `./webui.sh`
> 检查一下,是不是volumes里面没有这个文件,需要从github下载手工放进去。 https://github.com/langgenius/dify/blob/main/docker/volumes/sandbox/conf/config.yaml this is useful to me to solve my problem, thanks