for_Colab / config-img2img.json
baycon's picture
Duplicate from baycon/temp
083686f
raw history blame
No virus
1.26 kB
{
"Default": {},
"1920 x 1088": {
"img2img_sampling": "DPM++ SDE Karras",
"img2img_steps": 32,
"img2img_width": 1920,
"img2img_height": 1088,
"img2img_batch_count": 1,
"img2img_batch_size": 1,
"img2img_cfg_scale": 8,
"img2img_denoising_strength": 0.5
},
"1088 x 1920": {
"img2img_sampling": "DPM++ SDE Karras",
"img2img_steps": 32,
"img2img_width": 1088,
"img2img_height": 1920,
"img2img_batch_count": 1,
"img2img_batch_size": 1,
"img2img_cfg_scale": 8,
"img2img_denoising_strength": 0.5
},
"1920 x 1280": {
"img2img_sampling": "DPM++ SDE Karras",
"img2img_steps": 32,
"img2img_width": 1920,
"img2img_height": 1280,
"img2img_batch_count": 1,
"img2img_batch_size": 1,
"img2img_cfg_scale": 8,
"img2img_denoising_strength": 0.5
},
"1280 x 1920": {
"img2img_sampling": "DPM++ SDE Karras",
"img2img_steps": 32,
"img2img_width": 1280,
"img2img_height": 1920,
"img2img_batch_count": 1,
"img2img_batch_size": 1,
"img2img_cfg_scale": 8,
"img2img_denoising_strength": 0.5
}
}