Spaces:
Paused
Paused
Update app.py
Browse files
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
|
75 |
-
gr.Markdown("
|
76 |
-
|
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():
|