1. 08 Dec, 2022 2 commits
  2. 07 Dec, 2022 15 commits
  3. 06 Dec, 2022 5 commits
  4. 05 Dec, 2022 18 commits
    • Patrick von Platen's avatar
    • Patrick von Platen's avatar
      correct librosa import · c524fd85
      Patrick von Platen authored
      c524fd85
    • Pedro Cuenca's avatar
      Fix typo (#1558) · 2cfdf375
      Pedro Cuenca authored
      
      
      * Fix typo in pipeline_stable_diffusion.py
      
      Fixes a typo in a warning message
      
      * Fix copies.
      
      * Fix copies
      Co-authored-by: default avatarScott <scott@scottinallca.ps>
      2cfdf375
    • Patrick von Platen's avatar
      [Docs] Correct docs (#1554) · 62b497c4
      Patrick von Platen authored
      62b497c4
    • Patrick von Platen's avatar
    • Patrick von Platen's avatar
      [Community download] Fix cache dir (#1555) · ae854746
      Patrick von Platen authored
      * [Community download] Fix cache dir
      
      * up
      ae854746
    • Robert Dargavel Smith's avatar
      add AudioDiffusionPipeline and LatentAudioDiffusionPipeline #1334 (#1426) · 48d0123f
      Robert Dargavel Smith authored
      
      
      * add AudioDiffusionPipeline and LatentAudioDiffusionPipeline
      
      * add docs to toc
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * fix tests
      
      * Update pr_tests.yml
      
      Fix tests
      
      * parent 499ff34b3edc3e0c506313ab48f21514d8f58b09
      author teticio <teticio@gmail.com> 1668765652 +0000
      committer teticio <teticio@gmail.com> 1669041721 +0000
      
      parent 499ff34b3edc3e0c506313ab48f21514d8f58b09
      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: default avatarAnton 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: default avatarAnton Lozhkov <aglozhkov@gmail.com>
      
      * updated styling from PR suggested feedback
      Co-authored-by: default avatarAnton 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: default avatarJuan 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: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * move Mel to module in pipeline construction, make librosa optional
      
      * fix imports
      
      * fix copy & paste error in comment
      
      * fix style
      
      * add missing register_to_config
      
      * fix class docstrings
      
      * fix class docstrings
      
      * tweak docstrings
      
      * tweak docstrings
      
      * update slow test
      
      * put trailing commas back
      
      * respect alphabetical order
      
      * remove LatentAudioDiffusion, make vqvae optional
      
      * move Mel from models back to pipelines :-)
      
      * allow loading of pretrained audiodiffusion models
      
      * fix tests
      
      * fix dummies
      
      * remove reference to latent_audio_diffusion in docs
      
      * unused import
      
      * inherit from SchedulerMixin to make loadable
      
      * Apply suggestions from code review
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      48d0123f
    • Patrick von Platen's avatar
      Research folder (#1553) · 459b8ca8
      Patrick von Platen authored
      * Research folder
      
      * Update examples/research_projects/README.md
      
      * up
      459b8ca8
    • Suraj Patil's avatar
      [refactor] make set_attention_slice recursive (#1532) · bce65cd1
      Suraj Patil authored
      
      
      * make attn slice recursive
      
      * remove set_attention_slice from blocks
      
      * fix copies
      
      * make enable_attention_slicing base class method of DiffusionPipeline
      
      * fix set_attention_slice
      
      * fix set_attention_slice
      
      * fix copies
      
      * add tests
      
      * up
      
      * up
      
      * up
      
      * update
      
      * up
      
      * uP
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      bce65cd1
    • Adalberto's avatar
      fix mask discrepancies in train_dreambooth_inpaint (#1529) · e2899989
      Adalberto authored
      The mask and instance image were being cropped in different ways without --center_crop, causing the model to learn to ignore the mask in some cases. This PR fixes that and generate more consistent results.
      e2899989
    • Suraj Patil's avatar
      [examples] use from_pretrained to load scheduler (#1549) · 634be6e5
      Suraj Patil authored
      us from_pretrained to load scheduler
      634be6e5
    • allo-'s avatar
      [textual_inversion] Add an option for only saving the embeddings (#781) · d1bcbf38
      allo- authored
      [textual_inversion] Add an option to only save embeddings
      
      Add an command line option --only_save_embeds to the example script, for
      not saving the full model. Then only the learned embeddings are saved,
      which can be added to the original model at runtime in a similar way as
      they are created in the training script.
      Saving the full model is forced when --push_to_hub is used. (Implements #759)
      d1bcbf38
    • Patrick von Platen's avatar
      Update bug-report.yml · df7cd5fe
      Patrick von Platen authored
      df7cd5fe
    • Naga Sai Abhinay's avatar
      [Community Pipeline] Checkpoint Merger based on Automatic1111 (#1472) · c28d6945
      Naga Sai Abhinay authored
      * Add checkpoint_merger pipeline
      
      * Added missing docs for a parameter.
      
      * Fomratting fixes.
      
      * Fixed code quality issues.
      
      * Bug fix: Off by 1 index
      
      * Added docs for pipeline
      c28d6945
    • Patrick von Platen's avatar
      Update bug-report.yml · 5177e65f
      Patrick von Platen authored
      5177e65f
    • Patrick von Platen's avatar
      Update bug-report.yml · 60ac5fc2
      Patrick von Platen authored
      60ac5fc2
    • Patrick von Platen's avatar
      Update bug-report.yml · 19b01749
      Patrick von Platen authored
      19b01749
    • Patrick von Platen's avatar
      Update bug-report.yml (#1548) · a980ef2f
      Patrick von Platen authored
      * Update bug-report.yml
      
      * Update bug-report.yml
      
      * Update bug-report.yml
      a980ef2f