mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-03 16:45:55 +02:00
Use safetensors as the default model instead of ckpt
This commit is contained in:
parent
7a9d25fb4f
commit
5285e8f5e8
@ -36,7 +36,7 @@ MODEL_EXTENSIONS = {
|
||||
}
|
||||
DEFAULT_MODELS = {
|
||||
"stable-diffusion": [
|
||||
{"file_name": "sd-v1-4.ckpt", "model_id": "1.4"},
|
||||
{"file_name": "sd-v1-5.safetensors", "model_id": "1.5-pruned-emaonly-fp16"},
|
||||
],
|
||||
"gfpgan": [
|
||||
{"file_name": "GFPGANv1.4.pth", "model_id": "1.4"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user