"docs/vscode:/vscode.git/clone" did not exist on "aa0531fa8d360017a3433dc2aa4bd51d3b0aa389"
  1. 27 Jun, 2024 4 commits
    • Mathis Koroglu's avatar
      Motion Model / Adapter versatility (#8301) · 3e0d128d
      Mathis Koroglu authored
      * Motion Model / Adapter versatility
      
      - allow to use a different number of layers per block
      - allow to use a different number of transformer per layers per block
      - allow a different number of motion attention head per block
      - use dropout argument in get_down/up_block in 3d blocks
      
      * Motion Model added arguments renamed & refactoring
      
      * Add test for asymmetric UNetMotionModel
      3e0d128d
    • vincedovy's avatar
      Fix json WindowsPath crash (#8662) · a536e775
      vincedovy authored
      
      
      * Add check for WindowsPath in to_json_string
      
      On Windows, os.path.join returns a WindowsPath. to_json_string does not convert this from a WindowsPath to a string. Added check for WindowsPath to to_json_saveable.
      
      * Remove extraneous convert to string in test_check_path_types (tests/others/test_config.py)
      
      * Fix style issues in tests/others/test_config.py
      
      * Add unit test to test_config.py to verify that PosixPath and WindowsPath (depending on system) both work when converted to JSON
      
      * Remove distinction between PosixPath and WindowsPath in ConfigMixIn.to_json_string(). Conditional now tests for Path, and uses Path.as_posix() to convert to string.
      
      ---------
      Co-authored-by: default avatarVincent Dovydaitis <vincedovy@gmail.com>
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      a536e775
    • Álvaro Somoza's avatar
      Modify FlowMatch Scale Noise (#8678) · 3b01d72a
      Álvaro Somoza authored
      * initial fix
      
      * apply suggestion
      
      * delete step_index line
      3b01d72a
    • Sayak Paul's avatar
      [LoRA] fix conversion utility so that lora dora loads correctly (#8688) · adbb0486
      Sayak Paul authored
      fix conversion utility so that lora dora loads correctly
      adbb0486
  2. 26 Jun, 2024 5 commits
  3. 25 Jun, 2024 2 commits
  4. 24 Jun, 2024 6 commits
  5. 23 Jun, 2024 1 commit
  6. 22 Jun, 2024 1 commit
  7. 21 Jun, 2024 4 commits
  8. 20 Jun, 2024 1 commit
  9. 19 Jun, 2024 2 commits
  10. 18 Jun, 2024 10 commits
  11. 17 Jun, 2024 1 commit
  12. 16 Jun, 2024 1 commit
  13. 13 Jun, 2024 2 commits