Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
6e97af5
1
Parent(s):
7a77fc4
Update app.py
Browse files
app.py
CHANGED
@@ -75,13 +75,13 @@ with gr.Blocks(css=css) as demo:
|
|
75 |
with gr.Accordion("How to generate nice prompts?", open=False):
|
76 |
gr.Markdown(
|
77 |
"What worked best for me to generate high-quality prompts, was to prompt"
|
78 |
-
" [Claude 3 Haiku](https://claude.ai) with the following:\n\
|
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
|
83 |
" to generate [CHARACTER NAME] as a Studio Ghibli character following that template?"
|
84 |
-
" [MORE DETAILS IF NEEDED]\n
|
85 |
)
|
86 |
|
87 |
with gr.Row():
|
|
|
75 |
with gr.Accordion("How to generate nice prompts?", open=False):
|
76 |
gr.Markdown(
|
77 |
"What worked best for me to generate high-quality prompts, was to prompt"
|
78 |
+
" [Claude 3 Haiku](https://claude.ai) with the following:\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 create a prompt"
|
83 |
" to generate [CHARACTER NAME] as a Studio Ghibli character following that template?"
|
84 |
+
" [MORE DETAILS IF NEEDED]\n"
|
85 |
)
|
86 |
|
87 |
with gr.Row():
|