SDXLWithMaskModule class

Inheritance

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

imageToImageWithMask({required List<Prompt> prompts, required FileFrom image, required MaskSource maskSource, 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/masking
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
inherited
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
inherited
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
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited