Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesupdate example
app.py
CHANGED
@@ -50,18 +50,14 @@ def run_lora(prompt, cfg_scale, steps, randomize_seed, seed, width, height, lora
|
|
50 |
yield image, seed
|
51 |
|
52 |
# Example cached image and settings
|
53 |
-
example_image_path = "
|
54 |
-
example_prompt = """
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
example_width = 1152
|
62 |
-
example_height = 896
|
63 |
-
example_seed = 3981632454
|
64 |
-
example_lora_scale = 0.85
|
65 |
|
66 |
def load_example():
|
67 |
# Load example image from file
|
|
|
50 |
yield image, seed
|
51 |
|
52 |
# Example cached image and settings
|
53 |
+
example_image_path = "blond_5.webp" # Replace with the actual path to the example image
|
54 |
+
example_prompt = """a full frontal view photo of a athletic man with olive skin in his late twenties standing on a flowery terrace at golden hour. He is fully naked with a thick uncut penis and blond pubic hair. The man has long blond hair and has a dominant expression. The setting is outdoors, with a peaceful and aesthetic atmosphere."""
|
55 |
+
example_cfg_scale = 3.5
|
56 |
+
example_steps = 25
|
57 |
+
example_width = 896
|
58 |
+
example_height = 1152
|
59 |
+
example_seed = 556215326
|
60 |
+
example_lora_scale = 1
|
|
|
|
|
|
|
|
|
61 |
|
62 |
def load_example():
|
63 |
# Load example image from file
|