update DB

This commit is contained in:
Dr.Lt.Data
2024-08-10 15:40:50 +09:00
parent 3e0b55e8dc
commit beec803eff
6 changed files with 84 additions and 31 deletions

View File

@@ -11,6 +11,26 @@
{
"author": "NeuralSamurAI",
"title": "FluxPseudoNegative",
"reference": "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt",
"files": [
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt"
],
"install_type": "git-clone",
"description": "FluxPseudoNegative is an advanced custom node for ComfyUI that converts negative prompts into positive ones. It's designed to enhance prompt engineering for image generation models that don't natively support negative prompts or where using negative prompts significantly increases generation time. So instead of hacking CFG we simply invert your negative words and find their antonyms!"
},
{
"author": "Ling-APE",
"title": "ComfyUI-PixelResolutionCalculator",
"reference": "https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator",
"files": [
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator"
],
"install_type": "git-clone",
"description": "This node is used in the [a/All-in-one Flux Dev workflow](https://github.com/Ling-APE/ComfyUI-All-in-One-FluxDev-Workflow) I made."
},
{
"author": "Franck-Demongin",
"title": "NX_Translator",
@@ -671,27 +691,6 @@
],
"install_type": "git-clone",
"description": "Get Mask Dimensions"
},
{
"author": "akierson",
"title": "ComfyUI-textnodes",
"reference": "https://github.com/akierson/ComfyUI-textnodes",
"files": [
"https://github.com/akierson/ComfyUI-textnodes"
],
"install_type": "git-clone",
"description": "Misc Text Nodes for Comfy UI"
},
{
"author": "neverbiasu",
"title": "ComfyUI-Image-Captioner",
"id": "image-captioner",
"reference": "https://github.com/neverbiasu/ComfyUI-Image-Captioner",
"files": [
"https://github.com/neverbiasu/ComfyUI-Image-Captioner"
],
"install_type": "git-clone",
"description": "A ComfyUI extension for generating captions of images."
}
]
}

View File

@@ -3359,6 +3359,15 @@
"title_aux": "ComfyUI-Diffusers"
}
],
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": [
[
"LatentSizeToPixelSize",
"PixelResolutionCalculator"
],
{
"title_aux": "ComfyUI-PixelResolutionCalculator"
}
],
"https://github.com/Loewen-Hob/rembg-comfyui-node-better": [
[
"Image Remove Background (rembg)"
@@ -3846,6 +3855,14 @@
"title_aux": "Dimensional Latent Perlin for ComfyUI"
}
],
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": [
[
"FluxPseudoNegativeNode"
],
{
"title_aux": "FluxPseudoNegative"
}
],
"https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": [
[
"PromptJSON",