Skip to content

Commit

Permalink
update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
ltdrdata committed Sep 23, 2024
1 parent ffc095a commit 1d7777f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 59 deletions.
11 changes: 0 additions & 11 deletions custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -14762,17 +14762,6 @@
"install_type": "git-clone",
"description": "Nodes:ComfyUI_Lora_List_With_Url_Loader. Load loras from urls and auto fetch them on web if they are missing."
},
{
"author": "jordancoult",
"title": "ComfyUI_HelpfulNodes",
"reference": "https://github.com/jordancoult/ComfyUI_HelpfulNodes",
"files": [
"https://github.com/jordancoult/ComfyUI_HelpfulNodes/raw/refs/heads/main/prep_crop_around_kps.py"
],
"install_type": "copy",
"description": "NODES: Prepare Crop Around Keypoints"
},




Expand Down
10 changes: 2 additions & 8 deletions extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -12721,6 +12721,8 @@
"md_to_excel",
"md_to_html",
"mini_party",
"mini_sd_prompt",
"mini_translate",
"none2false",
"omost_decode",
"omost_json2py",
Expand Down Expand Up @@ -13777,14 +13779,6 @@
"title_aux": "ComfyUI-sampler-lcm-alternative"
}
],
"https://github.com/jordancoult/ComfyUI_HelpfulNodes/raw/refs/heads/main/prep_crop_around_kps.py": [
[
"CropAroundKPS"
],
{
"title_aux": "ComfyUI_HelpfulNodes"
}
],
"https://github.com/jordoh/ComfyUI-Deepface": [
[
"DeepfaceExtractFaces",
Expand Down
32 changes: 0 additions & 32 deletions node_db/new/custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -691,38 +691,6 @@
],
"install_type": "git-clone",
"description": "Custom nodes for ComfyUI to automatically send generated images to Discord channels."
},
{
"author": "Extraltodeus",
"title": "DistanceSampler",
"id": "distancesampler",
"reference": "https://github.com/Extraltodeus/DistanceSampler",
"files": [
"https://github.com/Extraltodeus/Skimmed_CFG"
],
"install_type": "git-clone",
"description": "Heuristic modification of the Heun sampler using a custom function based on normalized distances. For ComfyUI."
},
{
"author": "SeanScripts",
"title": "ComfyUI-Unload-Model",
"reference": "https://github.com/SeanScripts/ComfyUI-Unload-Model",
"files": [
"https://github.com/SeanScripts/ComfyUI-Unload-Model"
],
"install_type": "git-clone",
"description": "For unloading a model or all models, using the memory management that is already present in ComfyUI. Copied from [a/https://github.com/willblaschko/ComfyUI-Unload-Models](https://github.com/willblaschko/ComfyUI-Unload-Models) but without the unnecessary extra stuff."
},
{
"author": "Shiba-2-shiba",
"title": "ComfyUI_DiffusionModel_fp8_converter",
"id": "fp8-converter",
"reference": "https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter",
"files": [
"https://github.com/Shiba-2-shiba/ComfyUI_DiffusionModel_fp8_converter"
],
"install_type": "git-clone",
"description": "This is a custom node to convert only the Diffusion model part or CLIP model part to fp8 in ComfyUI.\nVAE fp8 conversion is not supported.\nThe advantage of this node is that you do not need to separate unet/clip/vae in advance when converting to fp8, but can use the safetenros files that ComfyUI provides."
}
]
}
10 changes: 2 additions & 8 deletions node_db/new/extension-node-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -12721,6 +12721,8 @@
"md_to_excel",
"md_to_html",
"mini_party",
"mini_sd_prompt",
"mini_translate",
"none2false",
"omost_decode",
"omost_json2py",
Expand Down Expand Up @@ -13777,14 +13779,6 @@
"title_aux": "ComfyUI-sampler-lcm-alternative"
}
],
"https://github.com/jordancoult/ComfyUI_HelpfulNodes/raw/refs/heads/main/prep_crop_around_kps.py": [
[
"CropAroundKPS"
],
{
"title_aux": "ComfyUI_HelpfulNodes"
}
],
"https://github.com/jordoh/ComfyUI-Deepface": [
[
"DeepfaceExtractFaces",
Expand Down

0 comments on commit 1d7777f

Please sign in to comment.