At the moment, the controls for the Stable Audio models are defined in an external file that is read in StabilityClient::getControls(). We have a local copy of this file (stability-controls.json), but we need to figure out how to properly reference this file in a manual build and in the final executable simultaneously .
At the moment, the controls for the Stable Audio models are defined in an external file that is read in
StabilityClient::getControls(). We have a local copy of this file (stability-controls.json), but we need to figure out how to properly reference this file in a manual build and in the final executable simultaneously .