mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20: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": {
|
||||
"inputs": {
|
||||
"vae_name": "ae.sft"
|
||||
"vae_name": "ae.safetensors"
|
||||
},
|
||||
"class_type": "VAELoader"
|
||||
},
|
||||
|
|
@ -184,7 +184,7 @@ FLUX_DEFAULT_PROMPT = """
|
|||
},
|
||||
"12": {
|
||||
"inputs": {
|
||||
"unet_name": "flux1-dev.sft",
|
||||
"unet_name": "flux1-dev.safetensors",
|
||||
"weight_dtype": "default"
|
||||
},
|
||||
"class_type": "UNETLoader"
|
||||
|
|
|
|||
Loading…
Reference in a new issue