File size: 4,287 Bytes
5226627
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8c26fe6
5226627
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
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"],
    # ],
}