@civitai/client 0.2.0-beta.25 → 0.2.0-beta.26

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.
@@ -248,7 +248,10 @@ export type ComfyLtx2VideoGenInput = VideoGenInput & {
248
248
  generateAudio?: boolean;
249
249
  guidanceScale?: number;
250
250
  numInferenceSteps?: number;
251
- loras?: Array<VideoGenInputLora>;
251
+ model?: '19b-dev' | '19b-distilled';
252
+ loras?: {
253
+ [key: string]: number;
254
+ };
252
255
  } & {
253
256
  engine: 'ltx2';
254
257
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civitai/client",
3
- "version": "0.2.0-beta.25",
3
+ "version": "0.2.0-beta.26",
4
4
  "description": "Civitai's javascript client for generating ai content",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",