Commit
•
d34a8c2
1
Parent(s):
1e128c8
Expose metadata link to next version of the model : stabilityai/stable-diffusion-3-medium
Browse filesThis PR adds a metadata field to link this model to a newer version of the same model family: stabilityai/stable-diffusion-3-medium. This metadata field helps ensure people are using the latest version of your model.
If there are multiple versions, i.e., version 1, version 2, and version 3, linking versions 1 and 2 and 2 and 3 will always show the latest version. See https://huggingface.co/docs/hub/model-cards#specifying-a-new-version for more info.
Here is an example of what this looks like:
![Screenshot 2024-09-27 at 10.29.23.png](https://cdn-uploads.huggingface.co/production/uploads/60107b385ac3e86b3ea4fc34/RlYrO5w86Tnxr0pxSlfDx.png)
README.md
CHANGED
@@ -3,6 +3,7 @@ license: openrail++
|
|
3 |
tags:
|
4 |
- stable-diffusion
|
5 |
- text-to-image
|
|
|
6 |
---
|
7 |
|
8 |
# Stable Diffusion v2 Model Card
|
|
|
3 |
tags:
|
4 |
- stable-diffusion
|
5 |
- text-to-image
|
6 |
+
new_version: stabilityai/stable-diffusion-3-medium
|
7 |
---
|
8 |
|
9 |
# Stable Diffusion v2 Model Card
|