1 Star 0 Fork 13

lly696/ComfyUI_Lam

forked from yanlang0123/ComfyUI_Lam 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install.bat 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
马噥 提交于 2023-10-18 17:43 . 新增Roop换脸插件
@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
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lly696/ComfyUI_Lam.git
git@gitee.com:lly696/ComfyUI_Lam.git
lly696
ComfyUI_Lam
ComfyUI_Lam
cu121

搜索帮助