AIFSH / CosyVoice-ComfyUI

a comfyui custom node for CosyVoice
Apache License 2.0
122 stars 12 forks source link

Folder structure please #7

Open kakachiex2 opened 2 months ago

kakachiex2 commented 2 months ago

Can you add folder structure from where the extension accesses the files so I can download manually and sys Lync where I want.

melMass commented 1 month ago
ComfyUI/CosyVoice-ComfyUI/pretrained_models
├── CosyVoice-300M
│  ├── campplus.onnx
│  ├── configuration.json
│  ├── cosyvoice.yaml
│  ├── flow.pt
│  ├── hift.pt
│  ├── llm.pt
│  ├── README.md
│  ├── speech_tokenizer_v1.onnx
│  └── spk2info.pt
├── CosyVoice-300M-Instruct
│  ├── campplus.onnx
│  ├── configuration.json
│  ├── cosyvoice.yaml
│  ├── flow.pt
│  ├── hift.pt
│  ├── llm.pt
│  ├── README.md
│  ├── speech_tokenizer_v1.onnx
│  └── spk2info.pt
└── CosyVoice-300M-SFT
   ├── campplus.onnx
   ├── configuration.json
   ├── cosyvoice.yaml
   ├── flow.pt
   ├── hift.pt
   ├── llm.pt
   ├── README.md
   ├── speech_tokenizer_v1.onnx
   └── spk2info.pt