d39de0ad38
fix(nodes): fix duplicate Invoker start/stop events
2023-05-01 18:24:37 -04:00
d14a7d756e
nodes-api: enforce single thread for the processor
...
On hyperthreaded CPUs we get two threads operating on the queue by
default on each core. This cases two threads to process queue items.
This results in pytorch errors and sometimes generates garbage.
Locking this to single thread makes sense because we are bound by the
number of GPUs in the system, not by CPU cores. And to parallelize
across GPUs we should just start multiple processors (and use async
instead of threading)
Fixes #3289
2023-05-01 18:24:37 -04:00
b050c1bb8f
use logger in ApiDependencies
2023-05-01 16:27:44 -04:00
276dfc591b
feat(ui): disable w/h when img2img & not fit
2023-05-01 17:28:22 +10:00
b49d76ebee
feat(nodes): fix image to image fit
param
...
it was ignored previously.
2023-05-01 17:28:22 +10:00
a6be44789b
fix(ui): progress image rerender, checkbox
2023-05-01 11:16:49 +10:00
a4313c26cb
fix: Do not hide Preview button & color code it
2023-05-01 11:16:49 +10:00
d4b250d509
feat(ui): Add auto show progress previews setting
2023-05-01 11:16:49 +10:00
29743a9e02
fix(ui): next/prev image buttons
2023-05-01 11:16:49 +10:00
fecb77e344
feat(ui): dndkit
--> rnd
for draggable
2023-05-01 11:16:49 +10:00
779671753d
feat(ui): tweak floating preview
2023-05-01 11:16:49 +10:00
d5e152b35e
fix(ui): ignore events after canceling session
2023-05-01 11:16:49 +10:00
270657a62c
feat(ui): gallery & progress image refactor
2023-05-01 11:16:49 +10:00
3601b9c860
feat(ui): revamp status indicator
2023-05-01 11:16:49 +10:00
c8fe12cd91
feat(ui): init image tweaks
2023-05-01 11:16:49 +10:00
deae5fbaec
fix(ui): socket event types
2023-05-01 11:16:49 +10:00
5b558af2b3
fix(ui): fix metadata viewer scroll
2023-05-01 11:16:49 +10:00
4150d5306f
chore(ui): regen api client
2023-05-01 11:16:49 +10:00
8c2e4700f9
feat(ui): persist gallery state
2023-05-01 11:16:49 +10:00
adaecada20
fix(ui): fix current image seed button
2023-05-01 11:16:49 +10:00
258895bcc9
feat(ui): being dismantling old sio stuff, fix recall seed/prompt/init
...
- still need to fix up metadataviewer's recall features
2023-05-01 11:16:49 +10:00
2eb7c25bae
feat(ui): clean up and simplify socketio middleware
2023-05-01 11:16:49 +10:00
2e4e9434c1
fix(ui): fix initial image for uploads
2023-05-01 11:16:49 +10:00
0cad204e74
feat(ui): add error handling for linear graph generation
2023-05-01 11:16:49 +10:00
0bc2edc044
Merge branch 'main' into enhance/invokeai-logs
2023-04-29 11:00:18 -04:00
16488e7db8
fix tests
2023-04-29 10:59:50 -04:00
974841926d
logger is a interchangeable service
2023-04-29 10:48:50 -04:00
8db20e0d95
rename log to logger throughout
2023-04-29 09:43:40 -04:00
d00d29d6b5
feat(ui): update settings modal
2023-04-29 18:28:19 +10:00
dc976cd665
feat(ui): add switch for logging
2023-04-29 18:28:19 +10:00
6d6b986a66
feat(ui): remove Console and redux logging state
2023-04-29 18:28:19 +10:00
bffdede0fa
feat(ui): improve log messages
2023-04-29 18:28:19 +10:00
a4c258e9ec
feat(ui): add roarr logger
2023-04-29 18:28:19 +10:00
8d837558ac
fix(ui): fix spelling of systemPersistDenylist.ts
2023-04-29 18:28:19 +10:00
e673ed08ec
fix(ui): restore missing chakra-cli package
...
(amending to try and get the workflow to run)
2023-04-29 12:21:11 +10:00
f0e07bff5a
fix bad logging path in config script
2023-04-28 15:39:00 -04:00
3ec06a1fc3
Merge branch 'main' into enhance/invokeai-logs
2023-04-28 10:10:33 -04:00
6b79e2b407
Merge branch 'main' into enhance/invokeai-logs
...
- resolve conflicts
- remove unused code identified by pyflakes
2023-04-28 10:09:46 -04:00
0eed9dbc44
fix(ui): fix packaging import issue ( #3294 )
...
I accidentally merged a broken #3292 (merge conflicts incorrectly
resolved). Fixing it
2023-04-29 00:39:56 +12:00
53c7832fd1
fix(ui): fix packaging import issue
2023-04-28 22:37:51 +10:00
ca1cc0e2c2
feat(ui): rerender mitigation sweep
2023-04-28 22:00:18 +10:00
5d8728c7ef
feat(ui): persist socket session ids and re-sub on connect
2023-04-28 22:00:18 +10:00
a8cec4c7e6
fix(ui): improve schema parsing error handling
2023-04-28 22:00:18 +10:00
2b5ccdc55f
build(ui): treeshake lodash via lodash-es
2023-04-28 21:56:43 +10:00
d92d5b5258
build(ui): fix types exports
2023-04-28 21:56:43 +10:00
a591184d2a
build(ui): remove unneeded types file
2023-04-28 21:56:43 +10:00
ee881e4c78
build(ui): add react/react-dom peer deps
2023-04-28 21:56:43 +10:00
61fbb24e36
feat(ui): set up for packaging
2023-04-28 21:56:43 +10:00
d582949488
feat(ui): rename main app components
2023-04-28 21:56:43 +10:00
de574eb4d9
chore(ui): upgrade all packages
2023-04-28 21:56:43 +10:00