fantos commited on
Commit
a1e7a82
1 Parent(s): d424aca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = """Pixel Background, a silhouette of a surfer is seen riding a wave on a red surfboard. The surfers shadow is cast on the left side of the image, adding a touch of depth to the composition. The background is a vibrant orange, pink, and blue, with a sun setting in the upper right corner of the frame. The silhouette of the surfer, a palm tree casts a shadow onto the wave, adding depth and contrast to the scene."""
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