AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class PixfluxGenerationRequest

    Creates a pixel art image based on the provided parameters. Called "Create image (new)" in the plugin.

    Supported image size:

    • Minimum area 32x32 and maximum area 400x400

      Supported features:
    • Init image
    • Forced palette
    • Transparent background
    Inheritance
    object
    RESTRequestBody
    PixelLabRequest
    PixelLabGenerationRequest
    PixfluxGenerationRequest
    Inherited Members
    PixelLabGenerationRequest.Description
    PixelLabGenerationRequest.NegativeDescription
    PixelLabGenerationRequest.TextGuidanceScale
    PixelLabGenerationRequest.Outline
    PixelLabGenerationRequest.Shading
    PixelLabGenerationRequest.Detail
    PixelLabGenerationRequest.View
    PixelLabGenerationRequest.Direction
    PixelLabGenerationRequest.InitialImage
    PixelLabGenerationRequest.InitialImageStrength
    PixelLabGenerationRequest.NoBackground
    PixelLabRequest.Size
    PixelLabRequest.Isometric
    PixelLabRequest.ColorImage
    PixelLabRequest.Seed
    Namespace: Glitch9.AIDevKit.PixelLab
    Assembly: .dll
    Syntax
    public class PixfluxGenerationRequest : PixelLabGenerationRequest

    Properties

    Type

    Optional. Image data type

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    RequestExtensions.ExecuteAsync(PixelLabGenerationRequest)
    In this article
    Back to top Generated by DocFX