Add link to Github repository

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,12 +1,13 @@
1
  ---
2
- license: apache-2.0
3
  base_model:
4
  - THUDM/CogVideoX-2b
5
- pipeline_tag: text-to-video
6
  library_name: diffusers
 
 
7
  tags:
8
  - lora
9
  ---
 
10
  # TDM: Learning Few-Step Diffusion Models by Trajectory Distribution Matching
11
  <div style="text-align: center;">
12
  <a href="https://tdm-t2x.github.io/"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Github-Page&color=blue&logo=github-pages" style="display: inline;"></a> &ensp;
@@ -15,6 +16,7 @@ tags:
15
 
16
  This is the Official Repository of "[Learning Few-Step Diffusion Models by Trajectory Distribution Matching](https://arxiv.org/abs/2503.06674)", by *Yihong Luo, Tianyang Hu, Jiacheng Sun, Yujun Cai, Jing Tang*.
17
 
 
18
 
19
  ## User Study Time!
20
  ![user_study](user_study.jpg)
@@ -136,8 +138,7 @@ generator = torch.manual_seed(8888)
136
  frames = pipe(prompt, guidance_scale=1,
137
  num_inference_steps=4,
138
  num_frames=49,
139
- generator = generator,
140
- use_dynamic_cfg=True).frames[0]
141
  export_to_video(frames, "output-TDM.mp4", fps=8)
142
  ```
143
  ## 🔥 Pre-trained Models
@@ -146,6 +147,9 @@ We release a bucket of TDM-LoRA. Please enjoy it!
146
  - [TDM-CogVideoX-2B-LoRA](https://huggingface.co/Luo-Yihong/TDM_CogVideoX-2B_LoRA)
147
  - [TDM-Dreamshaper-LoRA](https://huggingface.co/Luo-Yihong/TDM_dreamshaper_LoRA)
148
 
 
 
 
149
 
150
  ## Contact
151
 
 
1
  ---
 
2
  base_model:
3
  - THUDM/CogVideoX-2b
 
4
  library_name: diffusers
5
+ license: apache-2.0
6
+ pipeline_tag: text-to-video
7
  tags:
8
  - lora
9
  ---
10
+
11
  # TDM: Learning Few-Step Diffusion Models by Trajectory Distribution Matching
12
  <div style="text-align: center;">
13
  <a href="https://tdm-t2x.github.io/"><img src="https://img.shields.io/static/v1?label=Project%20Page&message=Github-Page&color=blue&logo=github-pages" style="display: inline;"></a> &ensp;
 
16
 
17
  This is the Official Repository of "[Learning Few-Step Diffusion Models by Trajectory Distribution Matching](https://arxiv.org/abs/2503.06674)", by *Yihong Luo, Tianyang Hu, Jiacheng Sun, Yujun Cai, Jing Tang*.
18
 
19
+ Github repository: https://github.com/Luo-Yihong/TDM
20
 
21
  ## User Study Time!
22
  ![user_study](user_study.jpg)
 
138
  frames = pipe(prompt, guidance_scale=1,
139
  num_inference_steps=4,
140
  num_frames=49,
141
+ generator = generator).frames[0]
 
142
  export_to_video(frames, "output-TDM.mp4", fps=8)
143
  ```
144
  ## 🔥 Pre-trained Models
 
147
  - [TDM-CogVideoX-2B-LoRA](https://huggingface.co/Luo-Yihong/TDM_CogVideoX-2B_LoRA)
148
  - [TDM-Dreamshaper-LoRA](https://huggingface.co/Luo-Yihong/TDM_dreamshaper_LoRA)
149
 
150
+ ## 🔥 TO-DO
151
+ - Release the training code.
152
+
153
 
154
  ## Contact
155