Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TeEFusion: Blending Text Embeddings to Distill Classifier-Free Guidance (ICCV 2025)
|
2 |
|
3 |
<p align="center">
|
@@ -8,7 +18,7 @@
|
|
8 |
TeEFusion is a simple yet powerful distillation method that fuses classifier-free guidance directly into text embeddings, enabling student models to mimic complex teacher sampling strategies with a single forward pass—achieving up to 6× faster inference without sacrificing image quality .
|
9 |
|
10 |
<figure>
|
11 |
-
<img src="
|
12 |
<figcaption style="text-align: center;">The overview of TeEFusion</figcaption>
|
13 |
</figure>
|
14 |
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- stabilityai/stable-diffusion-3-medium
|
7 |
+
library_name: diffusers
|
8 |
+
tags:
|
9 |
+
- text-to-image
|
10 |
+
---
|
11 |
# TeEFusion: Blending Text Embeddings to Distill Classifier-Free Guidance (ICCV 2025)
|
12 |
|
13 |
<p align="center">
|
|
|
18 |
TeEFusion is a simple yet powerful distillation method that fuses classifier-free guidance directly into text embeddings, enabling student models to mimic complex teacher sampling strategies with a single forward pass—achieving up to 6× faster inference without sacrificing image quality .
|
19 |
|
20 |
<figure>
|
21 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/636f4c6b5d2050767e4a1491/jru_aDi--bD0WsPi5qqrY.png" alt="The overview of TeEFusion">
|
22 |
<figcaption style="text-align: center;">The overview of TeEFusion</figcaption>
|
23 |
</figure>
|
24 |
|