mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-07 23:20:43 +08:00
fix(custom-node-list): §4.3 MERGE_DEDUP #3007 (relocate + remove old base) and #3009 (replace with PR entry + id field)
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
This commit is contained in:
parent
36aa47f8bf
commit
8da299d978
@ -1,15 +1,5 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
{
|
|
||||||
"author": "monkeykim111",
|
|
||||||
"title": "ComfyUI-Image-Safety-Gate",
|
|
||||||
"reference": "https://github.com/monkeykim111/ComfyUI-Image-Safety-Gate",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/monkeykim111/ComfyUI-Image-Safety-Gate"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Illustration-friendly NSFW + gore gate combining SmilingWolf WD tagger v3, CompVis CLIP safety checker, and OwenElliott image-safety-classifier-s NSFL signal with boolean OR. Drop-in compatible with the existing CLIP-based safety-checker node (matches the (IMAGE, nsfw) output signature)."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "Carasibana",
|
"author": "Carasibana",
|
||||||
"title": "ComfyUI-SimpleFloatSlider",
|
"title": "ComfyUI-SimpleFloatSlider",
|
||||||
@ -53262,16 +53252,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Fast, GPU-batched RIFE frame interpolation for ComfyUI with working bidirectional ensemble in fp16/32. Self-contained, weights bundled, no extra dependencies."
|
"description": "Fast, GPU-batched RIFE frame interpolation for ComfyUI with working bidirectional ensemble in fp16/32. Self-contained, weights bundled, no extra dependencies."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "monkeykim111",
|
|
||||||
"title": "comfyui-image-safety-gate",
|
|
||||||
"reference": "https://github.com/monkeykim111/ComfyUI-Image-Safety-Gate",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/monkeykim111/ComfyUI-Image-Safety-Gate"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "ComfyUI custom node combining SmilingWolf WD EVA02 Large Tagger v3 (anime rating) and CompVis stable-diffusion-safety-checker (CLIP) with boolean OR for illustration-friendly NSFW detection."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "lebensignal",
|
"author": "lebensignal",
|
||||||
"title": "ComfyUI Ultimate SD Upscale FLS LLLite",
|
"title": "ComfyUI Ultimate SD Upscale FLS LLLite",
|
||||||
@ -53294,13 +53274,14 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "ukr8b3g-cmyk",
|
"author": "ukr8b3g-cmyk",
|
||||||
"title": "Save WEBP Meta",
|
"title": "ComfyUI Save WebP Meta Node",
|
||||||
|
"id": "save-webp-meta",
|
||||||
"reference": "https://github.com/ukr8b3g-cmyk/ComfyUI-save-webp-meta-node",
|
"reference": "https://github.com/ukr8b3g-cmyk/ComfyUI-save-webp-meta-node",
|
||||||
"files": [
|
"files": [
|
||||||
"https://github.com/ukr8b3g-cmyk/ComfyUI-save-webp-meta-node"
|
"https://github.com/ukr8b3g-cmyk/ComfyUI-save-webp-meta-node"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "ComfyUI node for saving WebP, PNG, JPEG, and AVIF images with embedded prompt metadata."
|
"description": "Save WebP images with A1111-compatible generation parameters and ComfyUI prompt/workflow metadata."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "surrealbydesign",
|
"author": "surrealbydesign",
|
||||||
@ -53661,6 +53642,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A dynamic ComfyUI custom node that reads prompts from individual sheets/tabs within a local Excel (.xlsx) workbook."
|
"description": "A dynamic ComfyUI custom node that reads prompts from individual sheets/tabs within a local Excel (.xlsx) workbook."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "monkeykim111",
|
||||||
|
"title": "ComfyUI-Image-Safety-Gate",
|
||||||
|
"reference": "https://github.com/monkeykim111/ComfyUI-Image-Safety-Gate",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/monkeykim111/ComfyUI-Image-Safety-Gate"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Illustration-friendly NSFW + gore gate combining SmilingWolf WD tagger v3, CompVis CLIP safety checker, and OwenElliott image-safety-classifier-s NSFL signal with boolean OR. Drop-in compatible with the existing CLIP-based safety-checker node (matches the (IMAGE, nsfw) output signature)."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user