psychedelicious
|
e1e5266fc3
|
feat(ui): refactor base image uploading logic
|
2023-05-15 17:45:05 +10:00 |
|
psychedelicious
|
5e4457445f
|
feat(ui): make toast/hotkey into logical components
|
2023-05-15 15:25:27 +10:00 |
|
psychedelicious
|
0221ca8f49
|
fix(ui): use cloned canvas for retrieving dataURL/Blobs
|
2023-05-15 13:54:30 +10:00 |
|
Eugene Brodsky
|
cf36e4029e
|
fix(ui): fix syntax error in the logo component flexbox
|
2023-05-15 08:24:33 +10:00 |
|
psychedelicious
|
f5df150097
|
feat(ui): add callback to signal app is ready
needed for commercial
|
2023-05-14 18:42:15 +10:00 |
|
psychedelicious
|
dac82adb5b
|
fix(ui): make logo component non-selectable
|
2023-05-14 18:41:11 +10:00 |
|
psychedelicious
|
d3a7fea939
|
Revert "fix: Rework the layout of the parameters scrollbar"
This reverts commit 6f1fc397f7 .
|
2023-05-14 11:45:08 +10:00 |
|
psychedelicious
|
0020457fc7
|
fix(ui): tweak settings scheduler styling
|
2023-05-14 11:45:08 +10:00 |
|
psychedelicious
|
658b556544
|
feat(ui): IAICustomSelect v2, implement for scheduler & model
|
2023-05-14 11:45:08 +10:00 |
|
psychedelicious
|
37da0fc075
|
feat(ui): IAICustomSelect v1
|
2023-05-14 11:45:08 +10:00 |
|
psychedelicious
|
6d3e8507cc
|
fix(ui): fix "no image" fallbacks
|
2023-05-14 11:45:08 +10:00 |
|
blessedcoolant
|
0e9470503f
|
fix: Rework the layout of the parameters scrollbar
|
2023-05-14 11:45:08 +10:00 |
|
blessedcoolant
|
d2ebc6741b
|
feat: Add setting to hide / display schedulers
|
2023-05-14 11:45:08 +10:00 |
|
blessedcoolant
|
026d3260b4
|
Add Heun Karras Scheduler
|
2023-05-14 11:45:08 +10:00 |
|
Mary Hipp
|
47a088d685
|
rehydrate selectedImage URL when results and uploads are fetched
|
2023-05-13 09:48:38 +10: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
|
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
|
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
|
9e6b958023
|
Merge branch 'main' into feat/ui/consistent-param-layout
|
2023-05-12 15:06:16 +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 |
|
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
|
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 |
|
psychedelicious
|
f9384be59b
|
fix(ui): fix init image causing overflow
|
2023-05-11 20:55:30 +10:00 |
|
blessedcoolant
|
06b5800d28
|
Add UniPC Scheduler
|
2023-05-11 22:43:18 +12: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 |
|