Update app.py
Browse files
app.py
CHANGED
@@ -76,14 +76,17 @@ def gen_fn(model_str, prompt, negative_prompt, guidance_scale, seed, clip_skip,
|
|
76 |
return None
|
77 |
|
78 |
def insert_example_prompt(txt_input):
|
79 |
-
example_prompt = "Masterpiece, Highest Quality, Best Quality,
|
80 |
return example_prompt
|
81 |
|
82 |
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
|
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):
|
|
|
76 |
return None
|
77 |
|
78 |
def insert_example_prompt(txt_input):
|
79 |
+
example_prompt = "Masterpiece, Highest Quality, Best Quality, Newest, Absurdres, General, 1Girl, Long Black Hair, Wavy And Curly Hair, Green Eyes, Square Rimmed Glasses, Slim Bodied, Tall, Lithe, Petite, Smiling At Viewer, Looking At Viewer, Business Casual Clothing"
|
80 |
return example_prompt
|
81 |
|
82 |
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 does not use Pony Diffusion's scoring tags. Instead, it relies on a mixture of booru tags and detail-oriented, natural language-style prompts. Please refer to the following links for resources for Illustrious Diffusion 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 |
+
gr.HTML('<p>Comprehensive prompting guide: <a href="https://civitai.com/articles/4808/making-images-great-again-remastered" target="_blank">https://civitai.com/articles/4808/making-images-great-again-remastered</a>.</p>')
|
88 |
+
gr.HTML('<p>Extensive danbooru tag database compatible with Illustrious/Noob AI: <a href="https://a13jm.github.io/MakingImagesGreatAgain_Library/" target="_blank">https://a13jm.github.io/MakingImagesGreatAgain_Library/</a>.</p>')
|
89 |
+
gr.HTML('<p>List of 100+ Artist tags compatible with Illustrious/Noob Ai models: <a href="https://civitai.com/articles/9309/artists-for-illustrious-xl/" target="_blank">https://civitai.com/articles/9309/artists-for-illustrious-xl/</a>.</p>')
|
90 |
|
91 |
with gr.Row():
|
92 |
with gr.Column(scale=1):
|