Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.65 KB

InterrogationPopFormPayload.md

File metadata and controls

64 lines (35 loc) · 1.65 KB

@zeldafan0225/ai_horde / Exports / InterrogationPopFormPayload

Interface: InterrogationPopFormPayload

Table of contents

Properties

Properties

id

Optional id: string

The UUID of the interrogation form. Use this to post the results in the future

Defined in

index.ts:2755


name

Optional name: "GFPGAN" | "RealESRGAN_x4plus" | "RealESRGAN_x4plus_anime_6B" | "NMKD_Siax" | "4x_AnimeSharp" | "strip_background" | "CodeFormers" | "caption" | "interrogation" | "nsfw"

The name of this interrogation form

Example

caption

Defined in

index.ts:2760


payload

Optional payload: Partial<Record<"GFPGAN" | "RealESRGAN_x4plus" | "RealESRGAN_x4plus_anime_6B" | "NMKD_Siax" | "4x_AnimeSharp" | "strip_background" | "CodeFormers" | "caption" | "interrogation" | "nsfw", string>>

Defined in

index.ts:2761


source_image

Optional source_image: string

The URL From which the source image can be downloaded

Defined in

index.ts:2763