mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
c60492d275
commit
a05c76eca9
@ -7952,6 +7952,7 @@
|
||||
"DATASET_OpenAIChat",
|
||||
"DATASET_OpenAIChatImage",
|
||||
"DATASET_SearchAndReplace",
|
||||
"DATASET_TXTFileLoader",
|
||||
"DATASET_TXTFileSaver",
|
||||
"DATASET_TagManipulatorByImageNames",
|
||||
"DATASET_xCopy"
|
||||
|
||||
@ -23,7 +23,7 @@ sys.path.append(glob_path)
|
||||
import cm_global
|
||||
from manager_util import *
|
||||
|
||||
version = [2, 38]
|
||||
version = [2, 38, 1]
|
||||
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
|
||||
|
||||
comfyui_manager_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
@ -25,6 +25,7 @@ docStyle.innerHTML = `
|
||||
height: 520px;
|
||||
box-sizing: content-box;
|
||||
z-index: 10000;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.cb-widget {
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "kijai",
|
||||
"title": "ComfyUI-B-LoRA",
|
||||
@ -24,6 +25,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Load and apply B-LoRA models, currently B-LoRA models only works with SDXL (sdxl_base_1.0)."
|
||||
},
|
||||
{
|
||||
"author": "koopke",
|
||||
"title": "ComfyUI-websocket-data-channel",
|
||||
"id": "websocket-data-channel",
|
||||
"reference": "https://github.com/koopke/ComfyUI-websocket-data-channel",
|
||||
"files": [
|
||||
"https://github.com/koopke/ComfyUI-websocket-data-channel"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Sending Data from a ComfyUI workflow to the websocket."
|
||||
},
|
||||
{
|
||||
"author": "baicai99",
|
||||
"title": "ComfyUI-FrameSkipping",
|
||||
|
||||
@ -7952,6 +7952,7 @@
|
||||
"DATASET_OpenAIChat",
|
||||
"DATASET_OpenAIChatImage",
|
||||
"DATASET_SearchAndReplace",
|
||||
"DATASET_TXTFileLoader",
|
||||
"DATASET_TXTFileSaver",
|
||||
"DATASET_TagManipulatorByImageNames",
|
||||
"DATASET_xCopy"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "comfyui-manager"
|
||||
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
|
||||
version = "2.38"
|
||||
version = "2.38.1"
|
||||
license = "LICENSE"
|
||||
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user