levihsu / OOTDiffusion

Official implementation of OOTDiffusion: Outfitting Fusion based Latent Diffusion for Controllable Virtual Try-on
Other
5.6k stars 813 forks source link

After completion, where is the last updated file saved? #195

Open Subhadip-sonai opened 5 months ago

Subhadip-sonai commented 5 months ago

Screenshot from 2024-06-11 12-59-22 out_dc_0

for image in images: image.save('./imagesoutput/out' + modeltype + '' + str(image_idx) + '.png') image_idx += 1

These are the sample files. Where is the final output? I use "!python run_ootd.py --model_path ./examples/model/model_8.png --cloth_path ./examples/garment/051412_1.jpg --model_type dc --category 1 --scale 2.0 --sample 4"

levihsu commented 5 months ago

Final output is saved in ./run/images_output and no such intermediate result should be saved Please check the correctness of your code and files

Subhadip-sonai commented 5 months ago

In that folder, only sample files are saved based on the given 'sample' number. Are all files, such as each model from 'openai/clip-vit-large-patch14,' required, or is only one enough? I use the 'pytorch_model.bin' file.