SystemSettingProcess

usage:

const client = new SDWebUIA1111Client();
const process = new SystemSettingProcess({
samples_save: true,
samples_format: "png",
samples_filename_pattern: "sample",
});
await process.request(client);

Hierarchy

Constructors

Properties

extensions: ExtensionScript<any[]>[] = ...
init_body: Partial<SDWebUIA1111SystemSettings>

Methods

  • Creates and adds a new ExtensionScript to the list of extensions.

    Parameters

    • name: string

      The name of the extension script.

    • args: any[]

      The arguments for the extension script.

    Returns SystemSettingProcess

    The current SDProcessing object.