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
5013a4b9f3
feat(ui): expand config options ( #3393 )
...
now may disable individual SD features eg Noise, Variation, etc - stuff
which is not ready for consumption in commercial.
2023-05-12 16:10:17 +12:00
blessedcoolant
f929359322
Merge branch 'main' into feat/ui/expand-config
2023-05-12 16:06:31 +12:00
blessedcoolant
6522c71971
feat(nodes): add RandomIntInvocation ( #3390 )
...
just outputs a single random int
2023-05-12 16:06:06 +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
e559730b6e
feat(nodes): add w/h to latents outputs ( #3389 )
...
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-12 15:40:46 +12: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
0ece4686aa
fix(nodes): remove Optionals on ImageOutputs ( #3392 )
2023-05-12 15:21:42 +12:00
blessedcoolant
af95cef7f9
Merge branch 'main' into fix/nodes/fix-imageoutput-optionals
2023-05-12 15:08:19 +12:00
blessedcoolant
1eca7a918a
feat(ui): make core parameters layout consistent ( #3394 )
2023-05-12 15:08:07 +12:00
blessedcoolant
9e6b958023
Merge branch 'main' into feat/ui/consistent-param-layout
2023-05-12 15:06:16 +12:00
blessedcoolant
f7b99d93ae
docs(ui): update ui readme ( #3396 )
2023-05-12 15:05:55 +12:00
blessedcoolant
85d03dcd90
Merge branch 'main' into docs/ui/update-ui-readme
2023-05-12 15:04:12 +12:00
blessedcoolant
032555bcfe
fix(model manager): fix string formatting error on model checksum timer ( #3397 )
...
The error occurs when loading a model for the first time. (or after
removing its checksum file, probably.)
2023-05-12 15:04:01 +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
cd7b248eda
Add UniPC / Euler Karras / DPMPP_2 Karras / DEIS / DDPM Schedulers ( #3388 )
...
**Features:**
- Add UniPC Scheduler
- Add Euler Karras Scheduler
- Add DPMPP_2 Karras Scheduler
- Add DEIS Scheduler
- Add DDPM Scheduler
**Other:**
- Renamed schedulers to their accurate names: _a = Ancestral, _k =
Karras
- Fix scheduler not defaulting correctly to DDIM.
- Code split SCHEDULER_MAP so its consistently loaded from the same
place.
**Known Bugs:**
- dpmpp_2s not working in img2img for denoising values < 0.8 ==> // This
seems to be an upstream bug. I've disabled it in img2img and canvas
until the upstream bug is fixed.
https://github.com/huggingface/diffusers/issues/1866
2023-05-12 09:06:22 +12: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
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