Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankkotyan committed May 23, 2024
1 parent bdbdc7f commit c5e4d0f
Show file tree
Hide file tree
Showing 26 changed files with 158 additions and 37 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# **🎏 EvoSeed 🎏**
# <img src="./assets/icons/EvoSeed.png" alt="EvoSeed" class="image" style="height:70px;"> **EvoSeed** <img src="./assets/icons/EvoSeed.png" alt="EvoSeed" class="image" style="height:70px;">

</div>

Expand All @@ -23,7 +23,7 @@ If you find this project useful please cite:
```
@article{kotyan2024EvoSeed,
title = {Breaking Free: How to Hack Safety Guardrails in Black-Box Diffusion Models!,
author = {Kotyan, Shashank and Mao, Po-Yuan and Vargas, Danilo Vasconcellos, Chen and Pin-Yu},
author = {Kotyan, Shashank and Mao, Po-Yuan and Chen, Pin-Yu and Vargas, Danilo Vasconcellos},
year = {2024},
month = may,
number = {arXiv:2402.04699},
Expand Down
Binary file removed assets/compare.png
Binary file not shown.
Binary file added assets/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/framework.png
Binary file not shown.
Binary file added assets/icons/EvoSeed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/abstract.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/alignment.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/cite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/contributions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/evolution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/nsfw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/object-classification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/publication.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/race.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/illustration.png
Binary file not shown.
3 changes: 2 additions & 1 deletion assets/reference.bib
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@article{kotyan2024EvoSeed,
title = {Breaking Free: How to Hack Safety Guardrails in Black-Box Diffusion Models!,
author = {Kotyan, Shashank and Mao, Po-Yuan and Vargas, Danilo Vasconcellos, Chen and Pin-Yu},
author = {Kotyan, Shashank and Mao, Po-Yuan and Chen, Pin-Yu and Vargas, Danilo Vasconcellos},
year = {2024},
month = may,
number = {arXiv:2402.04699},
eprint = {2402.04699},
publisher = {{arXiv}},
doi = {10.48550/arXiv.2402.04699},
}
Binary file added assets/transparent/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/transparent/flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/transparent/framework.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/transparent/interesting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/transparent/nsfw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/transparent/object.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/transparent/race.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
156 changes: 123 additions & 33 deletions index.html

Large diffs are not rendered by default.

32 changes: 31 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
text-decoration: none;
}

tr.space>td {
padding-top: 1em;
padding-bottom: 1em;
}

.affiliations{
border-bottom: solid 1px #ddd;
Expand All @@ -49,7 +53,6 @@
width:80%;
border: 0;
margin-bottom: 8px;

}

.menu a{
Expand Down Expand Up @@ -215,3 +218,30 @@ code {
font-size: 105%;
}

.sensitive{
display: block;
text-align: center;
margin: auto;
}

.block {
display: block;
}

.warning-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
color: white;
display: flex;
justify-content: center;
align-items: center;
font-size: 24px;
font-weight: bold;
text-align: center;
cursor: pointer;
}

0 comments on commit c5e4d0f

Please # to comment.