jamesliu1217 commited on
Commit
679d35b
Β·
verified Β·
1 Parent(s): 6922a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,9 +65,10 @@ single_examples = [
65
  # Create the Gradio Blocks interface
66
  with gr.Blocks() as demo:
67
  gr.Markdown("# Ghibli Studio Control Image Generation with EasyControl")
 
68
  gr.Markdown("Generate images using EasyControl with Ghibli control LoRAs.(Due to hardware constraints, only low-resolution images can be generated. For high-resolution (1024+), please set up your own environment.οΌ‰")
69
 
70
- gr.Markdown("[Attention!!]:The recommended prompts for using Ghibli Control LoRA should include the trigger words: `Ghibli Studio style, Charming hand-drawn anime-style illustration`")
71
 
72
  with gr.Tab("Ghibli Condition Generation"):
73
  with gr.Row():
 
65
  # Create the Gradio Blocks interface
66
  with gr.Blocks() as demo:
67
  gr.Markdown("# Ghibli Studio Control Image Generation with EasyControl")
68
+ gr.Markdown("The model is trained on **only 100 real Asian faces** paired with **GPT-4o-generated Ghibli-style counterparts**, and it preserves facial features while applying the iconic anime aesthetic.")
69
  gr.Markdown("Generate images using EasyControl with Ghibli control LoRAs.(Due to hardware constraints, only low-resolution images can be generated. For high-resolution (1024+), please set up your own environment.οΌ‰")
70
 
71
+ gr.Markdown("**[Attention!!]**:The recommended prompts for using Ghibli Control LoRA should include the trigger words: `Ghibli Studio style, Charming hand-drawn anime-style illustration`")
72
 
73
  with gr.Tab("Ghibli Condition Generation"):
74
  with gr.Row():