Update README.md with new model card content
Browse files
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
| 3 |
---
|
| 4 |
-
|
| 5 |
# Stable Diffusion 3 Medium
|
| 6 |

|
| 7 |
|
|
@@ -28,7 +28,7 @@ Please note: this model is released under the Stability Community License. For E
|
|
| 28 |
### Model card
|
| 29 |
https://huggingface.co/stabilityai/stable-diffusion-3-medium
|
| 30 |
|
| 31 |
-
|
| 32 |
```python
|
| 33 |
# Pretrained Stable Diffusion 3 model.
|
| 34 |
model = keras_hub.models.StableDiffusion3Backbone.from_preset(
|
|
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
| 3 |
---
|
| 4 |
+
## Model Overview
|
| 5 |
# Stable Diffusion 3 Medium
|
| 6 |

|
| 7 |
|
|
|
|
| 28 |
### Model card
|
| 29 |
https://huggingface.co/stabilityai/stable-diffusion-3-medium
|
| 30 |
|
| 31 |
+
## Example Usage
|
| 32 |
```python
|
| 33 |
# Pretrained Stable Diffusion 3 model.
|
| 34 |
model = keras_hub.models.StableDiffusion3Backbone.from_preset(
|