Hi, thanks for this repository. Unfortunately, it seems there are a couple of issues with the installation instructions that are preventing me from testing it:
1.)
cd ComfyUI/custom_nodes
git clone https://github.com/ShmuelRonen/ComfyUI_ChatterBox.git
But, this repository is ComfyUI_ChatterBox__Voice_, and attempting to run the command above will collide with other implementations of ChatterBox.
2.)
Expected folder structure for bundled approach:
├── models/ # ← Models bundled here (optional)
│ └── chatterbox/
│ ├── conds.pt
│ ├── s3gen.pt
Are models meant to be in /Models/TTS/Chatterbox, or just /Models/Chatterbox?
3.) Following the instructions as currently results in:
❌ ChatterBox package not found!
📋 Copy folders from put_contain_in_site_packages_folder/ to your site-packages
📖 See README.md for installation instructions
But that doesn't seem to be referenced in the README.md anywhere?
Hi, thanks for this repository. Unfortunately, it seems there are a couple of issues with the installation instructions that are preventing me from testing it:
1.)
But, this repository is ComfyUI_ChatterBox__Voice_, and attempting to run the command above will collide with other implementations of ChatterBox.
2.)
Are models meant to be in /Models/TTS/Chatterbox, or just /Models/Chatterbox?
3.) Following the instructions as currently results in:
❌ ChatterBox package not found!
📋 Copy folders from put_contain_in_site_packages_folder/ to your site-packages
📖 See README.md for installation instructions
But that doesn't seem to be referenced in the README.md anywhere?