Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ bibtex
|
|
29 |
```
|
30 |
π§ **Abstact**
|
31 |
<br>
|
|
|
32 |
Text-to-image diffusion models (T2I) use a latent representation of a text prompt to guide the image generation process.
|
33 |
However, the process by which the encoder produces the text representation is unknown.
|
34 |
We propose the Diffusion Lens, a method for analyzing the text encoder of T2I models by generating images from its intermediate representations.
|
@@ -37,11 +38,14 @@ Exploring compound prompts, we find that complex scenes describing multiple obje
|
|
37 |
Exploring knowledge retrieval, we find that representation of uncommon concepts requires further computation compared to common concepts,
|
38 |
and that knowledge retrieval is gradual across layers.
|
39 |
Overall, our findings provide valuable insights into the text encoder component in T2I pipelines.
|
40 |
-
<br>
|
41 |
```
|
|
|
|
|
42 |
π§ **Contact**
|
43 |
<br>
|
|
|
44 |
If you have any questions, please feel free to open an issue or directly reach us out at <b>tok@cs.technion.ac.il
|
|
|
45 |
</b>.
|
46 |
"""
|
47 |
|
|
|
29 |
```
|
30 |
π§ **Abstact**
|
31 |
<br>
|
32 |
+
```
|
33 |
Text-to-image diffusion models (T2I) use a latent representation of a text prompt to guide the image generation process.
|
34 |
However, the process by which the encoder produces the text representation is unknown.
|
35 |
We propose the Diffusion Lens, a method for analyzing the text encoder of T2I models by generating images from its intermediate representations.
|
|
|
38 |
Exploring knowledge retrieval, we find that representation of uncommon concepts requires further computation compared to common concepts,
|
39 |
and that knowledge retrieval is gradual across layers.
|
40 |
Overall, our findings provide valuable insights into the text encoder component in T2I pipelines.
|
|
|
41 |
```
|
42 |
+
<br>
|
43 |
+
|
44 |
π§ **Contact**
|
45 |
<br>
|
46 |
+
```
|
47 |
If you have any questions, please feel free to open an issue or directly reach us out at <b>tok@cs.technion.ac.il
|
48 |
+
```
|
49 |
</b>.
|
50 |
"""
|
51 |
|