"vscode:/vscode.git/clone" did not exist on "656c310e4b8545f0c4785dd8ee68288d2bb978b6"
  1. 30 May, 2025 1 commit
    • Muyang Li's avatar
      feat: single-file model loading (#413) · 5182f8f8
      Muyang Li authored
      * add a script to merge models
      
      * finished
      
      * try to merge t5
      
      * merge the config into meta files
      
      * rewrite the t5 model loading
      
      * consider the case of subfolder
      
      * merged the qencoder files
      
      * make the linter happy and fix the tests
      
      * pass tests
      
      * add deprecation messages
      
      * add a script to merge models
      
      * schnell script runnable
      
      * update sana
      
      * modify the model paths
      
      * fix the model paths
      
      * style: make the linter happy
      
      * remove the debugging assertion
      
      * chore: fix the qencoder lpips
      
      * fix the lpips
      5182f8f8
  2. 23 May, 2025 1 commit
    • ZIAN HU's avatar
      feat: upgrade the 4-bit quantized T5 encoder (#320) · 0ade163c
      ZIAN HU authored
      
      
      * Updating quantized t5 encoder
      
      * Fix formatting based on pre-commit hook
      
      * Update test cases
      
      * Fixing linter issue
      
      * Fix linter reformatting
      
      * support fp4
      
      * style: make linter happy
      
      * update the fp4 lpips
      
      * Prevent downloading original t5 model
      
      * Make sure model in eval mode
      
      ---------
      Co-authored-by: default avatarmuyangli <lmxyy1999@foxmail.com>
      0ade163c