Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add AudioDiffusionPipeline and LatentAudioDiffusionPipeline #1334

Closed
wants to merge 20 commits into from
Closed

add AudioDiffusionPipeline and LatentAudioDiffusionPipeline #1334

wants to merge 20 commits into from

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    f44a57a View commit details
    Browse the repository at this point in the history
  2. add docs to toc

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2ad4d9e View commit details
    Browse the repository at this point in the history
  3. fix tests

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2e25d89 View commit details
    Browse the repository at this point in the history
  4. fix tests

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    54d6625 View commit details
    Browse the repository at this point in the history
  5. fix tests

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    0700c19 View commit details
    Browse the repository at this point in the history
  6. fix tests

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    13efb5b View commit details
    Browse the repository at this point in the history
  7. fix tests

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e750dad View commit details
    Browse the repository at this point in the history
  8. Update pr_tests.yml

    Fix tests
    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    499ff34 View commit details
    Browse the repository at this point in the history
  9. parent 499ff34

    author teticio <teticio@gmail.com> 1668765652 +0000
    committer teticio <teticio@gmail.com> 1669041721 +0000
    
    parent 499ff34
    author teticio <teticio@gmail.com> 1668765652 +0000
    committer teticio <teticio@gmail.com> 1669041704 +0000
    
    add colab notebook
    
    [Flax] Fix loading scheduler from subfolder (#1319)
    
    [FLAX] Fix loading scheduler from subfolder
    
    Fix/Enable all schedulers for in-painting (#1331)
    
    * inpaint fix k lms
    
    * onnox as well
    
    * up
    
    Correct path to schedlure (#1322)
    
    * [Examples] Correct path
    
    * uP
    
    Avoid nested fix-copies (#1332)
    
    * Avoid nested `# Copied from` statements during `make fix-copies`
    
    * style
    
    Fix img2img speed with LMS-Discrete Scheduler (#896)
    
    Casting `self.sigmas` into a different dtype (the one of original_samples) is not advisable. In my img2img pipeline this leads to a long running time in the  `integrate.quad` call later on- by long I mean more than 10x slower.
    
    Co-authored-by: Anton Lozhkov <anton@huggingface.co>
    
    Fix the order of casts for onnx inpainting (#1338)
    
    Legacy Inpainting Pipeline for Onnx Models (#1237)
    
    * Add legacy inpainting pipeline compatibility for onnx
    
    * remove commented out line
    
    * Add onnx legacy inpainting test
    
    * Fix slow decorators
    
    * pep8 styling
    
    * isort styling
    
    * dummy object
    
    * ordering consistency
    
    * style
    
    * docstring styles
    
    * Refactor common prompt encoding pattern
    
    * Update tests to permanent repository home
    
    * support all available schedulers until ONNX IO binding is available
    
    Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com>
    
    * updated styling from PR suggested feedback
    
    Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com>
    
    Jax infer support negative prompt (#1337)
    
    * support negative prompts in sd jax pipeline
    
    * pass batched neg_prompt
    
    * only encode when negative prompt is None
    
    Co-authored-by: Juan Acevedo <jfacevedo@google.com>
    
    Update README.md: Minor change to Imagic code snippet, missing dir error (#1347)
    
    Minor change to Imagic Readme
    
    Missing dir causes an error when running the example code.
    
    make style
    
    change the sample model (#1352)
    
    * Update alt_diffusion.mdx
    
    * Update alt_diffusion.mdx
    
    Add bit diffusion [WIP] (#971)
    
    * Create bit_diffusion.py
    
    Bit diffusion based on the paper, arXiv:2208.04202, Chen2022AnalogBG
    
    * adding bit diffusion to new branch
    
    ran tests
    
    * tests
    
    * tests
    
    * tests
    
    * tests
    
    * removed test folders + added to README
    
    * Update README.md
    
    Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
    teticio and patrickvonplaten committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    55706de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6957b5a View commit details
    Browse the repository at this point in the history
  11. fix imports

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    95e0908 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a3d02f View commit details
    Browse the repository at this point in the history
  13. fix style

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    c15504c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2045310 View commit details
    Browse the repository at this point in the history
  15. fix class docstrings

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    f0c0a62 View commit details
    Browse the repository at this point in the history
  16. fix class docstrings

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    3971462 View commit details
    Browse the repository at this point in the history
  17. tweak docstrings

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    9e5ea5c View commit details
    Browse the repository at this point in the history
  18. tweak docstrings

    teticio committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e7be31c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. update slow test

    teticio committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    e9d4e43 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. merge with upstream

    teticio committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b873540 View commit details
    Browse the repository at this point in the history