Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-09-11 13:02:52 -04:00
parent 7940217764
commit 8ed04fb9a6
3 changed files with 14 additions and 13 deletions
+1 -2
View File
@@ -144,8 +144,7 @@ def process_base(p: processing.StableDiffusionProcessing):
denoising_start=0 if use_refiner_start else p.refiner_start if use_denoise_start else None,
denoising_end=p.refiner_start if use_refiner_start else 1 if use_denoise_start else None,
num_frames=getattr(p, 'frames', 1),
# output_type='latent',
output_type='np',
output_type='latent',
clip_skip=p.clip_skip,
desc=desc,
)