File size: 1,085 Bytes
bdcfdbe
 
 
 
d16ba21
bdcfdbe
 
 
 
 
 
2cc9547
e465050
2cc9547
 
33b1f6b
2cc9547
 
 
 
 
cc84972
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bdcfdbe
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
ZEN_EXAMPLES = [
    [
        "A beautiful landscape with mountains and a lake",
        "imgs/style1.png",
        "imgs/structure1.png",
        "imgs/output1.png",
        20,
        0.4,
        0.6,
        30,
    ],
     [
         "girl with a dragon",
         "imgs/structure2.jpg",
         "imgs/style2.jpg",
         "imgs/output2.png",
         15,
         0.8,
         0.7,
         28,
     ],
    [
         "a flying whale airplane with some trees growing on it",
         "imgs/structure3.webp",
         "imgs/style3.png",
         "imgs/output3.png",
         15,
         0.65,
         0.53,
         28,
     ],
    [
         "a flying whale airplane with some trees growing on it",
         "imgs/structure3.webp",
         "imgs/style4.png",
         "imgs/output4.png",
         15,
         0.65,
         0.5,
         28,
     ],
    [
         "a startrooper playing with a robot by a window",
         "imgs/structure5.webp",
         "imgs/style5.webp",
         "imgs/output5.png",
         15,
         0.8,
         0.6,
         28,
     ],
]