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 8fd8994 commit 1010c98Copy full SHA for 1010c98
invokeai/frontend/web/src/features/controlLayers/store/canvasSlice.ts
@@ -857,6 +857,9 @@ export const canvasSlice = createSlice({
857
break;
858
case 'regional_guidance':
859
newEntity.id = getPrefixedId('regional_guidance');
860
+ for (const refImage of newEntity.referenceImages) {
861
+ refImage.id = getPrefixedId('regional_guidance_ip_adapter');
862
+ }
863
state.regionalGuidance.entities.push(newEntity);
864
865
case 'reference_image':
0 commit comments