"vscode:/vscode.git/clone" did not exist on "5cda8ea521d4b9380972d4a68e151a0ece70fd12"
  1. 25 Mar, 2024 3 commits
    • Sayak Paul's avatar
      [Research Projects] ORPO diffusion for alignment (#7423) · e29f16cf
      Sayak Paul authored
      
      
      * barebones orpo
      
      * remove reference model.
      
      * full implementation
      
      * change default of beta_orpo
      
      * add a training command.
      
      * fix: dataloading issues.
      
      * interpreting the formulation.
      
      * revert styling
      
      * add: wds full blown version
      
      * fix: per_gpu_batch_siz
      
      * start debuggin
      
      * debugging
      
      * remove print
      
      * fix
      
      * remove filter keys.
      
      * turn on non-blocking calls.
      
      * device_placement
      
      * let's see.
      
      * add bigger training run command
      
      * reinitialize generator for fair repro
      
      * add: detailed readme and requirements
      
      ---------
      Co-authored-by: default avatarSayak Paul <sayakpaul@Sayaks-MacBook-Pro-2.local>
      e29f16cf
    • M. Tolga Cangöz's avatar
      [`IP-Adapter`] Fix IP-Adapter Support and Refactor Callback for... · f7dfcfd9
      M. Tolga Cangöz authored
      [`IP-Adapter`] Fix IP-Adapter Support and Refactor Callback for `StableDiffusionPanoramaPipeline` (#7262)
      
      * Add properties and `IPAdapterTesterMixin` tests for `StableDiffusionPanoramaPipeline`
      
      * Update torch manual seed to use `torch.Generator(device=device)`
      
      * Refactor 📞🔙 to support `callback_on_step_end`
      
      * make fix-copies
      f7dfcfd9
    • Sayak Paul's avatar
      Remove `distutils` (#7455) · 3c67864c
      Sayak Paul authored
      * strtobool
      
      * replace Command from setuptools.
      3c67864c
  2. 22 Mar, 2024 2 commits
  3. 21 Mar, 2024 6 commits
  4. 20 Mar, 2024 4 commits
  5. 19 Mar, 2024 12 commits
  6. 18 Mar, 2024 9 commits
  7. 16 Mar, 2024 2 commits
  8. 15 Mar, 2024 1 commit
  9. 14 Mar, 2024 1 commit
    • M. Tolga Cangöz's avatar
      [`Tests`] Update a deprecated parameter in test files and fix several typos (#7277) · 5d848ec0
      M. Tolga Cangöz authored
      * Add properties and `IPAdapterTesterMixin` tests for `StableDiffusionPanoramaPipeline`
      
      * Fix variable name typo and update comments
      
      * Update deprecated `output_type="numpy"` to "np" in test files
      
      * Discard changes to src/diffusers/pipelines/stable_diffusion_panorama/pipeline_stable_diffusion_panorama.py
      
      * Update test_stable_diffusion_panorama.py
      
      * Update numbers in README.md
      
      * Update get_guidance_scale_embedding method to use timesteps instead of w
      
      * Update number of checkpoints in README.md
      
      * Add type hints and fix var name
      
      * Fix PyTorch's convention for inplace functions
      
      * Fix a typo
      
      * Revert "Fix PyTorch's convention for inplace functions"
      
      This reverts commit 74350cf65b2c9aa77f08bec7937d7a8b13edb509.
      
      * Fix typos
      
      * Indent
      
      * Refactor get_guidance_scale_embedding method in LEditsPPPipelineStableDiffusionXL class
      5d848ec0