Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesupdate training code
app.py
CHANGED
@@ -76,8 +76,10 @@ with gr.Blocks() as demo:
|
|
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]:
|
|
|
|
|
81 |
|
82 |
gr.Markdown("😊😊If you like this demo, please give us a star (github: [EasyControl](https://github.com/Xiaojiu-z/EasyControl))")
|
83 |
|
|
|
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 |
|