StableImageEdit class

Tools for editing your 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

erase({required FileFrom image, FileFrom? mask, int? growMask, int? seed, OutputFormat outputFormat = OutputFormat.png}) FileHandler
Erase
inpaint({required FileFrom image, required String prompt, FileFrom? mask, int? growMask, int? seed, OutputFormat outputFormat = OutputFormat.png, String? negativePrompt}) FileHandler
Inpaint
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outpaint({required FileFrom image, int? left, int? right, int? up, int? down, double? creativity, String? prompt, int? seed, OutputFormat outputFormat = OutputFormat.png}) FileHandler
Outpaint
removeBackground({required FileFrom image, OutputFormat outputFormat = OutputFormat.png}) FileHandler
Remove Background
searchAndReplace({required FileFrom image, required String prompt, required String searchPrompt, int? growMask, int? seed, OutputFormat outputFormat = OutputFormat.png, String? negativePrompt}) FileHandler
Search and Replace
toString() String
A string representation of this object.
inherited

Operators

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