ZenCtrl / examples_db.py
salso's picture
Update examples_db.py
8c26fe6 verified
raw
history blame
4.29 kB
MODE_EXAMPLES = {
"Subject Generation": [
[
"imgs/sub_i1.png",
"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",
"imgs/sub_o1.webp",
],
[
"imgs/sub_i2.png",
"blue car, on the road, outdoor, sunny day , beautiful cityscape",
"imgs/sub_o2.webp",
],
[
"imgs/sub_i3.png",
"in a modern living room , next to a flower vase",
"imgs/sub_o3.webp",
],
["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"],
["imgs/sub_i5.png", "a ring , on a jewelry box, next to a luxurious shop window, side view, sunny day", "imgs/sub_o5.webp"],
],
"Background Generation": [
[
"imgs/bg_i1.png",
"placed on a dark marble table in a bathroom of luxury hotel modern light authentic atmosphere",
"imgs/bg_o1.png",
],
[
"imgs/bg_i2.png",
"sitting on the middle of the city road on a sunny day very bright day front view",
"imgs/bg_o2.png",
],
[
"imgs/bg_i3.png",
"A creative capture in an art gallery, with soft, focused lighting highlighting both the person’s features and the abstract surroundings, exuding sophistication.",
"imgs/bg_o3.jpg",
],
[
"imgs/bg_i4.png",
"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.",
"imgs/bg_o4.jpg",
],
[
"imgs/bg_i5.png",
"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.",
"imgs/bg_o5.jpg",
],
],
# "Canny": [
# ["assets/canny1.jpg", "A neon cyberpunk city skyline", "assets/canny1_out.jpg"],
# ["assets/canny2.jpg", "A robot walking in the fog", "assets/canny2_out.jpg"],
# [
# "assets/canny3.jpg",
# "A futuristic vehicle parked under a bridge",
# "assets/canny3_out.jpg",
# ],
# [
# "assets/canny4.jpg",
# "Sci-fi lab interior with glowing machinery",
# "assets/canny4_out.jpg",
# ],
# [
# "assets/canny5.jpg",
# "A portrait of a woman outlined in neon",
# "assets/canny5_out.jpg",
# ],
# [
# "assets/canny6.jpg",
# "Post-apocalyptic abandoned street",
# "assets/canny6_out.jpg",
# ],
# ],
# "Depth": [
# [
# "assets/depth1.jpg",
# "A narrow alleyway with deep perspective",
# "assets/depth1_out.jpg",
# ],
# [
# "assets/depth2.jpg",
# "A mountain road vanishing into the distance",
# "assets/depth2_out.jpg",
# ],
# [
# "assets/depth3.jpg",
# "A hallway with strong depth of field",
# "assets/depth3_out.jpg",
# ],
# [
# "assets/depth4.jpg",
# "A misty forest path stretching far away",
# "assets/depth4_out.jpg",
# ],
# ["assets/depth5.jpg", "A bridge over a deep canyon", "assets/depth5_out.jpg"],
# [
# "assets/depth6.jpg",
# "An underground tunnel with receding arches",
# "assets/depth6_out.jpg",
# ],
# ],
# "Deblurring": [
# ["assets/deblur1.jpg", "", "assets/deblur1_out.jpg"],
# ["assets/deblur2.jpg", "", "assets/deblur2_out.jpg"],
# ["assets/deblur3.jpg", "", "assets/deblur3_out.jpg"],
# ["assets/deblur4.jpg", "", "assets/deblur4_out.jpg"],
# ["assets/deblur5.jpg", "", "assets/deblur5_out.jpg"],
# ["assets/deblur6.jpg", "", "assets/deblur6_out.jpg"],
# ],
}