Skip to content

Commit 443056c

Browse files
Fix custom nodes import error. (comfyanonymous#10747)
This should fix the import errors but will break if the custom nodes actually try to use the class.
1 parent f609235 commit 443056c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

comfy/ldm/chroma/layers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
ModulationOut,
88
)
99

10+
# TODO: remove this in a few months
11+
SingleStreamBlock = None
12+
DoubleStreamBlock = None
1013

1114

1215
class ChromaModulationOut(ModulationOut):

0 commit comments

Comments
 (0)