Commit graph

68 commits

Author SHA1 Message Date
Egor
6100a4d0f0 Adding new "Pre-Launch Commands" to the "Advanced" launch tab to allow launching commands before the launch 2025-11-27 16:58:50 -08:00
Egor
b332d71bd9 promoting debugmode to a first class citizen with a new checkbox on the advanced tab and stop filtering llama.cpp spam when it's turned on 2025-11-25 10:21:50 -08:00
Egor
59675ea59a fix CUDA devices not being listed under system hardware, calcuate our own auto VRAM layers instead of relying on kcpp 2025-11-03 18:52:31 -08:00
Egor
43de016261 upgrade to latest major electron v39 release, new setting to allow running the built-in image gen UI while having a different frontend preference 2025-10-28 19:12:31 -07:00
Egor
978d8db455 fix CUDA detection? 2025-10-21 21:35:16 -07:00
Egor
f4da1d53c6 update stable diffusion UI to latest, new advanced flags for kcpp 1.100, 3 new optional toggles for image generation 2025-10-12 00:45:09 -07:00
Egor
576cfdbc02 dep upgrades, code refactors for the new eslint-plugin-react-hooks rules, maybe better DownloadCard progress 2025-10-09 13:59:53 -07:00
Egor
b2533659c2 better discrete device filtering 2025-09-26 16:01:39 -07:00
Egor
caaf2427d3 refactor to pass less redundant data from ipc 2025-09-26 14:09:41 -07:00
Egor
48338b9904 windows hardware detection improvements, hide integrated gpus for the clblast backend, dont try to detect avx/avx2 flags in the CPU as it's unreliable, use --usecpu flag when CPU backend is selected 2025-09-26 13:02:12 -07:00
Egor
3ef91d1198 more hardware + driver display improvements 2025-09-26 03:15:38 -07:00
Egor
c2287b1d5c windows vram display in about, better rocm display on windows, amd/nvidia driver display 2025-09-26 00:28:42 -07:00
Egor
61b730c3f7 settings about tab will now display driver and hardware info, allow re-downloading on binary version mismatches, clean up openwebui "itsdangerous" requirements, display a system monitor icon badge when monitoring is off 2025-09-25 23:19:31 -07:00
Egor
0b41929db9 cleaner DismissedUpdates configuration display in the config 2025-09-25 11:19:09 -07:00
Egor
9dc6202c17 fix koboldai patches for release 1.99, fix update dialog from not triggering, speed up downloads (woah) which we accidentally slowed down, update advanced command modal for 1.99 2025-09-21 02:40:58 -07:00
Egor
28760d9c20 persist and restore window state in between launches, use fetch instead of axios for smaller bundle size, code refactors 2025-09-20 19:56:05 -07:00
Egor
4cc4358eb0 better modals, new button to allow deleting configs, CPU/GPU temp metrics on hover 2025-09-19 22:53:55 -07:00
Egor
02ce36b8ec minor styling updates, workaround recent openweb ui bug (on their side), 2025-09-19 02:34:48 -07:00
Egor
068539d20a code refactoring 2025-09-19 01:02:08 -07:00
Egor
dd5a9457e6 more consistent ipcRenderer.on handling, better maximize observer implementation 2025-09-18 23:04:53 -07:00
Egor
e8d5c59a52 more excessive try/catch clean up, never wait for config set and logError, better titlebar color in dark mode 2025-09-18 22:16:51 -07:00
Egor
0b905a7f67 remove the double try/catch cases on the frontend side for cleaner code 2025-09-18 18:30:21 -07:00
Egor
3eb97f5683 auto update improvements, dont allow process globals (import instead), refactor to use execa more 2025-09-18 17:20:59 -07:00
Egor
611a5b4615 better unify themes for app config/mantine to resolve consistently 2025-09-18 14:12:43 -07:00
Egor
38c504be8b refactor to use a util to try/catch->logError, hover states on badges 2025-09-18 13:03:40 -07:00
Egor
dd471da724 better app colors, more borders for easier window separation, allow for beta releases, app auto-updates 2025-09-18 00:04:13 -07:00
Egor
fce1d8bae6 icon on about tab is now clickable too, better unmet req display 2025-09-14 11:53:47 -07:00
Egor
de7ea100db fixes for windows monitoring, fix comfyui to run on windows 2025-09-14 00:57:26 -07:00
Egor
e1b078b9d9 TESTING seamless comfyui integration, imprving open webui integration, allow text and image gen side-by-side, address "security issue" in CI runner, update deps, code refactors 2025-09-13 19:51:21 -07:00
Egor
dc922b333d better monitor: fix excessive VRAM rounding 2025-09-10 18:49:49 -07:00
Egor
cc636250da re-fix for linux 2025-09-10 17:24:44 -07:00
Egor
7455a5a270 new startus bar to display system util info 2025-09-10 03:06:02 -07:00
Egor
fe2dfc02c4 open all links in electron windows, minor refactors 2025-09-07 00:17:16 -07:00
Egor
f094904172 fix ROCm on Windows 2025-09-05 12:01:05 -07:00
Egor
d7e09f2ea5 prettify binary names, minor changes and improvements 2025-09-03 17:55:56 -07:00
Egor
851e37534e bug fixes and small improvements, new zoom level setting 2025-09-01 01:54:17 -07:00
Egor
4ddacd5ae6 better titlebar support for the AppHeader, new additional argument option modal 2025-08-31 17:15:39 -07:00
Egor
88c901a657 better logger util 2025-08-31 14:25:27 -07:00
Egor
0b829cbfe2 new UI elements for MoE config items, Done button for settings modal, 2025-08-31 01:44:38 -07:00
Egor
67667f187d force getCurrentVersion usage instead of direct config reading, better about modal 2025-08-30 13:44:54 -07:00
Egor
4d1fec114d rename the project to gerbil 2025-08-30 12:11:59 -07:00
Egor
773685c300 WIP: refactor to make all code async, forbit sync node utils, simplifying rocm downloads 2025-08-30 02:07:34 -07:00
Egor
107d0f70f4 more sillytavern integration improvements, default configs to .json 2025-08-29 03:14:14 -07:00
Egor
1a3fe201ec WIP: special sillytavern config changes for windows 2025-08-29 00:07:26 -07:00
Egor
aa554a1b58 use autoGpuLayers by default and persist its value to config, show un update app icon in appheader, more code cleanup 2025-08-28 16:54:59 -07:00
Egor
1b392be5f0 custom frontend users will require to pre-install Node.js, welcome screen clarifications, don't package mac entitlements for other platforms 2025-08-28 01:47:34 -07:00
Egor
a559f8c86d adding seamless integration for sillytavern as an optional frontend, refactors to reduce code duplication, add http link detection to terminal output 2025-08-27 22:15:52 -07:00
Egor
4f49f0bad3 display disabled backend options for available but currently hardware-unsupported backends, allow updatable binaries to be available to make current, persist skipping kcpp updates to app config 2025-08-26 13:01:19 -07:00
Egor
2ef23888df allow users to launch with support for multiple GPUs, image gen UI bug fixes, adding the new 1.98.0 sdflashattention and sdconvdirect image gen options, remove cspell 2025-08-25 17:16:13 -07:00
Egor
70245e6a1f unite all warning and info detection into a single useWarnings hook 2025-08-23 14:59:06 -07:00