ComfyUI

git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI/
conda create -n ComfyUI python=3.11 -y
conda activate ComfyUI
pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu121
pip install -r requirements.txt
python main.py
cp extra_model_paths.yaml.example extra_model_paths.yaml
vim extra_model_paths.yaml
cd custom_nodes/
git clone https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION
git clone https://github.com/twri/sdxl_prompt_styler
git clone https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
cd ..
vim extra_model_paths.yaml
cd models/
ll checkpoints/
python main.py