Update README.md
Browse files
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
|
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 |
```
|