hysts HF staff commited on
Commit
e9dbd81
·
1 Parent(s): c40801d

Add Tune-A-Video and Attend-and-Excite

Browse files
Files changed (2) hide show
  1. index.html +18 -5
  2. list.md +11 -4
index.html CHANGED
@@ -180,6 +180,11 @@
180
  </ul>
181
  <h3 id="text-to-image-generation">Text-to-Image Generation</h3>
182
  <ul>
 
 
 
 
 
183
  <li><a href="https://huggingface.co/spaces/lora-library/LoRA-DreamBooth-Training-UI">LoRA DreamBooth Training UI</a>
184
  <ul>
185
  <li>https://github.com/huggingface/diffusers/tree/main/examples/dreambooth</li>
@@ -188,17 +193,25 @@
188
  <ul>
189
  <li>https://github.com/cloneofsimo/lora</li>
190
  </ul></li>
191
- <li><a href="https://huggingface.co/spaces/THUDM/CogVideo">CogVideo</a>
192
- <ul>
193
- <li>https://github.com/THUDM/CogVideo</li>
194
- <li>https://arxiv.org/abs/2205.15868</li>
195
- </ul></li>
196
  <li><a href="https://huggingface.co/spaces/THUDM/CogView2">CogView2</a>
197
  <ul>
198
  <li>https://github.com/THUDM/CogView2</li>
199
  <li>https://arxiv.org/abs/2204.14217</li>
200
  </ul></li>
201
  </ul>
 
 
 
 
 
 
 
 
 
 
 
 
 
202
  </p>
203
  </div>
204
  <div class="box">
 
180
  </ul>
181
  <h3 id="text-to-image-generation">Text-to-Image Generation</h3>
182
  <ul>
183
+ <li><a href="https://huggingface.co/spaces/hysts/Attend-and-Excite">Attend-and-Excite</a>
184
+ <ul>
185
+ <li>https://github.com/AttendAndExcite/Attend-and-Excite</li>
186
+ <li>https://arxiv.org/abs/2301.13826</li>
187
+ </ul></li>
188
  <li><a href="https://huggingface.co/spaces/lora-library/LoRA-DreamBooth-Training-UI">LoRA DreamBooth Training UI</a>
189
  <ul>
190
  <li>https://github.com/huggingface/diffusers/tree/main/examples/dreambooth</li>
 
193
  <ul>
194
  <li>https://github.com/cloneofsimo/lora</li>
195
  </ul></li>
 
 
 
 
 
196
  <li><a href="https://huggingface.co/spaces/THUDM/CogView2">CogView2</a>
197
  <ul>
198
  <li>https://github.com/THUDM/CogView2</li>
199
  <li>https://arxiv.org/abs/2204.14217</li>
200
  </ul></li>
201
  </ul>
202
+ <h3 id="text-to-video-generation">Text-to-Video Generation</h3>
203
+ <ul>
204
+ <li><a href="https://huggingface.co/spaces/Tune-A-Video-library/Tune-A-Video-Training-UI">Tune-A-Video Training UI</a>
205
+ <ul>
206
+ <li>https://github.com/showlab/Tune-A-Video</li>
207
+ <li>https://arxiv.org/abs/2212.11565</li>
208
+ </ul></li>
209
+ <li><a href="https://huggingface.co/spaces/THUDM/CogVideo">CogVideo</a>
210
+ <ul>
211
+ <li>https://github.com/THUDM/CogVideo</li>
212
+ <li>https://arxiv.org/abs/2205.15868</li>
213
+ </ul></li>
214
+ </ul>
215
  </p>
216
  </div>
217
  <div class="box">
list.md CHANGED
@@ -116,18 +116,25 @@
116
  - https://arxiv.org/abs/2101.02477
117
 
118
  ### Text-to-Image Generation
 
 
 
119
  - [LoRA DreamBooth Training UI](https://huggingface.co/spaces/lora-library/LoRA-DreamBooth-Training-UI)
120
  - https://github.com/huggingface/diffusers/tree/main/examples/dreambooth
121
  - [LoRA + SD training](https://huggingface.co/spaces/hysts/LoRA-SD-training)
122
  - https://github.com/cloneofsimo/lora
123
- - [CogVideo](https://huggingface.co/spaces/THUDM/CogVideo)
124
- - https://github.com/THUDM/CogVideo
125
- - https://arxiv.org/abs/2205.15868
126
-
127
  - [CogView2](https://huggingface.co/spaces/THUDM/CogView2)
128
  - https://github.com/THUDM/CogView2
129
  - https://arxiv.org/abs/2204.14217
130
 
 
 
 
 
 
 
 
 
131
  </p>
132
  </div>
133
 
 
116
  - https://arxiv.org/abs/2101.02477
117
 
118
  ### Text-to-Image Generation
119
+ - [Attend-and-Excite](https://huggingface.co/spaces/hysts/Attend-and-Excite)
120
+ - https://github.com/AttendAndExcite/Attend-and-Excite
121
+ - https://arxiv.org/abs/2301.13826
122
  - [LoRA DreamBooth Training UI](https://huggingface.co/spaces/lora-library/LoRA-DreamBooth-Training-UI)
123
  - https://github.com/huggingface/diffusers/tree/main/examples/dreambooth
124
  - [LoRA + SD training](https://huggingface.co/spaces/hysts/LoRA-SD-training)
125
  - https://github.com/cloneofsimo/lora
 
 
 
 
126
  - [CogView2](https://huggingface.co/spaces/THUDM/CogView2)
127
  - https://github.com/THUDM/CogView2
128
  - https://arxiv.org/abs/2204.14217
129
 
130
+ ### Text-to-Video Generation
131
+ - [Tune-A-Video Training UI](https://huggingface.co/spaces/Tune-A-Video-library/Tune-A-Video-Training-UI)
132
+ - https://github.com/showlab/Tune-A-Video
133
+ - https://arxiv.org/abs/2212.11565
134
+ - [CogVideo](https://huggingface.co/spaces/THUDM/CogVideo)
135
+ - https://github.com/THUDM/CogVideo
136
+ - https://arxiv.org/abs/2205.15868
137
+
138
  </p>
139
  </div>
140