DamarJati commited on
Commit
b1e6985
1 Parent(s): 3a24af4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 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():
 
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():