Commit Graph

289 Commits (8af0646df397489298d77887d1c28131b6c2aa92)

Author SHA1 Message Date
Developer 73ffae04c7 fix 2026-02-17 10:56:50 +02:00
Developer 659c7faa7d fix 2026-02-17 10:44:13 +02:00
Developer ca6337a9dc fixes 2026-02-17 10:30:11 +02:00
Developer 045818233e fixes 2026-02-17 10:23:12 +02:00
Developer 7e608da11a fixes 2026-02-17 09:54:44 +02:00
Developer 469751a225 fixes 2026-02-17 09:20:54 +02:00
Developer 5231e35070 fix 2026-02-17 08:07:39 +02:00
Developer 3cbff1dec0 Fix: Use correct ImageLibrary method scan_images instead of get_all_images 2026-02-17 07:41:16 +02:00
Developer 7c773a7930 Debug: Add logging to image gallery delete functionality 2026-02-17 07:23:06 +02:00
Developer f509356276 fix 2026-02-17 00:11:03 +02:00
Developer f15c880123 fix 2026-02-16 23:02:04 +02:00
Developer 7a3300236d fix 2026-02-16 22:11:27 +02:00
Developer 34b6337d51 fix 2026-02-16 22:03:57 +02:00
Developer 348eccd6f5 fix 2026-02-16 21:49:35 +02:00
Developer 175dd44704 fix 2026-02-16 20:12:16 +02:00
Developer 726e5a8b17 fix 2026-02-16 19:21:07 +02:00
Developer 375fe2e4ca fix 2026-02-16 19:11:20 +02:00
Developer 2e882d0caf fixes 2026-02-16 18:55:32 +02:00
Developer 188b8aa43f fix 2026-02-16 18:46:50 +02:00
Developer 40e32abc83 fixes 2026-02-16 18:29:29 +02:00
Developer e3110c68a5 fix 2026-02-16 17:16:46 +02:00
Developer f058d22131 fix 2026-02-16 16:42:15 +02:00
Developer aa0761ab6b gallery tab 2026-02-16 16:24:07 +02:00
Developer 1e89a54e7c Improve style editor UI - replace selection panel when editing
- Style editor now replaces (not overlays) the style selection panel
- Click 'Modify Styles' to switch to editor view
- Click 'Done' to return to style selection view
- Saves vertical UI space
- Fields are now stacked vertically
2026-02-16 11:00:30 +02:00
Developer c0b2e364a1 Add style management UI integrated into Styles tab
- Add modules/style_manager.py for CRUD operations on styles
- User styles can override/hide system styles with same name
- Add 'Modify Styles' button in Styles tab to toggle editor
- Style editor panel with dropdown, editable fields, save/delete
- System styles act as templates for creating user styles
- Deleting user style reveals original system style
- Auto-refresh of main style list on changes
2026-02-16 10:38:10 +02:00
Developer b5e7d39784 styles 2026-02-15 23:43:30 +02:00
Developer b400ceecd1 Debug: Add logging to config save operations 2026-02-15 19:04:27 +02:00
Developer a593b84f02 Fix: Auto-save all configuration changes immediately to persist on restart 2026-02-15 18:40:10 +02:00
Developer c51b7a0911 Fix: Make all Configuration tab inputs interactive 2026-02-15 18:32:56 +02:00
Developer 970ef0e227 UX: Move Save Configuration button to top of Configuration tab 2026-02-15 18:01:11 +02:00
Developer 2b8e8d5549 Debug: Add logging to track model filenames after reload 2026-02-15 16:57:43 +02:00
Developer 3a57f5b923 Fix: Remove gr.Info from return values - not valid Gradio output
gr.Info() is not a valid return value for Gradio outputs. Replaced with print()
statements for console logging. Now returns correct number of outputs matching
the outputs list.
2026-02-15 16:52:17 +02:00
Developer 09b9599281 Fix: Update model dropdowns when adding folders
When adding checkpoint or LoRA folders, the model dropdowns in the Models tab
are now updated to include the newly found models.
2026-02-15 16:43:07 +02:00
Developer 11a09ea7df Add Configuration section with model folders management and per-setting reset
- Added Configuration tab with collapsible sections for all config options
- Model folders can be added/removed with auto-reload (no restart needed)
- Each setting has a reset button to restore to built-in defaults
- Auto-save on config changes
- Toast notifications when new models are found after folder changes
2026-02-15 15:53:27 +02:00
Martynienas 4915d48d88 better ux 2025-10-09 22:23:57 +03:00
Martynienas 4375520931 working solution 2025-10-09 20:41:44 +03:00
Martynienas a5fe26a4c7 start 2025-10-09 20:32:11 +03:00
Martynas Luneckas 84e0894f2f
Merge pull request #10 from Martynienas/reverting
random lora
2025-10-07 22:00:11 +03:00
Martynienas 15bed71e8c initial 2025-10-07 17:14:17 +03:00
Martynienas 664bb35be5 fix 2025-10-07 16:24:43 +03:00
Martynas Luneckas a1eb7fe32b
Merge pull request #6 from Martynienas/added-custom-steps
change
2025-10-06 21:12:02 +03:00
Martynienas 330a232520 changes 2025-10-04 22:59:29 +03:00
Martynienas 09ddcc7f6e change 2025-10-04 00:32:17 +03:00
Martynienas ff4333bdad changes 2025-10-03 23:13:14 +03:00
Martynienas afdeca4d4d Update webui.py 2025-10-03 22:18:51 +03:00
Martynienas ad9a931e8b Move prompt inputs to left panel in UI
Relocated the positive and negative prompt textboxes from the center panel to a dedicated left panel in the Gradio UI for improved layout and usability. Also set the default value of 'default_advanced_checkbox' to True in config.py.
2025-10-03 15:39:33 +03:00
Martynienas f834779199 changes to negative promot location 2025-09-08 22:18:09 +03:00
Manuel Schmid ef0acca9f9
fix: change wrong label for in describe apply styles checkbox 2024-08-03 15:16:18 +02:00
Manuel Schmid 2f08cb4360
feat: add checkbox and config to disable updating selected styles when describing an image (#3430)
* feat: add checkbox and config to disable updating selected styles when describing an image

* i18n: add translation for checkbox label

* feat: change describe content type from Radio to CheckboxGroup, add config

* fix: cast set to list when styles contains elements

* feat: sort styles after describe
2024-08-03 14:46:31 +02:00
Manuel Schmid a5040f6218
feat: count image count index from 1 (#3383)
* docs: update numbering of basic debug procedure in issue template
2024-07-27 23:07:44 +02:00