hanlincs commited on
Commit
8a8870f
1 Parent(s): a4b856b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -20,9 +20,42 @@ See also: https://github.com/HL-hanlin/Ctrl-Adapter
20
 
21
  # Description of Model Checkpoints
22
 
23
- Ctrl-Adapter/i2vgenxl_depth/diffusion_pytorch_model.safetensors
24
 
25
- - The Ctrl-Adapter checkpoint trained on I2VGen-XL for video generation that uses depth map as control condition.
26
 
 
 
27
 
28
- More checkpoints trained on Hotshot-XL, Stable Video Diffusion, and SDXL will be updated soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  # Description of Model Checkpoints
22
 
 
23
 
24
+ ## SDXL
25
 
26
+ Depth map
27
+ - Ctrl-Adapter/sdxl_depth/diffusion_pytorch_model.safetensors
28
 
29
+ Canny edge
30
+ - Ctrl-Adapter/sdxl_canny/diffusion_pytorch_model.safetensors
31
+
32
+
33
+ ## I2VGen-XL
34
+
35
+ Depth map
36
+ - Ctrl-Adapter/i2vgenxl_depth/diffusion_pytorch_model.safetensors
37
+
38
+ Canny edge
39
+ - Ctrl-Adapter/i2vgenxl_canny/diffusion_pytorch_model.safetensors
40
+
41
+ Soft edge
42
+ - Ctrl-Adapter/i2vgenxl_softedge/diffusion_pytorch_model.safetensors
43
+
44
+ Sparse control with user scribbles
45
+ - Ctrl-Adapter/i2vgenxl_scribble_sparse/diffusion_pytorch_model.safetensors
46
+
47
+ Multi-condition control with depth map, canny edge, normal map, and soft edge
48
+ - Ctrl-Adapter/i2vgenxl_multi_control_adapter/diffusion_pytorch_model.safetensors
49
+ - Ctrl-Adapter/i2vgenxl_multi_control_router/diffusion_pytorch_model.safetensors
50
+
51
+
52
+ ## SVD
53
+
54
+ Depth map
55
+ - Ctrl-Adapter/svd_depth/diffusion_pytorch_model.safetensors
56
+
57
+ Canny edge
58
+ - Ctrl-Adapter/svd_canny/diffusion_pytorch_model.safetensors
59
+
60
+ Soft edge
61
+ - Ctrl-Adapter/svd_softedge/diffusion_pytorch_model.safetensors