fix txt2img pydantic error (#2138)

Co-authored-by: kazanplova <kazanplova@mt-dev-gpu-hotel-01.novalocal>
This commit is contained in:
Kazancev Danil
2024-10-22 17:31:58 +03:00
committed by GitHub
parent e4ad1140c8
commit 518e3cdbd5

View File

@@ -1191,7 +1191,7 @@ class StableDiffusionProcessingTxt2Img(StableDiffusionProcessing):
hr_resize_x: int = 0
hr_resize_y: int = 0
hr_checkpoint_name: str = None
hr_additional_modules: list = field(default_factory=list)
hr_additional_modules: list = field(default=None)
hr_sampler_name: str = None
hr_scheduler: str = None
hr_prompt: str = ''