Rename README_with_YAML.md to README.md
Browse files
README_with_YAML.md → README.md
RENAMED
@@ -15,11 +15,18 @@ model-index:
|
|
15 |
type: text-to-image
|
16 |
dataset:
|
17 |
name: LAION-400M
|
|
|
18 |
metrics:
|
19 |
- name: Inception Score
|
20 |
type: inception_score
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
|
|
|
|
23 |
# Stable Diffusion Image Generator with Inception Score
|
24 |
|
25 |
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.
|
|
|
15 |
type: text-to-image
|
16 |
dataset:
|
17 |
name: LAION-400M
|
18 |
+
type: image
|
19 |
metrics:
|
20 |
- name: Inception Score
|
21 |
type: inception_score
|
22 |
+
value: 9.0 # Valor aproximado, puedes ajustarlo
|
23 |
+
- name: FID
|
24 |
+
type: fid
|
25 |
+
value: 25.0 # Ejemplo de FID, puedes ajustarlo según tus resultados
|
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.
|