StableImageGenerate class
Tools for generating new images or variations of existing images.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
core(
{required String prompt, String? negativePrompt, AspectRatio? aspectRatio, int? seed, OutputFormat? outputFormat, StylePreset? stylePreset}) → FileHandler - Stable Image Core
-
diffusion3Image2Image(
{required FileFrom image, required double strength, String? prompt, AspectRatio? aspectRatio, Diffusion3Model? model, int? seed, OutputFormat? outputFormat, String? negativePrompt}) → FileHandler - Commonly referred to as image-to-image, this mode also generates an image from text but uses an existing image as the starting point. The required parameters are:
-
diffusion3Text2Image(
{required String prompt, AspectRatio? aspectRatio, Diffusion3Model? model, int? seed, OutputFormat? outputFormat, String? negativePrompt}) → FileHandler - Generate an image using a Stable Diffusion 3 model:
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
ultra(
{required String prompt, String? negativePrompt, AspectRatio? aspectRatio, int? seed, OutputFormat? outputFormat}) → FileHandler - Stable Image Ultra
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited