AlonzoLeeeooo commited on
Commit
5d838c1
Β·
verified Β·
1 Parent(s): 4006f6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -13,6 +13,21 @@ Chang Liu, Rui Li, Kaidong Zhang, Yunwei Lan, Dong Liu
13
  Official pre-trained model weights of the paper titled "StableV2V: Stablizing Shape Consistency in Video-to-Video Editing".
14
 
15
  # Model Weights Structure
16
- We will update the model weights structure as soon as we finish uploading.
17
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ```
 
13
  Official pre-trained model weights of the paper titled "StableV2V: Stablizing Shape Consistency in Video-to-Video Editing".
14
 
15
  # Model Weights Structure
16
+ We construct our model weights following the structure below:
17
  ```
18
+ StableV2V
19
+ β”œβ”€β”€ controlnet-depth <----- ControlNet (depth), required by CIG
20
+ β”œβ”€β”€ controlnet-scribble <----- ControlNet (scribble, needed in sketch-based editing application)
21
+ β”œβ”€β”€ ctrl-adapter-i2vgenxl-depth <----- Ctrl-Adapter (I2VGen-XL, depth), required by CIG
22
+ β”œβ”€β”€ i2vgenxl <----- I2VGen-XL, required by CIG
23
+ β”œβ”€β”€ instruct-pix2pix <----- InstructPix2Pix, required by PFE
24
+ β”œβ”€β”€ paint-by-example <----- Paint-by-Example, required by PFE
25
+ β”œβ”€β”€ stable-diffusion-v1-5-inpaint <----- SD Inpaint, required by PFE
26
+ β”œβ”€β”€ stable-diffusion-v1.5 <----- SD v1.5, required by CIG
27
+ β”œβ”€β”€ 50000.ckpt <----- Shape-guided depth refinement network
28
+ β”œβ”€β”€ README.md
29
+ β”œβ”€β”€ dpt_swin2_large_384.pt <----- MiDaS, required by ISA
30
+ β”œβ”€β”€ raft-things.pth <----- RAFT, required by ISA
31
+ β”œβ”€β”€ u2net.pth <----- U2-net, required by ISA
32
+ └── 50000.ckpt <----- Shape-guided depth refinement network, required by ISA
33
  ```