Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,19 @@
|
|
1 |
-
|
|
|
|
|
2 |
colorFrom: red
|
3 |
colorTo: blue
|
4 |
-
sdk:
|
5 |
-
python_version: 3.
|
6 |
app_file: app.py
|
|
|
|
|
|
|
|
|
|
|
7 |
tags:
|
8 |
- Linguistic Binding
|
9 |
- Diffusion Models
|
10 |
-
-
|
11 |
-
|
|
|
|
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 |
+
---
|