How to use ISTNetworks/outerTTS-saudi-lora-1000 with OuteTTS:
import outetts enum = outetts.Models("ISTNetworks/outerTTS-saudi-lora-1000".split("/", 1)[1]) # VERSION_1_0_SIZE_1B cfg = outetts.ModelConfig.auto_config(enum, outetts.Backend.HF) tts = outetts.Interface(cfg) speaker = tts.load_default_speaker("EN-FEMALE-1-NEUTRAL") tts.generate( outetts.GenerationConfig( text="Hello there, how are you doing?", speaker=speaker, ) ).save("output.wav")
How to use ISTNetworks/outerTTS-saudi-lora-1000 with PEFT:
Task type is invalid.
The community tab is the place to discuss and collaborate with the HF community!