tetrisd commited on
Commit
4d84414
β€’
1 Parent(s): f4dd424

Update to use Stable Diffusion v1.5

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def set_prompt(prompt):
129
  with gr.Blocks() as demo:
130
  md = '''# DAAM: Attention Maps for Interpreting Stable Diffusion
131
  Check out the paper: [What the DAAM: Interpreting Stable Diffusion Using Cross Attention](http://arxiv.org/abs/2210.04885).
132
- See our [DAAM codebase](https://github.com/castorini/daam) on GitHub.
133
 
134
  **Note**: due to a lack of personal funds, this space will stop working on November 13, 2022, unless I'm able to secure a community grant. I will spin it up again in December when there are updates. Stay tuned!
135
  '''
 
129
  with gr.Blocks() as demo:
130
  md = '''# DAAM: Attention Maps for Interpreting Stable Diffusion
131
  Check out the paper: [What the DAAM: Interpreting Stable Diffusion Using Cross Attention](http://arxiv.org/abs/2210.04885).
132
+ See our (much cleaner) [DAAM codebase](https://github.com/castorini/daam) on GitHub.
133
 
134
  **Note**: due to a lack of personal funds, this space will stop working on November 13, 2022, unless I'm able to secure a community grant. I will spin it up again in December when there are updates. Stay tuned!
135
  '''