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
ComfyUI
Commits
5d08802f
Commit
5d08802f
authored
Apr 19, 2024
by
comfyanonymous
Browse files
Sync some minor changes from the other repo.
parent
c59fe9f2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
execution.py
execution.py
+1
-1
folder_paths.py
folder_paths.py
+1
-1
No files found.
execution.py
View file @
5d08802f
...
@@ -176,7 +176,7 @@ def recursive_execute(server, prompt, outputs, current_item, extra_data, execute
...
@@ -176,7 +176,7 @@ def recursive_execute(server, prompt, outputs, current_item, extra_data, execute
for
node_id
,
node_outputs
in
outputs
.
items
():
for
node_id
,
node_outputs
in
outputs
.
items
():
output_data_formatted
[
node_id
]
=
[[
format_value
(
x
)
for
x
in
l
]
for
l
in
node_outputs
]
output_data_formatted
[
node_id
]
=
[[
format_value
(
x
)
for
x
in
l
]
for
l
in
node_outputs
]
logging
.
error
(
"!!! Exception during processing
!!!"
)
logging
.
error
(
f
"!!! Exception during processing!!!
{
ex
}
"
)
logging
.
error
(
traceback
.
format_exc
())
logging
.
error
(
traceback
.
format_exc
())
error_details
=
{
error_details
=
{
...
...
folder_paths.py
View file @
5d08802f
...
@@ -2,7 +2,7 @@ import os
...
@@ -2,7 +2,7 @@ import os
import
time
import
time
import
logging
import
logging
supported_pt_extensions
=
set
([
'.ckpt'
,
'.pt'
,
'.bin'
,
'.pth'
,
'.safetensors'
])
supported_pt_extensions
=
set
([
'.ckpt'
,
'.pt'
,
'.bin'
,
'.pth'
,
'.safetensors'
,
'.pkl'
])
folder_names_and_paths
=
{}
folder_names_and_paths
=
{}
...
...
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