We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3993fae commit 1cc57a4Copy full SHA for 1cc57a4
invokeai/frontend/web/src/features/controlLayers/store/validators.ts
@@ -7,7 +7,7 @@ import type {
7
} from 'features/controlLayers/store/types';
8
import type { ParameterModel } from 'features/parameters/types/parameterSchemas';
9
10
-export const WARNINGS = {
+const WARNINGS = {
11
UNSUPPORTED_MODEL: 'controlLayers.warnings.unsupportedModel',
12
RG_NO_PROMPTS_OR_IP_ADAPTERS: 'controlLayers.warnings.rgNoPromptsOrIPAdapters',
13
RG_NEGATIVE_PROMPT_NOT_SUPPORTED: 'controlLayers.warnings.rgNegativePromptNotSupported',
0 commit comments