Skip to content

Commit

Permalink
update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Jul 20, 2024
1 parent 3976a5d commit f06afbd
Show file tree
Hide file tree
Showing 6 changed files with 968 additions and 908 deletions.
13 changes: 12 additions & 1 deletion custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -4297,7 +4297,7 @@
"https://github.com/wmatson/easy-comfy-nodes"
],
"install_type": "git-clone",
"description": "Nodes: HTTP POST, Empty Dict, Assoc Str, Assoc Dict, Assoc Img, Load Img From URL (EZ), Load Img Batch From URLs (EZ), Video Combine + upload (EZ), ..."
"description": "A collection of utility nodes primarily for interacting with comfy via automated systems"
},
{
"author": "DrJKL",
Expand Down Expand Up @@ -11754,6 +11754,17 @@
"install_type": "git-clone",
"description": "Just a simple node to filter out NSFW outputs. This node utilizes [a/AdamCodd/vit-base-nsfw-detector](https://huggingface.co/AdamCodd/vit-base-nsfw-detector) to score the outputs. I chose this model because it's small, fast, and performed very well in my testing. Nudity tends to be scored in the 0.95+ range, but I've set the default to 0.8 as a safe baseline."
},
{
"author": "WX-NPS1598",
"title": "Auto Crop By NPS",
"id": "autocrop-nps",
"reference": "https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS",
"files": [
"https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS"
],
"install_type": "git-clone",
"description": "A very useful automatic cropping tool! It can realize cropping, expansion and rotation functions in the form of a slider. "
},



Expand Down
17 changes: 17 additions & 0 deletions extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -5686,6 +5686,14 @@
"title_aux": "WAS Node Suite"
}
],
"https://github.com/WX-NPS1598/ComfyUI-Auto_Crop_By_NPS": [
[
"AutoCropByNPS"
],
{
"title_aux": "Auto Crop By NPS"
}
],
"https://github.com/WebDev9000/WebDev9000-Nodes": [
[
"IgnoreBraces",
Expand Down Expand Up @@ -8050,7 +8058,9 @@
[
"AudioCombine",
"AudioCrop",
"AudioGetTempo",
"AudioSeparation",
"AudioSpeedShift",
"AudioTempoMatch",
"AudioVideoCombine"
],
Expand Down Expand Up @@ -8211,6 +8221,7 @@
"AlignYourStepsScheduler",
"BasicGuider",
"BasicScheduler",
"BetaSamplingScheduler",
"CFGGuider",
"CLIPAttentionMultiply",
"CLIPLoader",
Expand Down Expand Up @@ -9232,6 +9243,7 @@
"Animation_RGB_Mask",
"CLIP_Interrogator",
"ConvertToGrayscale",
"DepthSlicer",
"Eden_Bool",
"Eden_Compare",
"Eden_DebugPrint",
Expand All @@ -9258,6 +9270,7 @@
"Load_Embeddings_From_Folder",
"MaskFromRGB",
"MaskFromRGB_KMeans",
"ParallaxZoom",
"Random_Style_Mixture",
"SaveImageAdvanced",
"SavePosEmbeds",
Expand Down Expand Up @@ -9447,6 +9460,7 @@
"FL_BulletHellGame",
"FL_CodeNode",
"FL_DirectoryCrawl",
"FL_Dither",
"FL_Glitch",
"FL_HalftonePattern",
"FL_HexagonalPattern",
Expand Down Expand Up @@ -11599,8 +11613,11 @@
[
"DownloadAndLoadCLIPModel",
"DownloadAndLoadCLIPVisionModel",
"DownloadAndLoadDynamiCrafterCNModel",
"DownloadAndLoadDynamiCrafterModel",
"DynamiCrafterBatchInterpolation",
"DynamiCrafterCNLoader",
"DynamiCrafterControlnetApply",
"DynamiCrafterI2V",
"DynamiCrafterLoadInitNoise",
"DynamiCrafterModelLoader",
Expand Down
Loading

0 comments on commit f06afbd

Please sign in to comment.