Revert width and update README.

This commit is contained in:
Christian Bastian
2024-02-13 01:22:49 -05:00
parent 241e06e17d
commit d4de1da26e
2 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ Currently it is still missing some features it should have.
- Remade download tab. - Remade download tab.
- View multiple models connected to url. - View multiple models connected to url.
- Download preview images. - Select download directory.
- Optionally download default or custom preivew image.
- Civitai and HuggingFace API token configurable in `server_settings.yaml`. - Civitai and HuggingFace API token configurable in `server_settings.yaml`.
### Models Tab ### Models Tab
@@ -65,6 +66,7 @@ Currently it is still missing some features it should have.
- ☐ Optional (re)download `📥︎` model info from the internet and cache the text file locally. (requires checksum?) - ☐ 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. - ☐ Radio buttons to swap between downloaded and server view.
- ☐ Delete model with warning popup. - ☐ Delete model with warning popup.
- ☐ Set preview image.
### Settings ### Settings
@@ -101,3 +103,7 @@ Currently it is still missing some features it should have.
### Sidebar ### Sidebar
- ☐ Drag sidebar width/height dynamically. - ☐ Drag sidebar width/height dynamically.
### Downloading
- ☐ Add back support for downloading from and `index.json` file.

View File

@@ -298,7 +298,7 @@
.model-manager .comfy-tabs-body > div { .model-manager .comfy-tabs-body > div {
position: relative; position: relative;
height: 100%; height: 100%;
width: 90%; width: auto;
padding: 0 16px; padding: 0 16px;
overflow-x: auto; overflow-x: auto;
} }