Christian Bastian
ca7f7246b6
Improved note parsing
2024-07-25 08:10:13 -04:00
Christian Bastian
f67cac9887
Add optional autosave notes.
...
- By default it is disabled because once the model info is closed, the changes are gone.
2024-07-25 05:29:26 -04:00
Christian Bastian
6e43b2fb4c
Added default model type on initial load in settings.
2024-07-25 04:13:02 -04:00
Christian Bastian
d1c5bae3f8
Fixed bug with initialization visibility of model search button.
2024-07-24 22:14:48 -04:00
Christian Bastian
fee4efc970
Reverted model search dropdown behavior to not add highlighted value.
...
- Added clear search button.
- Hide search button if dynamic search is active.
- Fixed bug where dynamic search was not dynamically updating when selecting from model dropdown.
- Tweaked CSS padding.
- On touch devices, make model dropdown short, just in case a keyboard is blocking the dropdown options.
2024-07-24 22:00:16 -04:00
Christian Bastian
d17cb5d93a
Added button in settings to correct preview image extensions.
...
- Civitai in the past and present sends incorrect image extension information. (content type? content disposition?)
2024-07-24 16:43:11 -04:00
Christian Bastian
89d8e0ee7f
Disabled pointer interactions with active tab button.
2024-07-24 15:02:25 -04:00
Christian Bastian
de3e2a9693
Added approximate file size to download button when available.
2024-07-24 14:53:15 -04:00
Christian Bastian
364fe7f6e2
Fixed index bug.
2024-07-24 02:37:09 -04:00
Christian Bastian
5d7ffb0cf3
Fixed bug with object key-value.
2024-07-24 02:36:35 -04:00
Christian Bastian
7e60dbe827
Load workflow with image name.
...
- Fixed bug using the reserved word `type`.
2024-07-24 02:33:35 -04:00
Christian Bastian
752aac74f7
Fixed download/save ComfyButton bugs with reenable and icon revert.
2024-07-24 02:14:19 -04:00
Christian Bastian
f4b738a2d7
Tweaked icons some more.
2024-07-24 00:40:07 -04:00
Christian Bastian
a5747a5e88
Tweaked a few icons to fit UI better.
2024-07-24 00:04:05 -04:00
Christian Bastian
bf88397603
Replaced tab buttons with ComfyButton.
2024-07-23 23:51:48 -04:00
Christian Bastian
5cc5a8da87
Move [Beta] menu button from actionsGroup to settingsGroup (to match pythongosssss custom nodes Image Feed button).
2024-07-23 22:51:55 -04:00
Christian Bastian
85a8f5f427
Replaced most $el buttons with ComfyButtons.
2024-07-23 22:39:02 -04:00
Christian Bastian
eade5b27d8
Add model manager button to [Beta] menu.
2024-07-23 16:26:28 -04:00
Christian Bastian
3cb8d1b5bd
Fixed sidebar buttons/select to update automatically on setting change.
2024-07-23 15:43:10 -04:00
Christian Bastian
debb0dd07b
Added random tag generator
...
- Similar to A1111, but with sampler settings and only shuffles comma separated tags rather than each word. Not really needed, but makes the "Tag" tab less empty. Maybe doing something closer to A1111 would be better since it appears to generate the tags with variables counts.
- Disabled (second attempt) label text activating input element. `label > *` is problematic.
2024-07-23 01:45:12 -04:00
Christian Bastian
7dd91f0aef
Renamed html class.
2024-07-22 16:42:24 -04:00
Christian Bastian
6b20b36e32
Real-time model search in browse view.
...
- Activated by default..
- Enabled or disabled in settings.
2024-07-22 16:39:42 -04:00
Christian Bastian
94c7fa5b78
Fix error on sidebar button group initialization callback.
2024-07-22 16:13:13 -04:00
Christian Bastian
a9371a7030
Setting added to force compact sidebar control.
...
- Note: It currently requires a window resize or page refresh for the change in setting to take effect.
2024-07-21 22:51:18 -04:00
Christian Bastian
35250a99a3
Dynamic sidebar controls. When the screen is too narrow, it automatically swaps to a select dropdown instead of toggleable, single selection buttons.
2024-07-21 22:07:29 -04:00
Christian Bastian
a348dbafbb
Use unicode arrow with wider support.
2024-07-21 17:24:16 -04:00
Christian Bastian
7e5e00ebb6
Added "Load Workflow" button to model thumbnails in model browse view.
2024-07-21 17:11:00 -04:00
Christian Bastian
33df61b0e2
Added "Load Workflow" button to model info view.
2024-07-21 16:17:39 -04:00
Christian Bastian
7828ab1a66
Added download notes checkbox to download tab for better clarity.
...
- Disabled label element pointer events globally.
- Added missing documented object members to SettingsView.elements.
2024-07-21 14:59:18 -04:00
Christian Bastian
55ddaa19bd
Simplify preview thumbnail options.
2024-07-21 02:53:07 -04:00
Christian Bastian
72c2c80230
Add comment to preview thumbnail type setting code.
2024-07-21 02:47:42 -04:00
Christian Bastian
364cb27a99
Setting to swap right and left model preview thumbnail buttons.
2024-07-21 02:42:10 -04:00
Christian Bastian
7f798cf738
Refactor tab group code.
...
- Simplified logic and fixed incorrect JSDoc types.
2024-07-21 02:07:45 -04:00
Christian Bastian
5513fd9890
Notes textarea automatically fills space.
...
- Adjust spacing of model info tab content headers.
2024-07-21 01:37:19 -04:00
Christian Bastian
045dc0a8a7
Tweaked settings.
...
- Label text before selection/number.
- Link text now easier to read.
- Fixed bug where pointer clicked on settings label would trigger child (e.g. clicking label would toggle checkbox), which was easy to change by accident on touchscreen.
2024-07-20 22:13:14 -04:00
Christian Bastian
94b6081e22
Added user setting to select preview image thumbnail type ("JPEG", "WEBP" or "JPEG/WEBP").
...
- Default is "JPEG/WEBP", which will fall back to "JPEG" if preview image is neither type (e.g. "PNG").
2024-07-20 21:43:56 -04:00
Christian Bastian
534f93e242
Removed preview quality from url query.
2024-07-20 20:46:27 -04:00
Christian Bastian
2cdb62a587
Minor tweaks.
...
- Set value to thumbnail quality in javascript.
- Fixed button style color bug.
2024-07-19 18:10:31 -04:00
Christian Bastian
73f10c7da1
Model grid thumbnail are now jpeg by default.
...
- TODO: Automatically detect "PNG" files and request jpeg for thumbnails.
2024-07-19 17:29:05 -04:00
Christian Bastian
6b1dd07104
i emoji
2024-07-19 01:47:52 -04:00
Christian Bastian
4e37259168
Reorganized model info into tabs.
...
- Changed save button to floppy disk emoji.
- Fixed search bug where scroll was not resetting to the top.
2024-07-19 01:45:19 -04:00
Christian Bastian
31f0500420
Added automatic reloading of node models in graph on model update (download, move and delete).
2024-04-20 20:51:16 -04:00
Christian Bastian
1bfcbc44df
Revert "Keep uploaded preview image on cancel file select."
...
This reverts commit c4278cb8e1 .
2024-04-19 18:02:00 -04:00
Christian Bastian
c4278cb8e1
Keep uploaded preview image on cancel file select.
2024-04-19 17:55:03 -04:00
Christian Bastian
04f44927d7
Added model size sort.
2024-04-14 00:40:14 -04:00
Christian Bastian
a239ccca2a
Fixed loading: "lazy" not working on Safari and Firefox.
...
- `loading: "lazy"` must go before `src`, or else it gets ignored.
2024-04-07 12:22:59 -04:00
Christian Bastian
8016f2a8d3
Simplified search placeholders.
2024-04-06 20:36:48 -04:00
Christian Bastian
a9e36c02ab
Increase font size of download instructions.
...
- Partly fixed invisible scroll on small screens in CSS.
2024-04-06 15:39:33 -04:00
Christian Bastian
e3226bb182
Improved blur for search inputs.
...
- Blur model download url search on enter.
- Blur custom preview search and enter, and update preview image on enter.
2024-04-06 15:26:14 -04:00
Christian Bastian
1f5c17e2fa
Clicking/tapping on leaf directory/file in dropdown hides dropdown if no change.
2024-04-06 03:13:09 -04:00