MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / can_load

Method can_load

src/models/ace_step/loader.cpp:93–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
97class AceStepLoader final : public runtime::IVoiceModelLoader {
98public:
99 std::string family() const override {
100 return "ace_step";
101 }
102
103 runtime::CapabilitySet advertised_capabilities() const override {
104 runtime::CapabilitySet out;

Callers

nothing calls this directly

Calls 3

has_ace_step_assetsFunction · 0.85
selection_from_requestFunction · 0.85
resolve_model_rootFunction · 0.70

Tested by

no test coverage detected