mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-21 23:09:19 +00:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user