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