--model_path&--model_clothes
i try below both failed, anyone point right way
python run_ootd.py --model_path "/root/autodl-tmp/OOTDiffusion/run/examples/model/" --cloth_path "/root/autodl-tmp/OOTDiffusion/run/examples/garment/" --scale 2.0 --sample 4
python run_ootd.py --model_path "./examples/model" --cloth_path "./examples/garment" --scale 2.0 --sample 4
model_path & cloth_path should be a specific image path like "./examples/model/xxx.png"
Am I doing this right? I don't know which model path to use.
Am I doing this right? I don't know which model path to use.
model path means the target model (person) image path.
Am I doing this right? I don't know which model path to use.