1. 27 Mar, 2023 1 commit
  2. 23 Mar, 2023 2 commits
    • Sayak Paul's avatar
      [Examples] InstructPix2Pix instruct training script (#2478) · 9dc84448
      Sayak Paul authored
      
      
      * add: initial implementation of the pix2pix instruct training script.
      
      * shorten cli arg.
      
      * fix: main process check.
      
      * fix: dataset column names.
      
      * simplify tokenization.
      
      * proper placement of null conditions.
      
      * apply styling.
      
      * remove debugging message for conditioning do.
      
      * complete license.
      
      * add: requirements.tzt
      
      * wandb column name order.
      
      * fix: augmentation.
      
      * change: dataset_id.
      
      * fix: convert_to_np() call.
      
      * fix: reshaping.
      
      * fix: final ema copy.
      
      * Apply suggestions from code review
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * address PR comments.
      
      * add: readme details.
      
      * config fix.
      
      * downgrade version.
      
      * reduce image width in the readme.
      
      * note on hyperparameters during generation.
      
      * add: output images.
      
      * update readme.
      
      * minor edits to readme.
      
      * debugging statement.
      
      * explicitly placement of the pipeline.
      
      * bump minimum diffusers version.
      
      * fix: device attribute error.
      
      * weight dtype.
      
      * debugging.
      
      * add dtype inform.
      
      * add seoarate te and vae.
      
      * add: explicit casting/
      
      * remove casting.
      
      * up.
      
      * up 2.
      
      * up 3.
      
      * autocast.
      
      * disable mixed-precision in the final inference.
      
      * debugging information.
      
      * autocasting.
      
      * add: instructpix2pix training section to the docs.
      
      * Empty-Commit
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      9dc84448
    • Haofan Wang's avatar
      Support for Offset Noise in examples (#2753) · e0d8c9ef
      Haofan Wang authored
      * add noise offset
      
      * make style
      e0d8c9ef
  3. 03 Mar, 2023 2 commits
  4. 01 Mar, 2023 1 commit
  5. 17 Feb, 2023 5 commits
  6. 16 Feb, 2023 4 commits
  7. 07 Feb, 2023 2 commits
  8. 26 Jan, 2023 1 commit
  9. 25 Jan, 2023 3 commits
  10. 24 Jan, 2023 1 commit
  11. 23 Jan, 2023 1 commit
  12. 20 Jan, 2023 1 commit
  13. 19 Jan, 2023 1 commit
  14. 18 Jan, 2023 1 commit
  15. 04 Jan, 2023 1 commit
  16. 02 Jan, 2023 2 commits
  17. 30 Dec, 2022 2 commits
  18. 27 Dec, 2022 2 commits
  19. 15 Dec, 2022 1 commit
  20. 10 Dec, 2022 1 commit
  21. 09 Dec, 2022 1 commit
  22. 06 Dec, 2022 1 commit
  23. 05 Dec, 2022 1 commit
  24. 28 Nov, 2022 1 commit
    • Suraj Patil's avatar
      v-prediction training support (#1455) · 6c56f050
      Suraj Patil authored
      * add get_velocity
      
      * add v prediction for training
      
      * fix saving
      
      * add revision arg
      
      * fix saving
      
      * save checkpoints dreambooth
      
      * fix saving embeds
      
      * add instruction in readme
      
      * quality
      
      * noise_pred -> model_pred
      6c56f050
  25. 22 Nov, 2022 1 commit