Trait comfyui_api::comfy::getter::StepsExt
source · pub trait StepsExt {
// Required methods
fn steps(&self) -> Result<&u32>;
fn steps_mut(&mut self) -> Result<&mut u32>;
}
Expand description
Trait to get references to values from a Prompt
.