mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
update DB
This commit is contained in:
parent
2d7a60689b
commit
ead8d78b15
@ -1842,6 +1842,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes: RK_CivitAIMetaChecker, RK_CivitAIAddHashes."
|
"description": "Nodes: RK_CivitAIMetaChecker, RK_CivitAIAddHashes."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "cubiq",
|
||||||
|
"title": "ComfyUI Essentials",
|
||||||
|
"reference": "https://github.com/cubiq/ComfyUI_essentials",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/cubiq/ComfyUI_essentials"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Essential nodes that are weirdly missing from ComfyUI core. With few exceptions they are new features and not commodities. I hope this will be just a temporary repository until the nodes get included into ComfyUI."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "taabata",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
|
|||||||
@ -1407,6 +1407,7 @@
|
|||||||
[
|
[
|
||||||
"ZuellniExLlamaGenerator",
|
"ZuellniExLlamaGenerator",
|
||||||
"ZuellniExLlamaLoader",
|
"ZuellniExLlamaLoader",
|
||||||
|
"ZuellniExLlamaLoraLoader",
|
||||||
"ZuellniExLlamaPreviewer"
|
"ZuellniExLlamaPreviewer"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -1890,6 +1891,25 @@
|
|||||||
"title_aux": "Simple Math"
|
"title_aux": "Simple Math"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/cubiq/ComfyUI_essentials": [
|
||||||
|
[
|
||||||
|
"ConsoleDebug+",
|
||||||
|
"GetImageSize+",
|
||||||
|
"GrowShrinkMask+",
|
||||||
|
"ImageCrop+",
|
||||||
|
"ImageDesaturate+",
|
||||||
|
"ImageFlip+",
|
||||||
|
"ImagePosterize+",
|
||||||
|
"ImageResize+",
|
||||||
|
"MaskBlur+",
|
||||||
|
"MaskFlip+",
|
||||||
|
"MaskPreview+",
|
||||||
|
"SimpleMath+"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Essentials"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/dagthomas/comfyui_dagthomas": [
|
"https://github.com/dagthomas/comfyui_dagthomas": [
|
||||||
[
|
[
|
||||||
"CSL",
|
"CSL",
|
||||||
@ -2385,6 +2405,7 @@
|
|||||||
"KSampler //Inspire",
|
"KSampler //Inspire",
|
||||||
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
||||||
"LoadPromptsFromDir //Inspire",
|
"LoadPromptsFromDir //Inspire",
|
||||||
|
"LoadPromptsFromFile //Inspire",
|
||||||
"LoraBlockInfo //Inspire",
|
"LoraBlockInfo //Inspire",
|
||||||
"LoraLoaderBlockWeight //Inspire",
|
"LoraLoaderBlockWeight //Inspire",
|
||||||
"MediaPipeFaceMeshDetectorProvider //Inspire",
|
"MediaPipeFaceMeshDetectorProvider //Inspire",
|
||||||
@ -3070,6 +3091,7 @@
|
|||||||
"CLIP Positive-Negative XL w/Text (WLSH)",
|
"CLIP Positive-Negative XL w/Text (WLSH)",
|
||||||
"CLIP Positive-Negative w/Text (WLSH)",
|
"CLIP Positive-Negative w/Text (WLSH)",
|
||||||
"Checkpoint Loader w/Name (WLSH)",
|
"Checkpoint Loader w/Name (WLSH)",
|
||||||
|
"Empty Latent by Pixels (WLSH)",
|
||||||
"Empty Latent by Ratio (WLSH)",
|
"Empty Latent by Ratio (WLSH)",
|
||||||
"Generate Edge Mask (WLSH)",
|
"Generate Edge Mask (WLSH)",
|
||||||
"Generate Face Mask (WLSH)",
|
"Generate Face Mask (WLSH)",
|
||||||
@ -3083,6 +3105,7 @@
|
|||||||
"Resolutions by Ratio (WLSH)",
|
"Resolutions by Ratio (WLSH)",
|
||||||
"SDXL Quick Empty Latent (WLSH)",
|
"SDXL Quick Empty Latent (WLSH)",
|
||||||
"SDXL Quick Image Scale (WLSH)",
|
"SDXL Quick Image Scale (WLSH)",
|
||||||
|
"SDXL Resolution Multiplier (WLSH)",
|
||||||
"SDXL Resolutions (WLSH)",
|
"SDXL Resolutions (WLSH)",
|
||||||
"SDXL Steps (WLSH)",
|
"SDXL Steps (WLSH)",
|
||||||
"Save Positive Prompt File (WLSH)",
|
"Save Positive Prompt File (WLSH)",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "cubiq",
|
||||||
|
"title": "ComfyUI Essentials",
|
||||||
|
"reference": "https://github.com/cubiq/ComfyUI_essentials",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/cubiq/ComfyUI_essentials"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Essential nodes that are weirdly missing from ComfyUI core. With few exceptions they are new features and not commodities. I hope this will be just a temporary repository until the nodes get included into ComfyUI."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "laksjdjf",
|
"author": "laksjdjf",
|
||||||
"title": "attention-couple-ComfyUI",
|
"title": "attention-couple-ComfyUI",
|
||||||
|
|||||||
@ -1407,6 +1407,7 @@
|
|||||||
[
|
[
|
||||||
"ZuellniExLlamaGenerator",
|
"ZuellniExLlamaGenerator",
|
||||||
"ZuellniExLlamaLoader",
|
"ZuellniExLlamaLoader",
|
||||||
|
"ZuellniExLlamaLoraLoader",
|
||||||
"ZuellniExLlamaPreviewer"
|
"ZuellniExLlamaPreviewer"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -1890,6 +1891,25 @@
|
|||||||
"title_aux": "Simple Math"
|
"title_aux": "Simple Math"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/cubiq/ComfyUI_essentials": [
|
||||||
|
[
|
||||||
|
"ConsoleDebug+",
|
||||||
|
"GetImageSize+",
|
||||||
|
"GrowShrinkMask+",
|
||||||
|
"ImageCrop+",
|
||||||
|
"ImageDesaturate+",
|
||||||
|
"ImageFlip+",
|
||||||
|
"ImagePosterize+",
|
||||||
|
"ImageResize+",
|
||||||
|
"MaskBlur+",
|
||||||
|
"MaskFlip+",
|
||||||
|
"MaskPreview+",
|
||||||
|
"SimpleMath+"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI Essentials"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/dagthomas/comfyui_dagthomas": [
|
"https://github.com/dagthomas/comfyui_dagthomas": [
|
||||||
[
|
[
|
||||||
"CSL",
|
"CSL",
|
||||||
@ -2385,6 +2405,7 @@
|
|||||||
"KSampler //Inspire",
|
"KSampler //Inspire",
|
||||||
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
"LeRes_DepthMap_Preprocessor_Provider_for_SEGS //Inspire",
|
||||||
"LoadPromptsFromDir //Inspire",
|
"LoadPromptsFromDir //Inspire",
|
||||||
|
"LoadPromptsFromFile //Inspire",
|
||||||
"LoraBlockInfo //Inspire",
|
"LoraBlockInfo //Inspire",
|
||||||
"LoraLoaderBlockWeight //Inspire",
|
"LoraLoaderBlockWeight //Inspire",
|
||||||
"MediaPipeFaceMeshDetectorProvider //Inspire",
|
"MediaPipeFaceMeshDetectorProvider //Inspire",
|
||||||
@ -3070,6 +3091,7 @@
|
|||||||
"CLIP Positive-Negative XL w/Text (WLSH)",
|
"CLIP Positive-Negative XL w/Text (WLSH)",
|
||||||
"CLIP Positive-Negative w/Text (WLSH)",
|
"CLIP Positive-Negative w/Text (WLSH)",
|
||||||
"Checkpoint Loader w/Name (WLSH)",
|
"Checkpoint Loader w/Name (WLSH)",
|
||||||
|
"Empty Latent by Pixels (WLSH)",
|
||||||
"Empty Latent by Ratio (WLSH)",
|
"Empty Latent by Ratio (WLSH)",
|
||||||
"Generate Edge Mask (WLSH)",
|
"Generate Edge Mask (WLSH)",
|
||||||
"Generate Face Mask (WLSH)",
|
"Generate Face Mask (WLSH)",
|
||||||
@ -3083,6 +3105,7 @@
|
|||||||
"Resolutions by Ratio (WLSH)",
|
"Resolutions by Ratio (WLSH)",
|
||||||
"SDXL Quick Empty Latent (WLSH)",
|
"SDXL Quick Empty Latent (WLSH)",
|
||||||
"SDXL Quick Image Scale (WLSH)",
|
"SDXL Quick Image Scale (WLSH)",
|
||||||
|
"SDXL Resolution Multiplier (WLSH)",
|
||||||
"SDXL Resolutions (WLSH)",
|
"SDXL Resolutions (WLSH)",
|
||||||
"SDXL Steps (WLSH)",
|
"SDXL Steps (WLSH)",
|
||||||
"Save Positive Prompt File (WLSH)",
|
"Save Positive Prompt File (WLSH)",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user