for_Colab / config-txt2img.json
baycon's picture
Upload 3 files
a66fb96
raw history blame
No virus
2.67 kB
{
"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": "false",
"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": "false",
"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": "false",
"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": "false",
"txt2img_hr_scale": 2.5,
"txt2img_denoising_strength": 0.5,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1,
"txt2img_cfg_scale": 8
}
}