update DB

This commit is contained in:
Dr.Lt.Data 2024-06-17 00:16:52 +09:00
parent 15cb78345d
commit 0bf650c901
4 changed files with 751 additions and 746 deletions

View File

@ -1546,6 +1546,7 @@
"DWPreprocessor", "DWPreprocessor",
"DensePosePreprocessor", "DensePosePreprocessor",
"DepthAnythingPreprocessor", "DepthAnythingPreprocessor",
"DepthAnythingV2Preprocessor",
"DiffusionEdge_Preprocessor", "DiffusionEdge_Preprocessor",
"FacialPartColoringFromPoseKps", "FacialPartColoringFromPoseKps",
"FakeScribblePreprocessor", "FakeScribblePreprocessor",
@ -1567,6 +1568,7 @@
"MeshGraphormer-DepthMapPreprocessor", "MeshGraphormer-DepthMapPreprocessor",
"Metric3D-DepthMapPreprocessor", "Metric3D-DepthMapPreprocessor",
"Metric3D-NormalMapPreprocessor", "Metric3D-NormalMapPreprocessor",
"Metric_DepthAnythingV2Preprocessor",
"MiDaS-DepthMapPreprocessor", "MiDaS-DepthMapPreprocessor",
"MiDaS-NormalMapPreprocessor", "MiDaS-NormalMapPreprocessor",
"OneFormer-ADE20K-SemSegPreprocessor", "OneFormer-ADE20K-SemSegPreprocessor",

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,7 @@
{ {
"author": "horidream", "author": "horidream",
"title": "ComfyUI-Horidream", "title": "ComfyUI-Horidream",
@ -99,7 +100,7 @@
}, },
{ {
"author": "jtydhr88", "author": "jtydhr88",
"title": "ComfyUI-Unique3D", "title": "ComfyUI-Unique3D [WIP]",
"id": "unique3d", "id": "unique3d",
"reference": "https://github.com/jtydhr88/ComfyUI-Unique3D", "reference": "https://github.com/jtydhr88/ComfyUI-Unique3D",
"files": [ "files": [

View File

@ -1546,6 +1546,7 @@
"DWPreprocessor", "DWPreprocessor",
"DensePosePreprocessor", "DensePosePreprocessor",
"DepthAnythingPreprocessor", "DepthAnythingPreprocessor",
"DepthAnythingV2Preprocessor",
"DiffusionEdge_Preprocessor", "DiffusionEdge_Preprocessor",
"FacialPartColoringFromPoseKps", "FacialPartColoringFromPoseKps",
"FakeScribblePreprocessor", "FakeScribblePreprocessor",
@ -1567,6 +1568,7 @@
"MeshGraphormer-DepthMapPreprocessor", "MeshGraphormer-DepthMapPreprocessor",
"Metric3D-DepthMapPreprocessor", "Metric3D-DepthMapPreprocessor",
"Metric3D-NormalMapPreprocessor", "Metric3D-NormalMapPreprocessor",
"Metric_DepthAnythingV2Preprocessor",
"MiDaS-DepthMapPreprocessor", "MiDaS-DepthMapPreprocessor",
"MiDaS-NormalMapPreprocessor", "MiDaS-NormalMapPreprocessor",
"OneFormer-ADE20K-SemSegPreprocessor", "OneFormer-ADE20K-SemSegPreprocessor",