killwithabass commited on
Commit
220b7ed
·
verified ·
1 Parent(s): d49bb7d

Update app.py

Browse files

update example

Files changed (1) hide show
  1. app.py +8 -12
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 = "example0.webp" # Replace with the actual path to the example image
54
- example_prompt = """A Jelita Sukawati speaker is captured mid-speech. She has long, dark brown hair that cascades over her shoulders, framing her radiant, smiling face. Her Latina features are highlighted by warm, sun-kissed skin and bright, expressive eyes. She gestures with her left hand, displaying a delicate ring on her pinky finger, as she speaks passionately.
55
-
56
- The woman is wearing a colorful, patterned dress with a green lanyard featuring multiple badges and logos hanging around her neck. The lanyard prominently displays the "CagliostroLab" text.
57
-
58
- Behind her, there is a blurred background with a white banner containing logos and text, indicating a professional or conference setting. The overall scene captures the energy and vibrancy of her presentation."""
59
- example_cfg_scale = 3.2
60
- example_steps = 32
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