1. 23 Jan, 2024 3 commits
  2. 22 Jan, 2024 1 commit
  3. 19 Jan, 2024 3 commits
  4. 17 Jan, 2024 2 commits
  5. 16 Jan, 2024 3 commits
  6. 15 Jan, 2024 11 commits
  7. 12 Jan, 2024 7 commits
  8. 11 Jan, 2024 3 commits
  9. 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
  10. 09 Jan, 2024 3 commits
  11. 05 Jan, 2024 3 commits
    • Sayak Paul's avatar
      Rename REAMDE.md to README.md · a483a8ed
      Sayak Paul authored
      a483a8ed
    • Vinh H. Pham's avatar
      [Community Pipeline] Add gluegen (#6433) · 3848606c
      Vinh H. Pham authored
      * init works
      
      * add gluegen pipeline
      
      * add gluegen code
      
      * add another way to load language adapter
      
      * make style
      
      * Update README.md
      
      * change doc
      3848606c
    • 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