mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-21 04:10:48 +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
|
from torchvision.datasets.utils import download_url
|
||||||
|
|
||||||
# ensure .js
|
# ensure .js
|
||||||
print("### Loading: ComfyUI-Manager (V0.25.4)")
|
print("### Loading: ComfyUI-Manager (V0.25.5)")
|
||||||
|
|
||||||
comfy_ui_required_revision = 1240
|
comfy_ui_required_revision = 1240
|
||||||
comfy_ui_revision = "Unknown"
|
comfy_ui_revision = "Unknown"
|
||||||
|
|||||||
@ -1505,10 +1505,10 @@ class ModelInstaller extends ComfyDialog {
|
|||||||
header4.style.width = "20%";
|
header4.style.width = "20%";
|
||||||
var header5 = document.createElement('th');
|
var header5 = document.createElement('th');
|
||||||
header5.innerHTML = 'Filename';
|
header5.innerHTML = 'Filename';
|
||||||
header5.style.width = "250px";
|
header5.style.width = "10%";
|
||||||
header5.style.tableLayout = "fixed";
|
header5.style.tableLayout = "fixed";
|
||||||
var header6 = document.createElement('th');
|
var header6 = document.createElement('th');
|
||||||
header6.innerHTML = 'description';
|
header6.innerHTML = 'Description';
|
||||||
header6.style.width = "70%";
|
header6.style.width = "70%";
|
||||||
var header_down = document.createElement('th');
|
var header_down = document.createElement('th');
|
||||||
header_down.innerHTML = 'Download';
|
header_down.innerHTML = 'Download';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user