1 Star 0 Fork 13

jqs/ComfyUI_Lam

forked from yanlang0123/ComfyUI_Lam 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.bat 896 Bytes
一键复制 编辑 原始数据 按行查看 历史
yanlang0123 提交于 2024-08-23 23:11 . 脚本优化
@echo off
CALL :NORMALIZEPATH "..\..\..\python_embeded\python.exe"
if exist "..\..\..\python_embeded\python.exe" (
echo Custom Python build of ComfyUI standalone executable detected:
echo "%RETVAL%"
echo --------------------------------------------------
..\..\..\python_embeded\python.exe install.py %1
) else if exist "..\..\python\python.exe" (
echo Custom Python build of ComfyUI standalone executable detected:
echo "%RETVAL%"
echo --------------------------------------------------
..\..\python\python.exe install.py %1
) else (
for /f "tokens=*" %%i in ('where python') do set "PYTHON_PATH=%%i" & goto :done
:done
echo Custom Python not found. Use system's Python executable instead:
echo %PYTHON_PATH%
echo --------------------------------------------------
python.exe install.py %1
)
:NORMALIZEPATH
SET RETVAL=%~f1
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jqs/ComfyUI_Lam.git
git@gitee.com:jqs/ComfyUI_Lam.git
jqs
ComfyUI_Lam
ComfyUI_Lam
cu121

搜索帮助