mirror of
https://github.com/invoke-ai/InvokeAI
synced 2025-07-25 21:05:37 +00:00
- Create separate object types for brush and eraser lines, instead of a single type that has a `tool` field. - Create new object type for rect shapes. - Add logic to schemas to migrate old object types to new. - Update renderers & reducers.