-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
conda create -n ootd python=3.10
conda activate ootd
git clone https://github.com/comfyanonymous/ComfyUI.git
git clone https://github.com/AuroBit/ComfyUI-OOTDiffusion.git ComfyUI\custom_nodes
conda install pytorch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 pytorch-cuda=12.1 -c pytorch -c nvidia
Create a text file, rename it to "run_gui.ps1", and use a text editor to add the following content:
$env:HF_HOME = "D:\OOTDiffusion\.cache"
conda activate ootd
cd D:\OOTDiffusion\ComfyUI\custom_nodes\ComfyUI-OOTDiffusion
git pull
pip install -r requirements.txt
cd D:\OOTDiffusion\ComfyUI
git pull
pip install -r requirements.txt
python main.py --front-end-version Comfy-Org/ComfyUI_frontend@latest
The following settings are not mandatory. If OOTD cannot run, please use the command line to execute the following code.
C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build>vcvars64.bat
Nn0wk
Metadata
Metadata
Assignees
Labels
No labels