mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
3e0b55e8dc
commit
beec803eff
@ -8269,6 +8269,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "PromptJSON is a custom node for ComfyUI that structures natural language prompts and generates prompts for external LLM nodes in image generation workflows. It aids in creating consistent, schema-based image descriptions."
|
||||
},
|
||||
{
|
||||
"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": "MokkaBoss1",
|
||||
"title": "Node Pack mostly for manipulating strings and integers",
|
||||
@ -12700,6 +12710,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Segment and Recognize Anything at Any Granularity."
|
||||
},
|
||||
{
|
||||
"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."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -1149,6 +1149,11 @@
|
||||
"last_update": "2024-05-22 22:18:57",
|
||||
"author_account_age_days": 1321
|
||||
},
|
||||
"https://github.com/Ling-APE/ComfyUI-PixelResolutionCalculator": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-08-10 06:20:06",
|
||||
"author_account_age_days": 433
|
||||
},
|
||||
"https://github.com/Loewen-Hob/rembg-comfyui-node-better": {
|
||||
"stars": 51,
|
||||
"last_update": "2024-05-23 00:32:53",
|
||||
@ -1374,6 +1379,11 @@
|
||||
"last_update": "2024-08-06 19:59:25",
|
||||
"author_account_age_days": 140
|
||||
},
|
||||
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-08-10 05:08:26",
|
||||
"author_account_age_days": 140
|
||||
},
|
||||
"https://github.com/NeuralSamurAI/ComfyUI-PromptJSON": {
|
||||
"stars": 1,
|
||||
"last_update": "2024-08-08 19:59:51",
|
||||
|
||||
@ -32,16 +32,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Original repo: [a/https://github.com/LLaVA-VL/LLaVA-NeXT](https://github.com/LLaVA-VL/LLaVA-NeXT)\nUnsure of the dependencies, the original was a huge list, but I didn't install single new one to my environment and it worked."
|
||||
},
|
||||
{
|
||||
"author": "NeuralSamurAI",
|
||||
"title": "FluxPseudoNegative Node for ComfyUI [WIP]",
|
||||
"reference": "https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt",
|
||||
"files": [
|
||||
"https://github.com/NeuralSamurAI/ComfyUI-FluxPseudoNegativePrompt"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NOT WORKING.\nThe FluxPseudoNegative node 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."
|
||||
},
|
||||
{
|
||||
"author": "TTPlanetPig",
|
||||
"title": "for comfyui image proprocessor",
|
||||
|
||||
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user