alvdansen commited on
Commit
3a22bf7
1 Parent(s): 638a8f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -8
app.py CHANGED
@@ -162,15 +162,20 @@ h1, h2 {
162
  with gr.Blocks(css=css) as demo:
163
  gr.Markdown(
164
  """
165
- # ⚡ FlashDiffusion: FlashLoRA ⚡
166
- This is an interactive demo of [Flash Diffusion](https://gojasper.github.io/flash-diffusion-project/) **on top of** existing LoRAs.
167
-
168
- The distillation method proposed in [Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation](http://arxiv.org/abs/2406.02347) *by Clément Chadebec, Onur Tasar, Eyal Benaroche and Benjamin Aubin* from Jasper Research.
169
- The LoRAs can be added **without** any retraining for similar results in most cases. Feel free to tweak the parameters and use your own LoRAs by giving a look at the [Github Repo](https://github.com/gojasper/flash-diffusion)
 
 
 
 
 
170
  """
171
  )
172
  gr.Markdown(
173
- "If you enjoy the space, please also promote *open-source* by giving a ⭐ to our repo [![GitHub Stars](https://img.shields.io/github/stars/gojasper/flash-diffusion?style=social)](https://github.com/gojasper/flash-diffusion)"
174
  )
175
 
176
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
@@ -292,9 +297,20 @@ with gr.Blocks(css=css) as demo:
292
  outputs=[user_lora_selector, pre_prompt],
293
  )
294
 
295
- gr.Markdown("**Disclaimer:**")
296
  gr.Markdown(
297
- "This demo is only for research purpose. Users are solely responsible for any content they create, and it is their obligation to ensure that it adheres to appropriate and ethical standards."
 
 
 
 
 
 
 
 
 
 
 
 
298
  )
299
 
300
  demo.queue().launch()
 
162
  with gr.Blocks(css=css) as demo:
163
  gr.Markdown(
164
  """
165
+ # ⚡ FlashDiffusion: Araminta K's FlashLoRA Showcase
166
+
167
+ This interactive demo showcases [Araminta K's models](https://huggingface.co/alvdansen) using [Flash Diffusion](https://gojasper.github.io/flash-diffusion-project/) technology.
168
+
169
+ ## Acknowledgments
170
+ - Original Flash Diffusion technology by the Jasper AI team
171
+ - Based on the paper: [Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation](http://arxiv.org/abs/2406.02347) by Clément Chadebec, Onur Tasar, Eyal Benaroche and Benjamin Aubin
172
+ - Models showcased here are created by Araminta K at Alvdansen Labs
173
+
174
+ Explore the power of FlashLoRA with Araminta K's unique artistic styles!
175
  """
176
  )
177
  gr.Markdown(
178
+ "If you enjoy this showcase, please support open-source development by giving a ⭐ to the Flash Diffusion repo: [![GitHub Stars](https://img.shields.io/github/stars/gojasper/flash-diffusion?style=social)](https://github.com/gojasper/flash-diffusion)"
179
  )
180
 
181
  gr_sdxl_loras = gr.State(value=sdxl_loras_raw)
 
297
  outputs=[user_lora_selector, pre_prompt],
298
  )
299
 
 
300
  gr.Markdown(
301
+ """
302
+ ## Unleash Your Creativity!
303
+
304
+ This showcase brings together the speed of Flash Diffusion and the artistic flair of Araminta K's models.
305
+ Craft your prompts, adjust the settings, and watch as AI brings your ideas to life in stunning detail.
306
+
307
+ Remember to use this tool ethically and respect copyright and individual privacy.
308
+
309
+ Enjoy exploring these unique artistic styles!
310
+
311
+ **Disclaimer:**
312
+ This demo is for research purposes only. Users are solely responsible for any content they create, and it is their obligation to ensure that it adheres to appropriate and ethical standards.
313
+ """
314
  )
315
 
316
  demo.queue().launch()