Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ example_lora_scale = 0.85
|
|
66 |
def load_example():
|
67 |
# Load example image from file
|
68 |
example_image = Image.open(example_image_path)
|
69 |
-
return example_prompt, example_cfg_scale, example_steps,
|
70 |
|
71 |
with gr.Blocks() as app:
|
72 |
gr.Markdown("# Flux RealismLora Image Generator")
|
|
|
66 |
def load_example():
|
67 |
# Load example image from file
|
68 |
example_image = Image.open(example_image_path)
|
69 |
+
return example_prompt, example_cfg_scale, example_steps, True, example_seed, example_width, example_height, example_lora_scale, example_image
|
70 |
|
71 |
with gr.Blocks() as app:
|
72 |
gr.Markdown("# Flux RealismLora Image Generator")
|