Browse Source

code formatting

update db
pull/336/head
dr.lt.data 10 months ago
parent
commit
58a2494715
  1. 10
      custom-node-list.json
  2. 9
      extension-node-map.json
  3. 6
      js/components-manager.js
  4. 10
      node_db/dev/custom-node-list.json
  5. 10
      node_db/new/custom-node-list.json
  6. 9
      node_db/new/extension-node-map.json

10
custom-node-list.json

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

9
extension-node-map.json

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

6
js/components-manager.js

@ -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
node_db/dev/custom-node-list.json

@ -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
node_db/new/custom-node-list.json

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

9
node_db/new/extension-node-map.json

@ -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…
Cancel
Save