ParahumanSkitter
commited on
Update app.py
Browse files
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">
|
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):
|