Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -58,12 +58,28 @@ def infer(prompts, negative_prompts, image):
|
|
58 |
return output_images
|
59 |
|
60 |
e_images = ['0.png',
|
61 |
-
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
63 |
e_prompts = ['a dog in the middle of the road, shadow on the ground,light direction north-east',
|
64 |
-
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
66 |
e_negative_prompts = ['monochromatic, unrealistic, bad looking, full of glitches',
|
|
|
|
|
|
|
|
|
|
|
67 |
'monochromatic, unrealistic, bad looking, full of glitches',
|
68 |
'monochromatic, unrealistic, bad looking, full of glitches']
|
69 |
examples = []
|
|
|
58 |
return output_images
|
59 |
|
60 |
e_images = ['0.png',
|
61 |
+
'0.png',
|
62 |
+
'0.png',
|
63 |
+
'0.png',
|
64 |
+
'0.png',
|
65 |
+
'2.png',
|
66 |
+
'2.png',
|
67 |
+
'2.png',
|
68 |
+
'2.png',]
|
69 |
e_prompts = ['a dog in the middle of the road, shadow on the ground,light direction north-east',
|
70 |
+
'a dog in the middle of the road, shadow on the ground,light direction north-west',
|
71 |
+
'a dog in the middle of the road, shadow on the ground,light direction south-west',
|
72 |
+
'a dog in the middle of the road, shadow on the ground,light direction south-east',
|
73 |
+
'a red rural house, light temperature 5500, shadow on the ground, light direction north',
|
74 |
+
'a red rural house, light temperature 4500, shadow on the ground, light direction east',
|
75 |
+
'a red rural house, light temperature 3500, shadow on the ground, light direction south',
|
76 |
+
'a red rural house, light temperature 2500, shadow on the ground, light direction west']
|
77 |
e_negative_prompts = ['monochromatic, unrealistic, bad looking, full of glitches',
|
78 |
+
'monochromatic, unrealistic, bad looking, full of glitches',
|
79 |
+
'monochromatic, unrealistic, bad looking, full of glitches',
|
80 |
+
'monochromatic, unrealistic, bad looking, full of glitches',
|
81 |
+
'monochromatic, unrealistic, bad looking, full of glitches',
|
82 |
+
'monochromatic, unrealistic, bad looking, full of glitches',
|
83 |
'monochromatic, unrealistic, bad looking, full of glitches',
|
84 |
'monochromatic, unrealistic, bad looking, full of glitches']
|
85 |
examples = []
|