Text-to-Image
Diffusers
Safetensors
text-generation-inference
DwanZhang nielsr HF staff commited on
Commit
1cfb6fb
1 Parent(s): 2708f7e

Add pipeline tag, link to paper (#1)

Browse files

- Add pipeline tag (7f287db335f43e02b52ee9d1cb76472426242014)
- Update README.md (75ef490e6df14baf3e91f01cd21d62ab87b7590d)


Co-authored-by: Niels Rogge <[email protected]>

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