1. 22 Oct, 2025 2 commits
    • Sayak Paul's avatar
      [core] `AutoencoderMixin` to abstract common methods (#12473) · a5a0ccf8
      Sayak Paul authored
      * up
      
      * correct wording.
      
      * up
      
      * up
      
      * up
      a5a0ccf8
    • David Bertoin's avatar
      Prx (#12525) · dd07b19e
      David Bertoin authored
      * rename photon to prx
      
      * rename photon into prx
      
      * Revert .gitignore to state before commit b7fb0fe9d63bf766bbe3c42ac154a043796dd370
      
      * rename photon to prx
      
      * rename photon into prx
      
      * Revert .gitignore to state before commit b7fb0fe9d63bf766bbe3c42ac154a043796dd370
      
      * make fix-copies
      dd07b19e
  2. 21 Oct, 2025 2 commits
  3. 17 Oct, 2025 3 commits
  4. 15 Oct, 2025 1 commit
  5. 02 Oct, 2025 2 commits
    • Benjamin Bossan's avatar
      FIX Test to ignore warning for enable_lora_hotswap (#12421) · 7242b5ff
      Benjamin Bossan authored
      I noticed that the test should be for the option check_compiled="ignore"
      but it was using check_compiled="warn". This has been fixed, now the
      correct argument is passed.
      
      However, the fact that the test passed means that it was incorrect to
      begin with. The way that logs are collected does not collect the
      logger.warning call here (not sure why). To amend this, I'm now using
      assertNoLogs. With this change, the test correctly fails when the wrong
      argument is passed.
      7242b5ff
    • Sayak Paul's avatar
      [ci] xfail failing tests in CI. (#12418) · 9ae5b629
      Sayak Paul authored
      xfail failing tests in CI.
      9ae5b629
  6. 01 Oct, 2025 1 commit
    • Sayak Paul's avatar
      [tests] cache non lora pipeline outputs. (#12298) · 814d710e
      Sayak Paul authored
      * cache non lora pipeline outputs.
      
      * up
      
      * up
      
      * up
      
      * up
      
      * Revert "up"
      
      This reverts commit 772c32e43397f25919c29bbbe8ef9dc7d581cfb8.
      
      * up
      
      * Revert "up"
      
      This reverts commit cca03df7fce55550ed28b59cadec12d1db188283.
      
      * up
      
      * up
      
      * add .
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      
      * up
      814d710e
  7. 30 Sep, 2025 3 commits
  8. 29 Sep, 2025 2 commits
  9. 26 Sep, 2025 1 commit
  10. 25 Sep, 2025 1 commit
  11. 24 Sep, 2025 4 commits
  12. 22 Sep, 2025 2 commits
  13. 18 Sep, 2025 1 commit
  14. 15 Sep, 2025 1 commit
  15. 10 Sep, 2025 3 commits
  16. 09 Sep, 2025 1 commit
  17. 03 Sep, 2025 3 commits
  18. 28 Aug, 2025 2 commits
  19. 26 Aug, 2025 2 commits
  20. 25 Aug, 2025 1 commit
  21. 22 Aug, 2025 1 commit
  22. 20 Aug, 2025 1 commit
    • galbria's avatar
      Bria 3 2 pipeline (#12010) · 7993be9e
      galbria authored
      
      
      * Add Bria model and pipeline to diffusers
      
      - Introduced `BriaTransformer2DModel` and `BriaPipeline` for enhanced image generation capabilities.
      - Updated import structures across various modules to include the new Bria components.
      - Added utility functions and output classes specific to the Bria pipeline.
      - Implemented tests for the Bria pipeline to ensure functionality and output integrity.
      
      * with working tests
      
      * style and quality pass
      
      * adding docs
      
      * add to overview
      
      * fixes from "make fix-copies"
      
      * Refactor transformer_bria.py and pipeline_bria.py: Introduce new EmbedND class for rotary position embedding, and enhance Timestep and TimestepProjEmbeddings classes. Add utility functions for handling negative prompts and generating original sigmas in pipeline_bria.py.
      
      * remove redundent and duplicates tests and fix bf16
      slow test
      
      * style fixes
      
      * small doc update
      
      * Enhance Bria 3.2 documentation and implementation
      
      - Updated the GitHub repository link for Bria 3.2.
      - Added usage instructions for the gated model access.
      - Introduced the BriaTransformerBlock and BriaAttention classes to the model architecture.
      - Refactored existing classes to integrate Bria-specific components, including BriaEmbedND and BriaPipeline.
      - Updated the pipeline output class to reflect Bria-specific functionality.
      - Adjusted test cases to align with the new Bria model structure.
      
      * Refactor Bria model components and update documentation
      
      - Removed outdated inference example from Bria 3.2 documentation.
      - Introduced the BriaTransformerBlock class to enhance model architecture.
      - Updated attention handling to use `attention_kwargs` instead of `joint_attention_kwargs`.
      - Improved import structure in the Bria pipeline to handle optional dependencies.
      - Adjusted test cases to reflect changes in model dtype assertions.
      
      * Update Bria model reference in documentation to reflect new file naming convention
      
      * Update docs/source/en/_toctree.yml
      
      * Refactor BriaPipeline to inherit from DiffusionPipeline instead of FluxPipeline, updating imports accordingly.
      
      * move the __call__ func to the end of file
      
      * Update BriaPipeline example to use bfloat16 for precision sensitivity for better result
      
      * make style && make quality &&  make fix-copiessource
      
      ---------
      Co-authored-by: default avatarLinoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
      Co-authored-by: default avatarAryan <contact.aryanvs@gmail.com>
      7993be9e