1. 21 Sep, 2022 1 commit
    • Pedro Cuenca's avatar
      Return Flax scheduler state (#601) · a9fdb3de
      Pedro Cuenca authored
      * Optionally return state in from_config.
      
      Useful for Flax schedulers.
      
      * has_state is now a property, make check more strict.
      
      I don't check the class is `SchedulerMixin` to prevent circular
      dependencies. It should be enough that the class name starts with "Flax"
      the object declares it "has_state" and the "create_state" exists too.
      
      * Use state in pipeline from_pretrained.
      
      * Make style
      a9fdb3de
  2. 20 Sep, 2022 2 commits
  3. 19 Sep, 2022 1 commit
  4. 15 Sep, 2022 1 commit
    • Kashif Rasul's avatar
      Karras VE, DDIM and DDPM flax schedulers (#508) · b34be039
      Kashif Rasul authored
      * beta never changes removed from state
      
      * fix typos in docs
      
      * removed unused var
      
      * initial ddim flax scheduler
      
      * import
      
      * added dummy objects
      
      * fix style
      
      * fix typo
      
      * docs
      
      * fix typo in comment
      
      * set return type
      
      * added flax ddom
      
      * fix style
      
      * remake
      
      * pass PRNG key as argument and split before use
      
      * fix doc string
      
      * use config
      
      * added flax Karras VE scheduler
      
      * make style
      
      * fix dummy
      
      * fix ndarray type annotation
      
      * replace returns a new state
      
      * added lms_discrete scheduler
      
      * use self.config
      
      * add_noise needs state
      
      * use config
      
      * use config
      
      * docstring
      
      * added flax score sde ve
      
      * fix imports
      
      * fix typos
      b34be039
  5. 14 Sep, 2022 1 commit
  6. 13 Sep, 2022 2 commits
  7. 08 Sep, 2022 2 commits
  8. 05 Sep, 2022 1 commit
  9. 04 Sep, 2022 1 commit
  10. 30 Aug, 2022 1 commit
  11. 16 Aug, 2022 2 commits
  12. 21 Jul, 2022 2 commits
  13. 20 Jul, 2022 1 commit
  14. 18 Jul, 2022 2 commits
  15. 15 Jul, 2022 2 commits
  16. 29 Jun, 2022 2 commits
  17. 27 Jun, 2022 1 commit
  18. 22 Jun, 2022 1 commit
  19. 20 Jun, 2022 3 commits
  20. 17 Jun, 2022 4 commits
  21. 13 Jun, 2022 6 commits
  22. 12 Jun, 2022 1 commit