@zeldafan0225/ai_horde / Exports / PopInputKobold
-
↳
PopInputKobold
- blacklist
- bridge_agent
- bridge_version
- max_pixels
- models
- name
- nsfw
- priority_usernames
- require_upfront_kudos
- threads
• Optional
blacklist: string
[]
Words which, when detected will refuse to pick up any jobs
• 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
• bridge_version: number
The version of the bridge used by this worker
Default
1
• Optional
max_pixels: number
The maximum amount of pixels this worker can generate
Default
262144
• Optional
models: string
[]
Which models this worker is serving
• Optional
name: string
The Name of the Worker
• Optional
nsfw: boolean
Whether this worker can generate NSFW requests or not.
Default
false
• Optional
priority_usernames: string
[]
Users with priority to use this worker
• 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
PopInput.require_upfront_kudos
• 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