Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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!!]
|
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():
|