Spaces:
Running
on
Zero
Running
on
Zero
Prime Cai
commited on
Commit
·
4e76441
1
Parent(s):
e9d3108
add comments
Browse files
app.py
CHANGED
@@ -135,7 +135,23 @@ with demo:
|
|
135 |
<div style="text-align: center;">
|
136 |
The model does have randomness because of both the Gemini prompt enhancement and the diffusion initial noises.
|
137 |
<br>
|
138 |
-
Please give it a few tries to get the best results.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
139 |
</div>
|
140 |
</div>
|
141 |
"""
|
|
|
135 |
<div style="text-align: center;">
|
136 |
The model does have randomness because of both the Gemini prompt enhancement and the diffusion initial noises.
|
137 |
<br>
|
138 |
+
<span style="color: red;"> Please give it a few tries to get the best results. </span>
|
139 |
+
</div>
|
140 |
+
|
141 |
+
<div style="text-align: left; display: inline-block; margin-top: 20px;">
|
142 |
+
<strong>What works well:</strong>
|
143 |
+
<ul>
|
144 |
+
<li>Object/Merchandise</li>
|
145 |
+
<li>Illustrations</li>
|
146 |
+
<li>Logos</li>
|
147 |
+
<li>Comics/Manga/Anime</li>
|
148 |
+
</ul>
|
149 |
+
|
150 |
+
<strong>What does not work well:</strong>
|
151 |
+
<ul>
|
152 |
+
<li>Photorealistic face identity: we did not train the model on face identity, as there are so many other models that are really good at it.</li>
|
153 |
+
<li>Relighting: we will release a separate model specifically for relighting.</li>
|
154 |
+
</ul>
|
155 |
</div>
|
156 |
</div>
|
157 |
"""
|