1. 11 Sep, 2025 1 commit
  2. 25 Aug, 2025 1 commit
  3. 19 Jun, 2025 1 commit
  4. 19 May, 2025 1 commit
  5. 13 Mar, 2025 1 commit
  6. 22 Feb, 2025 1 commit
    • Daniel Regado's avatar
      Comprehensive type checking for `from_pretrained` kwargs (#10758) · 9c7e2051
      Daniel Regado authored
      
      
      * More robust from_pretrained init_kwargs type checking
      
      * Corrected for Python 3.10
      
      * Type checks subclasses and fixed type warnings
      
      * More type corrections and skip tokenizer type checking
      
      * make style && make quality
      
      * Updated docs and types for Lumina pipelines
      
      * Fixed check for empty signature
      
      * changed location of helper functions
      
      * make style
      
      ---------
      Co-authored-by: default avatarhlky <hlky@hlky.ac>
      9c7e2051
  7. 20 Feb, 2025 1 commit
  8. 18 Feb, 2025 1 commit
    • puhuk's avatar
      Fix max_shift value in flux and related functions to 1.15 (issue #10675) (#10807) · b75b204a
      puhuk authored
      This PR updates the max_shift value in flux to 1.15 for consistency across the codebase. In addition to modifying max_shift in flux, all related functions that copy and use this logic, such as calculate_shift in `src/diffusers/pipelines/stable_diffusion_3/pipeline_stable_diffusion_3_img2img.py`, have also been updated to ensure uniform behavior.
      b75b204a
  9. 15 Feb, 2025 1 commit
  10. 14 Feb, 2025 1 commit
  11. 11 Feb, 2025 1 commit
  12. 27 Jan, 2025 1 commit
  13. 20 Jan, 2025 1 commit
  14. 08 Jan, 2025 1 commit
  15. 04 Dec, 2024 1 commit
  16. 21 Oct, 2024 1 commit
  17. 18 Aug, 2024 1 commit
  18. 08 Jul, 2024 1 commit
  19. 31 May, 2024 1 commit
    • Sayak Paul's avatar
      [Core] Introduce class variants for `Transformer2DModel` (#7647) · 983dec3b
      Sayak Paul authored
      * init for patches
      
      * finish patched model.
      
      * continuous transformer
      
      * vectorized transformer2d.
      
      * style.
      
      * inits.
      
      * fix-copies.
      
      * introduce DiTTransformer2DModel.
      
      * fixes
      
      * use REMAPPING as suggested by @DN6
      
      * better logging.
      
      * add pixart transformer model.
      
      * inits.
      
      * caption_channels.
      
      * attention masking.
      
      * fix use_additional_conditions.
      
      * remove print.
      
      * debug
      
      * flatten
      
      * fix: assertion for sigma
      
      * handle remapping for modeling_utils
      
      * add tests for dit transformer2d
      
      * quality
      
      * placeholder for pixart tests
      
      * pixart tests
      
      * add _no_split_modules
      
      * add docs.
      
      * check
      
      * check
      
      * check
      
      * check
      
      * fix tests
      
      * fix tests
      
      * move Transformer output to modeling_output
      
      * move errors better and bring back use_additional_conditions attribute.
      
      * add unnecessary things from DiT.
      
      * clean up pixart
      
      * fix remapping
      
      * fix device_map things in pixart2d.
      
      * replace Transformer2DModel with appropriate classes in dit, pixart tests
      
      * empty
      
      * legacy mixin classes./
      
      * use a remapping dict for fetching class names.
      
      * change to specifc model types in the pipeline implementations.
      
      * move _fetch_remapped_cls_from_config to modeling_loading_utils.py
      
      * fix dependency problems.
      
      * add deprecation note.
      983dec3b
  20. 28 May, 2024 1 commit
  21. 20 May, 2024 1 commit
  22. 16 May, 2024 1 commit
  23. 10 May, 2024 1 commit
    • Mark Van Aken's avatar
      #7535 Update FloatTensor type hints to Tensor (#7883) · be4afa0b
      Mark Van Aken authored
      * find & replace all FloatTensors to Tensor
      
      * apply formatting
      
      * Update torch.FloatTensor to torch.Tensor in the remaining files
      
      * formatting
      
      * Fix the rest of the places where FloatTensor is used as well as in documentation
      
      * formatting
      
      * Update new file from FloatTensor to Tensor
      be4afa0b
  24. 09 May, 2024 1 commit
  25. 25 Apr, 2024 1 commit
  26. 24 Apr, 2024 1 commit
  27. 19 Apr, 2024 1 commit
  28. 02 Apr, 2024 1 commit
    • Sayak Paul's avatar
      add: utility to format our docs too 📜 (#7314) · 4a343077
      Sayak Paul authored
      * add: utility to format our docs too 📜
      
      * debugging saga
      
      * fix: message
      
      * checking
      
      * should be fixed.
      
      * revert pipeline_fixture
      
      * remove empty line
      
      * make style
      
      * fix: setup.py
      
      * style.
      4a343077
  29. 13 Mar, 2024 1 commit
  30. 03 Mar, 2024 1 commit
  31. 08 Feb, 2024 1 commit
  32. 19 Dec, 2023 1 commit
  33. 02 Dec, 2023 1 commit
  34. 28 Nov, 2023 1 commit
  35. 27 Nov, 2023 1 commit
  36. 20 Nov, 2023 1 commit
  37. 14 Nov, 2023 2 commits
  38. 08 Nov, 2023 1 commit
  39. 07 Nov, 2023 1 commit