mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-06 14:44:55 -05:00
feat(ui): add mini/advanced controlnet ui
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import IAIButton from 'common/components/IAIButton';
|
||||
import { memo, useCallback } from 'react';
|
||||
import { ControlNet } from '../store/controlNetSlice';
|
||||
import { ControlNetConfig } from '../store/controlNetSlice';
|
||||
import { useAppDispatch } from 'app/store/storeHooks';
|
||||
import { controlNetImageProcessed } from '../store/actions';
|
||||
import { useIsReadyToInvoke } from 'common/hooks/useIsReadyToInvoke';
|
||||
|
||||
type Props = {
|
||||
controlNet: ControlNet;
|
||||
controlNet: ControlNetConfig;
|
||||
};
|
||||
|
||||
const ControlNetPreprocessButton = (props: Props) => {
|
||||
|
||||
Reference in New Issue
Block a user