for_Colab / config-txt2img.json
baycon's picture
Upload 4 files
1681cd9
raw
history blame
3.88 kB
{
"Default": {},
"Anime Batch Landscape - 960 x 544": {
"txt2img_sampling": "DPM++ SDE Karras",
"txt2img_steps": 12,
"txt2img_width": 960,
"txt2img_height": 544,
"txt2img_batch_count": 1,
"txt2img_batch_size": 16,
"txt2img_cfg_scale": 6
},
"Anime Batch Portrait - 544 x 960": {
"txt2img_sampling": "DPM++ SDE Karras",
"txt2img_steps": 12,
"txt2img_width": 544,
"txt2img_height": 960,
"txt2img_batch_count": 1,
"txt2img_batch_size": 16,
"txt2img_cfg_scale": 6
},
"Anime Batch Landscape - 768 x 512": {
"txt2img_sampling": "DPM++ SDE Karras",
"txt2img_steps": 12,
"txt2img_width": 768,
"txt2img_height": 512,
"txt2img_batch_count": 1,
"txt2img_batch_size": 16,
"txt2img_cfg_scale": 6
},
"Anime Batch Portrait - 512 x 768": {
"txt2img_sampling": "DPM++ SDE Karras",
"txt2img_steps": 12,
"txt2img_width": 512,
"txt2img_height": 768,
"txt2img_batch_count": 1,
"txt2img_batch_size": 16,
"txt2img_cfg_scale": 6
},
"Photo Batch Landscape - 768 x 512": {
"txt2img_sampling": "DPM++ 2M Karras",
"txt2img_steps": 40,
"txt2img_width": 768,
"txt2img_height": 512,
"txt2img_batch_count": 1,
"txt2img_batch_size": 4,
"txt2img_cfg_scale": 8
},
"Photo Batch Portrait - 512 x 768": {
"txt2img_sampling": "DPM++ 2M Karras",
"txt2img_steps": 40,
"txt2img_width": 512,
"txt2img_height": 768,
"txt2img_batch_count": 1,
"txt2img_batch_size": 4,
"txt2img_cfg_scale": 8
},
"Anime Landscape - 1920 x 1088": {
"txt2img_steps": 32,
"txt2img_sampling": "DPM++ SDE Karras",
"txt2img_width": 960,
"txt2img_height": 544,
"txt2img_hr_scale": 2,
"txt2img_denoising_strength": 0.5,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1,
"txt2img_cfg_scale": 6
},
"Anime Portrait - 1088 x 1920": {
"txt2img_steps": 32,
"txt2img_sampling": "DPM++ SDE Karras",
"txt2img_width": 544,
"txt2img_height": 960,
"txt2img_hr_scale": 2,
"txt2img_denoising_strength": 0.5,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1,
"txt2img_cfg_scale": 6
},
"Anime Landscape - 1920 x 1280": {
"txt2img_steps": 32,
"txt2img_sampling": "DPM++ SDE Karras",
"txt2img_width": 768,
"txt2img_height": 512,
"txt2img_hr_scale": 2.5,
"txt2img_denoising_strength": 0.5,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1,
"txt2img_cfg_scale": 6
},
"Anime Portrait - 1280 x 1920": {
"txt2img_steps": 32,
"txt2img_sampling": "DPM++ SDE Karras",
"txt2img_width": 512,
"txt2img_height": 768,
"txt2img_hr_scale": 2.5,
"txt2img_denoising_strength": 0.5,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1,
"txt2img_cfg_scale": 6
},
"Photo Landscape - 1152 x 768": {
"txt2img_steps": 40,
"txt2img_sampling": "DPM++ 2M Karras",
"txt2img_width": 768,
"txt2img_height": 512,
"txt2img_hr_scale": 1.5,
"txt2img_denoising_strength": 0.35,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1,
"txt2img_cfg_scale": 8
},
"Photo Portrait - 768 x 1152": {
"txt2img_steps": 40,
"txt2img_sampling": "DPM++ 2M Karras",
"txt2img_width": 512,
"txt2img_height": 768,
"txt2img_hr_scale": 1.5,
"txt2img_denoising_strength": 0.35,
"txt2img_batch_count": 1,
"txt2img_batch_size": 1,
"txt2img_cfg_scale": 8
}
}