update DB

This commit is contained in:
Dr.Lt.Data 2023-08-12 22:30:46 +09:00
parent 186eb31c46
commit 2129947e53
2 changed files with 85 additions and 13 deletions

View File

@ -195,6 +195,16 @@
"install_type": "git-clone",
"description": "A node suite for ComfyUI with many new nodes, such as image processing, text processing, and more."
},
{
"author": "WASasquatch",
"title": "WAS Node Suite",
"reference": "https://github.com/WASasquatch/ComfyUI_Preset_Merger",
"files": [
"https://github.com/WASasquatch/ComfyUI_Preset_Merger"
],
"install_type": "git-clone",
"description": "Nodes: ModelMergeByPreset. Merge checkpoint models by preset"
},
{
"author": "omar92",
"title": "Quality of life Suit:V2",
@ -819,6 +829,16 @@
"install_type": "git-clone",
"description": "Nodes: P2LDGAN. This integrates P2LDGAN into ComfyUI. P2LDGAN extracts lineart from input images.<BR><p style='background-color: black; color: red;'>To use this extension, you need to download the <a href='https://drive.google.com/file/d/1To4V_Btc3QhCLBWZ0PdSNgC1cbm3isHP'>p2ldgan model</a> and save it in the <font color='white'>ComfyUI/custom_nodes/comfyui-p2ldgan/checkpoints</font> directory.</p>"
},
{
"author": "jamesWalker55",
"title": "Various ComfyUI Nodes by Type",
"reference": "https://github.com/jamesWalker55/comfyui-various",
"files": [
"https://github.com/jamesWalker55/comfyui-various"
],
"install_type": "git-clone",
"description": "Nodes: JWInteger, JWFloat, JWString, JWImageLoadRGB, JWImageResize, ..."
},
{
"author": "adieyal",
"title": "DynamicPrompts Custom Nodes",
@ -959,16 +979,6 @@
"install_type": "git-clone",
"description": "A set of ComfyUI nodes to quickly test generated QR codes for scannability. A companion project to Comfy-QR."
},
{
"author": "jamesWalker55",
"title": "Various ComfyUI Nodes by Type",
"reference": "https://github.com/jamesWalker55/comfyui-various",
"files": [
"https://github.com/jamesWalker55/comfyui-various"
],
"install_type": "git-clone",
"description": "Nodes: JWInteger, JWFloat, JWString, JWImageLoadRGB, JWImageResize, ..."
},
{
"author": "dimtoneff",
"title": "ComfyUI PixelArt Detector",
@ -1019,6 +1029,26 @@
"install_type": "git-clone",
"description": "Nodes: Fans Styler (Max 10 Style), Fans Text Concat (Until 10 text)."
},
{
"author": "NicholasMcCarthy",
"title": "ComfyUI_TravelSuite",
"reference": "https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite",
"files": [
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes to apply various latent travel techniques."
},
{
"author": "ManglerFTW",
"title": "ComfyI2I",
"reference": "https://github.com/ManglerFTW/ComfyI2I",
"files": [
"https://github.com/ManglerFTW/ComfyI2I"
],
"install_type": "git-clone",
"description": "A set of custom nodes to perform image 2 image functions in ComfyUI."
},
{
"author": "taabata",
"title": "Syrian Falcon Nodes",
@ -1197,6 +1227,16 @@
"install_type": "copy",
"description": "Nodes: CLIPTextEncodeA1111, RerouteTextForCLIPTextEncodeA1111."
},
{
"author": "SadaleNet",
"title": "ComfyUI A1111-like Prompt Custom Node Solution",
"reference": "https://github.com/wsippel/comfyui_ws",
"files": [
"https://github.com/wsippel/comfyui_ws/raw/main/sdxl_utility.py"
],
"install_type": "copy",
"description": "Nodes: SDXLResolutionPresets. Easy access to the officially supported resolutions, in both horizontal and vertical formats: 1024x1024, 1152x896, 1216x832, 1344x768, 1536x640"
},
{
"author": "theally",
"title": "TheAlly's Custom Nodes",

View File

@ -226,8 +226,6 @@
],
"https://github.com/FizzleDorf/AIT": [
"AITemplateControlNetLoader",
"AITemplateEmptyLatentImage",
"AITemplateLatentUpscale",
"AITemplateLoader",
"AITemplateVAEDecode",
"AITemplateVAEEncode",
@ -336,6 +334,15 @@
"Operation",
"String"
],
"https://github.com/ManglerFTW/ComfyI2I": [
"Color Transfer",
"Combine and Paste",
"Inpaint Segments",
"Mask Ops"
],
"https://github.com/NicholasMcCarthy/ComfyUI_TravelSuite": [
"LatentTravel"
],
"https://github.com/Nourepide/ComfyUI-Allor": [
"AlphaChanelAdd",
"AlphaChanelAddByMask",
@ -442,12 +449,16 @@
],
"https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes": [
"CR Apply ControlNet",
"CR Apply LoRA Stack",
"CR Aspect Ratio",
"CR Aspect Ratio SDXL",
"CR Clip Input Switch",
"CR Color Tint",
"CR Conditioning Input Switch",
"CR ControlNet Input Switch",
"CR Halftone Grid",
"CR Halftone Image",
"CR Halftones",
"CR Hires Fix Process Switch",
"CR Image Input Switch",
"CR Image Input Switch (4 way)",
@ -458,7 +469,12 @@
"CR Image Size",
"CR Img2Img Process Switch",
"CR Integer Multiple",
"CR KSampler (Iterative)",
"CR Latent Batch Size",
"CR Latent Input Switch",
"CR Latent Upscale (Iterative)",
"CR LoRA Stack",
"CR Load Image Sequence",
"CR Load LoRA",
"CR Model Input Switch",
"CR Module Input",
@ -568,6 +584,9 @@
"ttN textDebug",
"ttN xyPlot"
],
"https://github.com/WASasquatch/ComfyUI_Preset_Merger": [
"Preset_Model_Merge"
],
"https://github.com/WASasquatch/was-node-suite-comfyui": [
"BLIP Analyze Image",
"BLIP Model Loader",
@ -627,6 +646,7 @@
"Image Input Switch",
"Image Levels Adjustment",
"Image Load",
"Image Lucy Sharpen",
"Image Median Filter",
"Image Mix RGB Channels",
"Image Monitor Effects Filter",
@ -892,8 +912,10 @@
"DZ_Face_Detailer"
],
"https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [
"PixelArtDetectorConverter",
"PixelArtDetectorSave",
"PixelArtDetectorToImage"
"PixelArtDetectorToImage",
"PixelArtLoadPalettes"
],
"https://github.com/diontimmer/ComfyUI-Vextra-Nodes": [
"Add Text To Image",
@ -1295,6 +1317,10 @@
"OpenposePreprocessorInterpolate"
],
"https://github.com/sipherxyz/comfyui-art-venture": [
"AV_CheckpointModelsToParametersPipe",
"AV_ParametersPipeToCheckpointModels",
"AV_ParametersPipeToPrompts",
"AV_PromptsToParametersPipe",
"AV_UploadImage",
"LoadImageFromUrl"
],
@ -1375,6 +1401,8 @@
"SDXLPromptStyler"
],
"https://github.com/uarefans/ComfyUI-Fans": [
"Fans Prompt Styler Negative",
"Fans Prompt Styler Positive",
"Fans Styler",
"Fans Text Concatenate"
],
@ -1399,11 +1427,15 @@
"SDXL Steps (WLSH)",
"Save Positive Prompt File (WLSH)",
"Save Prompt Info (WLSH)",
"Seed and Int (WLSH)",
"Seed to Number (WLSH)",
"Time String (WLSH)",
"Upscale by Factor with Model (WLSH)",
"VAE Encode for Inpaint Padding (WLSH)"
],
"https://github.com/wsippel/comfyui_ws/raw/main/sdxl_utility.py": [
"SDXLResolutionPresets"
],
"https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py": [
"CombineInput",
"CostumeAgent_1",