Attend-and-Excite commited on
Commit
e955768
1 Parent(s): 38a02d4

Update description

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -8,8 +8,9 @@ import PIL.Image
8
  from model import Model
9
 
10
  DESCRIPTION = '''# Attend-and-Excite
11
-
12
- This is an unofficial demo for [https://github.com/AttendAndExcite/Attend-and-Excite](https://github.com/AttendAndExcite/Attend-and-Excite).
 
13
  '''
14
 
15
  model = Model()
 
8
  from model import Model
9
 
10
  DESCRIPTION = '''# Attend-and-Excite
11
+ This is a demo for [Attend-and-Excite](https://arxiv.org/abs/2301.13826).
12
+ Attend-and-Excite performs attention-based generative semantic guidance to mitigate subject neglect in Stable Diffusion.
13
+ Select a prompt and a set of indices matching the subjects you wish to strengthen (the `Check token indices` cell can help map between a word and its index).
14
  '''
15
 
16
  model = Model()