mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): iterate on state flow and rendering 2
- Rely on redux + reselect more - Remove all nanostores that simply "mirrored" redux state in favor of direct subscriptions to redux store - Add abstractions for creating redux subs and running selectors - Add `initialize` method to CanvasModuleBase, for post-instantiation tasks - Reduce local caching of state in modules to a minimum
This commit is contained in:
@@ -47,7 +47,7 @@ export const ControlLayerControlAdapterModel = memo(({ modelKey, onChange: onCha
|
||||
} else {
|
||||
canvasManager.filter.$config.set(IMAGE_FILTERS.canny_image_processor.buildDefaults(modelConfig.base));
|
||||
}
|
||||
canvasManager.filter.initialize(entityIdentifier);
|
||||
canvasManager.filter.startFilter(entityIdentifier);
|
||||
canvasManager.filter.previewFilter();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user