Spaces:
Paused
Paused
Update app.py
Browse files
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
|
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 =
|
68 |
-
example_lora_scale = 0.
|
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
|