Revert width and update README.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user