@civitai/client 0.2.0-beta.42 → 0.2.0-beta.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/client/types.d.ts +4 -5
- package/dist/generated/client/types.gen.d.ts +4 -3
- package/dist/generated/client/utils.gen.js +1 -1
- package/dist/generated/core/types.gen.d.ts +1 -1
- package/dist/generated/core/utils.gen.js +1 -1
- package/dist/generated/index.d.ts +62 -378
- package/dist/generated/index.js +2 -2
- package/dist/generated/sdk.gen.d.ts +46 -317
- package/dist/generated/sdk.gen.js +37 -216
- package/dist/generated/types.gen.d.ts +2154 -7829
- package/dist/generated/types.gen.js +6 -47
- package/package.json +1 -1
|
@@ -26,11 +26,6 @@ export const BuzzClientAccount = {
|
|
|
26
26
|
GREEN: 'green',
|
|
27
27
|
FAKE_RED: 'fakeRed',
|
|
28
28
|
};
|
|
29
|
-
export const ClaimStatusType = {
|
|
30
|
-
CLAIMED: 'claimed',
|
|
31
|
-
REJECTED: 'rejected',
|
|
32
|
-
SUCCEEDED: 'succeeded',
|
|
33
|
-
};
|
|
34
29
|
export const CoarseMode = { DISABLE: 'disable', ENABLE: 'enable' };
|
|
35
30
|
export const ComfySampler = {
|
|
36
31
|
EULER: 'euler',
|
|
@@ -92,7 +87,6 @@ export const DepthAnythingV2Checkpoint = {
|
|
|
92
87
|
DEPTH_ANYTHING_V2_VITB_PTH: 'depth_anything_v2_vitb.pth',
|
|
93
88
|
DEPTH_ANYTHING_V2_VITS_PTH: 'depth_anything_v2_vits.pth',
|
|
94
89
|
};
|
|
95
|
-
export const DownloadSource = { DEFAULT: 'default', TIGRIS: 'tigris' };
|
|
96
90
|
export const DwPoseBboxDetector = {
|
|
97
91
|
YOLOX_L_ONNX: 'yolox_l.onnx',
|
|
98
92
|
YOLOX_L_TORCHSCRIPT_PT: 'yolox_l.torchscript.pt',
|
|
@@ -156,12 +150,6 @@ export const ImageTransformer = {
|
|
|
156
150
|
SOFTEDGE_PIDINET: 'softedgePidinet',
|
|
157
151
|
REMBG: 'rembg',
|
|
158
152
|
};
|
|
159
|
-
export const JobDependencyContinuation = {
|
|
160
|
-
FAIL: 'fail',
|
|
161
|
-
SKIP: 'skip',
|
|
162
|
-
CONTINUE: 'continue',
|
|
163
|
-
CONTINUE_REUSE_CONTEXT: 'continueReuseContext',
|
|
164
|
-
};
|
|
165
153
|
/**
|
|
166
154
|
* Available levels of job support.
|
|
167
155
|
*/
|
|
@@ -203,13 +191,6 @@ export const LightricksAspectRatio = {
|
|
|
203
191
|
* Represents the type of hash algorithm to use for media content.
|
|
204
192
|
*/
|
|
205
193
|
export const MediaHashType = { PERCEPTUAL: 'perceptual' };
|
|
206
|
-
export const MediaRatingProfile = {
|
|
207
|
-
NONE: 'none',
|
|
208
|
-
AGE_CLASSIFICATION: 'ageClassification',
|
|
209
|
-
FACE_RECOGNITION: 'faceRecognition',
|
|
210
|
-
AI_RECOGNITION: 'aiRecognition',
|
|
211
|
-
ANIME_RECOGNITION: 'animeRecognition',
|
|
212
|
-
};
|
|
213
194
|
export const Metric3dBackbone = {
|
|
214
195
|
VIT_SMALL: 'vit-small',
|
|
215
196
|
VIT_LARGE: 'vit-large',
|
|
@@ -224,11 +205,6 @@ export const NsfwLevel = {
|
|
|
224
205
|
XXX: 'xxx',
|
|
225
206
|
NA: 'na',
|
|
226
207
|
};
|
|
227
|
-
export const NanoBananaProResolution = {
|
|
228
|
-
ONE_K: 'oneK',
|
|
229
|
-
TWO_K: 'twoK',
|
|
230
|
-
FOUR_K: 'fourK',
|
|
231
|
-
};
|
|
232
208
|
export const OutputFormat = {
|
|
233
209
|
PNG: 'png',
|
|
234
210
|
JPEG: 'jpeg',
|
|
@@ -242,10 +218,6 @@ export const Priority = {
|
|
|
242
218
|
NORMAL: 'normal',
|
|
243
219
|
LOW: 'low',
|
|
244
220
|
};
|
|
245
|
-
export const RewritePromptGoal = {
|
|
246
|
-
PREVENT_SEXUAL: 'preventSexual',
|
|
247
|
-
PREVENT_SEXUAL_MINOR: 'preventSexualMinor',
|
|
248
|
-
};
|
|
249
221
|
export const SafeMode = { ENABLE: 'enable', DISABLE: 'disable' };
|
|
250
222
|
/**
|
|
251
223
|
* The available options for schedulers used in image generation.
|
|
@@ -332,6 +304,11 @@ export const Veo3AspectRatio = {
|
|
|
332
304
|
'9_16': '9:16',
|
|
333
305
|
'1_1': '1:1',
|
|
334
306
|
};
|
|
307
|
+
export const Veo3GenerationMode = {
|
|
308
|
+
STANDARD: 'standard',
|
|
309
|
+
FAST: 'fast',
|
|
310
|
+
LITE: 'lite',
|
|
311
|
+
};
|
|
335
312
|
export const Veo3Version = { '3_0': '3.0', '3_1': '3.1' };
|
|
336
313
|
export const ViduVideoGenModel = {
|
|
337
314
|
DEFAULT: 'default',
|
|
@@ -339,25 +316,6 @@ export const ViduVideoGenModel = {
|
|
|
339
316
|
Q3: 'q3',
|
|
340
317
|
};
|
|
341
318
|
export const ViduVideoGenStyle = { GENERAL: 'general', ANIME: 'anime' };
|
|
342
|
-
/**
|
|
343
|
-
* Options for representing the status for a resource on a worker.
|
|
344
|
-
*/
|
|
345
|
-
export const WorkerResourceAvailability = {
|
|
346
|
-
UNKNOWN: 'unknown',
|
|
347
|
-
UNSUPPORTED: 'unsupported',
|
|
348
|
-
UNAVAILABLE: 'unavailable',
|
|
349
|
-
AVAILABLE: 'available',
|
|
350
|
-
PROVIDER_UNSUPPORTED: 'providerUnsupported',
|
|
351
|
-
};
|
|
352
|
-
/**
|
|
353
|
-
* Available values for worker type.
|
|
354
|
-
*/
|
|
355
|
-
export const WorkerType = {
|
|
356
|
-
NORMAL: 'normal',
|
|
357
|
-
DEFERRED: 'deferred',
|
|
358
|
-
TEST: 'test',
|
|
359
|
-
PAUSED: 'paused',
|
|
360
|
-
};
|
|
361
319
|
/**
|
|
362
320
|
* Values available to represent workflow status.
|
|
363
321
|
*/
|
|
@@ -375,4 +333,5 @@ export const WorkflowStatus = {
|
|
|
375
333
|
* Specifies how a workflow should be upgraded when mature content is detected and green or blue buzz was used for payment.
|
|
376
334
|
*/
|
|
377
335
|
export const WorkflowUpgradeMode = { MANUAL: 'manual', AUTOMATIC: 'automatic' };
|
|
336
|
+
export const XGuardModerationMode = { PROMPT: 'prompt', TEXT: 'text' };
|
|
378
337
|
export const ZoeDepthEnvironment = { INDOOR: 'indoor', OUTDOOR: 'outdoor' };
|