MCPcopy Create free account
hub / github.com/evilsocket/cake / FluxArgs

Class FluxArgs

cake-core/src/lib.rs:298–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296
297#[derive(Clone, clap::Args, Default, Debug)]
298pub struct FluxArgs {
299 /// Image height for FLUX generation.
300 #[arg(long = "flux-height", default_value_t = 1024, id = "flux_height")]
301 pub height: usize,
302
303 /// Image width for FLUX generation.
304 #[arg(long = "flux-width", default_value_t = 1024, id = "flux_width")]
305 pub width: usize,
306}
307
308#[derive(Clone, Parser, Default, Debug)]
309pub struct SDArgs {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected