mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
docs(mm): update comment about model images
This commit is contained in:
parent
8e694992bb
commit
5118160282
@ -59,7 +59,7 @@ class ModelImageFileStorageDisk(ModelImageFileStorageBase):
|
||||
|
||||
url = self._invoker.services.urls.get_model_image_url(model_key)
|
||||
|
||||
# The image file
|
||||
# The image URL never changes, so we must add random query string to it to prevent caching
|
||||
url += f"?{uuid_string()}"
|
||||
|
||||
return url
|
||||
|
Loading…
Reference in New Issue
Block a user