Class StabilityAiImageOptions
java.lang.Object
org.springframework.ai.stabilityai.api.StabilityAiImageOptions
- All Implemented Interfaces:
ImageOptions,ModelOptions
StabilityAiImageOptions is an interface that extends ImageOptions. It provides
additional stability AI specific image options.
- Author:
- Sebastien Deleuze
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedStabilityAiImageOptions(@Nullable Integer n, @Nullable String model, @Nullable Integer width, @Nullable Integer height, @Nullable String responseFormat, @Nullable Float cfgScale, @Nullable String clipGuidancePreset, @Nullable String sampler, @Nullable Long seed, @Nullable Integer steps, @Nullable String stylePreset) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()boolean@Nullable Float@Nullable String@Nullable IntegergetModel()@Nullable IntegergetN()@Nullable String@Nullable String@Nullable LonggetSeed()@Nullable IntegergetSteps()@Nullable StringgetStyle()@Nullable String@Nullable IntegergetWidth()inthashCode()
-
Constructor Details
-
StabilityAiImageOptions
protected StabilityAiImageOptions(@Nullable Integer n, @Nullable String model, @Nullable Integer width, @Nullable Integer height, @Nullable String responseFormat, @Nullable Float cfgScale, @Nullable String clipGuidancePreset, @Nullable String sampler, @Nullable Long seed, @Nullable Integer steps, @Nullable String stylePreset)
-
-
Method Details
-
builder
-
getN
- Specified by:
getNin interfaceImageOptions
-
getModel
- Specified by:
getModelin interfaceImageOptions
-
getWidth
- Specified by:
getWidthin interfaceImageOptions
-
getHeight
- Specified by:
getHeightin interfaceImageOptions
-
getResponseFormat
- Specified by:
getResponseFormatin interfaceImageOptions
-
getCfgScale
-
getClipGuidancePreset
-
getSampler
-
getSeed
-
getSteps
-
getStyle
- Specified by:
getStylein interfaceImageOptions
-
getStylePreset
-
equals
-
hashCode
public int hashCode()
-