| 115 | key == "voxcpm2.dit_graph_context_mb" || |
| 116 | key == "voxcpm2.audiovae_weight_context_mb" || |
| 117 | key == "voxcpm2.audiovae_graph_context_mb" || |
| 118 | key == "voxcpm2.audiovae_encoder_graph_context_mb" || |
| 119 | key == "voxcpm2.audiovae_latent_capacity" || |
| 120 | key == "voxcpm2.audiovae_encoder_sample_capacity" || |
| 121 | key == "voxcpm2.weight_type" || |
| 122 | key == "voxcpm2.audiovae_weight_type" || |
| 123 | key == "voxcpm2.prompt_cache_slots" || |
| 124 | key == "voxcpm2.mem_saver" || |
| 125 | key == "voxcpm2.denoise" || key == "voxcpm2.load_denoiser") { |
| 126 | continue; |
| 127 | } |
| 128 | throw std::runtime_error("unknown VoxCPM2 session option: " + key); |
| 129 | } |