mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
update pyproject.toml
This commit is contained in:
parent
c41c94edb4
commit
eca4b3467b
@ -9212,6 +9212,28 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Node:SendBase64ToRemote. To connect to another ComfyUI server."
|
||||
},
|
||||
{
|
||||
"author": "Fantaxico",
|
||||
"title": "ComfyUI-GCP-Storage",
|
||||
"id": "gcp-storage",
|
||||
"reference": "https://github.com/Fantaxico/ComfyUI-GCP-Storage",
|
||||
"files": [
|
||||
"https://github.com/Fantaxico/ComfyUI-GCP-Storage"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node:GCP Storage Node. Support google-cloud-storage."
|
||||
},
|
||||
{
|
||||
"author": "daniabib",
|
||||
"title": "ProPainter Nodes for ComfyUI",
|
||||
"id": "propainter",
|
||||
"reference": "https://github.com/daniabib/ComfyUI_ProPainter_Nodes",
|
||||
"files": [
|
||||
"https://github.com/daniabib/ComfyUI_ProPainter_Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI implementation of [a/ProPainter](https://github.com/sczhou/ProPainter) models for video inpainting . The ProPainter models enable advanced video frame editing by leveraging deep learning techniques for seamless inpainting and outpainting tasks."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1502,6 +1502,14 @@
|
||||
"title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors"
|
||||
}
|
||||
],
|
||||
"https://github.com/Fantaxico/ComfyUI-GCP-Storage": [
|
||||
[
|
||||
"GCPStorage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-GCP-Storage"
|
||||
}
|
||||
],
|
||||
"https://github.com/Feidorian/feidorian-ComfyNodes": [
|
||||
[],
|
||||
{
|
||||
@ -7341,6 +7349,15 @@
|
||||
"title_aux": "SDXL Auto Prompter"
|
||||
}
|
||||
],
|
||||
"https://github.com/daniabib/ComfyUI_ProPainter_Nodes": [
|
||||
[
|
||||
"ProPainterInpaint",
|
||||
"ProPainterOutpaint"
|
||||
],
|
||||
{
|
||||
"title_aux": "ProPainter Nodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
|
||||
[
|
||||
"Call LLM Advanced",
|
||||
@ -9935,6 +9952,7 @@
|
||||
],
|
||||
"https://github.com/linshier/comfyui-remote-tools": [
|
||||
[
|
||||
"LoadBase64FromRemote",
|
||||
"SendBase64ToRemote"
|
||||
],
|
||||
{
|
||||
@ -10372,6 +10390,8 @@
|
||||
"ColorMapToMasks //Inspire",
|
||||
"Color_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"ConcatConditioningsWithMultiplier //Inspire",
|
||||
"ConditioningStretch //Inspire",
|
||||
"ConditioningUpscale //Inspire",
|
||||
"DWPreprocessor_Provider_for_SEGS //Inspire",
|
||||
"FakeScribblePreprocessor_Provider_for_SEGS //Inspire",
|
||||
"FloatRange //Inspire",
|
||||
|
||||
@ -383,6 +383,10 @@
|
||||
"stars": 1392,
|
||||
"last_update": "2024-05-21 20:59:44"
|
||||
},
|
||||
"https://github.com/Fantaxico/ComfyUI-GCP-Storage": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-22 14:46:06"
|
||||
},
|
||||
"https://github.com/Feidorian/feidorian-ComfyNodes": {
|
||||
"stars": 5,
|
||||
"last_update": "2024-01-03 09:01:58"
|
||||
@ -1755,6 +1759,10 @@
|
||||
"stars": 55,
|
||||
"last_update": "2024-05-15 13:34:59"
|
||||
},
|
||||
"https://github.com/daniabib/ComfyUI_ProPainter_Nodes": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-22 15:47:30"
|
||||
},
|
||||
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": {
|
||||
"stars": 24,
|
||||
"last_update": "2024-04-02 06:33:08"
|
||||
|
||||
@ -11,6 +11,17 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "daniabib",
|
||||
"title": "ProPainter Nodes for ComfyUI",
|
||||
"id": "propainter",
|
||||
"reference": "https://github.com/daniabib/ComfyUI_ProPainter_Nodes",
|
||||
"files": [
|
||||
"https://github.com/daniabib/ComfyUI_ProPainter_Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI implementation of [a/ProPainter](https://github.com/sczhou/ProPainter) models for video inpainting . The ProPainter models enable advanced video frame editing by leveraging deep learning techniques for seamless inpainting and outpainting tasks."
|
||||
},
|
||||
{
|
||||
"author": "fexploit",
|
||||
"title": "ComfyUI-AutoTrimBG",
|
||||
@ -44,6 +55,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Node:SendBase64ToRemote. To connect to another ComfyUI server."
|
||||
},
|
||||
{
|
||||
"author": "Fantaxico",
|
||||
"title": "ComfyUI-GCP-Storage",
|
||||
"id": "gcp-storage",
|
||||
"reference": "https://github.com/Fantaxico/ComfyUI-GCP-Storage",
|
||||
"files": [
|
||||
"https://github.com/Fantaxico/ComfyUI-GCP-Storage"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Node:GCP Storage Node. Support google-cloud-storage."
|
||||
},
|
||||
{
|
||||
"author": "storyicon",
|
||||
"title": "ComfyUI MuseV Evolved",
|
||||
@ -669,54 +691,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "EmbeddingsNameLoader, EmbendingList"
|
||||
},
|
||||
{
|
||||
"author": "KoreTeknology",
|
||||
"title": "ComfyUI Universal Styler",
|
||||
"reference": "https://github.com/KoreTeknology/ComfyUI-Universal-Styler",
|
||||
"files": [
|
||||
"https://github.com/KoreTeknology/ComfyUI-Universal-Styler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A research Node based project on Artificial Intelligence using ComfyUI visual editor with Stable diffusion Local processing focus in mind. This custom node is intended to serve the purpose to offer a large palette of prompting scenrarios, based on Public Checkpoint Models OR/AND Private custom Models and LoRas. It includes an integrated learning machine process as well as a set of workflows."
|
||||
},
|
||||
{
|
||||
"author": "chaojie",
|
||||
"title": "ComfyUI-Video-Editing-X-Attention",
|
||||
"reference": "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention",
|
||||
"files": [
|
||||
"https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Investigating the Effectiveness of Cross Attention to Unlock Zero-Shot Editing of Text-to-Video Diffusion Models"
|
||||
},
|
||||
{
|
||||
"author": "philz1337x",
|
||||
"title": "✨ Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI",
|
||||
"reference": "https://github.com/philz1337x/ComfyUI-ClarityAI",
|
||||
"files": ["https://github.com/philz1337x/ComfyUI-ClarityAI"],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/Clarity AI](https://clarityai.cc) is a creative image enhancer and is able to upscale to high resolution. [w/NOTE: This is a Magnific AI alternative for ComfyUI.] \nCreate an API key on [a/ClarityAI.cc/api](https://clarityai.cc/api) and add to environment variable 'CAI_API_KEY'\nAlternatively you can write your API key to file 'cai_platform_key.txt'\nYou can also use and/or override the above by entering your API key in the 'api_key_override' field of the node."
|
||||
},
|
||||
{
|
||||
"author": "AIFSH",
|
||||
"title": "ComfyUI-FishSpeech",
|
||||
"reference": "https://github.com/AIFSH/ComfyUI-FishSpeech",
|
||||
"files": [
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "a custom comfyui node for [a/fish-speech](https://github.com/fishaudio/fish-speech.git)"
|
||||
},
|
||||
{
|
||||
"author": "osiworx",
|
||||
"title": "ComfyUI_Prompt-Quill",
|
||||
"reference": "https://github.com/osi1880vr/prompt_quill_comfyui",
|
||||
"files": [
|
||||
"https://github.com/osi1880vr/prompt_quill_comfyui"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Use Prompt Quill in Comfyui"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1502,6 +1502,14 @@
|
||||
"title_aux": "ComfyUI's ControlNet Auxiliary Preprocessors"
|
||||
}
|
||||
],
|
||||
"https://github.com/Fantaxico/ComfyUI-GCP-Storage": [
|
||||
[
|
||||
"GCPStorage"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-GCP-Storage"
|
||||
}
|
||||
],
|
||||
"https://github.com/Feidorian/feidorian-ComfyNodes": [
|
||||
[],
|
||||
{
|
||||
@ -7341,6 +7349,15 @@
|
||||
"title_aux": "SDXL Auto Prompter"
|
||||
}
|
||||
],
|
||||
"https://github.com/daniabib/ComfyUI_ProPainter_Nodes": [
|
||||
[
|
||||
"ProPainterInpaint",
|
||||
"ProPainterOutpaint"
|
||||
],
|
||||
{
|
||||
"title_aux": "ProPainter Nodes for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/daniel-lewis-ab/ComfyUI-Llama": [
|
||||
[
|
||||
"Call LLM Advanced",
|
||||
@ -9935,6 +9952,7 @@
|
||||
],
|
||||
"https://github.com/linshier/comfyui-remote-tools": [
|
||||
[
|
||||
"LoadBase64FromRemote",
|
||||
"SendBase64ToRemote"
|
||||
],
|
||||
{
|
||||
@ -10372,6 +10390,8 @@
|
||||
"ColorMapToMasks //Inspire",
|
||||
"Color_Preprocessor_Provider_for_SEGS //Inspire",
|
||||
"ConcatConditioningsWithMultiplier //Inspire",
|
||||
"ConditioningStretch //Inspire",
|
||||
"ConditioningUpscale //Inspire",
|
||||
"DWPreprocessor_Provider_for_SEGS //Inspire",
|
||||
"FakeScribblePreprocessor_Provider_for_SEGS //Inspire",
|
||||
"FloatRange //Inspire",
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "comfyui-manager"
|
||||
description = "ComfyUI-Manager itself is also a custom node."
|
||||
version = "1.0.0"
|
||||
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
|
||||
version = "2.34.1"
|
||||
license = "LICENSE"
|
||||
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]
|
||||
|
||||
@ -10,6 +10,6 @@ Repository = "https://github.com/ltdrdata/ComfyUI-Manager"
|
||||
# Used by Comfy Registry https://comfyregistry.org
|
||||
|
||||
[tool.comfy]
|
||||
PublisherId = ""
|
||||
PublisherId = "drltdata"
|
||||
DisplayName = "ComfyUI-Manager"
|
||||
Icon = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user