@civitai/client 0.2.0-beta.57 → 0.2.0-beta.58
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.
|
@@ -6650,6 +6650,7 @@ export type ZImageBaseImageGenInput = Omit<
|
|
|
6650
6650
|
};
|
|
6651
6651
|
export type ZImageImageGenInput = Omit<SdCppImageGenInput, 'engine' | 'ecosystem'> & {
|
|
6652
6652
|
model: string;
|
|
6653
|
+
diffuserModel?: string;
|
|
6653
6654
|
ecosystem: 'zImage';
|
|
6654
6655
|
engine: 'sdcpp';
|
|
6655
6656
|
};
|