1 Star 0 Fork 13

青蛙寒冰/ComfyUI_Lam

forked from yanlang0123/ComfyUI_Lam 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.bat 659 Bytes
一键复制 编辑 原始数据 按行查看 历史
马噥 提交于 2023-07-21 13:05 . 完善缺少的包
@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 (
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
EXIT /B
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bbzz7/ComfyUI_Lam.git
git@gitee.com:bbzz7/ComfyUI_Lam.git
bbzz7
ComfyUI_Lam
ComfyUI_Lam
master

搜索帮助