Skip to content

Inquiry regarding the T-LoRA implementation in the FLUX training framework #6

Description

@EllieWang023

I noticed that the current LoRA implementation in flux/model/lora.py uses standard initialization (down.weight is random, up.weight is zero). However, the T-LoRA paper suggests a weight revision trick ($\tilde{W} = W - BSA + BSA$) to enable orthogonal initialization. Could you clarify if the current version is intended to be a Vanilla T-LoRA (focusing primarily on timestep-dependent rank control) rather than the full framework including orthogonal initialization? Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions