@civitai/client 0.2.0-beta.47 → 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: {
|
|
@@ -5597,6 +5598,12 @@ export type XGuardMatchedTerms = {
|
|
|
5597
5598
|
};
|
|
5598
5599
|
export type XGuardModerationInput = {
|
|
5599
5600
|
mode: string;
|
|
5601
|
+
/**
|
|
5602
|
+
* Optional label filter. When provided, only the named labels are evaluated.
|
|
5603
|
+
* Labels not found in the defaults (or label overrides) are silently ignored.
|
|
5604
|
+
* When omitted or empty, all labels are evaluated.
|
|
5605
|
+
*/
|
|
5606
|
+
labels?: null | Array<string>;
|
|
5600
5607
|
/**
|
|
5601
5608
|
* Optional label configuration overrides. When provided, these merge with/override the
|
|
5602
5609
|
* defaults from the XGuardModerationOptionsGrain for the given mode.
|