LPX55 commited on
Commit
39f23c8
·
verified ·
1 Parent(s): 6999d43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -2,14 +2,17 @@
2
  base_model:
3
  - tencent/HunyuanVideo
4
  library_name: diffusers
5
- title: HunYuan-Keyframe
6
  sdk: gradio
7
- emoji: 🚀
8
  sdk_version: 5.12.0
9
  app_file: app.py
10
  preload_from_hub:
11
- - dashtoon/hunyuan-video-keyframe-control-lora
 
 
12
  ---
 
13
 
14
  HunyuanVideo Keyframe Control Lora is an adapter for HunyuanVideo T2V model for keyframe-based video generation. ​Our architecture builds upon existing models, introducing key enhancements to optimize keyframe-based video generation:​
15
  * We modify the input patch embedding projection layer to effectively incorporate keyframe information. By adjusting the convolutional input parameters, we enable the model to process image inputs within the Diffusion Transformer (DiT) framework.​
 
2
  base_model:
3
  - tencent/HunyuanVideo
4
  library_name: diffusers
5
+ title: HunYuan-Keyframe2VID Control Lora
6
  sdk: gradio
7
+ emoji:
8
  sdk_version: 5.12.0
9
  app_file: app.py
10
  preload_from_hub:
11
+ - dashtoon/hunyuan-video-keyframe-control-lora
12
+ license: apache-2.0
13
+ short_description: Precise control over the start & end frames, and in between.
14
  ---
15
+ Original concept and lora by dashtoon. Further optimization goals and full HF / Gradio support in the works by [AI Without Borders](https://huggingface.co/aiwithoutborders-xyz).
16
 
17
  HunyuanVideo Keyframe Control Lora is an adapter for HunyuanVideo T2V model for keyframe-based video generation. ​Our architecture builds upon existing models, introducing key enhancements to optimize keyframe-based video generation:​
18
  * We modify the input patch embedding projection layer to effectively incorporate keyframe information. By adjusting the convolutional input parameters, we enable the model to process image inputs within the Diffusion Transformer (DiT) framework.​