File size: 2,661 Bytes
083686f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
    "Default": {},
    "Batch Test - 960 x 544": {
        "txt2img_sampling": "DPM++ SDE Karras",
        "txt2img_steps": 12,
        "txt2img_width": 960,
        "txt2img_height": 544,
        "txt2img_batch_count": 2,
        "txt2img_batch_size": 8,
        "txt2img_cfg_scale": 6
    },
    "Batch Test - 544 x 960": {
        "txt2img_sampling": "DPM++ SDE Karras",
        "txt2img_steps": 12,
        "txt2img_width": 544,
        "txt2img_height": 960,
        "txt2img_batch_count": 2,
        "txt2img_batch_size": 8,
        "txt2img_cfg_scale": 6
    },
    "Batch Test - 768 x 512": {
        "txt2img_sampling": "DPM++ SDE Karras",
        "txt2img_steps": 12,
        "txt2img_width": 768,
        "txt2img_height": 512,
        "txt2img_batch_count": 2,
        "txt2img_batch_size": 8,
        "txt2img_cfg_scale": 6
    },
    "Batch Test - 512 x 768": {
        "txt2img_sampling": "DPM++ SDE Karras",
        "txt2img_steps": 12,
        "txt2img_width": 512,
        "txt2img_height": 768,
        "txt2img_batch_count": 2,
        "txt2img_batch_size": 8,
        "txt2img_cfg_scale": 6
    },
    "Single - 1920 x 1088": {
        "txt2img_steps": 32,
        "txt2img_sampling": "DPM++ SDE Karras",
        "txt2img_width": 960,
        "txt2img_height": 544,
        "txt2img_enable_hr": "true",
        "txt2img_hr_scale": 2,
        "txt2img_denoising_strength": 0.5,
        "txt2img_batch_count": 1,
        "txt2img_batch_size": 1,
        "txt2img_cfg_scale": 8
    },
    "Single - 1088 x 1920": {
        "txt2img_steps": 32,
        "txt2img_sampling": "DPM++ SDE Karras",
        "txt2img_width": 544,
        "txt2img_height": 960,
        "txt2img_enable_hr": "true",
        "txt2img_hr_scale": 2,
        "txt2img_denoising_strength": 0.5,
        "txt2img_batch_count": 1,
        "txt2img_batch_size": 1,
        "txt2img_cfg_scale": 8
    },
    "Single - 1920 x 1280": {
        "txt2img_steps": 32,
        "txt2img_sampling": "DPM++ SDE Karras",
        "txt2img_width": 768,
        "txt2img_height": 512,
        "txt2img_enable_hr": "true",
        "txt2img_hr_scale": 2.5,
        "txt2img_denoising_strength": 0.5,
        "txt2img_batch_count": 1,
        "txt2img_batch_size": 1,
        "txt2img_cfg_scale": 8
    },
    "Single - 1280 x 1920": {
        "txt2img_steps": 32,
        "txt2img_sampling": "DPM++ SDE Karras",
        "txt2img_width": 512,
        "txt2img_height": 768,
        "txt2img_enable_hr": "true",
        "txt2img_hr_scale": 2.5,
        "txt2img_denoising_strength": 0.5,
        "txt2img_batch_count": 1,
        "txt2img_batch_size": 1,
        "txt2img_cfg_scale": 8
    }
}