Skip to content

Commit

Permalink
docs(mm): update comment about model images
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Mar 8, 2024
1 parent 09e618c commit aa74c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/app/services/model_images/model_images_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_url(self, model_key: str) -> str | None:

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
Expand Down

0 comments on commit aa74c20

Please sign in to comment.