nielsr HF Staff commited on
Commit
a754723
·
verified ·
1 Parent(s): 11cff09

Add pipeline tag and update paper reference

Browse files

This PR improves the model card by:
- Adding the `pipeline_tag: text-to-image` to the metadata, ensuring the model is discoverable under the text-to-image pipeline on the Hugging Face Hub.
- Updating the main paper reference in the model card to [AlignGuard: Scalable Safety Alignment for Text-to-Image Generation](https://huggingface.co/papers/2412.10493), which is the paper explicitly linked in the prompt.

Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
  library_name: diffusers
3
  license: mit
 
4
  ---
5
- This is the official released checkpoint of **an aligned SDXL v1.0** of SafetyDPO: Scalable Safety Alignment for Text-to-Image Generation, designed to generate more safe images from our Safe-SDXL.
6
 
7
- Our project page is [🏠SafetyDPO HomePage](https://safetydpo.github.io/) and the GitHub repo is [⚙️SafetyDPO GitHub](https://github.com/Visualignment/SafetyDPO) where we released all the code and the data.
8
 
9
- In the future, we will release additional safe models.
 
 
10
 
11
  # Usage
12
  A simple use case of our model is:
 
1
  ---
2
  library_name: diffusers
3
  license: mit
4
+ pipeline_tag: text-to-image
5
  ---
 
6
 
7
+ This is the official released checkpoint of **an aligned SDXL v1.0** from the paper [AlignGuard: Scalable Safety Alignment for Text-to-Image Generation](https://huggingface.co/papers/2412.10493), designed to generate more safe images from our Safe-SDXL.
8
 
9
+ Our project page is [🏠SafetyDPO HomePage](https://safetydpo.github.io/) and the GitHub repo is [⚙️SafetyDPO GitHub](https://github.com/Visualignment/SafetyDPO) where we released all the code and the data.
10
+
11
+ In the future, we will release additional safe models.
12
 
13
  # Usage
14
  A simple use case of our model is: