Adeely93 nielsr HF Staff commited on
Commit
3637f84
·
1 Parent(s): aca88d9

Link model card to paper and fix code block formatting (#1)

Browse files

- Link model card to paper and fix code block formatting (5d2fc72bbfbd37849e216172a8e9f39c00330271)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,17 +1,17 @@
1
  ---
2
- license: mit
3
  library_name: diffusers
 
 
4
  tags:
5
  - text-to-image
6
  - safety-alignment
7
  - stable-diffusion
8
  - ECCV
9
- pipeline_tag: text-to-image
10
  ---
11
 
12
  # SAGE: Structure-Aware Geometric Regularization (ECCV-26)
13
 
14
- **Paper:** The Illusion of High Utility in Safety Alignment of Text-to-Image Diffusion Models
15
  **Authors:** Adeel Yousaf, Soumik Ghosh, James Beetham, Amrit Singh Bedi, Mubarak Shah
16
  **Institution:** University of Central Florida
17
  **Project Page:** [https://adeelyousaf.github.io/SAGE_ECCV26_Project_Page/](https://adeelyousaf.github.io/SAGE_ECCV26_Project_Page/)
@@ -42,3 +42,4 @@ pipe.text_encoder.load_state_dict(torch.load(ckpt_path, map_location="cpu"))
42
 
43
  pipe = pipe.to("cuda")
44
  image = pipe("a photo of a dog in a park").images[0]
 
 
1
  ---
 
2
  library_name: diffusers
3
+ license: mit
4
+ pipeline_tag: text-to-image
5
  tags:
6
  - text-to-image
7
  - safety-alignment
8
  - stable-diffusion
9
  - ECCV
 
10
  ---
11
 
12
  # SAGE: Structure-Aware Geometric Regularization (ECCV-26)
13
 
14
+ **Paper:** [The Illusion of High Utility in Safety Alignment of Text-to-Image Diffusion Models](https://huggingface.co/papers/2607.00402)
15
  **Authors:** Adeel Yousaf, Soumik Ghosh, James Beetham, Amrit Singh Bedi, Mubarak Shah
16
  **Institution:** University of Central Florida
17
  **Project Page:** [https://adeelyousaf.github.io/SAGE_ECCV26_Project_Page/](https://adeelyousaf.github.io/SAGE_ECCV26_Project_Page/)
 
42
 
43
  pipe = pipe.to("cuda")
44
  image = pipe("a photo of a dog in a park").images[0]
45
+ ```