tombetthauser commited on
Commit
ae2e61f
Β·
1 Parent(s): 8b8aee1

Text formatting

Browse files
Files changed (1) hide show
  1. app.py +5 -10
app.py CHANGED
@@ -311,6 +311,7 @@ rand_model_int = 2
311
 
312
  with gr.Blocks(css=".gradio-container {max-width: 650px}") as new_welcome:
313
  gr.Markdown('''
 
314
  ## Stable Diffusion Artist Collaborations
315
 
316
  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.
@@ -338,16 +339,10 @@ with gr.Blocks(css=".gradio-container {max-width: 650px}") as new_welcome:
338
 
339
  with gr.Blocks() as beta:
340
  gr.Markdown('''
341
- ## Beta Models / Concepts
342
-
343
- <details>
344
- <summary>
345
- ...
346
- </summary>
347
- This tool allows you to test out newly trained beta concepts trained by artists. To add your own beta concept see the link below. This uses free access to Google's GPUs but will require a password / key that you can get from the discord server. After a new concept / model is trained it will be automatically added to this tab when the app is redeployed.
348
- </details>
349
-
350
- <br>
351
  <a href="https://colab.research.google.com/drive/1FhOpcEjHT7EN53Zv9MFLQTytZp11wjqg#scrollTo=hzUluHT-I42O">train your own beta model / concept</a>
352
  <br>
353
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
 
311
 
312
  with gr.Blocks(css=".gradio-container {max-width: 650px}") as new_welcome:
313
  gr.Markdown('''
314
+ # https://astronaut.horse
315
  ## Stable Diffusion Artist Collaborations
316
 
317
  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.
 
339
 
340
  with gr.Blocks() as beta:
341
  gr.Markdown('''
342
+ # Beta Models / Concepts
343
+
344
+ This tool allows you to test out newly trained beta concepts trained by artists. To add your own beta concept see the link below. This uses free access to Google's GPUs but will require a password / key that you can get from the discord server. After a new concept / model is trained it will be automatically added to this tab when the app is redeployed.
345
+ <br><br>
 
 
 
 
 
 
346
  <a href="https://colab.research.google.com/drive/1FhOpcEjHT7EN53Zv9MFLQTytZp11wjqg#scrollTo=hzUluHT-I42O">train your own beta model / concept</a>
347
  <br>
348
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>