mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-23 08:43:42 +01:00
Use 1.4 by default, instead of 1.5
This commit is contained in:
parent
716f30fecb
commit
5fe3acd44b
@ -37,7 +37,7 @@ MODEL_EXTENSIONS = {
|
|||||||
}
|
}
|
||||||
DEFAULT_MODELS = {
|
DEFAULT_MODELS = {
|
||||||
"stable-diffusion": [
|
"stable-diffusion": [
|
||||||
{"file_name": "sd-v1-5.safetensors", "model_id": "1.5-pruned-emaonly-fp16"},
|
{"file_name": "sd-v1-4.ckpt", "model_id": "1.4"},
|
||||||
],
|
],
|
||||||
"gfpgan": [
|
"gfpgan": [
|
||||||
{"file_name": "GFPGANv1.4.pth", "model_id": "1.4"},
|
{"file_name": "GFPGANv1.4.pth", "model_id": "1.4"},
|
||||||
|
Loading…
Reference in New Issue
Block a user