Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,14 @@ language:
|
|
4 |
- en
|
5 |
library_name: diffusers
|
6 |
pipeline_tag: text-to-image
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- en
|
5 |
library_name: diffusers
|
6 |
pipeline_tag: text-to-image
|
7 |
+
tags:
|
8 |
+
- stable-diffusion
|
9 |
+
- stable-diffusion-diffusers
|
10 |
+
- text-to-image
|
11 |
+
---
|
12 |
+
|
13 |
+
# ddpo-aesthetic
|
14 |
+
|
15 |
+
This model was finetuned from [Stable Diffusion v1-5](https:/runwayml/stable-diffusion-v1-5) using [DDPO](https://arxiv.org/abs/2305.13301) using the [LAION aesthetic predictor](https://laion.ai/blog/laion-aesthetics/) as a reward function.
|
16 |
+
|
17 |
+
It was finetuned for 50 iterations with a batch size of 256 samples per iteration.
|