Class BitforgeGenerationRequest
Generates a pixel art image based on the provided parameters. Called "Generate image (style)" in the plugin.
Supported image size:
- Maximum area 200x200
Supported features: - Style image
- Inpainting
- Init image
- Forced palette
- Transparent background
Inheritance
object
RESTRequestBody
BitforgeGenerationRequest
Inherited Members
Namespace: Glitch9.AIDevKit.PixelLab
Assembly: .dll
Syntax
public class BitforgeGenerationRequest : ExPixelLabGenerationRequest
Properties
CoveragePercentage
Optional. Percentage of the canvas to cover Min: 0, Max: 100
Declaration
public int? CoveragePercentage { get; set; }
Property Value
Type | Description |
---|---|
int? |
ExtraGuidanceScale
Optional. (Deprecated) Min: 0, Max: 20, Default: 3
Declaration
public int? ExtraGuidanceScale { get; set; }
Property Value
Type | Description |
---|---|
int? |
SkeletonGuidanceScale
Optional. How closely to follow the skeleton keypoints Min: 0, Max: 5, Default: 1
Declaration
public int? SkeletonGuidanceScale { get; set; }
Property Value
Type | Description |
---|---|
int? |
SkeletonKeypoints
Optional. Skeleton points. Warning! Sizes that are not 16x16, 32x32 and 64x64 can cause the generations to be lower quality
Declaration
public List<PixelLabKeypoints> SkeletonKeypoints { get; set; }
Property Value
Type | Description |
---|---|
List<PixelLabKeypoints> |
StyleImage
Optional. A base64 encoded image.
Declaration
public PixelLabImage StyleImage { get; set; }
Property Value
Type | Description |
---|---|
PixelLabImage |
StyleStrength
Optional. Strength of the style transfer (0-100) Min: 0, Max: 100, Default: 0
Declaration
public int? StyleStrength { get; set; }
Property Value
Type | Description |
---|---|
int? |