We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f609235 commit 443056cCopy full SHA for 443056c
comfy/ldm/chroma/layers.py
@@ -7,6 +7,9 @@
7
ModulationOut,
8
)
9
10
+# TODO: remove this in a few months
11
+SingleStreamBlock = None
12
+DoubleStreamBlock = None
13
14
15
class ChromaModulationOut(ModulationOut):
0 commit comments