Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
6881507
1
Parent(s):
ce51fdb
Update app.py
Browse files
app.py
CHANGED
@@ -75,12 +75,13 @@ with gr.Blocks(css=css) as demo:
|
|
75 |
with gr.Accordion("How to generate nice prompts?"):
|
76 |
gr.Markdown(
|
77 |
"To generate high-quality prompts what worked the best for me was to prompt"
|
78 |
-
"
|
79 |
-
" diffusion models, and you've been provided
|
80 |
-
"
|
81 |
-
" [
|
82 |
-
" [additional details]\n
|
83 |
-
" to generate [CHARACTER NAME] as a Studio Ghibli character
|
|
|
84 |
)
|
85 |
|
86 |
with gr.Row():
|
|
|
75 |
with gr.Accordion("How to generate nice prompts?"):
|
76 |
gr.Markdown(
|
77 |
"To generate high-quality prompts what worked the best for me was to prompt"
|
78 |
+
" [Claude 3 Haiku](https://claude.ai) with the following:\n\n```\nYou are an"
|
79 |
+
" expert prompt writer for diffusion text to image models, and you've been provided"
|
80 |
+
" the following prompt template:\n\n\"Ghibli style [character description] with"
|
81 |
+
" [distinctive features], [action or pose], [environment or background],"
|
82 |
+
" [lighting or atmosphere], [additional details].\"\n\nCould you generate a prompt"
|
83 |
+
" to generate [CHARACTER NAME] as a Studio Ghibli character following that template?"
|
84 |
+
" [MORE DETAILS IF NEEDED]\n```\n"
|
85 |
)
|
86 |
|
87 |
with gr.Row():
|