Greff3 commited on
Commit
91ba562
·
verified ·
1 Parent(s): c76c4a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -11
app.py CHANGED
@@ -71,17 +71,10 @@ single_examples = [
71
 
72
  # Create the Gradio Blocks interface
73
  with gr.Blocks() as demo:
74
- gr.Markdown("# Ghibli Studio Control Image Generation with EasyControl")
75
- 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.")
76
- 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.)")
77
-
78
- 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`. You can also add some detailed descriptions for better results.")
79
-
80
- gr.Markdown("[UPDATE 20250411]:The training code of EasyControl has been released (github: [EasyControl](https://github.com/Xiaojiu-z/EasyControl/tree/main/train))! Happy building your own Ghibli model.")
81
-
82
- gr.Markdown("[UPDATE 20250407]:CFG Zero* (github: [CFG-Zero*](https://github.com/WeichenFan/CFG-Zero-star)) has been integrated into this demo. Try it out by checking the box.")
83
-
84
- gr.Markdown("😊😊If you like this demo, please give us a star (github: [EasyControl](https://github.com/Xiaojiu-z/EasyControl))")
85
 
86
  with gr.Tab("Ghibli Condition Generation"):
87
  with gr.Row():
 
71
 
72
  # Create the Gradio Blocks interface
73
  with gr.Blocks() as demo:
74
+ gr.Markdown("# Ghibli Studio: Управление генерацией изображений на GPT-ChatBot")
75
+ gr.Markdown("Модель обучена всего на 100 реальных лицах в паре с аналогами, сгенерированными GPT-4o в стиле Гибли, и сохраняет черты лица, применяя культовую эстетику аниме.")
76
+
77
+ gr.Markdown("**Внимание:** Рекомендуемые подсказки для использования Ghibli Control LoRA должны включать триггерные слова: Ghibli Studio style, Charming hand-drawn anime-style illustration. Вы также можете добавить несколько подробных описаний для лучшего результата.")
 
 
 
 
 
 
 
78
 
79
  with gr.Tab("Ghibli Condition Generation"):
80
  with gr.Row():