Table of Contents

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
public class BitforgeGenerationRequest : ExPixelLabGenerationRequest
Inheritance
object
RESTRequestBody
BitforgeGenerationRequest
Inherited Members
Extension Methods

Properties

CoveragePercentage

Optional. Percentage of the canvas to cover Min: 0, Max: 100

public int? CoveragePercentage { get; set; }

Property Value

int?

ExtraGuidanceScale

Optional. (Deprecated) Min: 0, Max: 20, Default: 3

public int? ExtraGuidanceScale { get; set; }

Property Value

int?

SkeletonGuidanceScale

Optional. How closely to follow the skeleton keypoints Min: 0, Max: 5, Default: 1

public int? SkeletonGuidanceScale { get; set; }

Property Value

int?

SkeletonKeypoints

Optional. Skeleton points. Warning! Sizes that are not 16x16, 32x32 and 64x64 can cause the generations to be lower quality

public List<PixelLabKeypoints> SkeletonKeypoints { get; set; }

Property Value

List<PixelLabKeypoints>

StyleImage

Optional. A base64 encoded image.

public PixelLabImage StyleImage { get; set; }

Property Value

PixelLabImage

StyleStrength

Optional. Strength of the style transfer (0-100) Min: 0, Max: 100, Default: 0

public int? StyleStrength { get; set; }

Property Value

int?