File size: 2,044 Bytes
17a220f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a24623d
17a220f
 
 
 
 
 
 
 
 
 
 
 
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
style_example = [
            [
                'CompVis/stable-diffusion-v1-4',
                'FateZero/data/teaser_car-turn',
                'a silver jeep driving down a curvy road in the countryside',
                'watercolor painting of a silver jeep driving down a curvy road in the countryside',
                0.8, 
                0.8,
                "watercolor",
                10,
                10,
                7.5,
                # input video argument
                None, 0, 8, 1, 0,0,0,0
                
            ],
            [
                'CompVis/stable-diffusion-v1-4',
                'FateZero/data/style/sunflower',
                'a yellow sunflower',
                'van gogh style painting of a yellow sunflower',
                0.5,
                0.5,
                'van gogh',
                10,
                10,
                7.5,
                None, 0, 8, 1, 0,0,0,0
            ],
            [
                'CompVis/stable-diffusion-v1-4',
                'FateZero/data/style/surf',
                'a man with round helmet surfing on a white wave in blue ocean with a rope',
                'The Ukiyo-e style painting of a man with round helmet surfing on a white wave in blue ocean with a rope',
                0.9,
                0.9,
                'Ukiyo-e',
                10,
                10,
                7.5,
                None, 0, 8, 1, 0,0,0,0
            ],
            [
                'CompVis/stable-diffusion-v1-4',
                'FateZero/data/style/train',
                'a train traveling down tracks next to a forest filled with trees and flowers and a man on the side of the track',
                'a train traveling down tracks next to a forest filled with trees and flowers and a man on the side of the track Makoto Shinkai style',
                0.9,
                0.9,
                'Makoto Shinkai',
                10,
                10,
                7.5,
                None, 0, 8, 1, 0,0,0,0
            ],

]