update changelog

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-03-20 14:39:35 -04:00
parent 5c46904fd8
commit 1b51f32251
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ def process_base(p: processing.StableDiffusionProcessing):
true_cfg_scale=p.diffusers_guidance_rescale,
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', None),
num_frames=getattr(p, 'frames', 1),
output_type='latent',
clip_skip=p.clip_skip,
desc='Base',