chore: image custom params
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
export const HuggingFaceModels = [
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'funasr',
|
||||
name: 'paraformer-zh'
|
||||
},
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'funasr',
|
||||
name: 'paraformer-zh-streaming'
|
||||
},
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'funasr',
|
||||
name: 'paraformer-en'
|
||||
},
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'funasr',
|
||||
name: 'conformer-en'
|
||||
},
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'Qwen',
|
||||
name: 'Qwen-Audio'
|
||||
},
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'Qwen',
|
||||
name: 'Qwen-Audio-Chat'
|
||||
},
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'FunAudioLLM',
|
||||
name: 'SenseVoiceSmall'
|
||||
},
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'Systran',
|
||||
name: '*'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'suno',
|
||||
name: 'bark'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'suno',
|
||||
name: 'bark-small'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'FunAudioLLM',
|
||||
name: 'CosyVoice-300M-Instruct'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'FunAudioLLM',
|
||||
name: 'CosyVoice-300M-SFT'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'FunAudioLLM',
|
||||
name: 'CosyVoice-300M'
|
||||
}
|
||||
];
|
||||
|
||||
export const ModelScopeModels = [
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'iic',
|
||||
name: 'SenseVoiceSmall'
|
||||
},
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'iic',
|
||||
name: 'Whisper-large-v3'
|
||||
},
|
||||
{
|
||||
type: 'stt',
|
||||
org: 'iic',
|
||||
name: 'Whisper-large-v3-turbo'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'iic',
|
||||
name: 'CosyVoice-300M-Instruct'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'iic',
|
||||
name: 'CosyVoice-300M'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'iic',
|
||||
name: 'CosyVoice-300M-25Hz'
|
||||
},
|
||||
{
|
||||
type: 'tts',
|
||||
org: 'iic',
|
||||
name: 'CosyVoice-300M-SFT'
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user