mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 17:42:58 +08:00
Fix custom nodes import error. (#10747)
This should fix the import errors but will break if the custom nodes actually try to use the class.
This commit is contained in:
parent
f60923590c
commit
443056c401
@ -7,6 +7,9 @@ from comfy.ldm.flux.layers import (
|
|||||||
ModulationOut,
|
ModulationOut,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# TODO: remove this in a few months
|
||||||
|
SingleStreamBlock = None
|
||||||
|
DoubleStreamBlock = None
|
||||||
|
|
||||||
|
|
||||||
class ChromaModulationOut(ModulationOut):
|
class ChromaModulationOut(ModulationOut):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user