Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def translate_and_generate(prompt, cfg_scale, steps, randomize_seed, seed, width
|
|
61 |
return image, seed
|
62 |
|
63 |
example_image_path = "example0.webp"
|
64 |
-
example_prompt = """
|
65 |
example_cfg_scale = 3.2
|
66 |
example_steps = 32
|
67 |
example_width = 1152
|
|
|
61 |
return image, seed
|
62 |
|
63 |
example_image_path = "example0.webp"
|
64 |
+
example_prompt = """Cozy winter scene with a Christmas atmosphere: a snow-covered cabin in the forest, warm light glowing from the windows, surrounded by sparkling Christmas decorations and a beautifully adorned Christmas tree. The sky is filled with stars, and soft snowflakes are gently falling, creating a serene and warm ambiance"""
|
65 |
example_cfg_scale = 3.2
|
66 |
example_steps = 32
|
67 |
example_width = 1152
|