mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-30 20:48:16 -05: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.