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
blessedcoolant
ad0b70ca23
fix(nodes): fix #3306 ( #3377 )
...
Check if the cache has the object before deleting it.
2023-05-10 17:39:45 +12: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
Lincoln Stein
beeaa05658
Update dependencies to get deterministic image generation behavior (main branch) ( #3354 )
...
This PR updates to `xformers ~= 0.0.19` and `torch ~= 2.0.0`, which
together seem to solve the non-deterministic image generation issue that
was previously seen with earlier versions of `xformers`.
2023-05-10 00:10:51 -04:00
Lincoln Stein
6b6d654f60
Merge branch 'main' into enhance/update-dependencies
2023-05-09 23:56:46 -04: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
1f608d3743
add v2.3 branch to push trigger ( #3363 )
...
Update the push trigger with the branch which should deploy the docs,
also bring over the updates to the workflow from the v2.3 branch and:
- remove main and development branch from trigger
- they would fail without the updated toml
- cache pip environment
- update install method (`pip install ".[docs]"`)
2023-05-08 16:26:06 -04:00
mauwii
df024dd982
bring changes from v2.3 branch over
...
- remove main and development branch from trigger
- they would fail without the updated toml
- cache pip environment
- update install method
2023-05-08 21:50:00 +02:00
mauwii
45da85765c
add v2.3 branch to push trigger
2023-05-08 21:10:20 +02:00