"server/vscode:/vscode.git/clone" did not exist on "0e4ee4f107b67a8b41cd862ee089f178ed16657e"
  1. 26 Apr, 2023 7 commits
  2. 25 Apr, 2023 7 commits
  3. 24 Apr, 2023 1 commit
  4. 22 Apr, 2023 4 commits
  5. 21 Apr, 2023 10 commits
  6. 20 Apr, 2023 7 commits
  7. 19 Apr, 2023 4 commits
    • 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
    • superhero-7's avatar
      Modified altdiffusion pipline to support altdiffusion-m18 (#2993) · a4c91be7
      superhero-7 authored
      
      
      * Modified altdiffusion pipline to support altdiffusion-m18
      
      * Modified altdiffusion pipline to support altdiffusion-m18
      
      * Modified altdiffusion pipline to support altdiffusion-m18
      
      * Modified altdiffusion pipline to support altdiffusion-m18
      
      * Modified altdiffusion pipline to support altdiffusion-m18
      
      * Modified altdiffusion pipline to support altdiffusion-m18
      
      * Modified altdiffusion pipline to support altdiffusion-m18
      
      ---------
      Co-authored-by: default avatarroot <fulong_ye@163.com>
      a4c91be7
    • hwuebben's avatar
      Update pipeline_stable_diffusion_inpaint_legacy.py (#2903) · 3becd368
      hwuebben authored
      
      
      * Update pipeline_stable_diffusion_inpaint_legacy.py
      
      * fix preprocessing of Pil images with adequate batch size
      
      * revert map
      
      * add tests
      
      * reformat
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      * next try to fix the style
      
      * wth is this
      
      * Update testing_utils.py
      
      * Update testing_utils.py
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      * Update test_stable_diffusion_inpaint_legacy.py
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      3becd368
    • Chanchana Sornsoontorn's avatar
      Correct `Transformer2DModel.forward` docstring (#3074) · c8fdfe45
      Chanchana Sornsoontorn authored
      ️chore(transformer_2d) update function signature for encoder_hidden_states
      c8fdfe45