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
80628669
Commit
80628669
authored
Aug 02, 2024
by
Timothy J. Baek
Browse files
chore: format
parent
99530358
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
backend/apps/images/main.py
backend/apps/images/main.py
+1
-0
backend/apps/images/utils/comfyui.py
backend/apps/images/utils/comfyui.py
+4
-2
No files found.
backend/apps/images/main.py
View file @
80628669
...
...
@@ -92,6 +92,7 @@ app.state.config.COMFYUI_FLUX = COMFYUI_FLUX
app
.
state
.
config
.
COMFYUI_FLUX_WEIGHT_DTYPE
=
COMFYUI_FLUX_WEIGHT_DTYPE
app
.
state
.
config
.
COMFYUI_FLUX_FP8_CLIP
=
COMFYUI_FLUX_FP8_CLIP
def
get_automatic1111_api_auth
():
if
app
.
state
.
config
.
AUTOMATIC1111_API_AUTH
==
None
:
return
""
...
...
backend/apps/images/utils/comfyui.py
View file @
80628669
...
...
@@ -375,9 +375,11 @@ def comfyui_generate_image(
if
payload
.
flux_weight_dtype
:
comfyui_prompt
[
"12"
][
"inputs"
][
"weight_dtype"
]
=
payload
.
flux_weight_dtype
if
payload
.
flux_fp8_clip
:
comfyui_prompt
[
"11"
][
"inputs"
][
"clip_name2"
]
=
"t5xxl_fp8_e4m3fn.safetensors"
comfyui_prompt
[
"11"
][
"inputs"
][
"clip_name2"
]
=
"t5xxl_fp8_e4m3fn.safetensors"
comfyui_prompt
[
"5"
][
"inputs"
][
"batch_size"
]
=
payload
.
n
comfyui_prompt
[
"5"
][
"inputs"
][
"width"
]
=
payload
.
width
...
...
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