code formatting

update db
This commit is contained in:
dr.lt.data 2024-01-16 10:45:24 +09:00
parent 75b9be5507
commit 58a2494715
8 changed files with 159 additions and 113 deletions

View File

@ -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"
},
{

View File

@ -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",

View File

@ -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);

View File

@ -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 ComfyUIWIP Testing……"
},
{
"author": "poisenbery",
"title": "NudeNet-Detector-Provider [WIP]",

View File

@ -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",

View File

@ -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",