Spaces:
Sleeping
Sleeping
Upload README.md
Browse files
README.md
CHANGED
@@ -1,25 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
pip install -r requirements.txt
|
13 |
-
```
|
14 |
-
|
15 |
-
Finally, run:
|
16 |
-
```
|
17 |
-
python -m spacy download en_core_web_trf
|
18 |
-
```
|
19 |
-
|
20 |
-
## Inference
|
21 |
-
```
|
22 |
-
python run.py --prompt "a horned lion and a spotted monkey" --seed 1269
|
23 |
-
```
|
24 |
-
|
25 |
-
Note that this will download the stable diffusion model `CompVis/stable-diffusion-v1-4`. If you rather use an existing copy of the model, provide the absolute path using `--model_path`.
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|