Commit e1e69cfb authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: `sft` -> default to `safetensors`

parent 30c44d43
...@@ -170,7 +170,7 @@ FLUX_DEFAULT_PROMPT = """ ...@@ -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 = """ ...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment