1. 27 Apr, 2023 1 commit
    • Nipun Jindal's avatar
      [2064]: Add stochastic sampler (sample_dpmpp_sde) (#3020) · fd512d74
      Nipun Jindal authored
      
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * [2064]: Add stochastic sampler
      
      * Review comments
      
      * [Review comment]: Add is_torchsde_available()
      
      * [Review comment]: Test and docs
      
      * [Review comment]
      
      * [Review comment]
      
      * [Review comment]
      
      * [Review comment]
      
      * [Review comment]
      
      ---------
      Co-authored-by: default avatarnjindal <njindal@adobe.com>
      fd512d74
  2. 26 Apr, 2023 9 commits
  3. 25 Apr, 2023 7 commits
  4. 24 Apr, 2023 1 commit
  5. 22 Apr, 2023 4 commits
  6. 21 Apr, 2023 10 commits
  7. 20 Apr, 2023 7 commits
  8. 19 Apr, 2023 1 commit
    • Will Berman's avatar
      controlnet training resize inputs to multiple of 8 (#3135) · 7e6886f5
      Will Berman authored
      controlnet training center crop input images to multiple of 8
      
      The pipeline code resizes inputs to multiples of 8.
      Not doing this resizing in the training script is causing
      the encoded image to have different height/width dimensions
      than the encoded conditioning image (which uses a separate
      encoder that's part of the controlnet model).
      
      We resize and center crop the inputs to make sure they're the
      same size (as well as all other images in the batch). We also
      check that the initial resolution is a multiple of 8.
      7e6886f5