1. 22 Aug, 2025 5 commits
  2. 21 Aug, 2025 1 commit
  3. 20 Aug, 2025 3 commits
    • Sam Yuan's avatar
      continue translate document to zh (#12194) · 91a151b5
      Sam Yuan authored
      
      Signed-off-by: default avatarSamYuan1990 <yy19902439@126.com>
      91a151b5
    • Sayak Paul's avatar
      [chore] remove extra validation check in determine_device_map (#12176) · 4fcd0bc7
      Sayak Paul authored
      remove extra validation check in determine_device_map
      4fcd0bc7
    • 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
  4. 19 Aug, 2025 6 commits
  5. 18 Aug, 2025 9 commits
  6. 17 Aug, 2025 1 commit
    • naykun's avatar
      Qwen Image Edit Support (#12164) · e682af20
      naykun authored
      * feat(qwen-image):
      add qwen-image-edit support
      
      * fix(qwen image):
      - compatible with torch.compile in new rope setting
      - fix init import
      - add prompt truncation in img2img and inpaint pipe
      - remove unused logic and comment
      - add copy statement
      - guard logic for rope video shape tuple
      
      * fix(qwen image):
      - make fix-copies
      - update doc
      e682af20
  7. 15 Aug, 2025 2 commits
  8. 14 Aug, 2025 5 commits
  9. 13 Aug, 2025 5 commits
  10. 12 Aug, 2025 3 commits