diff --git a/README.md b/README.md index 48851ad..484e95e 100644 --- a/README.md +++ b/README.md @@ -50,56 +50,3 @@ Download, browse and delete models in ComfyUI. - Text to always search. - Show/Hide add embedding extension. - Colors follow ComfyUI's current theme. - -## TODO - -
- - - -### Download Model - -- Server setting to enable creating new folders (on download, on move). - -### Download Model Info - -- Auto-save notes? (requires debounce and save confirmation) -- Load workflow from preview (Should be easy to add with ComfyUI built-in clipboard. Already works with drag.) -- Default weights on add/drag? (optional override on drag?) -- Optional (re)download `📥︎` model info from the internet and cache the text file locally. (requires checksum?) - - Radio buttons to swap between downloaded and server view. - -### Sidebar - -- Drag sidebar width/height dynamically. - -### Accessibility - -- Proper naming, labeling, alt text, etc. for html elements. -- Tool tips. -- Better error messages. - -### Image preview - -- Better placeholder preview. (with proper spelling!) -- Show preview images for videos. - - If ffmpeg or cv2 available, extract the first frame of the video and use as image preview. - -### Settings - -- Toggle exclusion of "hidden folders" with a `.` prefix. -- Sidebar default width/height. -- Toggle non-uniform preview sizes. (How to handle extreme aspect ratios?) - -### Search filtering and sort - -- Real-time search - - Check search code is optimized to avoid recalculation on every minor input change -- Filter directory dropdown - - Filter directory content in auto-suggest dropdown (not clear how this should be implemented) -- Filters dropdown - - Stable Diffusion model version, if applicable (Maybe dropdown list of "Base Models" is more practical to implement?) - - Favorites -- Swap between `and` and `or` keyword search? (currently `and`) - -
diff --git a/no-preview.png b/no-preview.png index e2beb26..de224af 100644 Binary files a/no-preview.png and b/no-preview.png differ