mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-05 17:36:49 +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 = {
|
DEFAULT_MODELS = {
|
||||||
"stable-diffusion": [
|
"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": [
|
"gfpgan": [
|
||||||
{"file_name": "GFPGANv1.4.pth", "model_id": "1.4"},
|
{"file_name": "GFPGANv1.4.pth", "model_id": "1.4"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user