We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b4f4a commit ba9c3c3Copy full SHA for ba9c3c3
.gitignore
@@ -7,4 +7,7 @@ venv
7
**.egg-info
8
9
demo/attn_maps
10
-demo/**.png
+demo/**.png
11
+
12
+build
13
+dist
README.md
@@ -106,9 +106,16 @@ Compatible with various models listed below.
106
107
## demo
108
```bash
109
+git clone https://github.com/wooyeolBaek/attention-map-diffusers.git
110
+cd attention-map-diffusers
111
pip install -e .
112
pip install -r requirements.txt
113
```
114
+or
115
+```bash
116
+pip install attention_map_diffusers
117
+pip install diffusers accelerate transformers sentencepiece protobuf einops torchvision
118
+```
119
120
### Stable Diffusion 3.0
121
```python
0 commit comments