Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -55,12 +55,12 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
|
|
55 |
|
56 |
# Example cached image and settings
|
57 |
example_image_path = "example0.webp" # Replace with the actual path to the example image
|
58 |
-
example_prompt = """A
|
59 |
example_cfg_scale = 3.5
|
60 |
example_steps = 32
|
61 |
-
example_width =
|
62 |
-
example_height =
|
63 |
-
example_seed =
|
64 |
example_lora_scale = 0.95
|
65 |
|
66 |
def load_example():
|
|
|
55 |
|
56 |
# Example cached image and settings
|
57 |
example_image_path = "example0.webp" # Replace with the actual path to the example image
|
58 |
+
example_prompt = """A high-resolution photograph of an attractive East Asian woman with long, wavy brown hair and fair skin, wearing a light blue off-shoulder top, standing against a beige wall with dappled sunlight filtering through green leaves. Likely taken with a DSLR camera, f/2.8, 1/250s, ISO 100. No watermark."""
|
59 |
example_cfg_scale = 3.5
|
60 |
example_steps = 32
|
61 |
+
example_width = 896
|
62 |
+
example_height = 1152
|
63 |
+
example_seed = 3055705728
|
64 |
example_lora_scale = 0.95
|
65 |
|
66 |
def load_example():
|