Lincoln Stein
b7c5a39685
make invokeai.yaml more hierarchical; fix list configuration bug
2023-05-17 12:19:19 -04:00
Lincoln Stein
eadfd239a8
update config script to work with new config system
2023-05-17 00:18:19 -04:00
Lincoln Stein
8d75e50435
partial port of invokeai-configure
2023-05-16 01:50:01 -04:00
Lincoln Stein
7ef0d2aa35
merge with main
2023-05-15 09:07:17 -04:00
Eugene Brodsky
cf36e4029e
fix(ui): fix syntax error in the logo component flexbox
2023-05-15 08:24:33 +10:00
blessedcoolant
c4681774a5
Merge branch 'main' into logging-facelift
2023-05-15 02:08:29 +12:00
psychedelicious
f5df150097
feat(ui): add callback to signal app is ready
...
needed for commercial
2023-05-14 18:42:15 +10:00
psychedelicious
dac82adb5b
fix(ui): make logo component non-selectable
2023-05-14 18:41:11 +10:00
psychedelicious
d3a7fea939
Revert "fix: Rework the layout of the parameters scrollbar"
...
This reverts commit 6f1fc397f7
.
2023-05-14 11:45:08 +10:00
psychedelicious
5a7b687c84
fix(ui): add missing packages
2023-05-14 11:45:08 +10:00
psychedelicious
0020457fc7
fix(ui): tweak settings scheduler styling
2023-05-14 11:45:08 +10:00
psychedelicious
658b556544
feat(ui): IAICustomSelect v2, implement for scheduler & model
2023-05-14 11:45:08 +10:00
psychedelicious
37da0fc075
feat(ui): IAICustomSelect v1
2023-05-14 11:45:08 +10:00
psychedelicious
6d3e8507cc
fix(ui): fix "no image" fallbacks
2023-05-14 11:45:08 +10:00
blessedcoolant
0e9470503f
fix: Rework the layout of the parameters scrollbar
2023-05-14 11:45:08 +10:00
blessedcoolant
d2ebc6741b
feat: Add setting to hide / display schedulers
2023-05-14 11:45:08 +10:00
blessedcoolant
026d3260b4
Add Heun Karras Scheduler
2023-05-14 11:45:08 +10:00
Lincoln Stein
1103ab2844
merge with main
2023-05-13 21:35:19 -04:00
Lincoln Stein
11b2076b46
implement change to web_config suggested by ebr
2023-05-13 21:33:19 -04:00
blessedcoolant
78533714e3
Merge branch 'main' into logging-facelift
2023-05-14 09:07:51 +12:00
blessedcoolant
691e1bf829
Make debug messages cyan/blue
2023-05-14 09:06:57 +12:00
Mary Hipp
47a088d685
rehydrate selectedImage URL when results and uploads are fetched
2023-05-13 09:48:38 +10:00
Eugene Brodsky
63db3fc22f
reduce queue check interval to 0.5s
2023-05-12 17:54:26 -04:00
Eugene
ad0bb3f61a
fix: queue error should not crash InvocationProcessor
...
1. if retrieving an item from the queue raises an exception, the
InvocationProcessor thread crashes, but the API continues running in
a non-functional state. This fixes the issue
2. when there are no items in the queue, sleep 1 second before checking
again.
3. Also ensures the thread isn't crashed if an exception is raised from
invoker, and emits the error event
Intentionally using base Exceptions because for now we don't know which
specific exception to expect.
Fixes (sort of)? #3222
2023-05-12 17:54:26 -04:00
blessedcoolant
d796ea7bec
feat: Logging Improvements
2023-05-13 02:13:49 +12:00
psychedelicious
e5b7dd63e9
fix(nodes): temporarily disable librarygraphs
...
- Do not retrieve graph from DB until we resolve the issue of changing node schemas causing application to fail to start up due to invalid graphs
2023-05-12 22:33:49 +10:00
psychedelicious
60a565d7de
feat(ui): use chakra menu for theme changer
2023-05-12 20:04:29 +10:00
psychedelicious
78cf70eaad
fix(ui): tweak lang picker style
2023-05-12 20:04:10 +10:00
psychedelicious
eebaa50710
fix(ui): fix language picker tooltip
2023-05-12 19:52:21 +10:00
psychedelicious
7d582553f2
feat(ui): use chakra menu for language picker
2023-05-12 19:50:34 +10:00
psychedelicious
4d6eea7e81
feat(ui): store language in redux
2023-05-12 19:35:03 +10:00
psychedelicious
3d9ecbf3c7
fix(ui): add missing package
2023-05-12 18:55:59 +10:00
psychedelicious
032aa1d59c
fix(ui): excise most zIndex
s
...
our stacking contexts are accurate, `zIndex` isn't needed
2023-05-12 18:50:54 +10:00
psychedelicious
35e0863bdb
fix(ui): fix tab icon sizes
2023-05-12 17:56:18 +10:00
psychedelicious
14070d674e
build(ui): add style injection plugin
...
when building for package, CSS is all in JS files. when used as a package, it is then injected into the page. bit of a hack to missing CSS in commercial product
2023-05-12 17:56:18 +10:00
psychedelicious
108ce06c62
feat(ui): change custom header to be a prop instead of children
2023-05-12 17:56:18 +10:00
psychedelicious
da364f3444
feat(ui): use variable font
...
reduces package build's CSS by an order of magnitude
2023-05-12 17:56:18 +10:00
psychedelicious
df5ba75c14
feat(ui): use custom dark mode localStorage key
2023-05-12 17:56:18 +10:00
psychedelicious
e4fb9cb33f
chore(ui): regen api client
2023-05-12 17:56:18 +10:00
psychedelicious
65b527eb20
fix(ui): do not show progress images in uploads gallery category
2023-05-12 17:56:18 +10:00
psychedelicious
7dc9d18052
fix(ui): do not show intermediates uploads in gallery
2023-05-12 17:56:18 +10:00
blessedcoolant
f929359322
Merge branch 'main' into feat/ui/expand-config
2023-05-12 16:06:31 +12:00
blessedcoolant
9c1e65f3a3
Merge branch 'main' into feat/nodes/add-randomintinvocation
2023-05-12 15:56:41 +12:00
psychedelicious
ebec200ba6
Remove unused import
2023-05-12 13:56:02 +10:00
blessedcoolant
0acb8ed85d
Merge branch 'main' into feat/nodes/add-w-h-latentsoutput
2023-05-12 15:23:29 +12:00
blessedcoolant
8c1c9cd702
Merge branch 'main' into feat/nodes/add-randomintinvocation
2023-05-12 15:21:49 +12:00
blessedcoolant
af95cef7f9
Merge branch 'main' into fix/nodes/fix-imageoutput-optionals
2023-05-12 15:08:19 +12:00
blessedcoolant
9e6b958023
Merge branch 'main' into feat/ui/consistent-param-layout
2023-05-12 15:06:16 +12:00
blessedcoolant
85d03dcd90
Merge branch 'main' into docs/ui/update-ui-readme
2023-05-12 15:04:12 +12:00
Kevin Turner
4caa1f19b2
fix(model manager): fix string formatting error on model checksum timer
2023-05-11 19:06:02 -07:00