MCPcopy Create free account
hub / github.com/ace-step/ACE-Step / ACEStepOutput

Class ACEStepOutput

infer-api.py:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 guidance_scale_lyric: float = 0.0
35
36class ACEStepOutput(BaseModel):
37 status: str
38 output_path: Optional[str]
39 message: str
40
41def initialize_pipeline(checkpoint_path: str, bf16: bool, torch_compile: bool, device_id: int) -> ACEStepPipeline:
42 os.environ["CUDA_VISIBLE_DEVICES"] = str(device_id)

Callers 1

generate_audioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected