mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
refac: sft -> default to safetensors
This commit is contained in:
parent
30c44d431b
commit
e1e69cfbcb
1 changed files with 2 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ FLUX_DEFAULT_PROMPT = """
|
||||||
},
|
},
|
||||||
"10": {
|
"10": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"vae_name": "ae.sft"
|
"vae_name": "ae.safetensors"
|
||||||
},
|
},
|
||||||
"class_type": "VAELoader"
|
"class_type": "VAELoader"
|
||||||
},
|
},
|
||||||
|
|
@ -184,7 +184,7 @@ FLUX_DEFAULT_PROMPT = """
|
||||||
},
|
},
|
||||||
"12": {
|
"12": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"unet_name": "flux1-dev.sft",
|
"unet_name": "flux1-dev.safetensors",
|
||||||
"weight_dtype": "default"
|
"weight_dtype": "default"
|
||||||
},
|
},
|
||||||
"class_type": "UNETLoader"
|
"class_type": "UNETLoader"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue