InvokeAI/invokeai/app/services/model_images
psychedelicious a3a42d25d3 fix(mm): model images reload when changed
When we change a model image, its URL remains the same. The browser will aggressively cache the image. The easiest way to fix this is to append a random query parameter to the URL whenever we build a model config in the API.
2024-03-08 12:26:35 +11:00
..
model_images_base.py tidy(mm): ModelImages service 2024-03-06 21:57:41 -05:00
model_images_common.py fetching model image, still not working 2024-03-06 21:57:41 -05:00
model_images_default.py fix(mm): model images reload when changed 2024-03-08 12:26:35 +11:00