mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): add initial image layer to CL
This commit is contained in:
committed by
Kent Keirsey
parent
d67480d92c
commit
1d213067e8
@@ -193,6 +193,11 @@ export type RGLayerIPAdapterImagePostUploadAction = {
|
||||
ipAdapterId: string;
|
||||
};
|
||||
|
||||
export type IILayerImagePostUploadAction = {
|
||||
type: 'SET_II_LAYER_IMAGE';
|
||||
layerId: string;
|
||||
};
|
||||
|
||||
type InitialImageAction = {
|
||||
type: 'SET_INITIAL_IMAGE';
|
||||
};
|
||||
@@ -225,4 +230,5 @@ export type PostUploadAction =
|
||||
| AddToBatchAction
|
||||
| CALayerImagePostUploadAction
|
||||
| IPALayerImagePostUploadAction
|
||||
| RGLayerIPAdapterImagePostUploadAction;
|
||||
| RGLayerIPAdapterImagePostUploadAction
|
||||
| IILayerImagePostUploadAction;
|
||||
|
||||
Reference in New Issue
Block a user