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

Fix titles

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -195,7 +195,7 @@ def get_models_text():
195
 
196
  with gr.Blocks(css=".gradio-container {max-width: 650px}") as advanced_tab:
197
  gr.Markdown('''
198
- ## Advanced Prompting
199
 
200
  Freely prompt artist models / concepts with open controls for size, inference steps, seed number etc. Text prompts need to manually include artist concept / model tokens which can be found in the welcome tab and beta tab (ie "an alien in the style of <ahx-model-12>"). You can also mix and match models (ie "a landscape in the style of <ahx-model-14> and <ahx-beta-4307f62>>"). To see example images or for more information see the links below.
201
  <br><br>
@@ -311,8 +311,7 @@ rand_model_int = 2
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.
318
  <br><br>
 
195
 
196
  with gr.Blocks(css=".gradio-container {max-width: 650px}") as advanced_tab:
197
  gr.Markdown('''
198
+ # Advanced Prompting
199
 
200
  Freely prompt artist models / concepts with open controls for size, inference steps, seed number etc. Text prompts need to manually include artist concept / model tokens which can be found in the welcome tab and beta tab (ie "an alien in the style of <ahx-model-12>"). You can also mix and match models (ie "a landscape in the style of <ahx-model-14> and <ahx-beta-4307f62>>"). To see example images or for more information see the links below.
201
  <br><br>
 
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.
317
  <br><br>