fix: add install.py to prevent omnivoice from overwriting ComfyUI's torch

This commit is contained in:
2026-04-05 14:53:33 +02:00
parent b273f8f2d7
commit f647a24988
3 changed files with 38 additions and 5 deletions
+3 -1
View File
@@ -1 +1,3 @@
omnivoice
# Dependencies are managed by install.py to avoid overwriting ComfyUI's torch.
# omnivoice pins torch==2.8.* (CUDA 12.8) which would break ComfyUI's torch build.
# Do not add omnivoice here — install.py handles it with --no-deps.