3 Commits

Author SHA1 Message Date
Hayden
4472357537 176 bug the version selection panel didnt show up (#177)
* Remove custom z-index

* Prepare release 2.6.1
2025-04-21 10:54:00 +08:00
hayden
aabf3f99b3 Add browser version collection 2025-04-21 10:34:11 +08:00
hayden
6bd6b19c1d format code 2025-04-21 09:54:30 +08:00
4 changed files with 4 additions and 6 deletions

View File

@@ -20,10 +20,10 @@ body:
value: |
[Operating System]:
[Python Version]:
[Is Electron]:
[ComfyUI Version]:
[ComfyUI Frontend Version]:
[ComfyUI-Model-Manager Version]:
[Browser Version]:
validations:
required: true

View File

@@ -2,6 +2,8 @@ import os
import uuid
import time
import requests
import folder_paths

View File

@@ -1,7 +1,7 @@
[project]
name = "comfyui-model-manager"
description = "Manage models: browsing, download and delete."
version = "2.6.0"
version = "2.6.1"
license = { file = "LICENSE" }
dependencies = ["markdownify"]

View File

@@ -4,7 +4,3 @@
@tailwind components;
@tailwind utilities;
}
.comfy-modal {
z-index: 3000;
}