nielsr HF Staff commited on
Commit
4eda7e1
·
verified ·
1 Parent(s): 721db2e

Add pipeline tag, library name, project page

Browse files

This PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=text-to-image and adds the project page URL.

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-to-image
4
+ library_name: diffusers
5
+ ---
6
+
7
+ This repository contains the model described in the paper [Smoothed Preference Optimization via ReNoise Inversion for Aligning Diffusion Models with Varied Human Preferences](https://huggingface.co/papers/2506.02698).
8
+
9
+ Project page: https://jaydenlyh.github.io/SmPO-project-page/
10
+ Code: https://github.com/JaydenLyh/SmPO