OOTDiffusion
OOTDiffusion copied to clipboard
Official implementation of OOTDiffusion: Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on
Is it normal that the process is so slow? 16 minutes in RTX 2060 4 samples Windows 10 
CUDA OOM
python run_ootd.py --model_path ../assets/m1.png --cloth_path ../assets/t1.png --scale 2.0 --sample 4 torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 3.75 GiB (GPU 0; 23.68 GiB total capacity; 20.97 GiB already allocated;...
Getting below error: Traceback (most recent call last): File "/Users/gaurav13.singh/PycharmProjects/OOTDiffusion/run/run_ootd.py", line 10, in from preprocess.humanparsing.aigc_run_parsing import Parsing File "/Users/gaurav13.singh/PycharmProjects/OOTDiffusion/preprocess/humanparsing/aigc_run_parsing.py", line 7, in from parsing_api import load_atr_model, load_lip_model, inference File "/Users/gaurav13.singh/PycharmProjects/OOTDiffusion/preprocess/humanparsing/parsing_api.py",...
After I download these checkpoints, where should I put them and how to call them in the script? Thanks!
This project is really impressive. where is the DC model ?
thanks for your amazing work! could you please open dc model and train code? thanks again!
it seems like only the ootd_hd upper body model has been released,when and how can i get the full body ootd_dc model?i appreciate for your hard work
Traceback (most recent call last): File "E:\PyCharmProject\OOTDiffusion\run\run_ootd.py", line 10, in from preprocess.humanparsing.aigc_run_parsing import Parsing File "E:\PyCharmProject\OOTDiffusion\preprocess\humanparsing\aigc_run_parsing.py", line 7, in from parsing_api import load_atr_model, load_lip_model, inference File "E:\PyCharmProject\OOTDiffusion\preprocess\humanparsing\parsing_api.py", line 11, in...
Should update the following. 1. The following files are required in checkpoints/humanparsing exp-schp-201908301523-atr.pth exp-schp-201908261155-lip.pth exp-schp-201908270938-pascal-person-part.pth 2. Program modification of degradations.py is required ・Instead of from torchvision.transforms.functional_tensor import rgb_to_grayscale ・from torchvision.transforms.functional...