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 |
|
blessedcoolant
|
52aa0c9bbd
|
ui: miscellaneous fixes (#3386)
|
2023-05-12 00:21:29 +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
|
e0d6946b6b
|
fix(nodes): fix metadata test
- `progress_images` is no longer a parameter
- `seamless` needs to be reworked as a model config, removed as a param
|
2023-05-11 11:55:51 +10: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 |
|