Update src/about.py
Browse files- src/about.py +3 -0
src/about.py
CHANGED
@@ -39,6 +39,9 @@ Demo of our defensive method: [AdvUnlearn](https://huggingface.co/spaces/xinchen
|
|
39 |
LLM_BENCHMARKS_TEXT = f"""
|
40 |
[Erasing Concepts from Diffusion Models,(ESD)](https://github.com/rohitgandikota/erasing).\\
|
41 |
[Forget-Me-Not: Learning to Forget in Text-to-Image Diffusion Models,(FMN)](https://github.com/SHI-Labs/Forget-Me-Not).\\
|
|
|
|
|
|
|
42 |
"""
|
43 |
|
44 |
EVALUATION_QUEUE_TEXT = """
|
|
|
39 |
LLM_BENCHMARKS_TEXT = f"""
|
40 |
[Erasing Concepts from Diffusion Models,(ESD)](https://github.com/rohitgandikota/erasing).\\
|
41 |
[Forget-Me-Not: Learning to Forget in Text-to-Image Diffusion Models,(FMN)](https://github.com/SHI-Labs/Forget-Me-Not).\\
|
42 |
+
[Concept Ablation,AC](https://github.com/nupurkmr9/concept-ablation).\\
|
43 |
+
[Unified Concept Editing in Diffusion Models,(UCE)](https://github.com/rohitgandikota/unified-concept-editing).\\
|
44 |
+
[Safe Latent Diffusion,(SLD)](https://github.com/ml-research/safe-latent-diffusion)
|
45 |
"""
|
46 |
|
47 |
EVALUATION_QUEUE_TEXT = """
|