mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
refac: sft
-> default to safetensors
This commit is contained in:
parent
30c44d431b
commit
e1e69cfbcb
@ -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 New Issue
Block a user