| 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."}, |
no test coverage detected