Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4472357537 | ||
|
|
aabf3f99b3 | ||
|
|
6bd6b19c1d |
2
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -2,6 +2,8 @@ import os
|
||||
import uuid
|
||||
import time
|
||||
import requests
|
||||
|
||||
|
||||
import folder_paths
|
||||
|
||||
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
@@ -4,7 +4,3 @@
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
}
|
||||
|
||||
.comfy-modal {
|
||||
z-index: 3000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user