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
Kent Keirsey
8f8cd90787
comment out customer_attention_context
2023-05-12 13:59:00 -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
Eugene Brodsky
af060188bd
Merge branch 'main' into lstein/bugfix/compel
2023-05-12 08:22:18 -04: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
Lincoln Stein
95d4bd3012
Merge branch 'lstein/bugfix/compel' of github.com:invoke-ai/InvokeAI into lstein/bugfix/compel
2023-05-11 21:13:29 -04:00
Lincoln Stein
037078c8ad
make InvokeAIDiffuserComponent.custom_attention_control a classmethod
2023-05-11 21:13:18 -04:00
psychedelicious
6de2f66b50
docs(ui): update ui readme
2023-05-12 11:11:59 +10:00
blessedcoolant
6d8c077f4e
Merge branch 'main' into unipc-sched
2023-05-12 05:59:13 +12:00
blessedcoolant
97127e560e
Disable dpmpp_2s in img2img & unifiedCanvas
...
... until upstream bug is fixed.
2023-05-12 04:51:58 +12:00
Sergey Borisov
27dc07d95a
Set zero eta by default(fix ddim scheduler error)
2023-05-11 18:49:27 +03:00
blessedcoolant
f7dc171c4f
Rename default schedulers across the app
2023-05-12 03:44:20 +12:00
blessedcoolant
4b957edfec
Add DDPM Scheduler
2023-05-12 03:18:34 +12:00
blessedcoolant
46ca7718d9
Add DEIS Scheduler
2023-05-12 03:10:30 +12:00
blessedcoolant
b928d7a6e6
Change scheduler names to be accurate
...
_a = Ancestral
_k = Karras
2023-05-12 02:59:43 +12:00
blessedcoolant
8a836247c8
Add DPMPP Single, Euler Karras and DPMPP2 Multi Karras Schedulers
2023-05-12 02:23:33 +12:00
Mary Hipp
95c3644564
fix it again
2023-05-12 00:10:39 +10:00
psychedelicious
799cd07174
feat(ui): make core parameters layout consistent
2023-05-11 22:45:53 +10:00
psychedelicious
9af385468d
feat(ui): expand config options
...
now may disable individual SD features eg Noise, Variation, etc - stuff which is not ready for consumption in commercial.
2023-05-11 22:42:13 +10:00
blessedcoolant
3487388788
Merge branch 'unipc-sched' of https://github.com/blessedcoolant/InvokeAI into unipc-sched
2023-05-12 00:40:24 +12:00
blessedcoolant
9a383e456d
Codesplit SCHEDULER_MAP for reusage
2023-05-12 00:40:03 +12:00
blessedcoolant
805f9f8f4a
Merge branch 'main' into unipc-sched
2023-05-12 00:24:55 +12:00
psychedelicious
7f5f4689cc
fix(ui): clear progress image on cancel
2023-05-11 22:20:37 +10:00
psychedelicious
a3f81f4b98
fix(ui): fix results not displaying
...
- fix for commercial product
2023-05-11 22:20:37 +10:00
psychedelicious
15c59e606f
feat(ui): add spinner to gallery progress images
...
- otherwise you may think you can click it but you cannot
2023-05-11 22:20:37 +10:00
psychedelicious
40d4cabecd
feat(ui): improve image overlay
2023-05-11 22:20:37 +10:00
psychedelicious
3493c8119b
feat(ui): improve image preview css and fallback
2023-05-11 22:20:30 +10:00
blessedcoolant
c1e7460d39
Merge branch 'main' into unipc-sched
2023-05-12 00:11:09 +12:00
blessedcoolant
3ffff023b2
Add missing key to scheduler_map
...
It was breaking coz the sampler was not being reset. So needs a key on each. Will simplify this later.
2023-05-12 00:08:50 +12:00
psychedelicious
f9384be59b
fix(ui): fix init image causing overflow
2023-05-11 20:55:30 +10:00
psychedelicious
6cf308004a
fix(nodes): remove Optionals on ImageOutputs
2023-05-11 20:54:57 +10:00
blessedcoolant
d1029138d2
Default to DDIM if scheduler is missing
2023-05-11 22:54:35 +12:00
blessedcoolant
06b5800d28
Add UniPC Scheduler
2023-05-11 22:43:18 +12:00
psychedelicious
483f2ccb56
feat(nodes): add RandomIntInvocation
...
just outputs a single random int
2023-05-11 20:33:32 +10:00
psychedelicious
93ced0bec6
feat(nodes): add w/h to latents outputs
...
This reduces the number of nodes needed when working with latents (ie fewer plain integer value nodes)
Also correct a few mistakes in the fields
2023-05-11 20:32:55 +10:00
psychedelicious
4333852c37
fix(nodes): fix missing context
arg in LatentsToLatents
2023-05-11 19:28:42 +10:00
Eugene Brodsky
3baa230077
Merge branch 'main' into lstein/bugfix/compel
2023-05-11 00:50:45 -04:00
Eugene
9e594f9018
pad conditioning tensors to same length
...
fixes crash when prompt length is greater than 75 tokens
2023-05-11 00:34:15 -04:00
Mary Hipp Rogers
b0c41b4828
filter our websocket errors ( #3382 )
...
Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local>
2023-05-11 01:58:40 +00:00
psychedelicious
bf7ea8309f
fix(ui): change tab to img2img when selected initial image
2023-05-11 11:55:51 +10:00
psychedelicious
54b65f725f
fix(ui): rescale canvas on gallery resize
2023-05-11 11:55:51 +10:00
psychedelicious
8ef49c2640
fix(ui): fix canvas img2img if no init image selected
2023-05-11 11:55:51 +10:00
psychedelicious
f488b1a7f2
fix(nodes): fix usage of Optional
2023-05-11 11:55:51 +10:00
psychedelicious
d2edb7c402
build(ui): add yalc to gitignore
2023-05-11 11:55:51 +10:00
psychedelicious
f0a3f07b45
feat(ui): antialias progress images
2023-05-11 11:55:51 +10:00
psychedelicious
b42b630583
fix(ui): h/w disabled bug
2023-05-11 11:55:51 +10:00
psychedelicious
31a78d571b
feat(ui): canvas antialiasing
2023-05-11 11:55:51 +10:00
psychedelicious
fdc2232ea0
feat(ui): progress images in gallery and viewer
2023-05-11 11:55:51 +10:00
psychedelicious
e94d0b2d40
fix(ui): fix janky gallery image delete
2023-05-11 11:55:51 +10:00
psychedelicious
75ccbaee9c
fix(ui): disable invoke button as soon as pressed
2023-05-11 11:55:51 +10:00
psychedelicious
2848c8397c
fix(ui): fix missing images on reload issue
...
- Mainly an issue for commercial due to incomplete metadata handling
2023-05-11 11:55:51 +10:00
psychedelicious
fe8b5193de
feat(ui): half-baked use all parameters
...
until we have a better system for metadata, this will remain half-baked
2023-05-11 11:55:51 +10:00
psychedelicious
3d1470399c
fix(ui): fix metadataviewer styling
2023-05-11 11:55:51 +10:00
psychedelicious
fcf9c63049
fix(ui): fix copying image link
2023-05-11 11:55:51 +10:00
blessedcoolant
7bfb5640ad
cleanup(ui): Remove unused vars + minor bug fixes
2023-05-11 11:55:51 +10:00
psychedelicious
15e57e3a3d
fix(ui): duplicate gallery in nodes editor
2023-05-11 11:55:51 +10:00
psychedelicious
279468c0e8
feat(ui): restore tab names
2023-05-11 11:55:51 +10:00
psychedelicious
c565812723
feat(ui): organize parameters panels
2023-05-11 11:55:51 +10:00
psychedelicious
ec6c8e2a38
feat(ui): wip layout
2023-05-11 11:55:51 +10:00
psychedelicious
77f2690711
fix(ui): remove duplicate gallery
2023-05-11 11:55:51 +10:00
psychedelicious
c4b3a24ed7
feat(ui): revert tabs to txt2img/img2img
2023-05-11 11:55:51 +10:00
psychedelicious
33c69359c2
feat(ui): add IAICollapse for parameters
2023-05-11 11:55:51 +10:00
psychedelicious
864f4bb4af
feat(ui): wip img2img layouting
2023-05-11 11:55:51 +10:00
psychedelicious
5365f42a04
feat(ui): wip layouting
2023-05-11 11:55:51 +10:00
psychedelicious
3dc60254b9
feat(ui): support collect nodes
2023-05-11 11:55:51 +10:00
psychedelicious
027a8562d7
fix(ui): default node model selection
2023-05-11 11:55:51 +10:00
psychedelicious
34f3a0f0e3
feat(nodes): improve default model choosing output
2023-05-11 11:55:51 +10:00
psychedelicious
d0bac1675e
fix(nodes): fix ImageOutput Config
2023-05-11 11:55:51 +10:00
psychedelicious
4e56c962f4
fix(nodes): fix infill docstrings
2023-05-11 11:55:51 +10:00
psychedelicious
4ef0e43759
fix(nodes): remove dataURL invocation
2023-05-11 11:55:51 +10:00
psychedelicious
6945d10297
chore(ui): regen api client
2023-05-11 11:55:51 +10:00
psychedelicious
4d6cef7ac8
fix(ui): fix types bug
2023-05-11 11:55:51 +10:00
psychedelicious
a7786d5ff2
fix(nodes): restore seamless to TextToLatents
2023-05-11 11:55:51 +10:00
psychedelicious
6c1de975d9
feat(nodes): add infill nodes
2023-05-11 11:55:51 +10:00
psychedelicious
a1079e455a
feat(nodes): cleanup unused params, seed generation
2023-05-11 11:55:51 +10:00
psychedelicious
5457c7f069
fix(ui): use lodash-es
instead of lodash
2023-05-11 11:55:51 +10:00
psychedelicious
b8c1a3f96c
chore(ui): remove unused babelrc & npm script
2023-05-11 11:55:51 +10:00
psychedelicious
cee8e85f76
chore(ui): bump redux-remember
2023-05-11 11:55:51 +10:00
psychedelicious
09f166577e
feat(ui): migrate to redux-remember
2023-05-11 11:55:51 +10:00
psychedelicious
bcc21531fb
feat(ui): update for InfillInvocation
2023-05-11 11:55:51 +10:00
psychedelicious
da4eacdffe
feat(nodes): add InfillInvocation
2023-05-11 11:55:51 +10:00
psychedelicious
6102e560ba
feat(nodes): add LatentsToImage node (VAE encode)
2023-05-11 11:55:51 +10:00
psychedelicious
ff3aa57117
feat(ui): fix endless gallery scroll for single col layout
2023-05-11 11:55:51 +10:00
psychedelicious
49db6f4fac
fix(nodes): fix trivial typing issues
2023-05-11 11:55:51 +10:00
psychedelicious
20f6a597ab
fix(nodes): add MetadataColorField
2023-05-11 11:55:51 +10:00
psychedelicious
04c453721c
feat(ui): tweak gallery loading indicator
2023-05-11 11:55:51 +10:00
psychedelicious
350ffecc1f
feat(ui): endless gallery scroll
2023-05-11 11:55:51 +10:00
psychedelicious
b0557aa16b
fix(ui): fix currentimagepreview not working for uploads
2023-05-11 11:55:51 +10:00
psychedelicious
1c9429a6ea
feat(ui): wip canvas
2023-05-11 11:55:51 +10:00
psychedelicious
206e6b1730
feat(nodes): wip inpaint node
2023-05-11 11:55:51 +10:00
psychedelicious
357cee2849
fix(nodes): fix cfg scale min value
2023-05-11 11:55:51 +10:00
psychedelicious
0b49997bb6
feat(nodes): allow uploaded images to be any ImageType (eg intermediates)
2023-05-11 11:55:51 +10:00
psychedelicious
5e09dd380d
Revert "feat(nodes): free gpu mem after invocation"
...
This reverts commit 99cb33f477306d5dcc455efe04053ce41b8d85bd.
2023-05-11 11:55:51 +10:00
psychedelicious
c7303adb0d
feat(ui): fix generation mode logic
2023-05-11 11:55:51 +10:00
psychedelicious
ed1f096a6f
feat(ui): wip canvas migration 4
2023-05-11 11:55:51 +10:00
psychedelicious
6ab5d28cf3
feat(ui): wip canvas migration, createListenerMiddleware
2023-05-11 11:55:51 +10:00
psychedelicious
a75148cb16
feat(nodes): free gpu mem after invocation
2023-05-11 11:55:51 +10:00
psychedelicious
f7bbc4004a
feat(ui): wip canvas nodes migration 3
2023-05-11 11:55:51 +10:00
psychedelicious
cee21ca082
feat(ui): wip canvas nodes migration 2
2023-05-11 11:55:51 +10:00
psychedelicious
08ec12b391
feat(ui): wip canvas nodes migration
2023-05-11 11:55:51 +10:00
psychedelicious
ff5e2a9a8c
chore(ui): regen api client
2023-05-11 11:55:51 +10:00
psychedelicious
e0b9b5cc6c
feat(nodes): add dataURL to image node
2023-05-11 11:55:51 +10:00
Lincoln Stein
aca4770481
fixed compel.py as requested
2023-05-10 21:40:44 -04:00
Lincoln Stein
5d5157fc65
make conditioning.py work with compel 1.1.5
2023-05-10 18:08:33 -04:00
Mary Hipp Rogers
fb6ef61a4d
change path for locale ( #3381 )
...
Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local>
2023-05-10 10:30:17 -04:00
psychedelicious
ee24ad7b13
fix(nodes): fix broken docs routes
2023-05-10 08:28:17 -04:00
psychedelicious
f8e90ba3f0
feat(nodes): add ui build static route
2023-05-10 08:28:17 -04:00
psychedelicious
7dfa135b2c
fix(nodes): fix #3306
...
Check if the cache has the object before deleting it.
2023-05-10 15:29:10 +10:00
Mary Hipp
853c83d0c2
surface detail field for 403 errors
2023-05-09 12:40:19 +10:00
Mary Hipp
1809990ed4
if backend returns an error, show it in toast
2023-05-09 11:09:36 +10:00
Eugene
79d49853d2
use websocket transport first for socket.io
2023-05-09 11:01:02 +10:00
Lincoln Stein
f28632980d
Merge branch 'main' into lstein/global-configuration
2023-05-07 07:52:46 -04:00
psychedelicious
440912dcff
feat(ui): make base log level debug
2023-05-07 15:36:37 +10:00
psychedelicious
8b87a26e7e
feat(ui): support collect nodes
2023-05-07 15:36:37 +10:00
Lincoln Stein
42d938fda5
remove debugging statement
2023-05-06 23:54:11 -04:00
Lincoln Stein
25ce47c44f
remove reference to globals in compel.py
2023-05-06 22:49:35 -04:00
Lincoln Stein
afd2e32092
Merge branch 'main' into lstein/global-configuration
2023-05-06 21:20:25 -04:00
Lincoln Stein
350b1421bb
Merge branch 'main' into lstein/bugfix/logger-namespace
2023-05-06 08:14:44 -04:00
StAlKeR7779
a80fe05e23
Rename compel node
2023-05-05 21:30:16 +03:00
StAlKeR7779
58d7833c5c
Review changes
2023-05-05 21:09:29 +03:00
StAlKeR7779
5012f61599
Separate conditionings back to positive and negative
2023-05-05 15:47:51 +03:00
blessedcoolant
85c33823c3
Merge branch 'main' into feat/compel_node
2023-05-05 14:41:45 +12:00
psychedelicious
e04ada1319
Merge branch 'main' into patch-1
2023-05-05 10:38:45 +10:00
Lincoln Stein
d866dcb3d2
close #3343
2023-05-04 20:30:59 -04:00