1 Star 0 Fork 13

jqs/ComfyUI_Lam

forked from yanlang0123/ComfyUI_Lam 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
修改文件.sh 547 Bytes
一键复制 编辑 原始数据 按行查看 历史
马噥 提交于 2024-07-04 16:07 . 文件自动修改,多余文件删除
#!/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 changeRestore.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 changeRestore.py ${1:+"$1"}
fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jqs/ComfyUI_Lam.git
git@gitee.com:jqs/ComfyUI_Lam.git
jqs
ComfyUI_Lam
ComfyUI_Lam
cu121

搜索帮助