Stable Diffusion OOTDiffusion For eCommerce In ComfyUI ( Installation Tutorial Guide)
Added 2024-04-14 13:00:07 +0000 UTC
Tutorial Video : https://youtu.be/6cglM8ICha8
IPAdapter V2 Change Clothing Tutorial Video : https://youtu.be/sfsKItB1YI8
About IPAdapter V2 Change Clothing Tutorial : https://www.patreon.com/posts/102139383
GitHub Page: https://github.com/AuroBit/ComfyUI-OOTDiffusion
Hugging Face: https://github.com/levihsu/OOTDiffusion
Discord (If you want to chat with the community) : https://discord.gg/BTXWX4vVTS
My Setup
Windows 10 SDK
C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build
My setup is :
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build
CMD
vcvars64.bat
--------------------------
conda create -n ootd python=3.10
conda activate ootd
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
# Install nvcc compiler for torch cpp extensions
conda install cuda-nvcc -c nvidia
# Clone to custom_nodes
git clone https://github.com/AuroBit/ComfyUI-OOTDiffusion.git custom_nodes/ComfyUI-OOTDiffusion
# Install dependencies
pip install -r custom_nodes/ComfyUI-OOTDiffusion/requirements.txt
--------------------------------------------
python main.py