Royir commited on
Commit
30ccc0a
β€’
1 Parent(s): 003d5ad

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -1,11 +1,19 @@
1
- title: Linguistic Binding in Diffusion Models: Enhancing Attribute Correspondence through Attention Map Alignment
 
 
2
  colorFrom: red
3
  colorTo: blue
4
- sdk: gradio
5
- python_version: 3.8.9
6
  app_file: app.py
 
 
 
 
 
7
  tags:
8
  - Linguistic Binding
9
  - Diffusion Models
10
- - Cross-Attention Maps
11
- - Stable Diffusion
 
 
1
+ ---
2
+ title: "Linguistic Binding in Diffusion Models: Enhancing Attribute Correspondence through Attention Map Alignment"
3
+ emoji: πŸš€
4
  colorFrom: red
5
  colorTo: blue
6
+ sdk: docker
7
+ python_version: 3.11.2
8
  app_file: app.py
9
+ app_port: 7860
10
+ base_path: /
11
+ fullWidth: true
12
+ models:
13
+ - CompVis/stable-diffusion-v1-4
14
  tags:
15
  - Linguistic Binding
16
  - Diffusion Models
17
+ - Attention Map
18
+ pinned: true
19
+ ---