-
|
Has anyone run into this error before? I’m trying to train a LoRA using Z-Image-Base as the base model. I enabled the following settings: "loss_weight_fn": "MIN_SNR_GAMMA" But I get the following error: raise NotImplementedError(f"Loss weight function {config.loss_weight_fn} not implemented for flow matching models") It seems that MIN_SNR_GAMMA might not be supported for flow matching models. Has anyone encountered this before or knows how to fix it? json file: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.

MIN_SNR_GAMMAis not currently supported for flow models (flux, zimage, etc). OT currently supportsCONSTANTorSIGMAfor flow models.