1. 16 Jan, 2023 2 commits
  2. 13 Jan, 2023 1 commit
    • Vladimir Sotnikov's avatar
      [SD Img2Img] resize source images to multiple of 8 instead of 32 (#1571) · 9b37ed33
      Vladimir Sotnikov authored
      
      
      * [Stable Diffusion Img2Img] resize source images to integer multiple of 8 instead of 32
      
      * [Alt Diffusion Img2Img] resize source images to multiple of 8 instead of 32
      
      * [Img2Img] fix AltDiffusion Img2Img resolution test
      
      * [Img2Img] add Stable Diffusion Img2Img resolution test
      
      * [Cycle Diffusion] round resolution to multiplies of 8 instead of 32
      
      * [ONNX SD Img2Img] round resolution to multiplies of 64 instead of 32
      
      * [SD Depth2Img] round resolution to multiplies of 8 instead of 32
      
      * [Repaint] round resolution to multiplies of 8 instead of 32
      
      * fix make style
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      9b37ed33
  3. 12 Jan, 2023 4 commits
  4. 10 Jan, 2023 1 commit
  5. 05 Jan, 2023 1 commit
  6. 04 Jan, 2023 1 commit
    • Patrick von Platen's avatar
      Improve reproduceability 2/3 (#1906) · 9b638548
      Patrick von Platen authored
      * [Repro] Correct reproducability
      
      * up
      
      * up
      
      * uP
      
      * up
      
      * need better image
      
      * allow conversion from no state dict checkpoints
      
      * up
      
      * up
      
      * up
      
      * up
      
      * check tensors
      
      * check tensors
      
      * check tensors
      
      * check tensors
      
      * next try
      
      * up
      
      * up
      
      * better name
      
      * up
      
      * up
      
      * Apply suggestions from code review
      
      * correct more
      
      * up
      
      * replace all torch randn
      
      * fix
      
      * correct
      
      * correct
      
      * finish
      
      * fix more
      
      * up
      9b638548
  7. 03 Jan, 2023 4 commits
  8. 02 Jan, 2023 2 commits
  9. 01 Jan, 2023 1 commit
  10. 30 Dec, 2022 2 commits
  11. 29 Dec, 2022 1 commit
    • Simon Kirsten's avatar
      Flax: Fix img2img and align with other pipeline (#1824) · ab0e92fd
      Simon Kirsten authored
      
      
      * Flax: Add components function
      
      * Flax: Fix img2img and align with other pipeline
      
      * Flax: Fix PRNGKey type
      
      * Refactor strength to start_timestep
      
      * Fix preprocess images
      
      * Fix processed_images dimen
      
      * latents.shape -> latents_shape
      
      * Fix typo
      
      * Remove "static" comment
      
      * Remove unnecessary optional types in _generate
      
      * Apply doc-builder code style.
      Co-authored-by: default avatarPedro Cuenca <pedro@huggingface.co>
      ab0e92fd
  12. 28 Dec, 2022 1 commit
    • Will Berman's avatar
      unCLIP image variation (#1781) · 53c8147a
      Will Berman authored
      * unCLIP image variation
      
      * remove prior comment re: @pcuenca
      
      * stable diffusion -> unCLIP re: @pcuenca
      
      * add copy froms re: @patil-suraj
      53c8147a
  13. 25 Dec, 2022 1 commit
  14. 24 Dec, 2022 1 commit
  15. 20 Dec, 2022 4 commits
  16. 19 Dec, 2022 11 commits
  17. 18 Dec, 2022 2 commits
    • Will Berman's avatar
      kakaobrain unCLIP (#1428) · 2dcf64b7
      Will Berman authored
      
      
      * [wip] attention block updates
      
      * [wip] unCLIP unet decoder and super res
      
      * [wip] unCLIP prior transformer
      
      * [wip] scheduler changes
      
      * [wip] text proj utility class
      
      * [wip] UnCLIPPipeline
      
      * [wip] kakaobrain unCLIP convert script
      
      * [unCLIP pipeline] fixes re: @patrickvonplaten
      
      remove callbacks
      
      move denoising loops into call function
      
      * UNCLIPScheduler re: @patrickvonplaten
      
      Revert changes to DDPMScheduler. Make UNCLIPScheduler, a modified
      DDPM scheduler with changes to support karlo
      
      * mask -> attention_mask re: @patrickvonplaten
      
      * [DDPMScheduler] remove leftover change
      
      * [docs] PriorTransformer
      
      * [docs] UNet2DConditionModel and UNet2DModel
      
      * [nit] UNCLIPScheduler -> UnCLIPScheduler
      
      matches existing unclip naming better
      
      * [docs] SchedulingUnCLIP
      
      * [docs] UnCLIPTextProjModel
      
      * refactor
      
      * finish licenses
      
      * rename all to attention_mask and prep in models
      
      * more renaming
      
      * don't expose unused configs
      
      * final renaming fixes
      
      * remove x attn mask when not necessary
      
      * configure kakao script to use new class embedding config
      
      * fix copies
      
      * [tests] UnCLIPScheduler
      
      * finish x attn
      
      * finish
      
      * remove more
      
      * rename condition blocks
      
      * clean more
      
      * Apply suggestions from code review
      
      * up
      
      * fix
      
      * [tests] UnCLIPPipelineFastTests
      
      * remove unused imports
      
      * [tests] UnCLIPPipelineIntegrationTests
      
      * correct
      
      * make style
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      2dcf64b7
    • Anton Lozhkov's avatar
      Fix/update the LDM pipeline and tests (#1743) · c2a38ef9
      Anton Lozhkov authored
      * Fix/update LDM tests
      
      * batched generators
      c2a38ef9