Shuaishuai0219 commited on
Commit
c28e1e4
·
verified ·
1 Parent(s): 8234fbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -2,16 +2,15 @@
2
 
3
  ## This repo include the checkpoints for Animate-X:
4
 
5
- - "models/dw-ll_ucoco_384.onnx": the checkpoint for dwpose extraction.
6
 
7
- - "models/open_clip_pytorch_model.bin": the checkpoint for clip embedding.
8
 
9
- - "models/animate-x.pth
10
- ": the checkpoint for X-character image animation in Animate-X (32 frames).
11
 
12
- - "models/yolox_l.onnx": the checkpoint for dwpose extraction.
13
 
14
- - "models/v2-1_512-ema-pruned.ckpt": the checkpoint for Stable Diffusion.
15
 
16
 
17
 
 
2
 
3
  ## This repo include the checkpoints for Animate-X:
4
 
5
+ - "checkpoints/dw-ll_ucoco_384.onnx": the checkpoint for dwpose extraction.
6
 
7
+ - "checkpoints/open_clip_pytorch_model.bin": the checkpoint for clip embedding.
8
 
9
+ - "checkpoints/animate-x.pth": the checkpoint for X-character image animation in Animate-X (32 frames).
 
10
 
11
+ - "checkpoints/yolox_l.onnx": the checkpoint for dwpose extraction.
12
 
13
+ - "checkpoints/v2-1_512-ema-pruned.ckpt": the checkpoint for Stable Diffusion.
14
 
15
 
16