Skip to content

Complete Installation Guide #54

@Amazon90

Description

@Amazon90
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions