tombetthauser commited on
Commit
c3062cb
Β·
1 Parent(s): 877dee8

Update markdown text

Browse files
Files changed (1) hide show
  1. app.py +12 -5
app.py CHANGED
@@ -143,10 +143,12 @@ with gr.Blocks(css=".gradio-container {max-width: 650px}") as dropdown_tab:
143
  gr.Markdown('''
144
  # πŸ§‘β€πŸš€ Advanced Concept Loader
145
 
146
- This tool allows you to run your own text prompts into fine-tuned artist concepts with individual parameter controls.
147
- Text prompts need to manually include artist concept / model tokens, see the examples below.
148
- The seed controls the static starting.
149
- Additionally if you can play around with more controls in the Advanced Prompting tab. Enjoy!
 
 
150
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
151
  ''')
152
 
@@ -245,7 +247,12 @@ with gr.Blocks(css=".gradio-container {max-width: 650px}") as new_welcome:
245
  gr.Markdown('''
246
  # πŸ§‘β€πŸš€ Astronaut Horse Concept Loader
247
 
248
- 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 if you can play around with more controls in the Advanced Prompting tab. Enjoy!
 
 
 
 
 
249
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
250
  ''')
251
  dropdown = gr.Dropdown(list(DROPDOWNS), label="choose style...")
 
143
  gr.Markdown('''
144
  # πŸ§‘β€πŸš€ Advanced Concept Loader
145
 
146
+ This tool allows you to run your own text prompts into fine-tuned artist concepts with individual parameter controls. Text prompts need to manually include artist concept / model tokens, see the examples below. The seed controls the static starting.
147
+ <br>
148
+ <br>
149
+ 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!
150
+ <br>
151
+ <br>
152
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
153
  ''')
154
 
 
247
  gr.Markdown('''
248
  # πŸ§‘β€πŸš€ Astronaut Horse Concept Loader
249
 
250
+ 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 if you can play around with more controls in the Advanced Prompting tab.
251
+ <br>
252
+ <br>
253
+ 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!
254
+ <br>
255
+ <br>
256
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
257
  ''')
258
  dropdown = gr.Dropdown(list(DROPDOWNS), label="choose style...")