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
3e22815a
Commit
3e22815a
authored
Feb 08, 2023
by
comfyanonymous
Browse files
Fix k_diffusion not getting imported from the folder.
parent
708138c7
Changes
1
Show 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 @
3e22815a
...
@@ -10,7 +10,7 @@ from PIL import Image
...
@@ -10,7 +10,7 @@ from PIL import Image
from
PIL.PngImagePlugin
import
PngInfo
from
PIL.PngImagePlugin
import
PngInfo
import
numpy
as
np
import
numpy
as
np
sys
.
path
.
append
(
os
.
path
.
join
(
sys
.
path
[
0
],
"comfy"
))
sys
.
path
.
insert
(
0
,
os
.
path
.
join
(
sys
.
path
[
0
],
"comfy"
))
import
comfy.samplers
import
comfy.samplers
...
...
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