fix hires batch, sdxl refiner

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2024-12-30 09:06:32 -05:00
parent 2ecc95c571
commit 85cc55af51
15 changed files with 98555 additions and 11 deletions
+2
View File
@@ -170,6 +170,8 @@ def get_load_config(model_file, model_type, config_type='yaml'):
return 'configs/sd15'
if model_type == 'Stable Diffusion XL':
return 'configs/sdxl'
if model_type == 'Stable Diffusion XL Refiner':
return 'configs/sdxl-refiner'
if model_type == 'Stable Diffusion 3':
return 'configs/sd3'
if model_type == 'FLUX':