Add pipeline tag, library name, project page
Browse filesThis PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=text-to-image and adds the project page URL.
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
|