Class GENPixelArtGenerationTask<TSelf, TOptions, TPrompt, TResult>
Inheritance
object
GENTask<TSelf, TOptions, TPrompt, TResult>
GENPixelArtGenerationTask<TSelf, TOptions, TPrompt, TResult>
Assembly: .dll
Syntax
public abstract class GENPixelArtGenerationTask<TSelf, TOptions, TPrompt, TResult> : GENTask<TSelf, TOptions, TPrompt, TResult>, IGENTask where TSelf : GENPixelArtGenerationTask<TSelf, TOptions, TPrompt, TResult> where TOptions : IGENOptions where TResult : PixelArt
Type Parameters
Name |
Description |
TSelf |
|
TOptions |
|
TPrompt |
|
TResult |
|
Constructors
GENPixelArtGenerationTask(TPrompt)
Declaration
protected GENPixelArtGenerationTask(TPrompt prompt)
Parameters
Type |
Name |
Description |
TPrompt |
prompt |
|
Fields
options
Declaration
Field Value
Type |
Description |
TOptions |
|
seed
Declaration
Field Value
size
Declaration
Field Value
Type |
Description |
ImageSize |
|
Properties
Api
Declaration
public override Api Api { get; }
Property Value
Overrides
Methods
SetSeed(uint?)
Declaration
public TSelf SetSeed(uint? seed)
Parameters
Type |
Name |
Description |
uint? |
seed |
|
Returns
SetSize(Size)
Declaration
public TSelf SetSize(PixelLabTypes.Size size)
Parameters
Returns
SetSize(ImageSize)
Declaration
public TSelf SetSize(ImageSize size)
Parameters
Type |
Name |
Description |
ImageSize |
size |
|
Returns
Implements