feat: scaffold ComfyUI-Omnivoice node package

This commit is contained in:
2026-04-05 08:43:17 +02:00
commit 0ed43a83ca
6 changed files with 24 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from .loader import OmniVoiceModelLoader
from .generator import OmniVoiceGenerate
__all__ = ["OmniVoiceModelLoader", "OmniVoiceGenerate"]