update DB
fixed: scanner.py
This commit is contained in:
@@ -1,5 +1,55 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "system-out-cho",
|
||||
"title": "displayHistory [WIP]",
|
||||
"reference": "https://github.com/system-out-cho/displayHistory_ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/system-out-cho/displayHistory_ComfyUI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A node that displays any node's history\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "lazybuttalented",
|
||||
"title": "ComfyUI_LBT [WIP]",
|
||||
"reference": "https://github.com/lazybuttalented/ComfyUI_LBT",
|
||||
"files": [
|
||||
"https://github.com/lazybuttalented/ComfyUI_LBT"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A custom node to program the image & text processing flows.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "xgfone",
|
||||
"title": "ComfyUI_PromptLogoCleaner",
|
||||
"reference": "https://github.com/xgfone/ComfyUI_PromptLogoCleaner",
|
||||
"files": [
|
||||
"https://github.com/xgfone/ComfyUI_PromptLogoCleaner"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Prompt Cleaner (Remove Logo Words)"
|
||||
},
|
||||
{
|
||||
"author": "dexintenebri",
|
||||
"title": "comfyui_voxel_nodes [WIP]",
|
||||
"reference": "https://github.com/dexintenebri/comfyui_voxel_nodes",
|
||||
"files": [
|
||||
"https://github.com/dexintenebri/comfyui_voxel_nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Extracts RGB and depthmap from image to create 3D Voxels, for integration into MagicaVoxel and Unity Engine\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "1H-hobit",
|
||||
"title": "ComfyComfyUI_InternVL3 [WIP]",
|
||||
"reference": "https://github.com/1H-hobit/ComfyUI_InternVL3",
|
||||
"files": [
|
||||
"https://github.com/1H-hobit/ComfyUI_InternVL3"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI nodes to use InternVL3"
|
||||
},
|
||||
{
|
||||
"author": "LucianoCirino",
|
||||
"title": "ComfyUI-invAIder-Nodes",
|
||||
@@ -58,7 +108,7 @@
|
||||
"https://github.com/love2hina-net/ComfyUI-Local-Translator"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: Local Translator"
|
||||
"description": "This is a text translation node using a local SLM (Microsoft Phi-4) for ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "DenRakEiw",
|
||||
|
||||
@@ -146,6 +146,16 @@
|
||||
"title_aux": "ComfyUI_Fooocus"
|
||||
}
|
||||
],
|
||||
"https://github.com/1H-hobit/ComfyUI_InternVL3": [
|
||||
[
|
||||
"DynamicPreprocess",
|
||||
"InternVLHFInference",
|
||||
"InternVLModelLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyComfyUI_InternVL3 [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/1hew/ComfyUI-1hewNodes": [
|
||||
[
|
||||
"ImageAddLabel",
|
||||
@@ -2787,9 +2797,10 @@
|
||||
"End Node",
|
||||
"Extract .webp from Folder",
|
||||
"Extract the First Frame",
|
||||
"Find the most similar webp",
|
||||
"Fuse People and Cigarette",
|
||||
"Get Pose",
|
||||
"Path Pose to People",
|
||||
"Patch Pose to People",
|
||||
"Smoking Auto Label"
|
||||
],
|
||||
{
|
||||
@@ -4997,6 +5008,7 @@
|
||||
"VideoTriangleCFGGuidance",
|
||||
"VoxelToMesh",
|
||||
"VoxelToMeshBasic",
|
||||
"Wan22ImageToVideoLatent",
|
||||
"WanCameraEmbedding",
|
||||
"WanCameraImageToVideo",
|
||||
"WanFirstLastFrameToVideo",
|
||||
@@ -5136,6 +5148,25 @@
|
||||
"title_aux": "Comfyui_AutoSurvey"
|
||||
}
|
||||
],
|
||||
"https://github.com/dexintenebri/comfyui_voxel_nodes": [
|
||||
[
|
||||
"AutoVoxelScaler",
|
||||
"DepthEstimationNode",
|
||||
"DepthToVox",
|
||||
"MultiViewVoxelFusion",
|
||||
"OptimizedVoxelizationNode",
|
||||
"ProceduralChunkedWFC3DTerrain",
|
||||
"ShapeCompletionNode",
|
||||
"VoxelModelLoader",
|
||||
"VoxelPreview",
|
||||
"VoxelPreviewNode",
|
||||
"VoxelToGLB",
|
||||
"WFC3DTerrainGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui_voxel_nodes [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/dfl/comfyui-stylegan": [
|
||||
[
|
||||
"BatchAverageStyleGANLatents",
|
||||
@@ -6911,6 +6942,25 @@
|
||||
"title_aux": "ssd-1b-comfyui"
|
||||
}
|
||||
],
|
||||
"https://github.com/lazybuttalented/ComfyUI_LBT": [
|
||||
[
|
||||
"LBT_CombineImagesFromBatch",
|
||||
"LBT_CombineImagesFromList",
|
||||
"LBT_CropByMask",
|
||||
"LBT_GetFolderInfo",
|
||||
"LBT_ListInfo",
|
||||
"LBT_LoadImagesFromFolder",
|
||||
"LBT_LoadImagesFromList",
|
||||
"LBT_LoadTextFromFolder",
|
||||
"LBT_LoadVideoFromFolder",
|
||||
"LBT_SaveImage",
|
||||
"LBT_StringToList",
|
||||
"LBT_TextImageLibraryComparison"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_LBT [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/leadbreak/comfyui-faceaging": [
|
||||
[
|
||||
"AgeTransformationNode"
|
||||
@@ -8843,6 +8893,17 @@
|
||||
"title_aux": "ComfyUI-SaveImgNextcloud"
|
||||
}
|
||||
],
|
||||
"https://github.com/system-out-cho/displayHistory_ComfyUI": [
|
||||
[
|
||||
"Client Proxy",
|
||||
"DisplayHistory",
|
||||
"Example",
|
||||
"Image Selector"
|
||||
],
|
||||
{
|
||||
"title_aux": "displayHistory [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/takoyaki1118/ComfyUI_PromptExtractor": [
|
||||
[
|
||||
"CustomLoadImageWithPathNode",
|
||||
@@ -9372,6 +9433,14 @@
|
||||
"title_aux": "comfyui-wormley-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/xgfone/ComfyUI_PromptLogoCleaner": [
|
||||
[
|
||||
"PromptLogoCleaner"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_PromptLogoCleaner"
|
||||
}
|
||||
],
|
||||
"https://github.com/xiaoyumu/ComfyUI-XYNodes": [
|
||||
[
|
||||
"AdjustImageColor",
|
||||
@@ -9537,7 +9606,8 @@
|
||||
"LoadImageFromDirectoryNode",
|
||||
"LoadImageFromURLNode",
|
||||
"LoadStringFromDirectoryNode",
|
||||
"OllamaVisionNode",
|
||||
"OllamaClientNode",
|
||||
"OllamaNode",
|
||||
"OutputIsListNode",
|
||||
"OutputIsNonListNode",
|
||||
"PrependTagsNode",
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
rm ~/.tmp/dev/*.py > /dev/null 2>&1
|
||||
python ../../scanner.py ~/.tmp/dev
|
||||
python ../../scanner.py ~/.tmp/dev $*
|
||||
Reference in New Issue
Block a user