File size: 439 Bytes
578b7b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ZEN_EXAMPLES = [
    [
        "A beautiful landscape with mountains and a lake",
        "imgs/structure1.jpg",
        "imgs/style1.jpg",
        "imgs/output1.jpg",
        20,
        0.4,
        0.6,
        30,
    ],
    # [
    #     "A cyberpunk cityscape at night",
    #     "imgs/structure2.jpg",
    #     "imgs/style2.jpg",
    #     "imgs/output2.jpg",
    #     15,
    #     0.35,
    #     0.7,
    #     28,
    # ],
]