Spaces:
Runtime error
Runtime error
Commit
Β·
8002875
1
Parent(s):
fbbd559
Update welcome text
Browse files
app.py
CHANGED
@@ -330,19 +330,22 @@ def simple_image_prompt(prompt, dropdown, size_dropdown):
|
|
330 |
|
331 |
# ~~~ WELCOME TAB ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
332 |
|
|
|
|
|
|
|
|
|
333 |
rand_model_int = 2
|
334 |
|
335 |
with gr.Blocks(css=".gradio-container {max-width: 650px}") as new_welcome:
|
336 |
gr.Markdown('''
|
337 |
-
#
|
338 |
|
339 |
-
|
340 |
-
<br>
|
341 |
-
<br>
|
342 |
-
The images you generate here are not recorded unless you choose to share them. Please share any cool images / prompts on the community tab here or our discord server!
|
343 |
<br>
|
344 |
<br>
|
345 |
<a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
|
|
|
|
|
346 |
''')
|
347 |
|
348 |
with gr.Row():
|
|
|
330 |
|
331 |
# ~~~ WELCOME TAB ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
332 |
|
333 |
+
# This tool allows you to run your own text prompts into fine-tuned artist concepts from an ongoing series of Stable Diffusion collaborations with visual artists linked below. Select an artist's fine-tuned concept / model from the dropdown and enter any desired text prompt. You can check out example output images and project details on the project's webpage. Additionally you can play around with more controls in the Advanced Prompting tab.
|
334 |
+
# The images you generate here are not recorded unless you choose to share them. Please share any cool images / prompts on the community tab here or our discord server!
|
335 |
+
|
336 |
+
|
337 |
rand_model_int = 2
|
338 |
|
339 |
with gr.Blocks(css=".gradio-container {max-width: 650px}") as new_welcome:
|
340 |
gr.Markdown('''
|
341 |
+
# Stable Diffusion Artist Collaborations
|
342 |
|
343 |
+
Use the dropdown below to select models / concepts trained on images chosen by collaborating artists. Prompt concepts with any text. To see example images or for more information on the project see the main project page or the discord community linked below. The images you generate here are not recorded unless you save them, they belong to everyone and no one.
|
|
|
|
|
|
|
344 |
<br>
|
345 |
<br>
|
346 |
<a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
|
347 |
+
<br>
|
348 |
+
<a href="https://discord.gg/ZctfW4SvGw">https://discord.com</a><br>
|
349 |
''')
|
350 |
|
351 |
with gr.Row():
|