Buckets:
| """Top-level package for basic_data_handling.""" | |
| __all__ = [ | |
| "NODE_CLASS_MAPPINGS", | |
| "NODE_DISPLAY_NAME_MAPPINGS", | |
| "WEB_DIRECTORY", | |
| ] | |
| try: | |
| # For ComfyUI | |
| from .src.basic_data_handling import NODE_CLASS_MAPPINGS | |
| from .src.basic_data_handling import NODE_DISPLAY_NAME_MAPPINGS | |
| except ImportError: | |
| # For running tests | |
| from src.basic_data_handling import NODE_CLASS_MAPPINGS | |
| from src.basic_data_handling import NODE_DISPLAY_NAME_MAPPINGS | |
| WEB_DIRECTORY = "./web" | |
Xet Storage Details
- Size:
- 496 Bytes
- Xet hash:
- 441e536aa1dd82efae934cf6fcb3844587ccfb39a30df6e8a894697d406ef5fc
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.