mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 10:22:59 +08:00
update DB
This commit is contained in:
parent
1b6452c839
commit
152d07697f
@ -647,6 +647,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Custom nodes for easier use of SDXL in ComfyUI including an img2img workflow that utilizes both the base and refiner checkpoints."
|
"description": "Custom nodes for easier use of SDXL in ComfyUI including an img2img workflow that utilizes both the base and refiner checkpoints."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "cubiq",
|
||||||
|
"title": "Simple Math",
|
||||||
|
"reference": "https://github.com/cubiq/ComfyUI_SimpleMath",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/cubiq/ComfyUI_SimpleMath"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "custom node for ComfyUI to perform simple math operations"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "taabata",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
@ -734,6 +744,16 @@
|
|||||||
"install_type": "copy",
|
"install_type": "copy",
|
||||||
"description": "fcFloatMatic is a custom module, that when configured correctly will increment through the lines generating you loras at different strengths. The JSON file will load the config."
|
"description": "fcFloatMatic is a custom module, that when configured correctly will increment through the lines generating you loras at different strengths. The JSON file will load the config."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "lrzjason",
|
||||||
|
"title": "ComfyUIJasonNode",
|
||||||
|
"reference": "https://github.com/lrzjason/ComfyUIJasonNode",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py"
|
||||||
|
],
|
||||||
|
"install_type": "copy",
|
||||||
|
"description": "Nodes:SDXLMixSampler"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "theally",
|
"author": "theally",
|
||||||
"title": "TheAlly's Custom Nodes",
|
"title": "TheAlly's Custom Nodes",
|
||||||
|
|||||||
@ -379,6 +379,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/SeargeDP/SeargeSDXL": [
|
"https://github.com/SeargeDP/SeargeSDXL": [
|
||||||
"SeargePromptText",
|
"SeargePromptText",
|
||||||
|
"SeargeSDXLPromptEncoder",
|
||||||
"SeargeSDXLSampler"
|
"SeargeSDXLSampler"
|
||||||
],
|
],
|
||||||
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git": [
|
"https://github.com/TinyTerra/ComfyUI_tinyterraNodes.git": [
|
||||||
@ -396,6 +397,7 @@
|
|||||||
"ttN pipeEDIT",
|
"ttN pipeEDIT",
|
||||||
"ttN pipeIN",
|
"ttN pipeIN",
|
||||||
"ttN pipeKSampler",
|
"ttN pipeKSampler",
|
||||||
|
"ttN pipeKSamplerAdvanced",
|
||||||
"ttN pipeLoader",
|
"ttN pipeLoader",
|
||||||
"ttN pipeOUT",
|
"ttN pipeOUT",
|
||||||
"ttN seed",
|
"ttN seed",
|
||||||
@ -653,6 +655,9 @@
|
|||||||
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py": [
|
"https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py": [
|
||||||
"ModelSamplerTonemapNoiseTest"
|
"ModelSamplerTonemapNoiseTest"
|
||||||
],
|
],
|
||||||
|
"https://github.com/cubiq/ComfyUI_SimpleMath": [
|
||||||
|
"SimpleMath"
|
||||||
|
],
|
||||||
"https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py": [
|
"https://github.com/dawangraoming/ComfyUI_ksampler_gpu/raw/main/ksampler_gpu.py": [
|
||||||
"KSamplerAdvancedGPU",
|
"KSamplerAdvancedGPU",
|
||||||
"KSamplerGPU"
|
"KSamplerGPU"
|
||||||
@ -716,6 +721,9 @@
|
|||||||
"Random_Sampler",
|
"Random_Sampler",
|
||||||
"VAELoaderDecode"
|
"VAELoaderDecode"
|
||||||
],
|
],
|
||||||
|
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py": [
|
||||||
|
"SDXLMixSampler"
|
||||||
|
],
|
||||||
"https://github.com/ltdrdata/ComfyUI-Impact-Pack": [
|
"https://github.com/ltdrdata/ComfyUI-Impact-Pack": [
|
||||||
"BasicPipeToDetailerPipe",
|
"BasicPipeToDetailerPipe",
|
||||||
"BboxDetectorCombined",
|
"BboxDetectorCombined",
|
||||||
@ -867,6 +875,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [
|
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts": [
|
||||||
"ConstrainImage|pysssss",
|
"ConstrainImage|pysssss",
|
||||||
|
"MathExpression|pysssss",
|
||||||
"ShowText|pysssss",
|
"ShowText|pysssss",
|
||||||
"StringFunction|pysssss"
|
"StringFunction|pysssss"
|
||||||
],
|
],
|
||||||
@ -924,7 +933,6 @@
|
|||||||
"https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [
|
"https://github.com/taabata/Comfy_Syrian_Falcon_Nodes/raw/main/SyrianFalconNodes.py": [
|
||||||
"CompositeImage",
|
"CompositeImage",
|
||||||
"KSamplerAdvancedCustom",
|
"KSamplerAdvancedCustom",
|
||||||
"LoopBack",
|
|
||||||
"QRGenerate",
|
"QRGenerate",
|
||||||
"WordAsImage"
|
"WordAsImage"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user