Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
## Model Overview
|
| 5 |
# Stable Diffusion 3 Medium
|
|
@@ -269,4 +273,4 @@ text_to_image.generate(
|
|
| 269 |
"negative_prompts": "green color",
|
| 270 |
}
|
| 271 |
)
|
| 272 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: keras-hub
|
| 3 |
+
pipeline_tag: text-to-image
|
| 4 |
+
tags:
|
| 5 |
+
- image-to-image
|
| 6 |
+
- keras
|
| 7 |
---
|
| 8 |
## Model Overview
|
| 9 |
# Stable Diffusion 3 Medium
|
|
|
|
| 273 |
"negative_prompts": "green color",
|
| 274 |
}
|
| 275 |
)
|
| 276 |
+
```
|