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
e6919a582a
commit
fe13e969eb
@ -129,7 +129,8 @@ NODE_CLASS_MAPPINGS.update({
|
||||
* https://github.com/bmad4ever/ComfyUI-Bmad-Custom-Nodes
|
||||
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
|
||||
* https://github.com/laksjdjf/pfg-ComfyUI
|
||||
|
||||
* https://github.com/mihaiiancu/ComfyUI_Inpaint
|
||||
* https://github.com/senshilabs/NINJA-plugin
|
||||
|
||||
# Roadmap
|
||||
|
||||
|
||||
@ -910,10 +910,11 @@
|
||||
"title": "ComfyUIJasonNode",
|
||||
"reference": "https://github.com/lrzjason/ComfyUIJasonNode",
|
||||
"files": [
|
||||
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py"
|
||||
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/SDXLMixSampler.py",
|
||||
"https://github.com/lrzjason/ComfyUIJasonNode/raw/main/LatentByRatio.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "Nodes:SDXLMixSampler"
|
||||
"description": "Nodes:SDXLMixSampler, LatentByRatio"
|
||||
},
|
||||
{
|
||||
"author": "alpertunga-bile",
|
||||
@ -975,6 +976,16 @@
|
||||
"install_type": "copy",
|
||||
"description": "Nodes: Prompt parser. ComfyUI extra nodes. Mostly prompt parsing."
|
||||
},
|
||||
{
|
||||
"author": "tudal",
|
||||
"title": "SadaleNet",
|
||||
"reference": "https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI",
|
||||
"files": [
|
||||
"https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/raw/master/custom_nodes/clip_text_encoder_a1111.py"
|
||||
],
|
||||
"install_type": "copy",
|
||||
"description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111."
|
||||
},
|
||||
{
|
||||
"author": "failfa-st",
|
||||
"title": "failfa-st/comfyui-extensions",
|
||||
|
||||
@ -30,9 +30,9 @@
|
||||
"Unary Mask Op"
|
||||
],
|
||||
"https://github.com/Beinsezii/bsz-cui-extras/raw/master/custom_nodes/bsz-auto-hires.py": [
|
||||
"BSZAutoHires",
|
||||
"BSZAutoHiresAspect",
|
||||
"BSZAutoHiresCombined"
|
||||
"BSZAbsoluteHires",
|
||||
"BSZAspectHires",
|
||||
"BSZCombinedHires"
|
||||
],
|
||||
"https://github.com/BlenderNeko/ComfyUI_ADV_CLIP_emb": [
|
||||
"BNK_AddCLIPSDXLParams",
|
||||
@ -418,6 +418,10 @@
|
||||
"MSSqlSelectNode",
|
||||
"MSSqlTableNode"
|
||||
],
|
||||
"https://github.com/SadaleNet/CLIPTextEncodeA1111-ComfyUI/raw/master/custom_nodes/clip_text_encoder_a1111.py": [
|
||||
"CLIPTextEncodeA1111",
|
||||
"RerouteTextForCLIPTextEncodeA1111"
|
||||
],
|
||||
"https://github.com/SeargeDP/SeargeSDXL": [
|
||||
"SeargeFloatConstant",
|
||||
"SeargeFloatMath",
|
||||
@ -611,6 +615,7 @@
|
||||
"Number to Seed",
|
||||
"Number to String",
|
||||
"Number to Text",
|
||||
"Prompt Multiple Styles Selector",
|
||||
"Prompt Styles Selector",
|
||||
"Random Number",
|
||||
"SAM Image Mask",
|
||||
@ -885,7 +890,10 @@
|
||||
"ImageMaskSwitch",
|
||||
"ImageReceiver",
|
||||
"ImageSender",
|
||||
"ImpactKSamplerAdvancedBasicPipe",
|
||||
"ImpactKSamplerBasicPipe",
|
||||
"ImpactLogger",
|
||||
"ImpactSEGSLabelFilter",
|
||||
"ImpactWildcardProcessor",
|
||||
"IterativeImageUpscale",
|
||||
"IterativeLatentUpscale",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user