Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Trajectory Consistency Distillation
|
2 |
|
3 |
-
[![Arxiv](https://img.shields.io/badge/arXiv-2211.15744-b31b1b)]()
|
4 |
-
[![Project page](https://img.shields.io/badge/Web-Project%20Page-green)](https://mhh0318.github.io/tcd)
|
5 |
-
[![Hugging Face Model](https://img.shields.io/badge/%F0%9F%A4%97HuggingFace-Model-purple)](https://huggingface.co/h1t/TCD-SDXL-LoRA)
|
6 |
-
[![Hugging Face Space](https://img.shields.io/badge/%F0%9F%A4%97HuggingFace-Space-blue)](https://huggingface.co/spaces/h1t/TCD-SDXL-LoRA)
|
7 |
|
8 |
Official Repository of the paper: [Trajectory Consistency Distillation]()
|
9 |
|
@@ -378,4 +383,4 @@ python gradio_app.py
|
|
378 |
```
|
379 |
|
380 |
## Acknowledgments
|
381 |
-
This codebase heavily relies on the π€[Diffusers](https://github.com/huggingface/diffusers) library and [LCM](https://github.com/luosiallen/latent-consistency-model).
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: TCD
|
4 |
+
sdk: gradio
|
5 |
+
emoji: π
|
6 |
+
colorFrom: red
|
7 |
+
colorTo: green
|
8 |
+
short_description: Official Demo Space for Trajectory Consistency Distillation
|
9 |
+
---
|
10 |
# Trajectory Consistency Distillation
|
11 |
|
|
|
|
|
|
|
|
|
12 |
|
13 |
Official Repository of the paper: [Trajectory Consistency Distillation]()
|
14 |
|
|
|
383 |
```
|
384 |
|
385 |
## Acknowledgments
|
386 |
+
This codebase heavily relies on the π€[Diffusers](https://github.com/huggingface/diffusers) library and [LCM](https://github.com/luosiallen/latent-consistency-model).
|