Commit
·
a9170a1
1
Parent(s):
02013e4
fix path
Browse files
README.md
CHANGED
@@ -100,11 +100,11 @@ The latent space of SDXL is a 4-channel tensor with interpretable semantics. Cha
|
|
100 |
By manipulating the mean values of these channels, particularly those associated with color, you can bias the generation process toward specific visual tones or styles. This allows for a degree of control over the image's color palette directly in the latent space, without modifying the text prompt or conditioning vectors.
|
101 |
<div style="display: flex; justify-content: space-between; align-items: center;">
|
102 |
<div style="text-align: center; flex: 1; margin-right: 10px;">
|
103 |
-
<img src="examples/
|
104 |
<p><em>(a) Biased toward blue and purple tones</em></p>
|
105 |
</div>
|
106 |
<div style="text-align: center; flex: 1; margin-left: 10px;">
|
107 |
-
<img src="examples/
|
108 |
<p><em>(b) Biased toward red and orange tones</em></p>
|
109 |
</div>
|
110 |
</div>
|
|
|
100 |
By manipulating the mean values of these channels, particularly those associated with color, you can bias the generation process toward specific visual tones or styles. This allows for a degree of control over the image's color palette directly in the latent space, without modifying the text prompt or conditioning vectors.
|
101 |
<div style="display: flex; justify-content: space-between; align-items: center;">
|
102 |
<div style="text-align: center; flex: 1; margin-right: 10px;">
|
103 |
+
<img src="examples/blue_mountain.png" alt="Blue, purple tone" style="width:100%;">
|
104 |
<p><em>(a) Biased toward blue and purple tones</em></p>
|
105 |
</div>
|
106 |
<div style="text-align: center; flex: 1; margin-left: 10px;">
|
107 |
+
<img src="examples/orange_mountain.png" alt="Red, orange tone" style="width:100%;">
|
108 |
<p><em>(b) Biased toward red and orange tones</em></p>
|
109 |
</div>
|
110 |
</div>
|