Skip to content

Latest commit

 

History

History
236 lines (131 loc) · 3.92 KB

PopInputKobold.md

File metadata and controls

236 lines (131 loc) · 3.92 KB

@zeldafan0225/ai_horde / Exports / PopInputKobold

Interface: PopInputKobold

Hierarchy

Table of contents

Properties

Properties

blacklist

Optional blacklist: string[]

Words which, when detected will refuse to pick up any jobs

Defined in

index.ts:2071


bridge_agent

Optional bridge_agent: string

The worker name, version and website

Default

unknown:0:unknown

Example

AI Horde Worker:11:https://github.com/db0/AI-Horde-Worker

Max Length

1000

Inherited from

PopInput.bridge_agent

Defined in

index.ts:2097


bridge_version

bridge_version: number

The version of the bridge used by this worker

Default

1

Inherited from

PopInput.bridge_version

Defined in

index.ts:2090


max_pixels

Optional max_pixels: number

The maximum amount of pixels this worker can generate

Default

262144

Defined in

index.ts:2069


models

Optional models: string[]

Which models this worker is serving

Inherited from

PopInput.models

Defined in

index.ts:2085


name

Optional name: string

The Name of the Worker

Inherited from

PopInput.name

Defined in

index.ts:2076


nsfw

Optional nsfw: boolean

Whether this worker can generate NSFW requests or not.

Default

false

Inherited from

PopInput.nsfw

Defined in

index.ts:2083


priority_usernames

Optional priority_usernames: string[]

Users with priority to use this worker

Inherited from

PopInput.priority_usernames

Defined in

index.ts:2078


require_upfront_kudos

Optional require_upfront_kudos: boolean

If True, this worker will only pick up requests where the owner has the required kudos to consume already available

Default

false

Example

false

Inherited from

PopInput.require_upfront_kudos

Defined in

index.ts:2110


threads

Optional threads: number

How many threads this worker is running. This is used to accurately the current power available in the horde

Default

1

Minimum

1

Maximum

10

Inherited from

PopInput.threads

Defined in

index.ts:2104