kaytoo2022 commited on
Commit
f44f441
·
verified ·
1 Parent(s): 10d0628

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ with gr.Blocks() as app:
91
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
92
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=example_seed)
93
  lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=example_lora_scale)
94
- lora_scale_ghibli = gr.Slider(label="LoRA Scale (ghibli)", minimum=0, maximum=1, step=0.01, value=example_lora_scale_ghibli)
95
- lora_scale_ghibsky = gr.Slider(label="LoRA Scale (ghibli)", minimum=0, maximum=1, step=0.01, value=example_lora_scale_ghibsky)
96
  with gr.Column(scale=1):
97
  result = gr.Image(label="Generated Image")
98
  gr.Markdown("Generate images using Flux and a text prompt.\nUse `b3lla dog` in the prompt to trigger generating an image of Bella the dog.\n[[non-commercial license, Flux.1 Dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]")
 
91
  randomize_seed = gr.Checkbox(True, label="Randomize seed")
92
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=example_seed)
93
  lora_scale = gr.Slider(label="LoRA Scale", minimum=0, maximum=1, step=0.01, value=example_lora_scale)
94
+ lora_scale_ghibli = gr.Slider(label="LoRA Scale (Ghibli)", minimum=0, maximum=1, step=0.01, value=example_lora_scale_ghibli)
95
+ lora_scale_ghibsky = gr.Slider(label="LoRA Scale (Ghibli sky)", minimum=0, maximum=1, step=0.01, value=example_lora_scale_ghibsky)
96
  with gr.Column(scale=1):
97
  result = gr.Image(label="Generated Image")
98
  gr.Markdown("Generate images using Flux and a text prompt.\nUse `b3lla dog` in the prompt to trigger generating an image of Bella the dog.\n[[non-commercial license, Flux.1 Dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)]")