603c9a587e
open Windows Terminal maximized
2023-06-05 00:24:13 -04:00
1a5a2dfda9
increased window size
2023-06-04 23:54:52 -04:00
090b7eeaf3
workaround to get adequate window size on Windows Terminal
2023-06-04 23:44:07 -04:00
117536324c
the "restore" env variable in .bat launcher confuses pydantic
2023-06-04 22:53:46 -04:00
999c092b6a
fix mouse and window resizing issues
2023-06-04 22:00:11 -04:00
9e31b1f387
Merge branch 'main' into lstein/config-management-fixes
2023-06-04 18:17:43 -04:00
cb157ea530
fix crash when install-models launched from config script
2023-06-04 14:55:51 -04:00
5f6f38074d
merge with main
2023-06-04 13:59:31 -04:00
1a7fb601dc
ask user for v2 variant when model manager can't infer it
2023-06-04 11:27:44 -04:00
95fa66661c
dummy commit to make github actions run
2023-06-04 22:55:35 +10:00
6247b79111
docs(ui): update API_CLIENT
2023-06-04 22:46:53 +10:00
5831364f9c
Update web README.md
2023-06-04 22:44:18 +10:00
919b81cff1
fix(ui): fix rebase issue
2023-06-04 22:34:58 +10:00
065fff7db5
fix(ui): fix wonkiness with image dnd
2023-06-04 22:34:58 +10:00
a664ee30a2
feat(ui): do not change images if the dropped image is the same image
2023-06-04 22:34:58 +10:00
03f3ad435a
feat(ui): updated controlnet logic/ui
2023-06-04 22:34:58 +10:00
2270c270ef
feat(ui): add tooltip to IAISwitch
2023-06-04 22:34:58 +10:00
4f7820719b
feat(ui): add ellipsis direction to IAICustomSelect
2023-06-04 22:34:58 +10:00
fa285883ad
feat(ui): make OverlayDragImage translucent
2023-06-04 22:34:58 +10:00
474fca8e6a
feat(ui): add controlNetDenylist
2023-06-04 22:34:58 +10:00
5dc0250b00
feat(ui): ControlNet layout tweaks
2023-06-04 22:34:58 +10:00
f269377a01
feat(ui): "ProcessorOptionsContainer" -> "ProcessorWrapper", organise
2023-06-04 22:34:58 +10:00
d0406024e3
feat(ui): IAICustomSelect tweak styles
2023-06-04 22:34:58 +10:00
aa3a969bd2
feat: Update ControlNet Model List & Map
2023-06-04 22:34:58 +10:00
73a95973a8
wip: Add Wrapper Container for Preprocessor Options
...
For fast altering of the layout across all pre-preocessors.
2023-06-04 22:34:58 +10:00
bf4fe3c1ac
wip: Fixing layout shifts with the ControlNet tab
2023-06-04 22:34:58 +10:00
d6c08ba469
feat(ui): add mini/advanced controlnet ui
2023-06-04 22:34:58 +10:00
69f0ba65f1
chore(ui): bump react-icons
2023-06-04 22:34:58 +10:00
828c86964d
feat(ui): IAICustomSelect prevent label wrap
2023-06-04 22:34:58 +10:00
54b7ddd63f
feat(ui): IAIDndImage cursor: 'grab'
2023-06-04 22:34:58 +10:00
a0dde66b5d
feat(ui): more work on controlnet mini
2023-06-04 22:34:58 +10:00
b6b3b9f99c
feat(ui): make scrollbar less bright
2023-06-04 22:34:58 +10:00
faa69f8a47
feat(ui): add alpha colors
2023-06-04 22:34:58 +10:00
d92c7f5483
feat(ui): organize IAIDndImage component
2023-06-04 22:34:58 +10:00
6b824eb112
feat(ui): initial mini controlnet UI, dnd improvements
2023-06-04 22:34:58 +10:00
72b4371804
feat(ui): control image auto-process
2023-06-04 22:34:58 +10:00
fa290aff8d
feat(ui): add defaults for all processors
2023-06-04 22:34:58 +10:00
3d99d7ae8b
feat(ui): update handling of inProgess, do not allow cnet process when processing
2023-06-04 22:34:58 +10:00
2eb367969c
feat(ui): do not autoprocess control if invocation in progress
2023-06-04 22:34:58 +10:00
9cdad95f48
feat(ui): add rest of controlnet processors
2023-06-04 22:34:58 +10:00
707ed39300
chore(ui): regen api client
2023-06-04 22:34:58 +10:00
6896e69e95
fix(ui): fix multiple controlnets
2023-06-04 22:34:58 +10:00
b17f4c1650
feat(ui): more tweaking controlnet ui
2023-06-04 22:34:58 +10:00
98493ed9e2
feat(ui): reorg parameter panel to make room for controlnet
2023-06-04 22:34:58 +10:00
94c953deab
feat(ui): get processed images back into controlnet ui
2023-06-04 22:34:58 +10:00
fa4d88e163
feat(ui): improve drag and drop ux
2023-06-04 22:34:58 +10:00
b1e1e3efc7
fix(ui): fix IAISelectableImage fallback
2023-06-04 22:34:58 +10:00
3b9426eb72
feat(ui): controlnet/image dnd wip
...
Implement `dnd-kit` for image drag and drop
- vastly simplifies logic bc we can drag and drop non-serializable data (like an `ImageDTO`)
- also much prettier
- also will fix conflicts with file upload via OS drag and drop, bc `dnd-kit` does not use native HTML drag and drop API
- Implemented for Init image, controlnet, and node editor so far
More progress on the ControlNet UI
2023-06-04 22:34:58 +10:00
e2e07696fc
feat(ui): wip controlnet ui
2023-06-04 22:34:58 +10:00
31e97ead2a
move invokeai.db to ~/invokeai/databases
...
- The invokeai.db database file has now been moved into
`INVOKEAIROOT/databases`. Using plural here for possible
future with more than one database file.
- Removed a few dangling debug messages that appeared during
testing.
- Rebuilt frontend to test web.
2023-06-03 20:25:34 -04:00