"vscode:/vscode.git/clone" did not exist on "d70eade4f29744b84fa11805c9ea2244ec61625e"
  1. 13 Apr, 2023 1 commit
  2. 12 Apr, 2023 4 commits
  3. 11 Apr, 2023 3 commits
    • Steven Liu's avatar
      [docs] Reusing components (#3000) · cb9d77af
      Steven Liu authored
      * reuse-components
      
      * format
      cb9d77af
    • Patrick von Platen's avatar
      Fix config prints and save, load of pipelines (#2849) · 8b451eb6
      Patrick von Platen authored
      * [Config] Fix config prints and save, load
      
      * Only use potential nn.Modules for dtype and device
      
      * Correct vae image processor
      
      * make sure in_channels is not accessed directly
      
      * make sure in channels is only accessed via config
      
      * Make sure schedulers only access config attributes
      
      * Make sure to access config in SAG
      
      * Fix vae processor and make style
      
      * add tests
      
      * uP
      
      * make style
      
      * Fix more naming issues
      
      * Final fix with vae config
      
      * change more
      8b451eb6
    • Mishig's avatar
      Update contribution.mdx (#3054) · 4f48476d
      Mishig authored
      * Update contribution.mdx
      
      hotfix for doc-builder parsing quote in heading bug
      
      * quoteation replace
      4f48476d
  4. 10 Apr, 2023 2 commits
  5. 07 Apr, 2023 1 commit
    • Guspan Tanadi's avatar
      docs: Link Navigation Path API Pipelines (#2976) · ce144d6d
      Guspan Tanadi authored
      * docs: link navigation Safe Stable Diffusion
      
      Link navigation API pipelines text2img and using diffusers Conditional Image Generation.
      
      * docs: link navigation Versatile Diffusion
      
      Removing exceeding path Stable Diffusion Overview.
      
      * docs: Python extension Spectrogram Diffusion
      
      Link navigation Spectrogram Diffusion Pipeline source code
      
      * docs: Link navigation AltDiffusion Pipelines
      
      Stable Diffusion Overview and Using Diffusers path.
      ce144d6d
  6. 06 Apr, 2023 1 commit
  7. 04 Apr, 2023 8 commits
  8. 31 Mar, 2023 4 commits
  9. 30 Mar, 2023 1 commit
  10. 29 Mar, 2023 1 commit
    • Steven Liu's avatar
      [docs] Performance tutorial (#2773) · e47459c8
      Steven Liu authored
      * update performance tutorial
      
      * fix divs
      
      * oops forgot to close tag
      
      * apply feedback
      
      * apply feedback
      
      * apply feedback
      
      * align doc title
      e47459c8
  11. 28 Mar, 2023 10 commits
  12. 24 Mar, 2023 2 commits
  13. 23 Mar, 2023 2 commits
    • Sanchit Gandhi's avatar
      Add AudioLDM (#2232) · b94880e5
      Sanchit Gandhi authored
      
      
      * Add AudioLDM
      
      * up
      
      * add vocoder
      
      * start unet
      
      * unconditional unet
      
      * clap, vocoder and vae
      
      * clean-up: conversion scripts
      
      * fix: conversion script token_type_ids
      
      * clean-up: pipeline docstring
      
      * tests: from SD
      
      * clean-up: cpu offload vocoder instead of safety checker
      
      * feat: adapt tests to audioldm
      
      * feat: add docs
      
      * clean-up: amend pipeline docstrings
      
      * clean-up: make style
      
      * clean-up: make fix-copies
      
      * fix: add doc path to toctree
      
      * clean-up: args for conversion script
      
      * clean-up: paths to checkpoints
      
      * fix: use conditional unet
      
      * clean-up: make style
      
      * fix: type hints for UNet
      
      * clean-up: docstring for UNet
      
      * clean-up: make style
      
      * clean-up: remove duplicate in docstring
      
      * clean-up: make style
      
      * clean-up: make fix-copies
      
      * clean-up: move imports to start in code snippet
      
      * fix: pass cross_attention_dim as a list/tuple to unet
      
      * clean-up: make fix-copies
      
      * fix: update checkpoint path
      
      * fix: unet cross_attention_dim in tests
      
      * film embeddings -> class embeddings
      
      * Apply suggestions from code review
      Co-authored-by: default avatarWill Berman <wlbberman@gmail.com>
      
      * fix: unet film embed to use existing args
      
      * fix: unet tests to use existing args
      
      * fix: make style
      
      * fix: transformers import and version in init
      
      * clean-up: make style
      
      * Revert "clean-up: make style"
      
      This reverts commit 5d6d1f8b324f5583e7805dc01e2c86e493660d66.
      
      * clean-up: make style
      
      * clean-up: use pipeline tester mixin tests where poss
      
      * clean-up: skip attn slicing test
      
      * fix: add torch dtype to docs
      
      * fix: remove conversion script out of src
      
      * fix: remove .detach from 1d waveform
      
      * fix: reduce default num inf steps
      
      * fix: swap height/width -> audio_length_in_s
      
      * clean-up: make style
      
      * fix: remove nightly tests
      
      * fix: imports in conversion script
      
      * clean-up: slim-down to two slow tests
      
      * clean-up: slim-down fast tests
      
      * fix: batch consistent tests
      
      * clean-up: make style
      
      * clean-up: remove vae slicing fast test
      
      * clean-up: propagate changes to doc
      
      * fix: increase test tol to 1e-2
      
      * clean-up: finish docs
      
      * clean-up: make style
      
      * feat: vocoder / VAE compatibility check
      
      * feat: possibly expand / cut audio waveform
      
      * fix: pipeline call signature test
      
      * fix: slow tests output len
      
      * clean-up: make style
      
      * make style
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      Co-authored-by: default avatarWilliam Berman <WLBberman@gmail.com>
      b94880e5
    • Steven Liu's avatar
      [docs] Add Colab notebooks and Spaces (#2713) · 1870fb05
      Steven Liu authored
      * add colab notebook and spaces
      
      * fix image link
      1870fb05