[X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
Choose "Cache the compiled models on disk for faster model load in subsequent launches (Recommended)", generate a picture, and then close webUI while keeping the cache in disk.
Later launch webUI again and try generating a picture with same model, same sampler, same resolution, same batch size, and same device like before. The openVINO script re-compile the model instead of using the cache which left last time.
consider use the cache to save time and disk.
Is there an existing issue for this?
What would your feature do ?
Choose "Cache the compiled models on disk for faster model load in subsequent launches (Recommended)", generate a picture, and then close webUI while keeping the cache in disk. Later launch webUI again and try generating a picture with same model, same sampler, same resolution, same batch size, and same device like before. The openVINO script re-compile the model instead of using the cache which left last time. consider use the cache to save time and disk.
Proposed workflow
Additional information
No response