mlx_audio.tts.generate doesn’t recognize  --instruct  for this model

#1
by officialuser - opened

python -m mlx_audio.tts.generate --model mlx-community/Qwen3-TTS-12Hz-1.7B-VoiceDesign-4bit --text "Hello, this is a test." --instruct "A cheerful young female voice with high pitch and energetic tone."
usage: generate.py [-h] --model MODEL [--max_tokens MAX_TOKENS] [--text TEXT] [--voice VOICE] [--exaggeration EXAGGERATION]
[--cfg_scale CFG_SCALE] [--ddpm_steps DDPM_STEPS] [--speed SPEED] [--gender GENDER] [--pitch PITCH]
[--lang_code LANG_CODE] [--file_prefix FILE_PREFIX] [--verbose] [--join_audio] [--play] [--audio_format AUDIO_FORMAT]
[--ref_audio REF_AUDIO] [--ref_text REF_TEXT] [--stt_model STT_MODEL] [--temperature TEMPERATURE] [--top_p TOP_P]
[--top_k TOP_K] [--repetition_penalty REPETITION_PENALTY] [--stream] [--streaming_interval STREAMING_INTERVAL]
generate.py: error: unrecognized arguments: --instruct A cheerful young female voice with high pitch and energetic tone.

Sign up or log in to comment