mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac: sft -> default to safetensors
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user