Files
Austin Mroz a9d08964ad Migrate latent preview code, embed in KSampler
Latent video previews are now properly supported on the frontend without
the need for making manual changes.

Further testing/polish is still needed.
2024-12-04 20:00:00 -06:00

10 lines
398 B
Python
Executable File

from .videohelpersuite.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
import folder_paths
from .videohelpersuite.server import server
from .videohelpersuite import documentation
from .videohelpersuite import latent_preview
WEB_DIRECTORY = "./web"
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]
documentation.format_descriptions(NODE_CLASS_MAPPINGS)