Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
e1e69cfb
Commit
e1e69cfb
authored
Aug 13, 2024
by
Timothy J. Baek
Browse files
refac: `sft` -> default to `safetensors`
parent
30c44d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
backend/apps/images/utils/comfyui.py
backend/apps/images/utils/comfyui.py
+2
-2
No files found.
backend/apps/images/utils/comfyui.py
View file @
e1e69cfb
...
@@ -170,7 +170,7 @@ FLUX_DEFAULT_PROMPT = """
...
@@ -170,7 +170,7 @@ FLUX_DEFAULT_PROMPT = """
},
},
"10": {
"10": {
"inputs": {
"inputs": {
"vae_name": "ae.s
ft
"
"vae_name": "ae.s
afetensors
"
},
},
"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.s
ft
",
"unet_name": "flux1-dev.s
afetensors
",
"weight_dtype": "default"
"weight_dtype": "default"
},
},
"class_type": "UNETLoader"
"class_type": "UNETLoader"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment