This can help users to install when using the comfyUI portable installation with embedded python
Thanks for the Amazing Release !
setup-portable.bat
@echo off
set "python_exec=..\..\..\python_embeded\python.exe"
echo Installing node...
if exist "%python_exec%" (
echo Installing with ComfyUI Portable
"%python_exec%" setup.py"
) else (
echo Installing with system Python
setup.py"
)
pause
This can help users to install when using the comfyUI portable installation with embedded python
Thanks for the Amazing Release !
setup-portable.bat
execute inside ComfyUI\custom_nodes\x-flux-comfyui