CiaraRowles commited on
Commit
10b1fc9
1 Parent(s): 0108f7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: unknown
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: unknown
3
  ---
4
+ # Stable Video Diffusion Temporal Controlnet
5
+
6
+ ## Overview
7
+ Introducing the Stable Video Diffusion Temporal Controlnet! This innovative tool merges the prowess of a controlnet style encoder with the robustness of the svd base. It's designed to enhance your video diffusion projects by providing precise temporal control.
8
+
9
+ ## Setup
10
+ - **Controlnet Model:** First, obtain a svd temporal controlnet model folder from this repo and use it with the github inference code here: https://github.com/CiaraStrawberry/sdv_controlnet
11
+ - **Installation:** run `pip install -r requirements.txt`
12
+ - **Execution:** Run "run_inference.py".
13
+
14
+ ## Demo
15
+
16
+ ![combined_with_square_image_new_gif](https://github.com/CiaraStrawberry/sdv_controlnet/assets/13116982/055c8d3b-074e-4aeb-9ddc-70d12b5504d5)
17
+
18
+ ## Notes
19
+ - **Focus on Central Object:** The system tends to extract motion features primarily from a central object and, occasionally, from the background. It's best to avoid overly complex motion or obscure objects.
20
+ - **Simplicity in Motion:** Stick to motions that svd can handle well without the controlnet. This ensures it will be able to apply the motion.
21
+
22
+ ## Acknowledgements
23
+ - **Diffusers Team:** For the svd implementation.
24
+ - **Pixeli99:** For providing a practical svd training script: [SVD_Xtend](https://github.com/pixeli99/SVD_Xtend)