ImageGen

Trait ImageGen 

Source
pub trait ImageGen { }
Expand description

Indicates that a model supports image generation.

Models implementing this trait can be used to generate images from text descriptions or other inputs.

Implementors§