Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,23 @@ license: mit
|
|
3 |
---
|
4 |
This repo contains the pretrained checkpoints for Ctrl-Adapter
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
See also: https://github.com/HL-hanlin/Ctrl-Adapter
|
7 |
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
This repo contains the pretrained checkpoints for Ctrl-Adapter
|
5 |
|
6 |
+
<br>
|
7 |
+
<img width="800" src="assets/teaser.gif"/>
|
8 |
+
<br>
|
9 |
+
|
10 |
+
CTRL-Adapter is an efficient and versatile framework for adding diverse
|
11 |
+
spatial controls to any image or video diffusion model. It supports a variety of useful
|
12 |
+
applications, including video control, video control with multiple conditions, video control with
|
13 |
+
sparse frame conditions, image control, zero-shot transfer to unseen conditions, and video editing.
|
14 |
+
|
15 |
See also: https://github.com/HL-hanlin/Ctrl-Adapter
|
16 |
|
17 |
+
|
18 |
+
# Description of Model Checkpoints
|
19 |
+
|
20 |
+
Ctrl-Adapter/i2vgenxl_depth/diffusion_pytorch_model.safetensors
|
21 |
+
|
22 |
+
- The Ctrl-Adapter checkpoint trained on I2VGen-XL for video generation that uses depth map as control condition.
|
23 |
+
|
24 |
+
|
25 |
+
More checkpoints trained on Hotshot-XL, Stable Video Diffusion, and SDXL will be updated soon.
|