typo and layout fix

This commit is contained in:
dr.lt.data 2023-08-21 17:43:19 +09:00
parent 2727b6d1ac
commit 284e90dc82
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ sys.path.append('../..')
from torchvision.datasets.utils import download_url
# ensure .js
print("### Loading: ComfyUI-Manager (V0.25.4)")
print("### Loading: ComfyUI-Manager (V0.25.5)")
comfy_ui_required_revision = 1240
comfy_ui_revision = "Unknown"

View File

@ -1505,10 +1505,10 @@ class ModelInstaller extends ComfyDialog {
header4.style.width = "20%";
var header5 = document.createElement('th');
header5.innerHTML = 'Filename';
header5.style.width = "250px";
header5.style.width = "10%";
header5.style.tableLayout = "fixed";
var header6 = document.createElement('th');
header6.innerHTML = 'description';
header6.innerHTML = 'Description';
header6.style.width = "70%";
var header_down = document.createElement('th');
header_down.innerHTML = 'Download';