mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
1641082d10
commit
7deddd2642
@ -9637,10 +9637,39 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "prediction boost custom node for ComfyUI"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "chesnokovivan",
|
||||
"title": "ComfyUI-Novakid",
|
||||
"id": "novakid",
|
||||
"reference": "https://github.com/chesnokovivan/ComfyUI-Novakid",
|
||||
"files": [
|
||||
"https://github.com/chesnokovivan/ComfyUI-Novakid"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI: Novakid. A node."
|
||||
},
|
||||
{
|
||||
"author": "coolzilj",
|
||||
"title": "ComfyUI-Photopea",
|
||||
"id": "photopea",
|
||||
"reference": "https://github.com/coolzilj/ComfyUI-Photopea",
|
||||
"files": [
|
||||
"https://github.com/coolzilj/ComfyUI-Photopea"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Edit images in the Photopea editor directly within ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "lulu-xiao",
|
||||
"title": "Comfyui-MusePose",
|
||||
"id": "musepose",
|
||||
"reference": "https://github.com/lulu-xiao/Comfyui-MusePose",
|
||||
"files": [
|
||||
"https://github.com/lulu-xiao/Comfyui-MusePose"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:muse_pose_align, muse_pose, muse_pose_filenamestring.\nNOTE: You need to download weigths manually from: [a/https://huggingface.co/TMElyralab/MusePose](https://huggingface.co/TMElyralab/MusePose)"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -521,6 +521,7 @@
|
||||
[
|
||||
"Apply Yolov8 Model",
|
||||
"Apply Yolov8 Model Seg",
|
||||
"Draw Labelme Json",
|
||||
"Load Yolov8 Model",
|
||||
"Load Yolov8 Model From Path",
|
||||
"Save Labelme Json"
|
||||
@ -6639,6 +6640,14 @@
|
||||
"title_aux": "Chaosaiart-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/chesnokovivan/ComfyUI-Novakid": [
|
||||
[
|
||||
"Novakid Styler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Novakid"
|
||||
}
|
||||
],
|
||||
"https://github.com/chflame163/ComfyUI_FaceSimilarity": [
|
||||
[
|
||||
"Face Similarity"
|
||||
@ -8984,6 +8993,7 @@
|
||||
"google_tool",
|
||||
"interpreter_tool",
|
||||
"load_embeddings",
|
||||
"load_excel",
|
||||
"load_file",
|
||||
"load_file_folder",
|
||||
"load_persona",
|
||||
@ -10850,6 +10860,16 @@
|
||||
"title_aux": "ComfyUI Inspire Pack"
|
||||
}
|
||||
],
|
||||
"https://github.com/lulu-xiao/Comfyui-MusePose": [
|
||||
[
|
||||
"filenamestring",
|
||||
"musepose",
|
||||
"museposealign"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-MusePose"
|
||||
}
|
||||
],
|
||||
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [
|
||||
[
|
||||
"Custom Date Format | sokes \ud83e\uddac",
|
||||
|
||||
@ -1647,6 +1647,10 @@
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-23 01:19:37"
|
||||
},
|
||||
"https://github.com/chesnokovivan/ComfyUI-Novakid": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-30 11:36:25"
|
||||
},
|
||||
"https://github.com/chflame163/ComfyUI_FaceSimilarity": {
|
||||
"stars": 5,
|
||||
"last_update": "2024-05-23 12:48:18"
|
||||
@ -1755,6 +1759,10 @@
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-23 01:25:49"
|
||||
},
|
||||
"https://github.com/coolzilj/ComfyUI-Photopea": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-05-30 15:06:21"
|
||||
},
|
||||
"https://github.com/coreyryanhanson/ComfyQR": {
|
||||
"stars": 49,
|
||||
"last_update": "2024-03-20 20:10:27"
|
||||
@ -2627,6 +2635,10 @@
|
||||
"stars": 4009,
|
||||
"last_update": "2024-05-30 08:22:51"
|
||||
},
|
||||
"https://github.com/lulu-xiao/Comfyui-MusePose": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-05-30 14:26:18"
|
||||
},
|
||||
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-05-22 20:36:07"
|
||||
|
||||
@ -9,7 +9,16 @@
|
||||
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "blepping",
|
||||
"title": "comfyui_overly_complicated_sampling",
|
||||
"reference": "https://github.com/blepping/comfyui_overly_complicated_sampling",
|
||||
"files": [
|
||||
"https://github.com/blepping/comfyui_overly_complicated_sampling"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Very unstable, experimental and mathematically unsound sampling for ComfyUI.\nCurrent status: In flux, not suitable for general use."
|
||||
},
|
||||
{
|
||||
"author": "tracerstar",
|
||||
"title": "comfyui-p5js-node",
|
||||
|
||||
@ -12,6 +12,39 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "coolzilj",
|
||||
"title": "ComfyUI-Photopea",
|
||||
"id": "photopea",
|
||||
"reference": "https://github.com/coolzilj/ComfyUI-Photopea",
|
||||
"files": [
|
||||
"https://github.com/coolzilj/ComfyUI-Photopea"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Edit images in the Photopea editor directly within ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "lulu-xiao",
|
||||
"title": "Comfyui-MusePose",
|
||||
"id": "musepose",
|
||||
"reference": "https://github.com/lulu-xiao/Comfyui-MusePose",
|
||||
"files": [
|
||||
"https://github.com/lulu-xiao/Comfyui-MusePose"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:muse_pose_align, muse_pose, muse_pose_filenamestring.\nNOTE: You need to download weigths manually from: [a/https://huggingface.co/TMElyralab/MusePose](https://huggingface.co/TMElyralab/MusePose)"
|
||||
},
|
||||
{
|
||||
"author": "chesnokovivan",
|
||||
"title": "ComfyUI-Novakid",
|
||||
"id": "novakid",
|
||||
"reference": "https://github.com/chesnokovivan/ComfyUI-Novakid",
|
||||
"files": [
|
||||
"https://github.com/chesnokovivan/ComfyUI-Novakid"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI: Novakid. A node."
|
||||
},
|
||||
{
|
||||
"author": "Extraltodeus",
|
||||
"title": "Stable-Diffusion-temperature-settings",
|
||||
|
||||
@ -521,6 +521,7 @@
|
||||
[
|
||||
"Apply Yolov8 Model",
|
||||
"Apply Yolov8 Model Seg",
|
||||
"Draw Labelme Json",
|
||||
"Load Yolov8 Model",
|
||||
"Load Yolov8 Model From Path",
|
||||
"Save Labelme Json"
|
||||
@ -6639,6 +6640,14 @@
|
||||
"title_aux": "Chaosaiart-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/chesnokovivan/ComfyUI-Novakid": [
|
||||
[
|
||||
"Novakid Styler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Novakid"
|
||||
}
|
||||
],
|
||||
"https://github.com/chflame163/ComfyUI_FaceSimilarity": [
|
||||
[
|
||||
"Face Similarity"
|
||||
@ -8984,6 +8993,7 @@
|
||||
"google_tool",
|
||||
"interpreter_tool",
|
||||
"load_embeddings",
|
||||
"load_excel",
|
||||
"load_file",
|
||||
"load_file_folder",
|
||||
"load_persona",
|
||||
@ -10850,6 +10860,16 @@
|
||||
"title_aux": "ComfyUI Inspire Pack"
|
||||
}
|
||||
],
|
||||
"https://github.com/lulu-xiao/Comfyui-MusePose": [
|
||||
[
|
||||
"filenamestring",
|
||||
"musepose",
|
||||
"museposealign"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfyui-MusePose"
|
||||
}
|
||||
],
|
||||
"https://github.com/m-sokes/ComfyUI-Sokes-Nodes": [
|
||||
[
|
||||
"Custom Date Format | sokes \ud83e\uddac",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user