Commit Graph

28 Commits

Author SHA1 Message Date
Christian Bastian
aa837bc6dc BUG FIX: typo split instead of splitext 2024-02-25 23:20:44 -05:00
Christian Bastian
9a6c7033d8 BUG FIX: Duplicate extension on move. 2024-02-25 23:17:07 -05:00
Christian Bastian
a4dd2f570b Rename model in Model View added.
- Generalized model/move to also support renaming.
2024-02-25 23:02:02 -05:00
Christian Bastian
839b93c9be BUG FIX: Civitai API key token added to a url with existing query string.
- Also updated README.
2024-02-23 02:36:40 -05:00
Christian Bastian
b7747a163a Layout and button changes
- In Model View, moved "Set as Preview" button below radio buttons and disabled when Default selected.
- General CSS layout improvements.
2024-02-22 15:53:58 -05:00
Christian Bastian
d951a508ed Model Previews can now be set in Model View.
- Abstracted out Radio Buttons for Preview selection (mostly clean).
- Added REST API for preview/set and preview/delete.
- Added dateModified to query string so the browser can detect out of date preview images.
- Added image path and dateModified to Model Info payload.
2024-02-22 05:11:38 -05:00
Christian Bastian
c4b6ddd5ca BUG FIX: Save notes with "utf-8" format.
- Bug could cause notes to be erased on save.
2024-02-21 14:37:53 -05:00
Christian Bastian
a72fe681b5 Edit and save notes with model file in model info view.
- If notes are all whitespace, the .txt file is deleted.
2024-02-20 00:56:58 -05:00
Christian Bastian
48d5757d2b Removed redundant information.
- Search path is deconstructed on the server to extract model type. Front and back end changed.
- Show directory even if empty. (Prevented moving a file to an empty directory.)
2024-02-19 20:28:55 -05:00
Christian Bastian
7b98d810ba Move model in Model Info view.
- Added server REST API endpoint for moving a model and associated resources.
2024-02-19 19:15:16 -05:00
Christian Bastian
acc15298bc Added "View Model Info" and "Delete Model" functionality.
NOTE: Some small (but important) changes under the hood that may have broken things. "Quality control" tests were done, but may be have missed things.

- View model info in Model Tab.
- Delete model in Model Info view. (Uses Co
- Reduced model path (search path) in models request and added system separator request.
- Reworked "system path" "search path", "system separator" and "search separator" (a bit messy, maybe needs another rework).
- Updated REST uri structure to be more consistent.
2024-02-17 13:30:58 -05:00
Christian Bastian
8fbbff2175 Remove debug print(). 2024-02-13 15:40:11 -05:00
Christian Bastian
f810f68bbe Add API key to query string. 2024-02-13 15:38:49 -05:00
Christian Bastian
ef64ff1644 Remove index.json and related code from server. 2024-02-13 12:09:44 -05:00
Christian Bastian
241e06e17d Remove download debug. 2024-02-13 01:11:50 -05:00
Christian Bastian
529115b0a4 Set API keys for Civitai & HuggingFace in server_settings.yaml. 2024-02-12 21:46:03 -05:00
Christian Bastian
f8624698c4 Server download enhancements & debugging. 2024-02-12 21:06:53 -05:00
Christian Bastian
4d3be1844b Model tab sort dropdown 2024-02-07 17:00:07 -05:00
Christian Bastian
76f243d1b6 Persistent search setting + directory dropdown cut off bug 2024-01-24 02:00:24 -05:00
Christian Bastian
4637f375f0 Fixed path bug for non-default models in ComfyUI/models + view onnx type 2024-01-22 01:21:30 -05:00
Christian Bastian
1d158ab885 Remove type hints 2024-01-21 07:36:02 -05:00
Christian Bastian
5a7d645ee2 Added basic auto-suggest dropdown for model directories. 2024-01-21 07:08:15 -05:00
Christian Bastian
66a15b5978 View models in sub-directories of ComfyUI/models. 2024-01-20 21:54:26 -05:00
Christian Bastian
a8fa7c6c15 Added settings & config yaml. 2024-01-05 07:35:24 -05:00
Christian Bastian
724a9425c4 Triage folder_paths crashing on unregistered dir. 2024-01-04 07:13:28 -05:00
Christian Bastian
3983873591 copy to clipboard, drag to add, sidebar modes 2024-01-03 06:58:25 -05:00
Christian Bastian
c2c46515a2 Improved models dirs, search & ui. 2023-12-30 21:03:49 -05:00
hayden
4777886be9 feat: base function 2023-09-06 16:24:42 +08:00