added add button

This commit is contained in:
Christian Bastian
2024-01-03 10:09:54 -05:00
parent 3983873591
commit 4c06ec752a
3 changed files with 96 additions and 25 deletions

View File

@@ -17,6 +17,7 @@ Currently it is still missing some features it should have.
- 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.)
- Button to add model to ComfyUI graph. (For small screens/low resolution.)
- 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.
@@ -51,10 +52,11 @@ Currently it is still missing some features it should have.
- ☐ 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.
- ☐ Change copy icon to an add icon `✚`.
- ☐ Enable/Disable add and copy buttons.
- ☐ Allow user to drag width of sidebar or height of bottom bar and remember it.
- ☐ Hide/Show model extension.
- ☐ Optionally remove embedding extension.
- ☐ Strict model drag on node widget textbox.
### Model info window/panel (server load/send on demand)
@@ -68,3 +70,7 @@ Currently it is still missing some features it should have.
- ☐ Show preview images for videos.
- ☐ If ffmpeg or cv2 available, extract the first frame of the video and use as image preview.
- ☐ Play preview video?
### Accessibility
- ☐ Proper naming and labeling.