File size: 769 Bytes
84f584e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
EXAMPLES = [
    # image_path, prompt, width, height, comment
    [
        "./examples/marin.png",
        "masterpiece, best quality",
        896,
        1152,
        "Source: https://ninkoro.jp/chara/marin.html",
    ],
    [
        "./examples/maid.jpg",
        "1girl, solo, cowboy shot, hands up, heart hands, masterpiece, best quality",
        896,
        1152,
        "Generated with AnimagineXL 4.0",
    ],
    [
        "./examples/nai.png",
        "masterpiece, best quality",
        896,
        1152,
        "Generated with NovelAI Diffusion v4.5 Full",
    ],
    [
        "./examples/ururu.png",
        "masterpiece, best quality",
        896,
        1152,
        "Source: https://www.irasutoya.com/2020/06/blog-post_169.html",
    ],
]