StupidGame's picture
Upload 1941 files
baa8e90
raw
history blame contribute delete
248 Bytes
# only import if running as a custom node
try:
import comfy.utils
except ImportError:
pass
else:
from .comfy_latent_upscaler import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
__all__ = ['NODE_CLASS_MAPPINGS', 'NODE_DISPLAY_NAME_MAPPINGS']