"src/array/vscode:/vscode.git/clone" did not exist on "fa343873a87dadbc64f08f3b247f8be7fc9f94ff"
  1. 15 Nov, 2022 1 commit
  2. 08 Nov, 2022 2 commits
  3. 31 Oct, 2022 2 commits
  4. 24 Oct, 2022 1 commit
  5. 05 Oct, 2022 1 commit
  6. 27 Sep, 2022 1 commit
    • Pedro Cuenca's avatar
      Fix `main`: stable diffusion pipelines cannot be loaded (#655) · 235770dd
      Pedro Cuenca authored
      * Replace deprecation warning f-string with class name.
      
      When `__repr__` is invoked in the instance serialization of
      `config_dict` fails, because it contains `kwargs` of type `<class
      inspect._empty>`.
      
      * Revert "Replace deprecation warning f-string with class name."
      
      This reverts commit 1c4eb8cb104374bd84e43865fc3865862473799c.
      
      * Do not attempt to register `"kwargs"` as an attribute.
      
      Otherwise serialization could fail.
      This may happen for other attributes, so we should create a better
      solution.
      235770dd
  7. 22 Sep, 2022 1 commit
  8. 21 Sep, 2022 2 commits
    • 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
    • Pedro Cuenca's avatar
      Allow dtype to be specified in Flax pipeline (#600) · fb2fbab1
      Pedro Cuenca authored
      * Fix typo in docstring.
      
      * Allow dtype to be overridden on model load.
      
      This may be a temporary solution until #567 is addressed.
      
      * Create latents in float32
      
      The denoising loop always computes the next step in float32, so this
      would fail when using `bfloat16`.
      fb2fbab1
  9. 19 Sep, 2022 1 commit
  10. 17 Sep, 2022 1 commit
  11. 16 Sep, 2022 1 commit
  12. 14 Sep, 2022 1 commit
  13. 13 Sep, 2022 1 commit
  14. 08 Sep, 2022 1 commit
  15. 01 Sep, 2022 1 commit
  16. 17 Aug, 2022 1 commit
  17. 21 Jul, 2022 1 commit
  18. 20 Jul, 2022 2 commits
  19. 19 Jul, 2022 2 commits
  20. 15 Jul, 2022 1 commit
  21. 14 Jul, 2022 1 commit
  22. 20 Jun, 2022 1 commit
  23. 17 Jun, 2022 3 commits
  24. 15 Jun, 2022 1 commit
  25. 14 Jun, 2022 2 commits
  26. 13 Jun, 2022 1 commit
  27. 12 Jun, 2022 1 commit
  28. 09 Jun, 2022 3 commits
  29. 08 Jun, 2022 1 commit
  30. 07 Jun, 2022 1 commit