From 97ed0f209f30164809e66f5a0143aaf9c9c555a8 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 5 Apr 2026 19:59:17 +0200 Subject: [PATCH] fix: rename node id to comfyui-omnivoice-fel (comfyui-omnivoice is taken) Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f345b7..6edcedf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "comfyui-omnivoice" +name = "comfyui-omnivoice-fel" description = "ComfyUI nodes for OmniVoice — multilingual zero-shot TTS with voice cloning, voice design, EPUB loading, and voice mixing." version = "1.0.0" license = { text = "GPL-3.0-only" }