From cf14baf569e3c35119cf0ffa753a98e5d22f637c Mon Sep 17 00:00:00 2001 From: soaska <79996669747@ya.ru> Date: Wed, 6 Mar 2024 23:19:00 +0300 Subject: [PATCH] sampler fix --- bot.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bot.py b/bot.py index ea15ca0..b7253f4 100644 --- a/bot.py +++ b/bot.py @@ -803,9 +803,10 @@ async def inl_fp(message: Union[types.Message, types.CallbackQuery]) -> None: if m == 'fp_mobile': data['steps'] = 5 data['enable_hr'] = 'True' - data['denoising_strength'] = '0.35' + data['denoising_strength'] = '0.6' + data['sampler_name'] = 'DPM++ SDE' data['hr_upscaler'] = '4x_NMKD-Siax_200k' #https://huggingface.co/uwg/upscaler/blob/main/ESRGAN/4x_NMKD-Siax_200k.pth - data['hr_second_pass_steps'] = '2' + data['hr_second_pass_steps'] = '6' data['cfg_scale'] = '1.6' data['width'] = '832' data['height'] = '1216'