1 Star 0 Fork 13

青蛙寒冰/ComfyUI_Lam

forked from yanlang0123/ComfyUI_Lam 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.sh 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
马噥 提交于 2023-07-17 09:09 . 插件跟新
#!/bin/bash
if [ -e "../../../python_embeded/python" ]; then
echo Custom Python build of ComfyUI standalone executable detected:
echo "$(readlink -f "../../python_embeded/python")"
echo --------------------------------------------------
../../../python_embeded/python install.py ${1:+"$1"} #One-liner is za bezt
else
echo "Custom Python not found. Use system's Python executable instead:"
echo "$(which python)"
echo --------------------------------------------------
python.exe install.py ${1:+"$1"}
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bbzz7/ComfyUI_Lam.git
git@gitee.com:bbzz7/ComfyUI_Lam.git
bbzz7
ComfyUI_Lam
ComfyUI_Lam
master

搜索帮助