1. 16 Oct, 2024 4 commits
  2. 15 Oct, 2024 15 commits
  3. 14 Oct, 2024 5 commits
  4. 13 Oct, 2024 1 commit
  5. 12 Oct, 2024 2 commits
  6. 11 Oct, 2024 3 commits
  7. 10 Oct, 2024 2 commits
  8. 09 Oct, 2024 4 commits
  9. 08 Oct, 2024 4 commits
    • sanaka's avatar
      Fix the bug that `joint_attention_kwargs` is not passed to the FLUX's... · acd6d2c4
      sanaka authored
      Fix the bug that `joint_attention_kwargs` is not passed to the FLUX's transformer attention processors (#9517)
      
      * Update transformer_flux.py
      acd6d2c4
    • v2ray's avatar
      Fixed noise_pred_text referenced before assignment. (#9537) · 86bd991e
      v2ray authored
      * Fixed local variable noise_pred_text referenced before assignment when using PAG with guidance scale and guidance rescale at the same time.
      
      * Fixed style.
      
      * Made returning text pred noise an argument.
      86bd991e
    • Sayak Paul's avatar
      [LoRA] Handle DoRA better (#9547) · 02eeb8e7
      Sayak Paul authored
      * handle dora.
      
      * print test
      
      * debug
      
      * fix
      
      * fix-copies
      
      * update logits
      
      * add warning in the test.
      
      * make is_dora check consistent.
      
      * fix-copies
      02eeb8e7
    • glide-the's avatar
      fix: CogVideox train dataset _preprocess_data crop video (#9574) · 66eef9a6
      glide-the authored
      
      
      * Removed int8 to float32 conversion (`* 2.0 - 1.0`) from `train_transforms` as it caused image overexposure.
      
      Added `_resize_for_rectangle_crop` function to enable video cropping functionality. The cropping mode can be configured via `video_reshape_mode`, supporting options: ['center', 'random', 'none'].
      
      * The number 127.5 may experience precision loss during division operations.
      
      * wandb request pil image Type
      
      * Resizing bug
      
      * del jupyter
      
      * make style
      
      * Update examples/cogvideo/README.md
      
      * make style
      
      ---------
      
      Co-authored-by: --unset <--unset>
      Co-authored-by: default avatarAryan <aryan@huggingface.co>
      66eef9a6