diff --git a/custom-node-list.json b/custom-node-list.json index 63d1bcde..40c3cb05 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -345,6 +345,16 @@ "install_type": "git-clone", "description": "Run ComfyUI workflows on multiple local GPUs/networked machines. Nodes: Remote images, Local Remote control" }, + { + "author": "city96", + "title": "Latent-Interposer", + "reference": "https://github.com/city96/SD-Latent-Interposer", + "files": [ + "https://github.com/city96/SD-Latent-Interposer" + ], + "install_type": "git-clone", + "description": "Custom node to convert the lantents between SDXL and SD v1.5 directly without the VAE decoding/encoding step." + }, { "author": "Kaharos94", "title": "ComfyUI-Saveaswebp", @@ -930,15 +940,25 @@ "description": "One Button Prompt has a prompt generation node for beginners who have problems writing a good prompt, or advanced users who want to get inspired. It generates an entire prompt from scratch. It is random, but controlled. You simply load up the script and press generate, and let it surprise you." }, { - "author": "sofuego", + "author": "coreyryanhanson", "title": "Comfy-QR", - "reference": "https://gitlab.com/sofuego-comfy-nodes/comfy-qr", + "reference": "https://github.com/coreyryanhanson/comfy-qr", "files": [ - "https://gitlab.com/sofuego-comfy-nodes/comfy-qr" + "https://github.com/coreyryanhanson/comfy-qr" ], "install_type": "git-clone", "description": "A set of ComfyUI nodes to dynamically create QR image layers for generative QR art without the hassle of leaving the webui." }, + { + "author": "coreyryanhanson", + "title": "comfy-qr-validation-nodes", + "reference": "https://github.com/coreyryanhanson/comfy-qr-validation-nodes", + "files": [ + "https://github.com/coreyryanhanson/comfy-qr-validation-nodes" + ], + "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", @@ -989,6 +1009,16 @@ "install_type": "git-clone", "description": "Nodes: Int, Float, String, Operation, Checkpoint" }, + { + "author": "uarefans", + "title": "ComfyUI-Fans", + "reference": "https://github.com/uarefans/ComfyUI-Fans", + "files": [ + "https://github.com/uarefans/ComfyUI-Fans" + ], + "install_type": "git-clone", + "description": "Nodes: Fans Styler (Max 10 Style), Fans Text Concat (Until 10 text)." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 32d80b0f..2c2fc9fb 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -186,7 +186,15 @@ "Vignette" ], "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation": [ - "KSampler Gradually Adding More Denoise (efficient)" + "AMT VFI", + "ESAI VFI", + "GMFSS Fortuna VFI", + "IFRNet VFI", + "IFUnet VFI", + "KSampler Gradually Adding More Denoise (efficient)", + "M2M VFI", + "RIFE VFI", + "Sepconv VFI" ], "https://github.com/Fannovel16/comfy_controlnet_preprocessors": [ "AnimeLineArtPreprocessor", @@ -783,6 +791,7 @@ "PromptToSchedule", "ScheduleToCond", "ScheduleToModel", + "SimpleWildcard", "StringConcat" ], "https://github.com/bash-j/mikey_nodes": [ @@ -801,7 +810,8 @@ "SaveMetaData", "Style Conditioner", "Upscale Tile Calculator", - "VAE Decode 6GB SDXL (deprecated)" + "VAE Decode 6GB SDXL (deprecated)", + "Wildcard Processor" ], "https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [ "CLIPSeg", @@ -844,6 +854,9 @@ "FetchRemote", "QueueRemote" ], + "https://github.com/city96/SD-Latent-Interposer": [ + "LatentInterposer" + ], "https://github.com/civitai/comfy-nodes": [ "CivitAI_Checkpoint_Loader", "CivitAI_Lora_Loader" @@ -860,6 +873,14 @@ "https://github.com/comfyanonymous/ComfyUI_experiments/raw/master/sampler_tonemap.py": [ "ModelSamplerTonemapNoiseTest" ], + "https://github.com/coreyryanhanson/comfy-qr": [ + "comfy-qr-by-image-size", + "comfy-qr-by-module-size" + ], + "https://github.com/coreyryanhanson/comfy-qr-validation-nodes": [ + "comfy-qr-read", + "comfy-qr-validate" + ], "https://github.com/cubiq/ComfyUI_SimpleMath": [ "SimpleMath" ], @@ -871,7 +892,8 @@ "DZ_Face_Detailer" ], "https://github.com/dimtoneff/ComfyUI-PixelArt-Detector": [ - "PixelArtDetector" + "PixelArtDetectorSave", + "PixelArtDetectorToImage" ], "https://github.com/diontimmer/ComfyUI-Vextra-Nodes": [ "Add Text To Image", @@ -1352,6 +1374,10 @@ "https://github.com/twri/sdxl_prompt_styler": [ "SDXLPromptStyler" ], + "https://github.com/uarefans/ComfyUI-Fans": [ + "Fans Styler", + "Fans Text Concatenate" + ], "https://github.com/wallish77/wlsh_nodes": [ "Alternating KSampler (WLSH)", "CLIP Positive-Negative (WLSH)", @@ -1395,10 +1421,6 @@ "DTPromptAgent", "DTPromptAgentString" ], - "https://gitlab.com/sofuego-comfy-nodes/comfy-qr": [ - "comfy-qr-by-image-size", - "comfy-qr-by-module-size" - ], "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [ "SDXLAspectRatio" ]