Skip to content

Incompatibility with python 3.11 #58

@ermanitu

Description

@ermanitu

When executing and script with DeepFuze TTS node, I get the error No module named 'trainer'. I know this error comes with incompatibility with TTS CosyVoice, but if I go back to python 3.10 multiple incompatibilities with modern ComfyUI arrives.

Some workaround?

got prompt
stdout:
stderr: Traceback (most recent call last):
File "/home/paco/genAI/ComfyUI/custom_nodes/ComfyUI-DeepFuze/tts_generation.py", line 10, in
from TTS.api import TTS
File "/home/paco/genAI/ComfyUI/custom_nodes/ComfyUI-DeepFuze/TTS/api.py", line 10, in
from TTS.utils.manage import ModelManager
File "/home/paco/genAI/ComfyUI/custom_nodes/ComfyUI-DeepFuze/TTS/utils/manage.py", line 14, in
from TTS.config import load_config, read_json_with_comments
File "/home/paco/genAI/ComfyUI/custom_nodes/ComfyUI-DeepFuze/TTS/config/init.py", line 10, in
from TTS.config.shared_configs import *
File "/home/paco/genAI/ComfyUI/custom_nodes/ComfyUI-DeepFuze/TTS/config/shared_configs.py", line 5, in
from trainer import TrainerConfig
ModuleNotFoundError: No module named 'trainer'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions