chore(ui): "controlnet" -> "controladapters"

This commit is contained in:
psychedelicious
2023-10-06 18:56:25 +11:00
parent ba4616ff89
commit b57ebe52e4
86 changed files with 153 additions and 649 deletions

View File

@ -1,5 +1,5 @@
import { RootState } from 'app/store/store';
import { selectValidControlNets } from 'features/controlNet/store/controlAdaptersSlice';
import { selectValidControlNets } from 'features/controlAdapters/store/controlAdaptersSlice';
import { omit } from 'lodash-es';
import {
CollectInvocation,

View File

@ -9,7 +9,7 @@ import {
IP_ADAPTER,
METADATA_ACCUMULATOR,
} from './constants';
import { selectValidIPAdapters } from 'features/controlNet/store/controlAdaptersSlice';
import { selectValidIPAdapters } from 'features/controlAdapters/store/controlAdaptersSlice';
export const addIPAdapterToLinearGraph = (
state: RootState,