mirror of
https://github.com/vladmandic/automatic
synced 2026-09-15 02:58:44 +02:00
c9e1398c71
First natively modular model: the pipeline is driven directly through ModularPipeline, with components fetched per workflow (fl2va covers text and first/last-frame conditioning). - per-generation overrides snap the canvas to /32, align frames to the 17n+5 grid and duration window, and keep the bespoke scheduler pair - group offload for modular pipelines applied per component in sd_offload; re-application is a guarded no-op - audio checkbox pops the audio decode block so decode and muxing are skipped - frames=1 renders a single still image: the duration floor lifts per instance and sub-floor latents pad at the vae decoder - progress and interrupt handling via a transformer forward pre-hook - vae scale factor override, tuple-safe patch size