Skip to content

Make model key assignment deterministic #7461

Make model key assignment deterministic

Make model key assignment deterministic #7461

Triggered via pull request February 27, 2024 09:54
Status Failure
Total duration 57s
Artifacts

lint-frontend.yml

on: pull_request
lint-frontend
48s
lint-frontend
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint-frontend
Cannot find name 'ParamControlAdapterModel'. Did you mean 'ParamControlAdapterResizeMode'?
lint-frontend
Type '{ path: string; name: string; base: "any" | "sd-1" | "sd-2" | "sdxl" | "sdxl-refiner"; type: "clip_vision"; format: "diffusers"; key: string; original_hash: string | null; current_hash: string | null; description?: string | ... 1 more ... | undefined; source: string | null; last_modified: number | null; } | ... 12 m...' is not assignable to type 'AnyModelConfig'.
lint-frontend
Property 'modelmanager' does not exist on type '{ canvas: CanvasState; gallery: GalleryState; generation: GenerationState; nodes: NodesState; postprocessing: PostprocessingState; ... 13 more ...; api: CombinedState<...>; }'. Did you mean 'modelmanagerV2'?
lint-frontend
Type '{ [k: string]: string | number | boolean | null; }' is not assignable to type 'Record<string, never>'.
lint-frontend
No overload matches this call.
lint-frontend
This comparison appears to be unintentional because the types 'DeepPartialSkipArrayKey<T>' and 'string' have no overlap.
lint-frontend
This comparison appears to be unintentional because the types 'DeepPartialSkipArrayKey<T>' and 'string' have no overlap.
lint-frontend
This comparison appears to be unintentional because the types 'DeepPartialSkipArrayKey<T>' and 'string' have no overlap.
lint-frontend
Argument of type '{ key: string; body: AnyModelConfig; }' is not assignable to parameter of type 'UpdateModelArg'.
lint-frontend
Type 'false' does not satisfy the constraint 'true'.
lint-frontend
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.