Spaces:
Paused
Paused
Update examples_db.py
Browse files- examples_db.py +45 -81
examples_db.py
CHANGED
|
@@ -1,108 +1,72 @@
|
|
| 1 |
MODE_EXAMPLES = {
|
| 2 |
"Subject Generation": [
|
| 3 |
[
|
| 4 |
-
"
|
|
|
|
| 5 |
"Low angle photography, shoes, stepping in water in a futuristic cityscape with neon lights, in the back in large, the words 'ZenCtrl 2025' are written in a futuristic font",
|
| 6 |
-
"
|
| 7 |
],
|
| 8 |
[
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
|
|
|
| 12 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
[
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
],
|
| 18 |
-
["imgs/sub_i4.png", "a watch with blue dial, on a table, in a living room, next to a window, sunny day", "imgs/sub_o4.webp"],
|
| 19 |
-
["imgs/sub_i5.png", "a ring , on a jewelry box, next to a luxurious shop window, side view, sunny day", "imgs/sub_o5.webp"],
|
| 20 |
],
|
| 21 |
-
"
|
| 22 |
[
|
| 23 |
-
"
|
| 24 |
"placed on a dark marble table in a bathroom of luxury hotel modern light authentic atmosphere",
|
| 25 |
-
"
|
| 26 |
],
|
| 27 |
[
|
| 28 |
-
"
|
| 29 |
"sitting on the middle of the city road on a sunny day very bright day front view",
|
| 30 |
-
"
|
| 31 |
],
|
| 32 |
[
|
| 33 |
-
"
|
| 34 |
"A creative capture in an art gallery, with soft, focused lighting highlighting both the person’s features and the abstract surroundings, exuding sophistication.",
|
| 35 |
-
"
|
| 36 |
],
|
| 37 |
[
|
| 38 |
-
"
|
| 39 |
"In a rain-soaked urban nightscape, with headlights piercing through the mist and wet streets reflecting the city’s vibrant neon colors, creating an atmosphere of mystery and modern elegance.",
|
| 40 |
-
"
|
| 41 |
],
|
| 42 |
[
|
| 43 |
-
"
|
| 44 |
"An elegant room scene featuring a minimalist table and chairs, next to a flower vase, illuminated by ambient lighting that casts gentle shadows and enhances the refined, contemporary decor.",
|
| 45 |
-
"
|
| 46 |
],
|
| 47 |
],
|
| 48 |
-
# "Canny": [
|
| 49 |
-
# ["assets/canny1.jpg", "A neon cyberpunk city skyline", "assets/canny1_out.jpg"],
|
| 50 |
-
# ["assets/canny2.jpg", "A robot walking in the fog", "assets/canny2_out.jpg"],
|
| 51 |
-
# [
|
| 52 |
-
# "assets/canny3.jpg",
|
| 53 |
-
# "A futuristic vehicle parked under a bridge",
|
| 54 |
-
# "assets/canny3_out.jpg",
|
| 55 |
-
# ],
|
| 56 |
-
# [
|
| 57 |
-
# "assets/canny4.jpg",
|
| 58 |
-
# "Sci-fi lab interior with glowing machinery",
|
| 59 |
-
# "assets/canny4_out.jpg",
|
| 60 |
-
# ],
|
| 61 |
-
# [
|
| 62 |
-
# "assets/canny5.jpg",
|
| 63 |
-
# "A portrait of a woman outlined in neon",
|
| 64 |
-
# "assets/canny5_out.jpg",
|
| 65 |
-
# ],
|
| 66 |
-
# [
|
| 67 |
-
# "assets/canny6.jpg",
|
| 68 |
-
# "Post-apocalyptic abandoned street",
|
| 69 |
-
# "assets/canny6_out.jpg",
|
| 70 |
-
# ],
|
| 71 |
-
# ],
|
| 72 |
-
# "Depth": [
|
| 73 |
-
# [
|
| 74 |
-
# "assets/depth1.jpg",
|
| 75 |
-
# "A narrow alleyway with deep perspective",
|
| 76 |
-
# "assets/depth1_out.jpg",
|
| 77 |
-
# ],
|
| 78 |
-
# [
|
| 79 |
-
# "assets/depth2.jpg",
|
| 80 |
-
# "A mountain road vanishing into the distance",
|
| 81 |
-
# "assets/depth2_out.jpg",
|
| 82 |
-
# ],
|
| 83 |
-
# [
|
| 84 |
-
# "assets/depth3.jpg",
|
| 85 |
-
# "A hallway with strong depth of field",
|
| 86 |
-
# "assets/depth3_out.jpg",
|
| 87 |
-
# ],
|
| 88 |
-
# [
|
| 89 |
-
# "assets/depth4.jpg",
|
| 90 |
-
# "A misty forest path stretching far away",
|
| 91 |
-
# "assets/depth4_out.jpg",
|
| 92 |
-
# ],
|
| 93 |
-
# ["assets/depth5.jpg", "A bridge over a deep canyon", "assets/depth5_out.jpg"],
|
| 94 |
-
# [
|
| 95 |
-
# "assets/depth6.jpg",
|
| 96 |
-
# "An underground tunnel with receding arches",
|
| 97 |
-
# "assets/depth6_out.jpg",
|
| 98 |
-
# ],
|
| 99 |
-
# ],
|
| 100 |
-
# "Deblurring": [
|
| 101 |
-
# ["assets/deblur1.jpg", "", "assets/deblur1_out.jpg"],
|
| 102 |
-
# ["assets/deblur2.jpg", "", "assets/deblur2_out.jpg"],
|
| 103 |
-
# ["assets/deblur3.jpg", "", "assets/deblur3_out.jpg"],
|
| 104 |
-
# ["assets/deblur4.jpg", "", "assets/deblur4_out.jpg"],
|
| 105 |
-
# ["assets/deblur5.jpg", "", "assets/deblur5_out.jpg"],
|
| 106 |
-
# ["assets/deblur6.jpg", "", "assets/deblur6_out.jpg"],
|
| 107 |
-
# ],
|
| 108 |
}
|
|
|
|
| 1 |
MODE_EXAMPLES = {
|
| 2 |
"Subject Generation": [
|
| 3 |
[
|
| 4 |
+
"samples/7.png",
|
| 5 |
+
"zen2con_1440_17000",
|
| 6 |
"Low angle photography, shoes, stepping in water in a futuristic cityscape with neon lights, in the back in large, the words 'ZenCtrl 2025' are written in a futuristic font",
|
| 7 |
+
"samples/2_out.webp",
|
| 8 |
],
|
| 9 |
[
|
| 10 |
+
"samples/8.png",
|
| 11 |
+
"zen2con_1024_10000",
|
| 12 |
+
"a watch, resting on wet volcanic rock, ocean spray mist, golden sunrise back-light, 50 mm lens, shallow DOF, 8k realism",
|
| 13 |
+
"samples/3_out.webp",
|
| 14 |
],
|
| 15 |
+
["samples/9.png","zen_sub_sub_1024_10000", "a bag, placed on a desk in a cozy bedroom, sunny light coming through the window", "samples/4_out.webp"],
|
| 16 |
+
["samples/10.png", "zen2con_1440_17000","A bottle sits poolside at a luxury hotel. The bottle rests in front of a clear blue pool and resort landscape in the background. Light reflects off the bottle highlighting its sophisticated design. An elegant glass and tropical fruits are included creating a relaxing atmosphere. The image should convey luxury sophistication and an otherworldly refreshment.", "samples/5_out.webp"],
|
| 17 |
+
|
| 18 |
+
#[
|
| 19 |
+
# "samples/11.png",
|
| 20 |
+
# "zen_toys_1024_4000",
|
| 21 |
+
# "Low angle photography, shoes, stepping in water in a futuristic cityscape with neon lights, in the back in large, the words 'ZenCtrl 2025' are written in a futuristic font",
|
| 22 |
+
# "samples/1.png",
|
| 23 |
+
#],
|
| 24 |
[
|
| 25 |
+
"samples/12.png",
|
| 26 |
+
"zen2con_1024_10000",
|
| 27 |
+
"a woman , wearing a pair of sunglasses, in front of the beach",
|
| 28 |
+
"samples/6_out.webp",
|
| 29 |
+
],
|
| 30 |
+
[
|
| 31 |
+
"samples/13.png",
|
| 32 |
+
"zen2con_1440_17000",
|
| 33 |
+
"a woman , standing outside , in the streets, next to a cafe",
|
| 34 |
+
"samples/7_out.webp",
|
| 35 |
+
],
|
| 36 |
+
["samples/14.png","zen_sub_sub_1024_10000", "a bag , held by woman , walking outside", "samples/8_out.webp"],
|
| 37 |
+
["samples/15.png","zen_sub_sub_1024_10000", "a man wearing a suit, sitting on a chair in a living room", "samples/9_out.webp"],
|
| 38 |
+
[
|
| 39 |
+
"samples/6.png",
|
| 40 |
+
"zen_toys_1024_4000",
|
| 41 |
+
"A kid playing with a toy figurine , indoor, on a sunny day",
|
| 42 |
+
"samples/11_out.webp",
|
| 43 |
],
|
|
|
|
|
|
|
| 44 |
],
|
| 45 |
+
"Image fix": [
|
| 46 |
[
|
| 47 |
+
"samples/1.png",
|
| 48 |
"placed on a dark marble table in a bathroom of luxury hotel modern light authentic atmosphere",
|
| 49 |
+
"samples/1.png",
|
| 50 |
],
|
| 51 |
[
|
| 52 |
+
"samples/1.png",
|
| 53 |
"sitting on the middle of the city road on a sunny day very bright day front view",
|
| 54 |
+
"samples/1.png",
|
| 55 |
],
|
| 56 |
[
|
| 57 |
+
"samples/1.png",
|
| 58 |
"A creative capture in an art gallery, with soft, focused lighting highlighting both the person’s features and the abstract surroundings, exuding sophistication.",
|
| 59 |
+
"samples/1.png",
|
| 60 |
],
|
| 61 |
[
|
| 62 |
+
"samples/1.png",
|
| 63 |
"In a rain-soaked urban nightscape, with headlights piercing through the mist and wet streets reflecting the city’s vibrant neon colors, creating an atmosphere of mystery and modern elegance.",
|
| 64 |
+
"samples/1.png",
|
| 65 |
],
|
| 66 |
[
|
| 67 |
+
"samples/1.png",
|
| 68 |
"An elegant room scene featuring a minimalist table and chairs, next to a flower vase, illuminated by ambient lighting that casts gentle shadows and enhances the refined, contemporary decor.",
|
| 69 |
+
"samples/1.png",
|
| 70 |
],
|
| 71 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
}
|