oobabooga
e2548f69a9
Make user_data configurable: add --user-data-dir flag, auto-detect ../user_data
...
If --user-data-dir is not set, auto-detect: use ../user_data when
./user_data doesn't exist, making it easy to share user data across
portable builds by placing it one folder up.
2026-03-05 19:31:10 -08:00
oobabooga
d45aa6606a
Fix blank prompt dropdown in Notebook/Default tabs on first startup
2026-03-04 19:07:55 -08:00
oobabooga
942ff8fcb4
Remove obsolete stuff after custom gradio updates
2026-03-04 16:43:32 -08:00
Sense_wang
7bf15ad933
fix: replace bare except clauses with except Exception ( #7400 )
2026-03-04 18:06:17 -03:00
mamei16
abb7cc02e9
Re-introduce inline LaTeX rendering with more robust exception handling ( #7402 )
2026-03-04 17:44:19 -03:00
oobabooga
f4d787ab8d
Delegate GPU layer allocation to llama.cpp's --fit
2026-03-04 06:37:50 -08:00
oobabooga
8cbb7661a8
Remove no longer needed dark theme localstorage code
2026-03-03 18:51:24 -08:00
oobabooga
866c48e55b
Simplify dark theme handling using gradio fork's new dark_theme parameter
2026-03-03 18:41:47 -08:00
oobabooga
d584ede72e
Avoid a circular import
2026-03-03 17:59:47 -08:00
oobabooga
2260e530c9
Remove gradio monkey-patches (moved to gradio fork)
2026-03-03 17:17:36 -08:00
oobabooga
9814d3d0ae
Patch gradio 4.x for huggingface-hub 1.x compatibility
2026-03-03 12:20:37 -08:00
oobabooga
0100ad1bd7
Add user_data/image_outputs to the Gradio allowed paths
2025-12-06 06:39:30 -08:00
oobabooga
906dc54969
Load --image-model before --model
2025-12-03 12:15:38 -08:00
oobabooga
b3666e140d
Add image generation support ( #7328 )
2025-12-02 14:55:38 -03:00
oobabooga
a3eb67e466
Fix the UI failing to launch if the Notebook prompt is too long
2025-08-30 08:42:26 -07:00
oobabooga
0b4518e61c
"Text generation web UI" -> "Text Generation Web UI"
2025-08-27 05:53:09 -07:00
oobabooga
f247c2ae62
Make --model work with absolute paths, eg --model /tmp/gemma-3-270m-it-IQ4_NL.gguf
2025-08-22 11:47:33 -07:00
oobabooga
aa44e542cb
Revert "Safer usage of mkdir across the project"
...
This reverts commit 0d1597616f .
2025-06-17 07:11:59 -07:00
oobabooga
0d1597616f
Safer usage of mkdir across the project
2025-06-17 07:09:33 -07:00
oobabooga
d0befe0729
Add a comment
2025-06-16 09:22:22 -07:00
oobabooga
de24b3bb31
Merge the Default and Notebook tabs into a single Notebook tab ( #7078 )
2025-06-16 13:19:29 -03:00
oobabooga
db67d69ddc
Lint
2025-06-16 07:28:14 -07:00
oobabooga
c9c3b716fb
Move character settings to a new 'Character' main tab
2025-06-16 07:21:25 -07:00
oobabooga
9d6a7f1bcf
Minor changes
2025-06-11 07:55:35 -07:00
oobabooga
27140f3563
Revert "Don't save active extensions through the UI"
...
This reverts commit df98f4b331 .
2025-06-11 07:25:27 -07:00
oobabooga
df98f4b331
Don't save active extensions through the UI
...
Prevents command-line activated extensions from becoming permanently active due to autosave.
2025-06-09 20:28:16 -07:00
Miriam
331d03c33f
fix failure when --nowebui called without --api ( #7055 )
2025-06-09 23:25:39 -03:00
oobabooga
7ed1926ce7
Small change after previous commit
2025-06-08 15:38:40 -07:00
oobabooga
ff01bcb870
Use user_data/cache/gradio for Gradio temp files
2025-06-08 15:33:05 -07:00
oobabooga
eb0ab9db1d
Fix light/dark theme persistence across page reloads
2025-06-08 15:04:05 -07:00
oobabooga
6436bf1920
More UI persistence: presets and characters ( #7051 )
2025-06-08 01:58:02 -03:00
oobabooga
35ed55d18f
UI persistence ( #7050 )
2025-06-07 22:46:52 -03:00
Hanusz Leszek
3829507d0f
Stop model during graceful shutdown ( #7042 )
2025-06-04 15:13:36 -03:00
oobabooga
4925c307cf
Auto-adjust GPU layers on context size and cache type changes + many fixes
2025-05-16 09:07:38 -07:00
oobabooga
5534d01da0
Estimate the VRAM for GGUF models + autoset gpu-layers ( #6980 )
2025-05-16 00:07:37 -03:00
oobabooga
905afced1c
Add a --portable flag to hide things in portable mode
2025-05-02 16:34:29 -07:00
oobabooga
763a7011c0
Remove an ancient/obsolete migration check
2025-04-26 04:59:05 -07:00
oobabooga
d9de14d1f7
Restructure the repository ( #6904 )
2025-04-26 08:56:54 -03:00
oobabooga
15989c2ed8
Make llama.cpp the default loader
2025-04-21 16:36:35 -07:00
oobabooga
8cfd7f976b
Revert "Remove the old --model-menu flag"
...
This reverts commit 109de34e3b .
2025-04-20 13:35:42 -07:00
oobabooga
ae02ffc605
Refactor the transformers loader ( #6859 )
2025-04-20 13:33:47 -03:00
oobabooga
109de34e3b
Remove the old --model-menu flag
2025-03-31 09:24:03 -07:00
mamei16
cca4ac56fa
Fix interface loading with dark theme even when 'dark_theme' is set to false ( #6614 )
2024-12-30 09:34:19 -03:00
oobabooga
1815877061
UI: fix the default character not loading correctly on startup
2024-07-23 18:48:10 -07:00
oobabooga
5e7f4ee88a
UI: simplify the interface load events
2024-07-22 19:11:55 -07:00
oobabooga
79c4d3da3d
Optimize the UI ( #6251 )
2024-07-21 00:01:42 -03:00
Alberto Cano
a14c510afb
Customize the subpath for gradio, use with reverse proxy ( #5106 )
2024-07-20 19:10:39 -03:00
oobabooga
9aef01551d
Revert "Use reentrant generation lock ( #6107 )"
...
This reverts commit b675151f25 .
2024-06-13 17:53:07 -07:00
oobabooga
386500aa37
Avoid unnecessary calls UI -> backend, to make it faster
2024-06-12 20:52:42 -07:00
theo77186
b675151f25
Use reentrant generation lock ( #6107 )
2024-06-12 23:25:05 -03:00