After completion, where is the last updated file saved?
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"
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
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.