Spaces:
Running
on
Zero
Running
on
Zero
kaytoo2022
commited on
Update app.py
Browse files
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 (
|
95 |
-
lora_scale_ghibsky = gr.Slider(label="LoRA Scale (
|
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)]")
|