sampler fix
All checks were successful
Actions Build Docker Image / Build-Docker (push) Successful in 1m3s

This commit is contained in:
soaska 2024-03-06 23:19:00 +03:00
parent 364789793d
commit cf14baf569

5
bot.py
View File

@ -803,9 +803,10 @@ async def inl_fp(message: Union[types.Message, types.CallbackQuery]) -> None:
if m == 'fp_mobile': if m == 'fp_mobile':
data['steps'] = 5 data['steps'] = 5
data['enable_hr'] = 'True' 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_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['cfg_scale'] = '1.6'
data['width'] = '832' data['width'] = '832'
data['height'] = '1216' data['height'] = '1216'