mirror of
https://github.com/Zyin055/Config-Presets.git
synced 2026-02-10 18:20:06 +00:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"Default" : {
|
|
},
|
|
"Low quality ------ 512x512, steps: 10, batch size: 8, DPM++ 2M Karras" : {
|
|
"steps": 10,
|
|
"sampler_index": "DPM++ 2M Karras",
|
|
"width": 512,
|
|
"height": 512,
|
|
"enable_hr": False,
|
|
"denoising_strength": 0.7,
|
|
"batch_count": 1,
|
|
"batch_size": 8,
|
|
"cfg_scale": 7,
|
|
},
|
|
"Medium quality - 512x512, steps: 20, batch size: 8, DPM++ 2S a Karras" : {
|
|
"steps": 20,
|
|
"sampler_index": "DPM++ 2S a Karras",
|
|
"width": 512,
|
|
"height": 512,
|
|
"enable_hr": False,
|
|
"denoising_strength": 0.7,
|
|
"batch_count": 1,
|
|
"batch_size": 8,
|
|
"cfg_scale": 7,
|
|
},
|
|
"High quality ------ 512x512, steps: 40, batch size: 8, DPM++ 2S a Karras" : {
|
|
"steps": 40,
|
|
"sampler_index": "DPM++ 2S a Karras",
|
|
"width": 512,
|
|
"height": 512,
|
|
"enable_hr": False,
|
|
"denoising_strength": 0.7,
|
|
"batch_count": 1,
|
|
"batch_size": 8,
|
|
"cfg_scale": 7,
|
|
},
|
|
"High res -------- 1024x1024, steps: 30, batch size: 1, DPM++ 2M Karras, Highres fix, Denoising: 0.4" : {
|
|
"steps": 30,
|
|
"sampler_index": "DPM++ 2M Karras",
|
|
"width": 1024,
|
|
"height": 1024,
|
|
"enable_hr": True,
|
|
"denoising_strength": 0.4,
|
|
"batch_count": 1,
|
|
"batch_size": 1,
|
|
"cfg_scale": 7,
|
|
},
|
|
"Wallpaper ----- 1920x1088, steps: 30, batch size: 1, DPM++ 2M Karras, Highres fix, Denoising: 0.3" : {
|
|
"steps": 30,
|
|
"sampler_index": "DPM++ 2M Karras",
|
|
"width": 1920,
|
|
"height": 1088,
|
|
"enable_hr": True,
|
|
"denoising_strength": 0.3,
|
|
"batch_count": 1,
|
|
"batch_size": 1,
|
|
"cfg_scale": 7,
|
|
},
|
|
} |