@civitai/client 0.2.0-beta.48 → 0.2.0-beta.49

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.
@@ -3633,6 +3633,7 @@ export declare const SdCppSampleMethod: {
3633
3633
  readonly RES_MULTISTEP: 'res_multistep';
3634
3634
  readonly RES_2S: 'res_2s';
3635
3635
  readonly TCD: 'tcd';
3636
+ readonly ER_SDE: 'er_sde';
3636
3637
  };
3637
3638
  export type SdCppSampleMethod = (typeof SdCppSampleMethod)[keyof typeof SdCppSampleMethod];
3638
3639
  export declare const SdCppSchedule: {
@@ -264,6 +264,7 @@ export const SdCppSampleMethod = {
264
264
  RES_MULTISTEP: 'res_multistep',
265
265
  RES_2S: 'res_2s',
266
266
  TCD: 'tcd',
267
+ ER_SDE: 'er_sde',
267
268
  };
268
269
  export const SdCppSchedule = {
269
270
  SIMPLE: 'simple',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civitai/client",
3
- "version": "0.2.0-beta.48",
3
+ "version": "0.2.0-beta.49",
4
4
  "description": "Civitai's javascript client for generating ai content",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",