"torchvision/transforms/v2/_geometry.py" did not exist on "7cf0f4cc1801ff1892007c7a11f7c35d8dfb7fd0"
  1. 19 Mar, 2024 12 commits
  2. 18 Mar, 2024 9 commits
  3. 16 Mar, 2024 2 commits
  4. 15 Mar, 2024 1 commit
  5. 14 Mar, 2024 9 commits
  6. 13 Mar, 2024 7 commits
    • Alexander Bonnet's avatar
      Fix typos in `UNet2DConditionModel` documentation (#7291) · ee6a3a99
      Alexander Bonnet authored
      * fix typo in UNet2DConditionModel documentation
      
      * Fix indentation that may fix doc rendering
      
      * Fix squished doc lines
      ee6a3a99
    • Michael's avatar
      Add Intro page of TCD (#7259) · b3005173
      Michael authored
      
      
      * add tcd intro
      
      * resolve repos
      
      * Apply suggestions from code review
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      * revise NFEs related
      
      * change inpainting location
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      b3005173
    • jnhuang's avatar
      Fix Wrong Text-encoder Grad Setting in Custom_Diffusion Training (#7302) · ac07b6dc
      jnhuang authored
      
      
      fix index in set textencoder grad
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      ac07b6dc
    • Sayak Paul's avatar
      add: support for notifying maintainers about the nightly test status (#7117) · 46ab56a4
      Sayak Paul authored
      * add: support for notifying maintainers about the nightly test status
      
      * add: a tempoerary workflow for validation.
      
      * cancel in progress.
      
      * runs-on
      
      * clean up
      
      * add: peft dep
      
      * change device.
      
      * multiple edits.
      
      * remove temp workflow.
      46ab56a4
    • Sayak Paul's avatar
      [PyPI publishing] feat: automate the process of pypi publication to some extent. (#7270) · 038ff700
      Sayak Paul authored
      * feat: automate the process of pypi publication to some extent.
      
      * utility to fetch the latest release branch
      
      * correct package name.
      038ff700
    • Manuel Brack's avatar
      [Pipeline] Add LEDITS++ pipelines (#6074) · 00eca4b8
      Manuel Brack authored
      
      
      * Setup LEdits++ file structure
      
      * Fix import
      
      * LEditsPP Stable Diffusion pipeline
      
      * Include variable image aspect ratios
      
      * Implement LEDITS++ for SDXL
      
      * clean up LEditsPPPipelineStableDiffusion
      
      * Adjust inversion output
      
      * Added docu, more cleanup for LEditsPPPipelineStableDiffusion
      
      * clean up LEditsPPPipelineStableDiffusionXL
      
      * Update documentation
      
      * Fix documentation import
      
      * Add skeleton IF implementation
      
      * Fix documentation typo
      
      * Add LEDTIS docu to toctree
      
      * Add missing title
      
      * Finalize SD documentation
      
      * Finalize SD-XL documentation
      
      * Fix code style and quality
      
      * Fix typo
      
      * Fix return types
      
      * added LEditsPPPipelineIF; minor changes for LEditsPPPipelineStableDiffusion and LEditsPPPipelineStableDiffusionXL
      
      * Fix copy reference
      
      * add documentation for IF
      
      * Add first tests
      
      * Fix batching for SD-XL
      
      * Fix text encoding and perfect reconstruction for SD-XL
      
      * Add tests for SD-XL, minor changes
      
      * move user_mask to correct device, use cross_attention_kwargs also for inversion
      
      * Example docstring
      
      * Fix attention resolution for non-square images
      
      * Refactoring for PR review
      
      * Safely remove ledits_utils.py
      
      * Style fixes
      
      * Replace assertions with ValueError
      
      * Remove LEditsPPPipelineIF
      
      * Remove unecessary input checks
      
      * Refactoring of CrossAttnProcessor
      
      * Revert unecessary changes to scheduler
      
      * Remove first progress-bar in inversion
      
      * Refactor scheduler usage and reset
      
      * Use imageprocessor instead of custom logic
      
      * Fix scheduler init warning
      
      * Fix error when running the pipeline in fp16
      
      * Update documentation wrt perfect inversion
      
      * Update tests
      
      * Fix code quality and copy consistency
      
      * Update LEditsPP import
      
      * Remove enable/disable methods that are now in StableDiffusionMixin
      
      * Change import in docs
      
      * Revert import structure change
      
      * Fix ledits imports
      
      ---------
      Co-authored-by: default avatarKatharina Kornmeier <katharina.kornmeier@stud.tu-darmstadt.de>
      00eca4b8
    • Dhruv Nair's avatar
      Update Stable Cascade Conversion Scripts (#7271) · 30132aba
      Dhruv Nair authored
      
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      30132aba