Christian Bastian
f15c5f9071
Save model info in json file beside model.
2024-09-11 17:34:29 -04:00
Christian Bastian
35878d8514
Added dynamic routing to REST API: preview/get/{path} and model/info/{path}.
...
- Fixed issue interacting with Imagus stripping out query parameters and getting invalid preview url. Fixed by using dynamic routing.
- Changed return format of preview string to no longer encode the uri on the server. There were issues with how python's urllib.parse.quote and .quote_plus functions interacted with slash and space characters.
2024-09-10 00:30:44 -04:00
Christian Bastian
5521e696e5
Fixed modal z-index for old and beta menu.
2024-09-09 03:01:09 -04:00
Christian Bastian
cff4c96ef3
Added fallback for open model url to deal with popup block or ad-blockers.
...
- Moved Model Manager z-index from 2000 to 99 (1 below modals).
2024-09-09 02:17:39 -04:00
Christian Bastian
ccff0ba7ca
Added shallow copy to path
2024-09-08 03:25:28 -04:00
Christian Bastian
944071e966
Tweak path.
2024-09-07 20:46:27 -04:00
Christian Bastian
032b7052e0
Remove debug.
2024-09-07 19:19:53 -04:00
Christian Bastian
632e02a83d
Disable info button while awaiting.
2024-09-07 19:10:04 -04:00
Christian Bastian
d503dbb510
Fix URI model path requests for opening model url.
2024-09-07 17:47:25 -04:00
Christian Bastian
7c5a4869b7
Tweak
2024-09-07 17:21:35 -04:00
Christian Bastian
b9e6d3af0b
Added debug in JS for preview.
2024-09-07 17:18:31 -04:00
Christian Bastian
ee9489b758
Rearranged model preview thumbnail buttons. (Ordered by action impact.)
...
- Fixed bug with boolean to show Add and Copy buttons.
2024-09-07 16:57:40 -04:00
Christian Bastian
25d52dda6d
Added buttons to search the web for notes and open url in new tab.
...
- See here for discussion: https://github.com/hayden-fr/ComfyUI-Model-Manager/issues/18
- Added python requirement.
2024-09-07 03:28:53 -04:00
Christian Bastian
eeb63912f6
Fix model type select sorting.
...
- Remove duplicate logic in url search.
2024-09-06 19:03:33 -04:00
Christian Bastian
e945be8e3e
Added .gguf to known model extensions.
2024-08-19 07:29:58 -04:00
Christian Bastian
116d1210af
Added support for .jfif previews.
2024-08-19 05:11:17 -04:00
Christian Bastian
f90508aeed
Added null check to download notes.
2024-08-18 09:21:42 -04:00
Christian Bastian
b9975e8d2f
Removed opacity and only change element's alpha.
2024-08-18 06:47:47 -04:00
Christian Bastian
83c8cb1149
Fixed background color for model label.
2024-08-18 06:33:14 -04:00
Christian Bastian
4eed80f699
Disabled editing notes in download tab when saving notes is disabled.
2024-08-17 04:47:14 -04:00
Christian Bastian
75879a5403
Enabled editing model notes in download tab.
2024-08-17 04:04:49 -04:00
Christian Bastian
70d55e3319
Simplified tag cleaning code.
2024-08-17 03:55:45 -04:00
Christian Bastian
f08963d41d
Added automatic disambiguation of tags vs tag lists in model info.
...
- If there are any tag lists as a single tag, each tag will be separated by a newline instead of a comma.
2024-08-17 03:45:45 -04:00
Christian Bastian
7ef238e8f3
Fixed bug where upload input height too small.
2024-08-16 15:12:02 -04:00
Christian Bastian
cba1ba54b4
Fix external api requests.
...
- Stopped using ComfyUI's API requests for external web requests.
2024-08-16 15:08:26 -04:00
Christian Bastian
6336f6e572
Removed debug printing.
...
- Attempted to fix Key Combo bug blocking 'S' key.
2024-08-08 20:42:34 -04:00
Christian Bastian
dc44112a2f
Fixed bug where download button did not reset/reenable on failure.
2024-08-02 22:43:12 -04:00
Christian Bastian
c40a9a8f83
Tweak save shortcut.
2024-07-28 08:53:27 -04:00
Christian Bastian
fcb2c426f4
Added Apple keyboard shortcut Meta+s to save notes.
2024-07-28 08:47:19 -04:00
Christian Bastian
ddb0170b4f
Fixed touchscreen sidebar drag.
...
- Forgot to extract touch from event.
2024-07-28 07:30:46 -04:00
Christian Bastian
44d7084aa0
Minor change.
2024-07-28 06:32:52 -04:00
Christian Bastian
cad33b5b42
Fixed bug where model directory dropdown was offscreen.
...
- Parent element of dropdown needs to be `position: relative` in order to get the correct viewport offset. The fix only manually in three locations. Needs a redesign.
2024-07-28 06:31:38 -04:00
Christian Bastian
a55bc138e7
Added stricter check before showing drag cursor.
2024-07-28 04:13:14 -04:00
Christian Bastian
d3df4b5ec8
Added border in sidebar mode to help with visibility.
2024-07-28 03:47:12 -04:00
Christian Bastian
525d71a981
Tweaked README node graph info.
2024-07-28 02:46:24 -04:00
Christian Bastian
a557243235
Removed duplicate code.
2024-07-27 22:55:00 -04:00
Christian Bastian
9061224cd1
Fixed Firefox bug where dragging model onto node graph event position was OOB.
...
- Added separate logic to handle different xy values for Firefox's drag `event.clientX` and `event.clientY`.
- Added memory for maintaining sidebar ratio when window is resized.
- Fixed bugs when resizing sidebar on secondary screen.
2024-07-27 22:53:23 -04:00
Christian Bastian
22e5afd104
Updated screenshots.
...
- Fixed bug where sidebar settings values were inverted two out of four of the buttons.
- Fixed sidebar bug where making the window smaller caused sidebar to exceed page size.
- Remove debugs.
- Decreased rows of download notes.
- Increased step side for sidebar size settings.
- Simplified and made behavior more robust for sidebar size clamping.
2024-07-27 05:02:12 -04:00
Christian Bastian
c197c7f060
Fixed scrollbar padding.
...
- Removed dead code.
2024-07-27 03:09:15 -04:00
Christian Bastian
d43c99d182
Added model manager sidebar drag support for touch screens.
...
- Tweaked min/max dimensions and active drag area.
2024-07-27 02:58:30 -04:00
Christian Bastian
76d6eb587c
Added ability to resize model manager when in sidebar by dragging on edges.
...
- Sidebar vertical and horizontal initial sizes on start up can be changed in settings.
2024-07-27 02:32:08 -04:00
Christian Bastian
9c1ac43870
Added tab scroll position memory.
...
- Second attempt. Made tab content scroll instead of tab contents container.
2024-07-26 22:16:39 -04:00
Christian Bastian
0975f9713d
Revert change.
2024-07-26 21:18:18 -04:00
Christian Bastian
31f7a492be
Added tab content scroll memory.
2024-07-26 20:54:00 -04:00
Christian Bastian
cbab42386f
Remove debug
2024-07-26 01:06:00 -04:00
Christian Bastian
01e817fa28
Hide search and clear search buttons in settings.
2024-07-26 01:04:51 -04:00
Christian Bastian
ff21d10948
Remove debug prints.
2024-07-26 00:18:18 -04:00
Christian Bastian
df6ea48427
Ctrl+S to save note when textarea is focused.
...
- Added missing autosave notes checkbox in settings.
2024-07-26 00:17:27 -04:00
Christian Bastian
cd13e38260
Minor change to settings.
2024-07-25 17:16:59 -04:00
Christian Bastian
0f85220876
Rearranged settings and clarified labels.
2024-07-25 17:12:04 -04:00