@civitai/client 0.2.0-beta.51 → 0.2.0-beta.53

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.
@@ -146,8 +146,39 @@ export const ImageResouceTrainingModerationStatus = {
146
146
  */
147
147
  export const ImageTransformer = {
148
148
  CANNY: 'canny',
149
+ MLSD: 'mlsd',
149
150
  DEPTH_ZOE: 'depthZoe',
151
+ DEPTH_ANYTHING: 'depthAnything',
152
+ DEPTH_ANYTHING_V2: 'depthAnythingV2',
153
+ ZOE_DEPTH_ANYTHING: 'zoeDepthAnything',
154
+ ZOE_DEPTH: 'zoeDepth',
155
+ MIDAS_DEPTH: 'midasDepth',
156
+ LERES_DEPTH: 'leresDepth',
157
+ METRIC3D_DEPTH: 'metric3dDepth',
150
158
  SOFTEDGE_PIDINET: 'softedgePidinet',
159
+ HED: 'hed',
160
+ TEED: 'teed',
161
+ MIDAS_NORMAL: 'midasNormal',
162
+ BAE_NORMAL: 'baeNormal',
163
+ DSINE_NORMAL: 'dsineNormal',
164
+ METRIC3D_NORMAL: 'metric3dNormal',
165
+ LINEART_REALISTIC: 'lineartRealistic',
166
+ LINEART_STANDARD: 'lineartStandard',
167
+ LINEART_ANIME: 'lineartAnime',
168
+ LINEART_MANGA: 'lineartManga',
169
+ ANYLINE: 'anyline',
170
+ SCRIBBLE: 'scribble',
171
+ SCRIBBLE_XDOG: 'scribbleXdog',
172
+ SCRIBBLE_PIDINET: 'scribblePidinet',
173
+ FAKE_SCRIBBLE: 'fakeScribble',
174
+ OPENPOSE: 'openpose',
175
+ DWPOSE: 'dwpose',
176
+ ONEFORMER_COCO: 'oneformerCoco',
177
+ ONEFORMER_ADE20K: 'oneformerAde20k',
178
+ UNIFORMER: 'uniformer',
179
+ SHUFFLE: 'shuffle',
180
+ TILE: 'tile',
181
+ GRAY: 'gray',
151
182
  REMBG: 'rembg',
152
183
  };
153
184
  /**
@@ -280,6 +311,7 @@ export const SdCppSchedule = {
280
311
  LCM: 'lcm',
281
312
  };
282
313
  export const SdCppUCacheMode = { OFF: 'off', NORMAL: 'normal' };
314
+ export const SeedanceModel = { V2: 'v2', V2_FAST: 'v2-fast' };
283
315
  export const SeedreamVersion = {
284
316
  V3: 'v3',
285
317
  V4: 'v4',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civitai/client",
3
- "version": "0.2.0-beta.51",
3
+ "version": "0.2.0-beta.53",
4
4
  "description": "Civitai's javascript client for generating ai content",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",