1. 25 Nov, 2022 6 commits
  2. 24 Nov, 2022 9 commits
  3. 23 Nov, 2022 10 commits
  4. 22 Nov, 2022 4 commits
  5. 21 Nov, 2022 4 commits
  6. 20 Nov, 2022 5 commits
  7. 19 Nov, 2022 1 commit
  8. 18 Nov, 2022 1 commit
    • Clayton Sims's avatar
      Legacy Inpainting Pipeline for Onnx Models (#1237) · 30220905
      Clayton Sims authored
      
      
      * 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>
      30220905