DamarJati commited on
Commit
78fa007
·
verified ·
1 Parent(s): 9990aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -8
app.py CHANGED
@@ -55,17 +55,13 @@ 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 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.
59
-
60
- 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.
61
-
62
- 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."""
63
- example_cfg_scale = 3.2
64
  example_steps = 32
65
  example_width = 1152
66
  example_height = 896
67
- example_seed = 3981632454
68
- example_lora_scale = 0.85
69
 
70
  def load_example():
71
  # Load example image from file
 
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 close-up side profile portrait of a futuristic Asian woman in high-end fashion, with sleek, metallic accents and minimal, flowing attire, set against a vibrant, neon purple background with subtle, wispy fog. Her features are partially obscured by dark, mysterious shadows, evoking a surreal atmosphere. She wears trendy, angular glasses perched on her forehead, exuding a confident, introspective aura, as her hand thoughtfully supports her chin."""
59
+ example_cfg_scale = 3.5
 
 
 
 
60
  example_steps = 32
61
  example_width = 1152
62
  example_height = 896
63
+ example_seed = 1207231940
64
+ example_lora_scale = 0.95
65
 
66
  def load_example():
67
  # Load example image from file