ParahumanSkitter commited on
Commit
86829b3
·
verified ·
1 Parent(s): 8ed3d38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def make_me():
83
  with gr.Blocks(css=custom_css) as demo:
84
  # Add text and HTML link at the top
85
  gr.Markdown("# Before you generate: Illustrious Diffusion uses a different prompting style than Pony Diffusion, relying less on booru tags and more on detail-oriented, natural language style prompts, please refer to the link provided for a guide on Illustrious prompting.")
86
- gr.HTML('<p>Useful guide for how to prompt for Illustrious: <a href="https://civitai.com/articles/8380/tips-for-illustrious-xl-prompting-updates" target="_blank">Tips for Illustrious XL Prompting Updates</a>.</p>')
87
 
88
  with gr.Row():
89
  with gr.Column(scale=1):
 
83
  with gr.Blocks(css=custom_css) as demo:
84
  # Add text and HTML link at the top
85
  gr.Markdown("# Before you generate: Illustrious Diffusion uses a different prompting style than Pony Diffusion, relying less on booru tags and more on detail-oriented, natural language style prompts, please refer to the link provided for a guide on Illustrious prompting.")
86
+ gr.HTML('<p>Useful guide for how to prompt for Illustrious: <a href="https://civitai.com/articles/8380/tips-for-illustrious-xl-prompting-updates" target="_blank">https://civitai.com/articles/8380/tips-for-illustrious-xl-prompting-updates</a>.</p>')
87
 
88
  with gr.Row():
89
  with gr.Column(scale=1):