Top sidebar button.
This commit is contained in:
51
README.md
51
README.md
@@ -28,11 +28,28 @@ Currently it is still missing some features it should have.
|
||||
|
||||
## TODO:
|
||||
|
||||
### Downloading tab
|
||||
### Model Copying
|
||||
|
||||
- ☐ Replace Install tab with Downloading tab (more practical IMO).
|
||||
- ☐ Download a model from a url.
|
||||
- ☐ Choose save path/directory to download within vaild model directories. (Alert Yes/No if need to create new dirs?)
|
||||
- ☐ Copy image?
|
||||
|
||||
### Model info window/panel (server load/send on demand)
|
||||
|
||||
- ☐ Info icon `ⓘ` button to view.
|
||||
- ☐ 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.
|
||||
- ☐ Delete model with warning popup.
|
||||
|
||||
### Settings
|
||||
|
||||
- ☐ Add `settings.yaml` and add file to `.gitignore`. (Generate if not there.)
|
||||
- ☐ 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.
|
||||
- ☐ 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.
|
||||
|
||||
### Search filtering and sort
|
||||
|
||||
@@ -47,24 +64,6 @@ Currently it is still missing some features it should have.
|
||||
- ☐ Frequently used (ascending/decending)
|
||||
- ☐ `or` vs `and` type of keyword search (currently `and`)
|
||||
|
||||
### 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.
|
||||
- ☐ 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)
|
||||
|
||||
- ☐ Info icon `ⓘ` button to view.
|
||||
- ☐ Optional (re)download `📥︎` model info from the internet and cache the text file locally. (requires checksum?)
|
||||
- ☐ Delete model with warning popup.
|
||||
|
||||
### Image preview
|
||||
|
||||
- ☐ Support multiple preview images. (swipe?)
|
||||
@@ -76,3 +75,11 @@ Currently it is still missing some features it should have.
|
||||
|
||||
- ☐ Proper naming and labeling.
|
||||
- ☐ Tool tips?
|
||||
|
||||
### Directory Browser and Downloading tab
|
||||
|
||||
(NOTE: It is a impossible to put a model automatically in the correct folder if model type information is not given or ambigious. To fully solve this requires making a file browser where files can be moved around.)
|
||||
|
||||
- ☐ Replace Install tab with Downloading tab (more practical IMO).
|
||||
- ☐ Download a model from a url.
|
||||
- ☐ Choose save path/directory to download within vaild model directories. (Alert Yes/No if need to create new dirs?)
|
||||
|
||||
Reference in New Issue
Block a user