Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
---
|
| 3 |
language: en
|
| 4 |
license: mit
|
|
|
|
| 5 |
tags:
|
| 6 |
- stable-diffusion
|
| 7 |
- text-to-image
|
|
@@ -19,14 +20,15 @@ model-index:
|
|
| 19 |
metrics:
|
| 20 |
- name: Inception Score
|
| 21 |
type: inception_score
|
| 22 |
-
value: 9.0
|
| 23 |
- name: FID
|
| 24 |
type: fid
|
| 25 |
-
value: 25.0
|
| 26 |
---
|
| 27 |
|
| 28 |
|
| 29 |
|
|
|
|
| 30 |
# Stable Diffusion Image Generator with Inception Score
|
| 31 |
|
| 32 |
This repository uses the `Stable Diffusion` model from the `diffusers` library to generate images based on a text prompt and returns the generated image in base64 format.
|
|
|
|
| 2 |
---
|
| 3 |
language: en
|
| 4 |
license: mit
|
| 5 |
+
library_name: diffusers
|
| 6 |
tags:
|
| 7 |
- stable-diffusion
|
| 8 |
- text-to-image
|
|
|
|
| 20 |
metrics:
|
| 21 |
- name: Inception Score
|
| 22 |
type: inception_score
|
| 23 |
+
value: 9.0
|
| 24 |
- name: FID
|
| 25 |
type: fid
|
| 26 |
+
value: 25.0
|
| 27 |
---
|
| 28 |
|
| 29 |
|
| 30 |
|
| 31 |
+
|
| 32 |
# Stable Diffusion Image Generator with Inception Score
|
| 33 |
|
| 34 |
This repository uses the `Stable Diffusion` model from the `diffusers` library to generate images based on a text prompt and returns the generated image in base64 format.
|