SDXLModule class
The SDXL module.
- Implementers
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
-
imageToImageWithPrompt(
{required List< Prompt> prompts, required FileFrom image, InitImageMode? initImageMode, double? cfgScale, ClipGuidancePreset? clipGuidancePreset, Sampler? sampler, int? samples, int? seed, int? steps, Map<String, dynamic> ? extras, StylePreset? stylePreset}) → Future<List< ({FinishReason finishReason, Base64File image, int seed})> > - https://platform.stability.ai/docs/api-reference#tag/SDXL-and-SD1.6/operation/imageToImage
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
textToImage(
{required List< Prompt> prompts, int? height, int? width, int? cfgScale, ClipGuidancePreset? clipGuidancePreset, Sampler? sampler, int? samples, int? seed, int? steps, Map<String, dynamic> ? extras, StylePreset? stylePreset}) → Future<List< ({FinishReason finishReason, Base64File image, int seed})> > - https://platform.stability.ai/docs/api-reference#tag/SDXL-and-SD1.6/operation/textToImage
-
toString(
) → String -
A string representation of this object.
inherited
-
upscale(
FileFrom image, {int? height, int? width}) → FileHandler - https://platform.stability.ai/docs/api-reference#tag/SDXL-and-SD1.6/operation/upscaleImage
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited