Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,9 +135,11 @@ with gr.Blocks(css='style.css') as demo:
|
|
135 |
</div>
|
136 |
</body>
|
137 |
</div>
|
|
|
|
|
|
|
|
|
138 |
<p style="margin-bottom: 10px; color: #ffffff;">
|
139 |
-
Celebrating 50000 downloads!
|
140 |
-
<a href="https://civitai.com/models/94687?modelVersionId=101000">Check MagicArt35's original model page here!</a>.
|
141 |
If you have an idea, put it on the first box to expand it, if you have a full prompt, you can leave the first box empty and just put it on the second one and click generate images!
|
142 |
Noise Level: Controls how much randomness is added to the input of the boxes after the first one before it is sent to the model, so you can get 6 unique 768x768 images. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
|
143 |
<a href="https://twitter.com/DavidJohnstonxx/">original space created by Phenomenon1981</a>.
|
@@ -158,7 +160,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
158 |
).style(
|
159 |
container=False,min_width=1200
|
160 |
)
|
161 |
-
see_prompts = gr.Button("✨
|
162 |
|
163 |
|
164 |
with gr.Row(variant="compact"):
|
@@ -206,7 +208,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
206 |
gr.HTML(
|
207 |
"""
|
208 |
<div class="footer">
|
209 |
-
<p> Demo for <a href="https://huggingface.co/Yntec/
|
210 |
</p>
|
211 |
</div>
|
212 |
<div class="acknowledgments" style="font-size: 115%; color: #ffffff;">
|
|
|
135 |
</div>
|
136 |
</body>
|
137 |
</div>
|
138 |
+
<p style="margin-bottom: 10px;">
|
139 |
+
Celebrating 50000 downloads!</p>
|
140 |
+
<p style="margin-bottom: 10px;">
|
141 |
+
<a href="https://civitai.com/models/94687?modelVersionId=101000">Check MagicArt35's original model page here!</a>.</p>
|
142 |
<p style="margin-bottom: 10px; color: #ffffff;">
|
|
|
|
|
143 |
If you have an idea, put it on the first box to expand it, if you have a full prompt, you can leave the first box empty and just put it on the second one and click generate images!
|
144 |
Noise Level: Controls how much randomness is added to the input of the boxes after the first one before it is sent to the model, so you can get 6 unique 768x768 images. Higher noise level produces more diverse outputs, while lower noise level produces similar outputs,
|
145 |
<a href="https://twitter.com/DavidJohnstonxx/">original space created by Phenomenon1981</a>.
|
|
|
160 |
).style(
|
161 |
container=False,min_width=1200
|
162 |
)
|
163 |
+
see_prompts = gr.Button("✨Magic✨ ✨Prompt✨").style(full_width=False)
|
164 |
|
165 |
|
166 |
with gr.Row(variant="compact"):
|
|
|
208 |
gr.HTML(
|
209 |
"""
|
210 |
<div class="footer">
|
211 |
+
<p> Demo for <a href="https://huggingface.co/Yntec/photoMovieX">PhotoMovieX</a> Stable Diffusion model
|
212 |
</p>
|
213 |
</div>
|
214 |
<div class="acknowledgments" style="font-size: 115%; color: #ffffff;">
|