Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Trajectory Consistency Distillation
|
| 2 |
|
| 3 |
-
[]()
|
| 4 |
-
[](https://mhh0318.github.io/tcd)
|
| 5 |
-
[](https://huggingface.co/h1t/TCD-SDXL-LoRA)
|
| 6 |
-
[](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).
|