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
2350f40a0b
commit
308870f883
@ -925,6 +925,16 @@
|
|||||||
"install_type": "copy",
|
"install_type": "copy",
|
||||||
"description": "Contains 3 nodes each with a different means to the same end result. These nodes are designed to automatically calculate the appropriate latent sizes when performing a 'Hi Res Fix' style workflow."
|
"description": "Contains 3 nodes each with a different means to the same end result. These nodes are designed to automatically calculate the appropriate latent sizes when performing a 'Hi Res Fix' style workflow."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "throttlekitty",
|
||||||
|
"title": "SDXLCustomAspectRatio",
|
||||||
|
"reference": "https://github.com/throttlekitty/SDXLCustomAspectRatio",
|
||||||
|
"files": [
|
||||||
|
"https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py"
|
||||||
|
],
|
||||||
|
"install_type": "copy",
|
||||||
|
"description": "A quick and easy ComfyUI custom node for setting SDXL-friendly aspect ratios."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "theally",
|
"author": "theally",
|
||||||
"title": "TheAlly's Custom Nodes",
|
"title": "TheAlly's Custom Nodes",
|
||||||
@ -969,6 +979,5 @@
|
|||||||
"install_type": "copy",
|
"install_type": "copy",
|
||||||
"description": "Advanced merging methods."
|
"description": "Advanced merging methods."
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -416,9 +416,12 @@
|
|||||||
"SeargeIntegerConstant",
|
"SeargeIntegerConstant",
|
||||||
"SeargeIntegerMath",
|
"SeargeIntegerMath",
|
||||||
"SeargeIntegerPair",
|
"SeargeIntegerPair",
|
||||||
|
"SeargeIntegerScaler",
|
||||||
"SeargePromptCombiner",
|
"SeargePromptCombiner",
|
||||||
"SeargePromptText",
|
"SeargePromptText",
|
||||||
|
"SeargeSDXLBasePromptEncoder",
|
||||||
"SeargeSDXLPromptEncoder",
|
"SeargeSDXLPromptEncoder",
|
||||||
|
"SeargeSDXLRefinerPromptEncoder",
|
||||||
"SeargeSDXLSampler"
|
"SeargeSDXLSampler"
|
||||||
],
|
],
|
||||||
"https://github.com/Ser-Hilary/SDXL_sizing/raw/main/conditioning_sizing_for_SDXL.py": [
|
"https://github.com/Ser-Hilary/SDXL_sizing/raw/main/conditioning_sizing_for_SDXL.py": [
|
||||||
@ -888,6 +891,8 @@
|
|||||||
"PixelTiledKSampleUpscalerProvider",
|
"PixelTiledKSampleUpscalerProvider",
|
||||||
"PixelTiledKSampleUpscalerProviderPipe",
|
"PixelTiledKSampleUpscalerProviderPipe",
|
||||||
"PreviewBridge",
|
"PreviewBridge",
|
||||||
|
"ReencodeLatent",
|
||||||
|
"ReencodeLatentPipe",
|
||||||
"RegionalPrompt",
|
"RegionalPrompt",
|
||||||
"RegionalSampler",
|
"RegionalSampler",
|
||||||
"SAMDetectorCombined",
|
"SAMDetectorCombined",
|
||||||
@ -1040,6 +1045,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [
|
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [
|
||||||
"ConstrainImage|pysssss",
|
"ConstrainImage|pysssss",
|
||||||
|
"LoraLoader|pysssss",
|
||||||
"MathExpression|pysssss",
|
"MathExpression|pysssss",
|
||||||
"ShowText|pysssss",
|
"ShowText|pysssss",
|
||||||
"StringFunction|pysssss"
|
"StringFunction|pysssss"
|
||||||
@ -1139,5 +1145,8 @@
|
|||||||
"https://github.com/yolanother/DTAIComfyPromptAgent": [
|
"https://github.com/yolanother/DTAIComfyPromptAgent": [
|
||||||
"DTPromptAgent",
|
"DTPromptAgent",
|
||||||
"DTPromptAgentString"
|
"DTPromptAgentString"
|
||||||
|
],
|
||||||
|
"https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [
|
||||||
|
"SDXLAspectRatio"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user