Add pipeline tag, link to paper
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -5,12 +5,12 @@ datasets:
|
|
5 |
base_model:
|
6 |
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
7 |
library_name: diffusers
|
|
|
8 |
tags:
|
9 |
- text-generation-inference
|
10 |
---
|
11 |
|
12 |
-
|
13 |
-
Pretrained SD-1.5 weight for SePPO
|
14 |
|
15 |
See Github Repo:[SePPO](https://github.com/DwanZhang-AI/SePPO/tree/main)
|
16 |
|
|
|
5 |
base_model:
|
6 |
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
7 |
library_name: diffusers
|
8 |
+
pipeline_tag: text-to-image
|
9 |
tags:
|
10 |
- text-generation-inference
|
11 |
---
|
12 |
|
13 |
+
Pretrained SD-1.5 weight for [SePPO: Semi-Policy Preference Optimization for Diffusion Alignment](https://huggingface.co/papers/2410.05255)
|
|
|
14 |
|
15 |
See Github Repo:[SePPO](https://github.com/DwanZhang-AI/SePPO/tree/main)
|
16 |
|