mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
typo and layout fix
This commit is contained in:
parent
2727b6d1ac
commit
284e90dc82
@ -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"
|
||||
|
||||
@ -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';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user