alvarobartt HF staff commited on
Commit
6881507
1 Parent(s): ce51fdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
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
- " Anthropic Claude with the following: \"You are an expert prompt writer for"
79
- " diffusion models, and you've been provided the following prompt template:\n"
80
- "```text\nGhibli style [character description] with [distinctive features],"
81
- " [action or pose], [environment or background], [lighting or atmosphere],"
82
- " [additional details]\n```\n\nCould you generate a prompt following that template"
83
- " to generate [CHARACTER NAME] as a Studio Ghibli character? [MORE DETAILS IF NEEDED]\""
 
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():