mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-31 09:57:57 -05:00
Instead of chaining konva `find` and `findOne` methods, all konva nodes are added to a mapping object. Finding and manipulating them is much simpler. Done for regions and layers, wip for control adapters.