mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
code formatting
update db
This commit is contained in:
parent
75b9be5507
commit
58a2494715
@ -4244,6 +4244,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:abyz22_Padding Image, abyz22_ImpactWildcardEncode, abyz22_setimageinfo, abyz22_SaveImage, abyz22_ImpactWildcardEncode_GetPrompt, abyz22_SetQueue, abyz22_drawmask, abyz22_FirstNonNull, abyz22_blendimages, abyz22_blend_onecolor"
|
||||
},
|
||||
{
|
||||
"author": "HAL41",
|
||||
"title": "ComfyUI aichemy nodes",
|
||||
"reference": "https://github.com/HAL41/ComfyUI-aichemy-nodes",
|
||||
"files": [
|
||||
"https://github.com/HAL41/ComfyUI-aichemy-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Simple node to handle scaling of YOLOv8 segmentation masks"
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
|
||||
@ -131,6 +131,7 @@
|
||||
"VideoCut-badger",
|
||||
"deleteDir-badger",
|
||||
"findCenterOfMask-badger",
|
||||
"frameToVideo-badger",
|
||||
"getImageSide-badger",
|
||||
"getParentDir-badger",
|
||||
"mkdir-badger"
|
||||
@ -840,6 +841,14 @@
|
||||
"title_aux": "ReActor Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/HAL41/ComfyUI-aichemy-nodes": [
|
||||
[
|
||||
"aichemyYOLOv8Segmentation"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI aichemy nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [
|
||||
[
|
||||
"Image Scale Bounding Box",
|
||||
|
||||
@ -15,10 +15,6 @@ export async function load_components() {
|
||||
let data = await api.fetchApi('/manager/component/loads', {method: "POST"});
|
||||
let components = await data.json();
|
||||
|
||||
// while(!app.graph) {
|
||||
// await sleep(100);
|
||||
// }
|
||||
|
||||
let start_time = Date.now();
|
||||
let failed = [];
|
||||
let failed2 = [];
|
||||
@ -251,3 +247,5 @@ function handlePaste(e) {
|
||||
}
|
||||
|
||||
document.addEventListener("paste", handlePaste);
|
||||
|
||||
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "ZHO-ZHO-ZHO",
|
||||
"title": "ComfyUI PhotoMaker (WIP)",
|
||||
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker",
|
||||
"files": [
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-PhotoMaker"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial implementation of [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) for ComfyUI(WIP) Testing……"
|
||||
},
|
||||
{
|
||||
"author": "poisenbery",
|
||||
"title": "NudeNet-Detector-Provider [WIP]",
|
||||
|
||||
@ -10,6 +10,16 @@
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"author": "HAL41",
|
||||
"title": "ComfyUI aichemy nodes",
|
||||
"reference": "https://github.com/HAL41/ComfyUI-aichemy-nodes",
|
||||
"files": [
|
||||
"https://github.com/HAL41/ComfyUI-aichemy-nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Simple node to handle scaling of YOLOv8 segmentation masks"
|
||||
},
|
||||
{
|
||||
"author": "abyz22",
|
||||
"title": "image_control",
|
||||
|
||||
@ -131,6 +131,7 @@
|
||||
"VideoCut-badger",
|
||||
"deleteDir-badger",
|
||||
"findCenterOfMask-badger",
|
||||
"frameToVideo-badger",
|
||||
"getImageSide-badger",
|
||||
"getParentDir-badger",
|
||||
"mkdir-badger"
|
||||
@ -840,6 +841,14 @@
|
||||
"title_aux": "ReActor Node for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/HAL41/ComfyUI-aichemy-nodes": [
|
||||
[
|
||||
"aichemyYOLOv8Segmentation"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI aichemy nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Hangover3832/ComfyUI-Hangover-Nodes": [
|
||||
[
|
||||
"Image Scale Bounding Box",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user