XiangpengYang commited on
Commit
3a73bc7
·
1 Parent(s): 09e7c75

update readme

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -9,23 +9,21 @@ conda env create -f environment.yaml
9
  pip install diffusters=0.19.0
10
  ```
11
 
12
- `xformers` is recommended for A100 GPU to save memory and running time.
13
 
14
  </details>
15
 
16
- ```
17
  You may download all data and checkpoints using the following bash command
18
  ```
19
  bash download_all.sh
20
  ```
21
 
22
-
23
- ## ⚔️ ST-Modulator Editing
24
 
25
  You could reproduce multi-grained editing results in our teaser by running:
26
 
27
- ```bash
28
- sh test.sh
29
  #or accelerate launch test.py --config config/run_two_man.yaml
30
  ```
31
 
 
9
  pip install diffusters=0.19.0
10
  ```
11
 
12
+ `xformers` is recommended to save memory and running time.
13
 
14
  </details>
15
 
 
16
  You may download all data and checkpoints using the following bash command
17
  ```
18
  bash download_all.sh
19
  ```
20
 
21
+ ## 🔥 ST-Modulator Editing
 
22
 
23
  You could reproduce multi-grained editing results in our teaser by running:
24
 
25
+ ```
26
+ bash test.sh
27
  #or accelerate launch test.py --config config/run_two_man.yaml
28
  ```
29