You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Updated fluxflow dependency to >=0.8.0
v0.8.0 pillar-attention flow architecture supported via model_version: "0.8.0" in training config
FlowTrainer and pipeline unchanged; version routing handled by load_versioned_checkpoint()
Also includes (0.7.1 was not released separately)
VAE loss component toggles: configurable enable/disable for KL divergence, color statistics, histogram matching, contrast regularization, and coarseness losses
Coarseness loss: per-channel texture loss matching local patch variance distributions
Normalize timesteps based on active window (start_step to num_train_timesteps)
Correct _first_step handling so the scheduler advances properly
Prepare/step predictor optimizer safely with accelerator and reinit on dim changes