Fix custom nodes import error.

This should fix the import errors but will break if the custom nodes actually try to use the class.
This commit is contained in:
comfyanonymous 2025-11-14 03:25:38 -05:00 committed by GitHub
parent f60923590c
commit 438c3a650c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,9 @@ from comfy.ldm.flux.layers import (
ModulationOut,
)
# TODO: remove this in a few months
SingleStreamBlock = None
DoubleStreamBlock = None
class ChromaModulationOut(ModulationOut):