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
1c5fe809
"vscode:/vscode.git/clone" did not exist on "94f67dd3a0b5fbd8c0d0a84107cc5e6bd75bf3c8"
Commit
1c5fe809
authored
Feb 17, 2023
by
Hacker 17082006
Browse files
.
parent
e1a04797
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nodes.py
nodes.py
+1
-1
No files found.
nodes.py
View file @
1c5fe809
...
...
@@ -11,7 +11,6 @@ from PIL.PngImagePlugin import PngInfo
import
numpy
as
np
sys
.
path
.
insert
(
0
,
os
.
path
.
join
(
sys
.
path
[
0
],
"comfy"
))
sys
.
dont_write_bytecode
=
True
#No __pycache__ plz
import
comfy.samplers
...
...
@@ -606,6 +605,7 @@ def load_custom_nodes():
#Comment out these two lines if you want to test
possible_modules
.
remove
(
"example.py"
)
possible_modules
.
remove
(
"example_folder"
)
possible_modules
.
remove
(
"__pycache__"
)
except
ValueError
:
pass
for
possible_module
in
possible_modules
:
module_path
=
os
.
path
.
join
(
CUSTOM_NODE_PATH
,
possible_module
)
...
...
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