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

Function discover_weight_assets

src/models/ace_step/loader.cpp:73–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 {"cover_noise_strength", "float", "Noise strength for cover conditioning."},
72 {"lm_temperature", "float", "Planner sampling temperature."},
73 {"lm_cfg_scale", "float", "Planner CFG scale."},
74 {"lm_top_k", "n", "Planner top-k; 0 disables top-k."},
75 {"lm_top_p", "float", "Planner top-p."},
76 {"lm_repetition_penalty", "float", "Planner repetition penalty."},
77 {"sampler_mode", "euler|heun", "Diffusion sampler mode."},
78 {"retake_seed", "n", "Optional retake noise seed; -1 clears it."},
79 {"retake_variance", "float", "Retake noise mixing strength."},
80 {"flow_edit_morph", "bool", "Status: parsed for text2music, but not usable because the flow-edit diffusion overlay is not implemented."},
81 {"dcw_enabled", "bool", "Status: experimental dynamic-cfg wavelet path; keep disabled unless validating that path."},
82 };
83 out.session_options = {
84 {"ace_step.weight_type", "native|f32|f16|bf16|q8_0", "Shared ACE-Step weight storage type."},
85 {"ace_step.dit_weight_type", "native|f32|f16|bf16|q8_0", "DiT weight storage type; f16 is promoted to bf16."},
86 {"ace_step.planner_weight_type", "native|f32|f16|bf16|q8_0", "Planner LM weight storage type."},
87 {"ace_step.text_encoder_weight_type", "native|f32|f16|bf16|q8_0", "Text encoder weight storage type."},
88 {"ace_step.vae_weight_type", "native|f32|f16|bf16|q8_0", "VAE weight storage type."},

Callers 1

inspectMethod · 0.70

Calls 3

selection_from_requestFunction · 0.85
discover_named_assetsFunction · 0.85
resolve_model_rootFunction · 0.70

Tested by

no test coverage detected