Skip to content

Commit ba9c3c3

Browse files
committed
Update README.md
1 parent a0b4f4a commit ba9c3c3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ venv
77
**.egg-info
88

99
demo/attn_maps
10-
demo/**.png
10+
demo/**.png
11+
12+
build
13+
dist

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,16 @@ Compatible with various models listed below.
106106

107107
## demo
108108
```bash
109+
git clone https://github.com/wooyeolBaek/attention-map-diffusers.git
110+
cd attention-map-diffusers
109111
pip install -e .
110112
pip install -r requirements.txt
111113
```
114+
or
115+
```bash
116+
pip install attention_map_diffusers
117+
pip install diffusers accelerate transformers sentencepiece protobuf einops torchvision
118+
```
112119

113120
### Stable Diffusion 3.0
114121
```python

0 commit comments

Comments
 (0)