File size: 2,659 Bytes
c336648 |
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 |
{
"None": {},
"SD 1.5 - 512x512": {
"txt2img_width": 512,
"txt2img_height": 512
},
"SD 2.1 - 768x768": {
"txt2img_width": 768,
"txt2img_height": 768
},
"SDXL --- 1024x1024": {
"txt2img_width": 1024,
"txt2img_height": 1024
},
"SDXL --- 1024x1024 with Refiner": {
"txt2img_width": 1024,
"txt2img_height": 1024,
"txt2img_enable-checkbox": true
},
"Low quality ------ steps: 10, batch size: 8, DPM++ 2M": {
"txt2img_sampling": "DPM++ 2M",
"txt2img_steps": 10,
"txt2img_enable_hr": false,
"txt2img_batch_count": 1,
"txt2img_batch_size": 8
},
"Medium quality - steps: 15, batch size: 4, DPM++ 2M": {
"txt2img_sampling": "DPM++ 2M",
"txt2img_steps": 15,
"txt2img_enable_hr": false,
"txt2img_batch_count": 1,
"txt2img_batch_size": 4
},
"High quality ------ steps: 30, batch size: 4, DPM++ 2S a": {
"txt2img_sampling": "DPM++ 2S a",
"txt2img_steps": 30,
"txt2img_enable_hr": false,
"txt2img_batch_count": 1,
"txt2img_batch_size": 4
},
"High res ----------- [Hires fix - Upscale by: 2, Denoising: 0.4, Hires steps: 10]": {
"txt2img_enable_hr": true,
"txt2img_hr_scale": 2,
"txt2img_hires_steps": 10,
"txt2img_denoising_strength": 0.4,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1
},
"SD 1.5 - 1080p --- 432x768 -> 1920x1080, [Hires fix - Upscale by: 2.5, Denoising: 0.4, Hires steps: 10]": {
"txt2img_width": 768,
"txt2img_height": 432,
"txt2img_enable_hr": true,
"txt2img_hr_scale": 2.5,
"txt2img_hires_steps": 10,
"txt2img_denoising_strength": 0.4,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1
},
"SD 1.5 - 1440p --- 432x768 -> 2560x1440, [Hires fix - Upscale by: 3.3334, Denoising: 0.35, Hires steps: 10]": {
"txt2img_width": 768,
"txt2img_height": 432,
"txt2img_enable_hr": true,
"txt2img_hr_scale": 3.3334,
"txt2img_hires_steps": 10,
"txt2img_denoising_strength": 0.35,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1
},
"SD 1.5 - 4k -------- 432x768 -> 3840x2160, [Upscale by: 5, Denoising: 0.3, Hires steps: 15]": {
"txt2img_width": 768,
"txt2img_height": 432,
"txt2img_enable_hr": true,
"txt2img_hr_scale": 5,
"txt2img_hires_steps": 15,
"txt2img_denoising_strength": 0.3,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1
}
} |