1. 10 Oct, 2022 1 commit
    • lowinli's avatar
      debug an exception (#638) · 5af6eed9
      lowinli authored
      
      
      * debug an exception
      
      if dst_path is not a file, it will raise Exception in the function src_path.samefile:
      FileNotFoundError: [Errno 2] No such file or directory: '/home/lilongwei/notebook/onnx_diffusion/vae_decoder/model.onnx'
      
      * Update src/diffusers/onnx_utils.py
      Co-authored-by: default avatarAnton Lozhkov <aglozhkov@gmail.com>
      5af6eed9
  2. 07 Oct, 2022 6 commits
  3. 06 Oct, 2022 13 commits
  4. 05 Oct, 2022 9 commits
  5. 04 Oct, 2022 7 commits
  6. 03 Oct, 2022 4 commits
    • Patrick von Platen's avatar
      [Utils] Add deprecate function and move testing_utils under utils (#659) · f1484b81
      Patrick von Platen authored
      * [Utils] Add deprecate function
      
      * up
      
      * up
      
      * uP
      
      * up
      
      * up
      
      * up
      
      * up
      
      * uP
      
      * up
      
      * fix
      
      * up
      
      * move to deprecation utils file
      
      * fix
      
      * fix
      
      * fix more
      f1484b81
    • Anton Lozhkov's avatar
      [CI] Speed up slow tests (#708) · 1070e1a3
      Anton Lozhkov authored
      * [CI] Localize the HF cache
      
      * pip cache
      
      * de-env
      
      * refactor matrix
      
      * fix fast cache
      
      * less onnx steps
      
      * revert
      
      * revert pip cache
      
      * revert pip cache
      
      * remove debugging trigger
      1070e1a3
    • Patrick von Platen's avatar
      b35bac4d
    • Pedro Cuenca's avatar
      Fix import with Flax but without PyTorch (#688) · 688031c5
      Pedro Cuenca authored
      * Don't use `load_state_dict` if torch is not installed.
      
      * Define `SchedulerOutput` to use torch or flax arrays.
      
      * Don't import LMSDiscreteScheduler without torch.
      
      * Create distinct FlaxSchedulerOutput.
      
      * Additional changes required for FlaxSchedulerMixin
      
      * Do not import torch pipelines in Flax.
      
      * Revert "Define `SchedulerOutput` to use torch or flax arrays."
      
      This reverts commit f653140134b74d9ffec46d970eb46925fe3a409d.
      
      * Prefix Flax scheduler outputs for consistency.
      
      * make style
      
      * FlaxSchedulerOutput is now a dataclass.
      
      * Don't use f-string without placeholders.
      
      * Add blank line.
      
      * Style (docstrings)
      688031c5