File size: 652 Bytes
e5ba529
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
examples = [
    [
        'A high tech solarpunk utopia in the Amazon rainforest',
        4,
        45,
        7.5,
        1024,
    ],
    [
        'A pikachu fine dining with a view to the Eiffel Tower',
        4,
        45,
        7,
        1024,
    ],
    [
        'A mecha robot in a favela in expressionist style',
        4,
        45,
        7,
        1024,
    ],
    [
        'an insect robot preparing a delicious meal',
        4,
        45,
        7,
        1024,
    ],
    [
        "A small cabin on top of a snowy mountain in the style of Disney, artstation",
        4,
        45,
        7,
        1024,
    ],
]