"torchvision/models/vscode:/vscode.git/clone" did not exist on "1d6145d1460c80b360a69b3a004c271d370c1d6e"
  1. 25 Mar, 2024 1 commit
    • 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
  2. 20 Mar, 2024 1 commit
  3. 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
  4. 13 Mar, 2024 1 commit
  5. 06 Mar, 2024 1 commit
  6. 05 Mar, 2024 1 commit
    • iczaw's avatar
      [Community] PromptDiffusion Pipeline (#6752) · 6246c70d
      iczaw authored
      
      
      * Create promptdiffusioncontrolnet.py
      
      * Update __init__.py
      
      Added PromptDiffusionControlNetModel
      
      * Update __init__.py
      
      Added PromptDiffusionControlNetModel
      
      * Update promptdiffusioncontrolnet.py
      
      * Create pipeline_prompt_diffusion.py
      
      Added Prompt Diffusion pipeline.
      
      * Create convert_original_promptdiffusion_to_diffusers.py
      
      * Update convert_from_ckpt.py
      
      Added download_promptdiffusion_from_original_ckpt, convert_promptdiffusion_checkpoint
      
      * Update promptdiffusioncontrolnet.py
      
      * Update pipeline_prompt_diffusion.py
      
      * Update README.md
      
      * Update pipeline_prompt_diffusion.py
      
      * Delete src/diffusers/models/promptdiffusioncontrolnet.py
      
      * Update __init__.py
      
      * Update __init__.py
      
      * Delete scripts/convert_original_promptdiffusion_to_diffusers.py
      
      * Update convert_from_ckpt.py
      
      * Update README.md
      
      * Delete examples/community/pipeline_prompt_diffusion.py
      
      * Create README.md
      
      * Create promptdiffusioncontrolnet.py
      
      * Create convert_original_promptdiffusion_to_diffusers.py
      
      * Create pipeline_prompt_diffusion.py
      
      * Update README.md
      
      * Update pipeline_prompt_diffusion.py
      
      * Update README.md
      
      * Update pipeline_prompt_diffusion.py
      
      * Update convert_original_promptdiffusion_to_diffusers.py
      
      * Update promptdiffusioncontrolnet.py
      
      * Update README.md
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      6246c70d
  7. 04 Mar, 2024 1 commit
    • Linoy Tsaban's avatar
      [training scripts] add tags of diffusers-training (#7206) · 8da360aa
      Linoy Tsaban authored
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add tags for diffusers training
      
      * add dora tags for drambooth lora scripts
      
      * style
      8da360aa
  8. 28 Feb, 2024 1 commit
  9. 16 Feb, 2024 1 commit
  10. 09 Feb, 2024 1 commit
  11. 08 Feb, 2024 1 commit
  12. 31 Jan, 2024 2 commits
  13. 28 Jan, 2024 1 commit
  14. 27 Jan, 2024 1 commit
  15. 26 Jan, 2024 1 commit
    • dg845's avatar
      Add Community Example Consistency Training Script (#6717) · b4220e97
      dg845 authored
      
      
      * initial commit for unconditional/class-conditional consistency training script
      
      * make style
      
      * Add entry for consistency training script in community README.
      
      * Move consistency training script from community to research_projects/consistency_training
      
      * Add requirements.txt and README to research_projects/consistency_training directory.
      
      * Manually revert community README changes for consistency training.
      
      * Fix path to script after moving script to research projects.
      
      * Add option to load U-Net weights from pretrained model.
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      b4220e97
  16. 24 Jan, 2024 1 commit
  17. 23 Jan, 2024 1 commit
    • Sayak Paul's avatar
      [Big refactor] move unets to `unets` module 🦋 (#6630) · 1f0705ad
      Sayak Paul authored
      * move unets to  module 🦋
      
      * parameterize unet-level import.
      
      * fix flax unet2dcondition model import
      
      * models __init__
      
      * mildly depcrecating models.unet_2d_blocks in favor of models.unets.unet_2d_blocks.
      
      * noqa
      
      * correct depcrecation behaviour
      
      * inherit from the actual classes.
      
      * Empty-Commit
      
      * backwards compatibility for unet_2d.py
      
      * backward compatibility for unet_2d_condition
      
      * bc for unet_1d
      
      * bc for unet_1d_blocks
      1f0705ad
  18. 22 Jan, 2024 1 commit
  19. 15 Jan, 2024 1 commit
  20. 12 Jan, 2024 1 commit
  21. 10 Jan, 2024 1 commit
    • Rahul Raman's avatar
      example: Train Instruct pix2 pix with lora implementation (#6469) · 2d1f2182
      Rahul Raman authored
      
      
      * base template file - train_instruct_pix2pix.py
      
      * additional import and parser argument requried for lora
      
      * finetune only instructpix2pix model -- no need to include these layers
      
      * inject lora layers
      
      * freeze unet model -- only lora layers are trained
      
      * training modifications to train only lora parameters
      
      * store only lora parameters
      
      * move train script to research project
      
      * run quality and style code checks
      
      * move train script to a new folder
      
      * add README
      
      * update README
      
      * update references in README
      
      ---------
      Co-authored-by: default avatarRahul Raman <rahulraman@gmail.com>
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      2d1f2182
  22. 05 Jan, 2024 2 commits
    • Sayak Paul's avatar
      Rename REAMDE.md to README.md · a483a8ed
      Sayak Paul authored
      a483a8ed
    • Sayak Paul's avatar
      [Experimental] Diffusion LoRA DPO training (#6422) · 2a97067b
      Sayak Paul authored
      * add: experimental script for diffusion dpo training.
      
      * random_crop cli.
      
      * fix: caption tokenization.
      
      * fix: pixel_values index.
      
      * fix: grad?
      
      * debug
      
      * fix: reduction.
      
      * fixes in the loss calculation.
      
      * style
      
      * fix: unwrap call.
      
      * fix: validation inference.
      
      * add: initial sdxl script
      
      * debug
      
      * make sure images in the tuple are of same res
      
      * fix model_max_length
      
      * report print
      
      * boom
      
      * fix: numerical issues.
      
      * fix: resolution
      
      * comment about resize.
      
      * change the order of the training transformation.
      
      * save call.
      
      * debug
      
      * remove print
      
      * manually detaching necessary?
      
      * use the same vae for validation.
      
      * add: readme.
      2a97067b
  23. 03 Jan, 2024 1 commit
  24. 29 Dec, 2023 2 commits
  25. 27 Dec, 2023 1 commit
  26. 21 Dec, 2023 1 commit
  27. 11 Dec, 2023 1 commit
  28. 06 Dec, 2023 1 commit
  29. 20 Nov, 2023 1 commit
  30. 17 Nov, 2023 1 commit
  31. 13 Nov, 2023 2 commits
  32. 30 Oct, 2023 1 commit
  33. 16 Oct, 2023 2 commits
  34. 05 Oct, 2023 1 commit
  35. 03 Oct, 2023 1 commit