Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ default_diffusion_steps
Function
default_diffusion_steps
cake-core/src/cake/sharding/api/audio.rs:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
fn default_diffusion_steps() -> usize {
47
10
48
}
49
50
pub async fn generate_speech<M: Model>(
51
state: web::Data<Arc<RwLock<Master<M>>>>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected