copy to clipboard, drag to add, sidebar modes

This commit is contained in:
Christian Bastian
2024-01-03 06:58:25 -05:00
parent cc7f463f91
commit 3983873591
4 changed files with 393 additions and 163 deletions

View File

@@ -16,23 +16,21 @@ Currently it is still missing some features it should have.
- Advanced keyword search using `"multiple words in quotes"` or a minus sign to `-exclude`.
- Search `/`subdirectories of model directories based on your file structure (for example, `/styles/clothing`).
- Include models listed in ComfyUI's `extra_model_paths.yaml`.
- Button to copy a model to the ComfyUI clipboard. (Embedding cannot be copied to the system clipboard with an http connection.)
- Right, left and bottom toggleable sidebar modes.
- Drag model to graph to add or existing node to set model.
- Drag embedding to textarea to append.
- Increased supported preview image types.
- Correctly change colors using ComfyUI's theme colors.
- Simplified UI.
## TODO:
### One-click to add a model/node to workspace
- ☐ Add icon `+`? (Copy icon `⎘`?)
- ☐ Sidebar mode
- ☐ Drag to add to workspace?
### Downloading tab
- ☐ Replace Install tab with Downloading tab (more practical IMO).
- ☐ Download a model from a url.
- ☐ Choose save path to download within browser.
- ☐ Choose save path/directory to download within vaild model directories. (Alert Yes/No if need to create new dirs?)
### Search filtering and sort
@@ -49,10 +47,14 @@ Currently it is still missing some features it should have.
### Settings
- ☐ Add `settings.yaml` and add file to `.gitignore`.
- ☐ Exclude hidden folders with a `.` prefix.
- ☐ Include a optional string to always add to searches.
- ☐ Enable optional checksum to detect if a model is already downloaded.
- ☐ Add `settings.yaml` and add file to `.gitignore`.
- ☐ Change copy icon to an add icon `✚`.
- ☐ Allow user to drag width of sidebar or height of bottom bar and remember it.
- ☐ Hide/Show model extension.
- ☐ Optionally remove embedding extension.
### Model info window/panel (server load/send on demand)