kvablack commited on
Commit
6a7b585
1 Parent(s): 0700e64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
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.