XiangpengYang commited on
Commit
f790cda
Β·
1 Parent(s): 737cbd0
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -141,7 +141,7 @@ result
141
 
142
 
143
  ## Editing guidance for YOUR Video
144
- **πŸ”›prepare your config**
145
 
146
  VideoGrain is a training-free framework. To run VideoGrain on your video, modify `./config/demo_config.yaml` based on your needs:
147
 
@@ -153,7 +153,7 @@ VideoGrain is a training-free framework. To run VideoGrain on your video, modify
153
  6. If you want to visualize the cross attn weight, set `vis_cross_attn: True`
154
  7. If you want to cluster DDIM Inversion spatial temporal video feature, set `cluster_inversion_feature: True`
155
 
156
- **😍Editing your video**
157
 
158
  ```bash
159
  bash test.sh
 
141
 
142
 
143
  ## Editing guidance for YOUR Video
144
+ ### πŸ”›prepare your config**
145
 
146
  VideoGrain is a training-free framework. To run VideoGrain on your video, modify `./config/demo_config.yaml` based on your needs:
147
 
 
153
  6. If you want to visualize the cross attn weight, set `vis_cross_attn: True`
154
  7. If you want to cluster DDIM Inversion spatial temporal video feature, set `cluster_inversion_feature: True`
155
 
156
+ ### 😍Editing your video
157
 
158
  ```bash
159
  bash test.sh