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
+5
View File
@@ -38,10 +38,15 @@ Plus support for CogView-4, new CLiP models, improvements to remote VAE, additio
- **LoRA**: support for *Hunyuan, LTX, WAN, Mochi, Cog*
- additional key points:
- all models are auto-downloaded upon first use
uses *system paths -> huggingface* folder
- support for many video types
- optional video interpolation while creating video files
- optional video preview in ui
present if video output is selected
- support for balanced offloading and model offloading
uses system settings
- on-the-fly quantization: *BnB, Quanto, TorchAO*
uses system settings, granular for *transformer* and *text-encoder* separately
- different video models support different video resolutions, frame counts, etc.
and may require specific settings - see model links for details
- see *ToDo/Limitations* section for additional notes
+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',