mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-09 21:04:23 +08:00
Merge fb5c22292e6302678f140f67e25f05d83dc33902 into fdb8abd2790b5459ddc7066c31861bb0b62e988b
This commit is contained in:
commit
180ba6dff0
16
install-portable.bat
Normal file
16
install-portable.bat
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
set "requirements_txt=%~dp0\requirements.txt"
|
||||||
|
set "python_exec=..\..\..\python_embeded\python.exe"
|
||||||
|
|
||||||
|
echo Installing node...
|
||||||
|
|
||||||
|
if exist "%python_exec%" (
|
||||||
|
echo Installing with ComfyUI Portable
|
||||||
|
"%python_exec%" -s -m pip install -r "%requirements_txt%"
|
||||||
|
) else (
|
||||||
|
echo Installing with system Python
|
||||||
|
pip install -r "%requirements_txt%"
|
||||||
|
)
|
||||||
|
|
||||||
|
pause
|
||||||
15
setup-onediff.bat
Normal file
15
setup-onediff.bat
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
@echo off
|
||||||
|
|
||||||
|
set "python_exec=..\..\..\python_embeded\python.exe"
|
||||||
|
|
||||||
|
echo Installing node...
|
||||||
|
|
||||||
|
if exist "%python_exec%" (
|
||||||
|
echo Installing with ComfyUI Portable
|
||||||
|
"%python_exec%" -s -m pip install --pre onediff onediffx && pip install nexfort"
|
||||||
|
) else (
|
||||||
|
echo Installing with system Python
|
||||||
|
pip install --pre onediff onediffx && pip install nexfort"
|
||||||
|
)
|
||||||
|
|
||||||
|
pause
|
||||||
Loading…
x
Reference in New Issue
Block a user