diff --git a/scripts/config_presets.py b/scripts/config_presets.py index 3105e0d..0581284 100644 --- a/scripts/config_presets.py +++ b/scripts/config_presets.py @@ -133,54 +133,57 @@ class Script(scripts.Script): "txt2img_batch_size": 4, #"txt2img_cfg_scale": 7, }, - "High res -------- 1024x1024, steps: 30, batch size: 1, DPM++ 2M Karras, [Upscale by: 2, Denoising: 0.25, Hires steps: 10]": { + "High res -------- 1024x1024, steps: 30, batch size: 1, DPM++ 2M Karras, [Upscale by: 2, Denoising: 0.3, Hires steps: 10]": { "txt2img_steps": 30, "txt2img_sampling": "DPM++ 2M Karras", "txt2img_width": 512, "txt2img_height": 512, "txt2img_enable_hr": True, "txt2img_hr_scale": 2, - #"txt2img_hires_steps": 15, - "txt2img_denoising_strength": 0.25, + "txt2img_hires_steps": 10, + "txt2img_denoising_strength": 0.3, "txt2img_batch_count": 1, "txt2img_batch_size": 1, #"txt2img_cfg_scale": 7, }, - "1080p ----------- 1920x1080, steps: 30, batch size: 1, DPM++ 2M Karras, [Upscale by: 3, Denoising: 0.2, Hires steps: 10]": { + "1080p ----------- 1920x1080, steps: 20, batch size: 1, DPM++ 2S a Karras, [Upscale by: 2.5, Denoising: 0.3, Hires steps: 15]": { + #2x 960x536, 2.5x 768x432, 3x 640x360 + "txt2img_steps": 20, + "txt2img_sampling": "DPM++ 2S a Karras", + "txt2img_width": 768, + "txt2img_height": 432, + "txt2img_enable_hr": True, + "txt2img_hr_scale": 2.5, + "txt2img_hires_steps": 15, + "txt2img_denoising_strength": 0.3, + "txt2img_batch_count": 1, + "txt2img_batch_size": 1, + #"txt2img_cfg_scale": 7, + }, + "1440p ----------- 2560x1440, steps: 25, batch size: 1, DPM++ 2S a Karras, [Upscale by: 2.5, Denoising: 0.3, Hires steps: 15]": { + #2x 1024x720, 2.5x 1024x576 + "txt2img_steps": 25, + "txt2img_sampling": "DPM++ 2S a Karras", + "txt2img_width": 1024, + "txt2img_height": 576, + "txt2img_enable_hr": True, + "txt2img_hr_scale": 2.5, + "txt2img_hires_steps": 15, + "txt2img_denoising_strength": 0.3, + "txt2img_batch_count": 1, + "txt2img_batch_size": 1, + #"txt2img_cfg_scale": 7, + }, + "4k ---------------- 3840x2160, steps: 30, batch size: 1, DPM++ 2S a Karras, [Upscale by: 3, Denoising: 0.3, Hires steps: 20]": { + #2x 1420x1080, 2.5x 1536x864, 3x 1280x720 "txt2img_steps": 30, - "txt2img_sampling": "DPM++ 2M Karras", - "txt2img_width": 640, - "txt2img_height": 360, + "txt2img_sampling": "DPM++ 2S a Karras", + "txt2img_width": 1280, + "txt2img_height": 720, "txt2img_enable_hr": True, "txt2img_hr_scale": 3, - #"txt2img_hires_steps": 15, - "txt2img_denoising_strength": 0.2, - "txt2img_batch_count": 1, - "txt2img_batch_size": 1, - #"txt2img_cfg_scale": 7, - }, - "1440p ----------- 2560x1440, steps: 30, batch size: 1, DPM++ 2M Karras, [Upscale by: 4, Denoising: 0.2, Hires steps: 10]": { - "txt2img_steps": 30, - "txt2img_sampling": "DPM++ 2M Karras", - "txt2img_width": 640, - "txt2img_height": 360, - "txt2img_enable_hr": True, - "txt2img_hr_scale": 4, - #"txt2img_hires_steps": 20, - "txt2img_denoising_strength": 0.2, - "txt2img_batch_count": 1, - "txt2img_batch_size": 1, - #"txt2img_cfg_scale": 7, - }, - "4k ---------------- 3840x2160, steps: 30, batch size: 1, DPM++ 2M Karras, [Upscale by: 6, Denoising: 0.2, Hires steps: 10]": { - "txt2img_steps": 30, - "txt2img_sampling": "DPM++ 2M Karras", - "txt2img_width": 640, - "txt2img_height": 360, - "txt2img_enable_hr": True, - "txt2img_hr_scale": 6, - #"txt2img_hires_steps": 20, - "txt2img_denoising_strength": 0.2, + "txt2img_hires_steps": 20, + "txt2img_denoising_strength": 0.3, "txt2img_batch_count": 1, "txt2img_batch_size": 1, #"txt2img_cfg_scale": 7,