#ootdiffusion #comfyui #sdnext #ootd #StableDiffusion
I click replace cloths try on clothing
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
SOCIAL MEDIA LINKS!
✨ Support my (*・‿・)ノ⌒*:・゚✧
character available at https://ko-fi.com/impactframes/shop
SD related https://civitai.com/user/impactframes
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
VIDEO LINKS📄🖍️o(≧o≦)o🔥
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
to watch tutorials
Join the Impact Frames fam! Subscribe now: / @impactframes
https://ko-fi.com/impactframes
patreon.com/ImpactFrames
/ @impactframes
------------------------------------------------------------
please star the repos bellow.
The workflow is on the customnode asset folder
https://github.com/AuroBit/ComfyUI-OO...
https://github.com/levihsu/OOTDiffusi...
Enjoy
ImpactFrames.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
🔥NOTES
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
If you want to install this on ComfyUI portable this should help
⚠️Before starting just know that this will mess all your other nodes if you had a previous installation of the Cuda that is not 12.1 👀
The windows installation needs to have Visual studio 22 with the windows SDK version for your system the MSCV v143 selected then you need to run vcvars64.bat
https://visualstudio.microsoft.com/vs/
After installing it you need to run vcvars64.bat
The repo says is at
C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build
I think it just sets environment variables for Visual studio
If you can't finfd it watch the tutorial I had it on another location
You need Cuda 12.1 and nvcc
Install Cuda toolkit https://developer.nvidia.com/cuda-dow...
If you are in ComfyUI portable you need to install all this on the python embedded
Change C for the drive were you have your ComfyUI
C:\ComfyUI_windows_portable\python_embeded\python.exe --version
This should tell the version of python you have
Since you are here you can install nvcc the c++ Cuda compiler
C:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install nvidia-cuda-nvcc-cu12
Now move into the ootdiffuison custom node folder
cd /d C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OOTDiffusion
Make sure you are on the folder it will have a more than symbol after the folder name
C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-OOTDiffusion
Now type the python embedded location and the command to install torch with Cuda 12.1 compatibilities
C:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cu121
Then install the node requirements
C:\ComfyUI_windows_portable\python_embeded\python.exe -m pip install -r custom_nodes/ComfyUI-OOTDiffusion/requirements.txt
This should help installing this thing.