| 91 | out.load_options = { |
| 92 | {"ace_step.dit_model_path", "acestep-v15-turbo|acestep-v15-base", "DiT variant inside the model package."}, |
| 93 | }; |
| 94 | return out; |
| 95 | } |
| 96 | |
| 97 | class AceStepLoader final : public runtime::IVoiceModelLoader { |
| 98 | public: |
| 99 | std::string family() const override { |
| 100 | return "ace_step"; |
| 101 | } |
| 102 | |
| 103 | runtime::CapabilitySet advertised_capabilities() const override { |
| 104 | runtime::CapabilitySet out; |
nothing calls this directly
no test coverage detected