Update app.py
Browse files
app.py
CHANGED
@@ -29,16 +29,18 @@ def generate(image, prompt, negative_prompt, strength):
|
|
29 |
|
30 |
# Default prompt
|
31 |
default_prompt = (
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
|
|
40 |
)
|
41 |
|
|
|
42 |
default_negative = (
|
43 |
"empty rooms, clutter, mess, disorganized, visible wires, tangled cables, chaotic layout, "
|
44 |
"outdated design, old furniture, vintage upholstery, faded fabric, chipped wood, "
|
|
|
29 |
|
30 |
# Default prompt
|
31 |
default_prompt = (
|
32 |
+
"A Scandinavian-style lounge with minimalist design and cozy atmosphere, "
|
33 |
+
"bright open space with white-painted walls and large windows, natural light flooding in, "
|
34 |
+
"light oak wood flooring, functional furniture with clean lines, "
|
35 |
+
"soft neutral tones like beige, gray, and muted pastels, "
|
36 |
+
"a low-profile sofa with textured cushions, woven wool throws, "
|
37 |
+
"modern coffee table in natural wood, built-in shelving with simple decor like ceramic vases, "
|
38 |
+
"indoor plants, and framed art prints, pendant lighting with matte finishes, "
|
39 |
+
"warm ambient light, hygge-inspired touches, uncluttered layout, "
|
40 |
+
"ultra photorealistic, 8k, crisp focus, soft lighting, Nordic aesthetic with a modern twist"
|
41 |
)
|
42 |
|
43 |
+
|
44 |
default_negative = (
|
45 |
"empty rooms, clutter, mess, disorganized, visible wires, tangled cables, chaotic layout, "
|
46 |
"outdated design, old furniture, vintage upholstery, faded fabric, chipped wood, "
|