DungeonCrawler/comfyui-audio/comfyui_audiocraft/__init__.py
Andre 2cf3c613fd AudioPreview: Frontend JS für Audio-Player im Node
Rendert einen HTML5 Audio-Player direkt im AudioPreview-Node
nach der Generierung. Inkl. Download-Link.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:29:00 +01:00

5 lines
174 B
Python

from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
WEB_DIRECTORY = "./web"
__all__ = ["NODE_CLASS_MAPPINGS", "NODE_DISPLAY_NAME_MAPPINGS", "WEB_DIRECTORY"]