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
cdcf2144
Commit
cdcf2144
authored
Aug 03, 2024
by
John Karabudak
Browse files
made the COMFYUI_FLUX_FP8_CLIP environment variable bool instead of str
this should fix #4328
parent
a75a9c95
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/config.py
backend/config.py
+1
-1
No files found.
backend/config.py
View file @
cdcf2144
...
...
@@ -1317,7 +1317,7 @@ COMFYUI_FLUX_WEIGHT_DTYPE = PersistentConfig(
COMFYUI_FLUX_FP8_CLIP
=
PersistentConfig
(
"COMFYUI_FLUX_FP8_CLIP"
,
"image_generation.comfyui.flux_fp8_clip"
,
os
.
get
env
(
"COMFYUI_FLUX_FP8_CLIP"
,
""
),
os
.
env
iron
.
get
(
"COMFYUI_FLUX_FP8_CLIP"
,
""
)
.
lower
()
==
"true"
,
)
IMAGES_OPENAI_API_BASE_URL
=
PersistentConfig
(
...
...
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