support more t5 quants (#1482)

lets hope this is the last time that people randomly invent new state dict key formats
This commit is contained in:
lllyasviel
2024-08-24 12:47:49 -07:00
committed by GitHub
parent 0f3309eb3d
commit f82029c5cf
4 changed files with 73 additions and 33 deletions

View File

@@ -139,7 +139,7 @@ def refresh_models():
shared_items.refresh_checkpoints()
ckpt_list = shared_items.list_checkpoint_tiles(shared.opts.sd_checkpoint_dropdown_use_short)
file_extensions = ['ckpt', 'pt', 'bin', 'safetensors']
file_extensions = ['ckpt', 'pt', 'bin', 'safetensors', 'gguf']
module_list.clear()