"vscode:/vscode.git/clone" did not exist on "63c0dad6dd765ac2b493ecdd0ac4e2ed4183cc30"
  1. 01 Jul, 2024 1 commit
  2. 29 Jun, 2024 1 commit
  3. 26 Jun, 2024 4 commits
  4. 25 Jun, 2024 2 commits
  5. 24 Jun, 2024 6 commits
  6. 21 Jun, 2024 1 commit
  7. 19 Jun, 2024 1 commit
  8. 18 Jun, 2024 4 commits
  9. 17 Jun, 2024 1 commit
  10. 13 Jun, 2024 1 commit
  11. 12 Jun, 2024 3 commits
  12. 06 Jun, 2024 3 commits
  13. 05 Jun, 2024 2 commits
    • Tolga Cangöz's avatar
      Errata (#8322) · 98730c5d
      Tolga Cangöz authored
      * Fix typos
      
      * Trim trailing whitespaces
      
      * Remove a trailing whitespace
      
      * chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0
      
      * Revert "chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0"
      
      This reverts commit fd742b30b4258106008a6af4d0dd4664904f8595.
      
      * pokemon -> naruto
      
      * `DPMSolverMultistep` -> `DPMSolverMultistepScheduler`
      
      * Improve Markdown stylization
      
      * Improve style
      
      * Improve style
      
      * Refactor pipeline variable names for consistency
      
      * up style
      98730c5d
    • Sayak Paul's avatar
      [Hunyuan] allow Hunyuan DiT to run under 6GB for GPU VRAM (#8399) · 2f6f426f
      Sayak Paul authored
      * allow hunyuan dit to run under 6GB for GPU VRAM
      
      * add section in the docs/
      2f6f426f
  14. 04 Jun, 2024 2 commits
  15. 03 Jun, 2024 1 commit
  16. 31 May, 2024 2 commits
    • Anton Obukhov's avatar
      Fix marigold documentation (#8372) · 86555c9f
      Anton Obukhov authored
      * rename prs-eth/marigold-lcm-v1-0 into prs-eth/marigold-depth-lcm-v1-0
      
      * update image paths in https://huggingface.co/datasets/huggingface/documentation-images
      
       to use main branch
      
      * fix relative paths to other diffusers pages
      
      * Update docs/source/en/using-diffusers/marigold_usage.md
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      
      ---------
      Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
      86555c9f
    • 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
  17. 29 May, 2024 3 commits
  18. 28 May, 2024 2 commits