OOTDiffusion icon indicating copy to clipboard operation
OOTDiffusion copied to clipboard

After completion, where is the last updated file saved?

Open Subhadip-sonai opened this issue 1 year ago • 2 comments

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

for image in images: image.save('./images_output/out_' + model_type + '_' + 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"

Subhadip-sonai avatar Jun 11 '24 07:06 Subhadip-sonai

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

levihsu avatar Jun 12 '24 01:06 levihsu

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.

Subhadip-sonai avatar Jun 12 '24 11:06 Subhadip-sonai