StableImageUpscale class
Stable Image Upscale module.
https://platform.stability.ai/docs/api-reference#tag/Upscale
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
-
conservative(
{required FileFrom image, required String prompt, String? negativePrompt, int? seed, OutputFormat? outputFormat = OutputFormat.png, double? creativity}) → FileHandler - Conservative
-
fetchCreativeResult(
String id) → Future< FileHandler?> - Fetch Creative Upscale result
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startCreativeUpscale(
{required FileFrom image, required String prompt, String? negativePrompt, OutputFormat? outputFormat = OutputFormat.png, int? seed, double? creativity}) → Future< String> - Start Creative Upscale
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited