@ECHO OFF

PUSHD %~dp0

IF NOT EXIST .\FramePack-Studio\ (

git clone https://github.com/colinurbs/FramePack-Studio.git

PUSHD .\FramePack-Studio\

python -m venv venv

CALL venv\Scripts\activate

python -m pip install --upgrade pip

pip install torch==2.6.0 torchvision==0.21.0 xformers==0.0.29.post3 --index-url https://download.pytorch.org/whl/cu126

pip install triton-windows==3.2.0.post18 --no-cache-d

pip install https://github.com/woct0rdho/SageAttention/releases/download/v2.1.1-windows/sageattention-2.1.1+cu126torch2.6.0-cp312-cp312-win_amd64.whl

pip install -r requirements.txt

POPD

)

PUSHD .\FramePack-Studio\

CALL venv\Scripts\activate

START python studio.py --inbrowser

POPD

POPD

Reply to this note

Please Login to reply.

Discussion

No replies yet.