From d4de1da26e0ce977915ecadf5f6333816348576c Mon Sep 17 00:00:00 2001 From: Christian Bastian Date: Tue, 13 Feb 2024 01:22:49 -0500 Subject: [PATCH] Revert width and update README. --- README.md | 8 +++++++- web/model-manager.css | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 977b30a..a6cbb71 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ Currently it is still missing some features it should have. - Remade download tab. - 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`. ### 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?) - ☐ Radio buttons to swap between downloaded and server view. - ☐ Delete model with warning popup. +- ☐ Set preview image. ### Settings @@ -101,3 +103,7 @@ Currently it is still missing some features it should have. ### Sidebar - ☐ Drag sidebar width/height dynamically. + +### Downloading + +- ☐ Add back support for downloading from and `index.json` file. diff --git a/web/model-manager.css b/web/model-manager.css index 0b7007a..062a9aa 100644 --- a/web/model-manager.css +++ b/web/model-manager.css @@ -298,7 +298,7 @@ .model-manager .comfy-tabs-body > div { position: relative; height: 100%; - width: 90%; + width: auto; padding: 0 16px; overflow-x: auto; }