1. 17 Oct, 2025 1 commit
  2. 15 Oct, 2025 2 commits
  3. 14 Oct, 2025 1 commit
    • Meatfucker's avatar
      Fix missing load_video documentation and load_video import in... · a4bc8454
      Meatfucker authored
      Fix missing load_video documentation and load_video import in WanVideoToVideoPipeline example code (#12472)
      
      * Update utilities.md
      
      Update missing load_video documentation
      
      * Update pipeline_wan_video2video.py
      
      Fix missing load_video import in example code
      a4bc8454
  4. 11 Oct, 2025 1 commit
  5. 07 Oct, 2025 1 commit
  6. 05 Oct, 2025 1 commit
  7. 30 Sep, 2025 1 commit
  8. 29 Sep, 2025 1 commit
    • Akshay Babbar's avatar
      Fix #12116: preserve boolean dtype for attention masks in ChromaPipeline (#12263) · 0a151115
      Akshay Babbar authored
      
      
      * fix: preserve boolean dtype for attention masks in ChromaPipeline
      
      - Convert attention masks to bool and prevent dtype corruption
      - Fix both positive and negative mask handling in _get_t5_prompt_embeds
      - Remove float conversion in _prepare_attention_mask method
      
      Fixes #12116
      
      * test: add ChromaPipeline attention mask dtype tests
      
      * test: add slow ChromaPipeline attention mask tests
      
      * chore: removed comments
      
      * refactor: removing redundant type conversion
      
      * Remove dedicated dtype tests as per  feedback
      
      ---------
      Co-authored-by: default avatarDhruv Nair <dhruv.nair@gmail.com>
      0a151115
  9. 25 Sep, 2025 1 commit
  10. 24 Sep, 2025 1 commit
  11. 22 Sep, 2025 2 commits
  12. 21 Sep, 2025 1 commit
  13. 20 Sep, 2025 1 commit
  14. 16 Sep, 2025 1 commit
  15. 15 Sep, 2025 1 commit
  16. 12 Sep, 2025 1 commit
  17. 11 Sep, 2025 1 commit
  18. 10 Sep, 2025 3 commits
  19. 09 Sep, 2025 1 commit
  20. 08 Sep, 2025 1 commit
  21. 03 Sep, 2025 1 commit
  22. 31 Aug, 2025 1 commit
  23. 30 Aug, 2025 1 commit
  24. 28 Aug, 2025 1 commit
  25. 27 Aug, 2025 1 commit
  26. 26 Aug, 2025 1 commit
  27. 25 Aug, 2025 1 commit
  28. 22 Aug, 2025 1 commit
  29. 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
  30. 19 Aug, 2025 2 commits
  31. 18 Aug, 2025 2 commits
  32. 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
  33. 14 Aug, 2025 1 commit
  34. 13 Aug, 2025 1 commit