OOTDiffusion icon indicating copy to clipboard operation
OOTDiffusion copied to clipboard

--model_path&--model_clothes

Open TigerHH6866 opened this issue 1 year ago • 2 comments

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

TigerHH6866 avatar Feb 23 '24 02:02 TigerHH6866

model_path & cloth_path should be a specific image path like "./examples/model/xxx.png"

levihsu avatar Feb 23 '24 02:02 levihsu

Snipaste_2024-02-23_11-30-02 Am I doing this right? I don't know which model path to use.

JustinBili avatar Feb 23 '24 03:02 JustinBili

Snipaste_2024-02-23_11-30-02 Am I doing this right? I don't know which model path to use.

model path means the target model (person) image path.

levihsu avatar Feb 24 '24 15:02 levihsu