Struct comfyui_api::models::prompt::VideoLinearCFGGuidance
source · pub struct VideoLinearCFGGuidance {
pub min_cfg: Input<f32>,
pub model: NodeConnection,
}
Expand description
Struct representing a VideoLinearCFGGuidance node.
Fields§
§min_cfg: Input<f32>
The minimum cfg scale.
model: NodeConnection
The model input connection.
Trait Implementations§
source§impl Clone for VideoLinearCFGGuidance
impl Clone for VideoLinearCFGGuidance
source§fn clone(&self) -> VideoLinearCFGGuidance
fn clone(&self) -> VideoLinearCFGGuidance
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VideoLinearCFGGuidance
impl Debug for VideoLinearCFGGuidance
source§impl<'de> Deserialize<'de> for VideoLinearCFGGuidance
impl<'de> Deserialize<'de> for VideoLinearCFGGuidance
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Node for VideoLinearCFGGuidance
impl Node for VideoLinearCFGGuidance
Auto Trait Implementations§
impl Freeze for VideoLinearCFGGuidance
impl RefUnwindSafe for VideoLinearCFGGuidance
impl Send for VideoLinearCFGGuidance
impl Sync for VideoLinearCFGGuidance
impl Unpin for VideoLinearCFGGuidance
impl UnwindSafe for VideoLinearCFGGuidance
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more