mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-23 05:10:48 +08:00
update DB
This commit is contained in:
parent
57628ead80
commit
72d1aa7d97
@ -9805,16 +9805,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Shuffle nodes after queue execution."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-innnnnpaint",
|
||||
"reference": "https://github.com/shinich39/comfyui-innnnnpaint",
|
||||
"files": [
|
||||
"https://github.com/shinich39/comfyui-innnnnpaint"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Load new workflow after mask editing."
|
||||
},
|
||||
{
|
||||
"author": "shinich39",
|
||||
"title": "comfyui-break-workflow",
|
||||
@ -38327,6 +38317,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Directional mask expansion node that extends masks along specified directions with pixel-precise control, plus separate pinch/widen morphology operations."
|
||||
},
|
||||
{
|
||||
"author": "TheArtOfficial",
|
||||
"title": "ComfyUI-Nitra",
|
||||
"reference": "https://github.com/TheArtOfficial/ComfyUI-Nitra",
|
||||
"files": [
|
||||
"https://github.com/TheArtOfficial/ComfyUI-Nitra"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nitra custom node for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "brahianrosswill",
|
||||
"title": "ComfyUi-RandomNoiseCustom",
|
||||
@ -38850,6 +38850,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Embeds the ComfyUI-Lora-Manager web interface directly into your ComfyUI workflow graph, eliminating the need for a separate browser tab."
|
||||
},
|
||||
{
|
||||
"author": "Maenvaeru",
|
||||
"title": "comfyui-vram-overlay",
|
||||
"reference": "https://github.com/Maenvaeru/comfyui-vram-overlay",
|
||||
"files": [
|
||||
"https://github.com/Maenvaeru/comfyui-vram-overlay"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Professional VRAM monitoring overlay for ComfyUI that displays real-time GPU memory usage as an independent, non-intrusive window. (Description by CC)"
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -12407,6 +12407,14 @@
|
||||
"title_aux": "ComfyUI-mnemic-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Maenvaeru/comfyui-vram-overlay": [
|
||||
[
|
||||
"MVU_VramOverlay"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-vram-overlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/Makeezi/ComfyUI-promptLAB": [
|
||||
[
|
||||
"PromptLAB"
|
||||
@ -22166,6 +22174,18 @@
|
||||
"title_aux": "comfyui-lora-hook-trigger"
|
||||
}
|
||||
],
|
||||
"https://github.com/akawana/ComfyUI-AK-XZ-Axis": [
|
||||
[
|
||||
"AK XZ Axis Plot",
|
||||
"AK XZ Batch Lora",
|
||||
"AK XZ Batch Prompts",
|
||||
"AK XZ Range Float",
|
||||
"AK XZ Range Int"
|
||||
],
|
||||
{
|
||||
"title_aux": "AK XZ Axis (XY for any KSampler)"
|
||||
}
|
||||
],
|
||||
"https://github.com/akawana/ComfyUI-Folded-Prompts": [
|
||||
[
|
||||
"FPFoldedPrompts",
|
||||
@ -45468,6 +45488,14 @@
|
||||
"title_aux": "Comfyui_saveimage_imgbb"
|
||||
}
|
||||
],
|
||||
"https://github.com/revisiontony/LoraMangerWebFrame": [
|
||||
[
|
||||
"LoraWebFrame"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Lora Manager Web Frame"
|
||||
}
|
||||
],
|
||||
"https://github.com/rgthree/rgthree-comfy": [
|
||||
[
|
||||
"RgthreeAnySwitch",
|
||||
@ -49828,6 +49856,15 @@
|
||||
"title_aux": "ComfyUI-Z-Image-Turbo"
|
||||
}
|
||||
],
|
||||
"https://github.com/tppp2806/ComfyUI-YoloTrack": [
|
||||
[
|
||||
"YOLODetectionNode",
|
||||
"YOLOTrackingNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-YoloTrack"
|
||||
}
|
||||
],
|
||||
"https://github.com/traugdor/ComfyUI-Riffusion": [
|
||||
[
|
||||
"RiffusionNode",
|
||||
|
||||
10108
github-stats-cache.json
10108
github-stats-cache.json
File diff suppressed because it is too large
Load Diff
5180
github-stats.json
5180
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,75 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "edvardtoth",
|
||||
"title": "ComfyUI-ETNodes",
|
||||
"reference": "https://github.com/edvardtoth/ComfyUI-ETNodes",
|
||||
"files": [
|
||||
"https://github.com/edvardtoth/ComfyUI-ETNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "NODES: ETNodes-Color-Selector, ETNodes-Gemini-API-Image, ETNodes-Gemini-API-Text, ETNodes-List-Items, ETNodes-List-Selector, ETNodes-Text-Previe"
|
||||
},
|
||||
{
|
||||
"author": "jtydhr88",
|
||||
"title": "ComfyUI-PolotnoCanvasEditor [UNSAFE]",
|
||||
"reference": "https://github.com/jtydhr88/ComfyUI-PolotnoCanvasEditor",
|
||||
"files": [
|
||||
"https://github.com/jtydhr88/ComfyUI-PolotnoCanvasEditor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Integrates Polotno Canvas Editor into ComfyUI for advanced image editing and design.[w/This nodepack contains a path traversal vulnerability.]"
|
||||
},
|
||||
{
|
||||
"author": "Taremin",
|
||||
"title": "comfyui-remove-print",
|
||||
"reference": "https://github.com/Taremin/comfyui-remove-print",
|
||||
"files": [
|
||||
"https://github.com/Taremin/comfyui-remove-print"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI extension for removing or suppressing print statements in node output. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "JiangAogo",
|
||||
"title": "ComfyUI-Gemini-API [WIP]",
|
||||
"reference": "https://github.com/JiangAogo/ComfyUI-Gemini-API",
|
||||
"files": [
|
||||
"https://github.com/JiangAogo/ComfyUI-Gemini-API"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom nodes for Google Gemini API integration, supporting both text generation (LLM) and image generation.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "AprEcho",
|
||||
"title": "ComfyUI-RandomSeed",
|
||||
"reference": "https://github.com/AprEcho/ComfyUI-RandomSeed",
|
||||
"files": [
|
||||
"https://github.com/AprEcho/ComfyUI-RandomSeed"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Generates random seed values for ComfyUI workflows. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "Suzu008",
|
||||
"title": "ComfyUI-ImageCritic",
|
||||
"reference": "https://github.com/Suzu008/ComfyUI-ImageCritic",
|
||||
"files": [
|
||||
"https://github.com/Suzu008/ComfyUI-ImageCritic"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI custom node for image analysis and evaluation. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "AndSni",
|
||||
"title": "Comfy-FL-Nodes",
|
||||
"reference": "https://github.com/AndSni/Comfy-FL-Nodes",
|
||||
"files": [
|
||||
"https://github.com/AndSni/Comfy-FL-Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Generates human characters for commerce applications in ComfyUI. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "Spicely",
|
||||
"title": "[WIP] ComfyUI-Luma",
|
||||
|
||||
@ -941,6 +941,14 @@
|
||||
"title_aux": "AmorForge"
|
||||
}
|
||||
],
|
||||
"https://github.com/AndSni/Comfy-FL-Nodes": [
|
||||
[
|
||||
"CommerceHumanGenerator"
|
||||
],
|
||||
{
|
||||
"title_aux": "Comfy-FL-Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Anonymzx/ComfyUI-Indonesia-TTS": [
|
||||
[
|
||||
"Facebook MMS-TTS-IND Variants FX"
|
||||
@ -967,6 +975,14 @@
|
||||
"title_aux": "ComfyUI_deepDeband [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/AprEcho/ComfyUI-RandomSeed": [
|
||||
[
|
||||
"RandomSeed"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-RandomSeed"
|
||||
}
|
||||
],
|
||||
"https://github.com/ArmandAlbert/Kwai_font_comfyui": [
|
||||
[
|
||||
"Kwaifont_Image_Cropper",
|
||||
@ -2259,6 +2275,15 @@
|
||||
"title_aux": "ComfyUI-yolov5-face [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/JiangAogo/ComfyUI-Gemini-API": [
|
||||
[
|
||||
"GeminiImageGenerator",
|
||||
"GeminiLLM"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Gemini-API [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Jiffies-64/ComfyUI-SaveImagePlus": [
|
||||
[
|
||||
"SaveImagePlus"
|
||||
@ -4682,6 +4707,14 @@
|
||||
"title_aux": "comfyui_flowrider_nodes [UNSAFE]"
|
||||
}
|
||||
],
|
||||
"https://github.com/Suzu008/ComfyUI-ImageCritic": [
|
||||
[
|
||||
"DetailEncoder"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ImageCritic"
|
||||
}
|
||||
],
|
||||
"https://github.com/Symbiomatrix/Comfyui-Sort-Files": [
|
||||
[
|
||||
"ImageSaverSBM",
|
||||
@ -7062,6 +7095,7 @@
|
||||
"WanTrackToVideo",
|
||||
"WanVaceToVideo",
|
||||
"WebcamCapture",
|
||||
"ZImageFunControlnet",
|
||||
"unCLIPCheckpointLoader",
|
||||
"unCLIPConditioning",
|
||||
"wanBlockSwap"
|
||||
@ -7518,6 +7552,19 @@
|
||||
"title_aux": "ComfyUI-Sysinfo"
|
||||
}
|
||||
],
|
||||
"https://github.com/edvardtoth/ComfyUI-ETNodes": [
|
||||
[
|
||||
"ETNodes-Color-Selector",
|
||||
"ETNodes-Gemini-API-Image",
|
||||
"ETNodes-Gemini-API-Text",
|
||||
"ETNodes-List-Items",
|
||||
"ETNodes-List-Selector",
|
||||
"ETNodes-Text-Preview"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-ETNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/eggsbenedicto/DiffusionRenderer-ComfyUI": [
|
||||
[
|
||||
"Cosmos1ForwardRenderer",
|
||||
@ -9909,11 +9956,19 @@
|
||||
[
|
||||
"DiffusersImageEditGenerator",
|
||||
"DiffusersImageGenerator",
|
||||
"DiffusersLoadLoraOnly",
|
||||
"DiffusersLoraLayersOperation",
|
||||
"DiffusersLoraLoader",
|
||||
"DiffusersLoraStatViewer",
|
||||
"DiffusersLoraUnloader",
|
||||
"DiffusersMergeLoraToPipeline",
|
||||
"DiffusersModelLoader",
|
||||
"DiffusersPipeline",
|
||||
"DiffusersPipelineBuilder",
|
||||
"DiffusersPreprocessorLoader",
|
||||
"DiffusersSampling",
|
||||
"DiffusersSaveLora",
|
||||
"DiffusersTextEncode",
|
||||
"DiffusersTextEncoderLoader",
|
||||
"DiffusersTokenizerLoader",
|
||||
"DiffusersTransformerLoader",
|
||||
@ -11869,6 +11924,7 @@
|
||||
],
|
||||
"https://github.com/silveroxides/ComfyUI_SamplingUtils": [
|
||||
[
|
||||
"Frakturpad",
|
||||
"GetJsonKeyValue",
|
||||
"ImageBlendByMask",
|
||||
"Image_Color_Noise",
|
||||
|
||||
@ -1514,6 +1514,11 @@
|
||||
"last_update": "2025-04-17 08:53:41",
|
||||
"author_account_age_days": 806
|
||||
},
|
||||
"https://github.com/TharindaMarasingha/ComfyUI-CSV-to-Prompt": {
|
||||
"stars": 5,
|
||||
"last_update": "2025-12-03 06:53:59",
|
||||
"author_account_age_days": 1020
|
||||
},
|
||||
"https://github.com/ThatGlennD/ComfyUI-Image-Analysis-Tools": {
|
||||
"stars": 15,
|
||||
"last_update": "2025-11-28 14:08:35",
|
||||
@ -2264,6 +2269,11 @@
|
||||
"last_update": "2024-08-16 18:06:10",
|
||||
"author_account_age_days": 1088
|
||||
},
|
||||
"https://github.com/comfygit-ai/comfygit-manager": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-12-13 20:35:11",
|
||||
"author_account_age_days": 342
|
||||
},
|
||||
"https://github.com/comfypod/ComfyUI-Comflow": {
|
||||
"stars": 0,
|
||||
"last_update": "2024-06-17 08:44:08",
|
||||
@ -3564,6 +3574,11 @@
|
||||
"last_update": "2025-04-18 10:06:17",
|
||||
"author_account_age_days": 2032
|
||||
},
|
||||
"https://github.com/mobcat40/ComfyUI-RestartButton": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-11-25 23:04:37",
|
||||
"author_account_age_days": 144
|
||||
},
|
||||
"https://github.com/mohamedsobhi777/ComfyUI-FramerComfy": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-01-25 14:39:17",
|
||||
@ -3764,6 +3779,11 @@
|
||||
"last_update": "2025-08-20 12:47:09",
|
||||
"author_account_age_days": 2062
|
||||
},
|
||||
"https://github.com/oniboy/Archviz-Pack": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-12-12 09:24:55",
|
||||
"author_account_age_days": 3291
|
||||
},
|
||||
"https://github.com/orion4d/ComfyUI_unified_list_selector": {
|
||||
"stars": 1,
|
||||
"last_update": "2025-07-03 08:57:21",
|
||||
@ -3899,6 +3919,11 @@
|
||||
"last_update": "2024-02-26 02:11:27",
|
||||
"author_account_age_days": 1776
|
||||
},
|
||||
"https://github.com/pollockjj/ComfyUI-APIsolated": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-12-10 19:23:41",
|
||||
"author_account_age_days": 4046
|
||||
},
|
||||
"https://github.com/pomelyu/cy-prompt-tools": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-06-13 15:09:26",
|
||||
@ -3979,6 +4004,11 @@
|
||||
"last_update": "2024-12-12 20:21:26",
|
||||
"author_account_age_days": 2598
|
||||
},
|
||||
"https://github.com/razvanmatei-sf/razv-fal-ai": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-11-26 14:44:33",
|
||||
"author_account_age_days": 109
|
||||
},
|
||||
"https://github.com/realm-weaver/ComfyUI-tile-seamstress-360": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-07-16 15:36:03",
|
||||
@ -4124,6 +4154,11 @@
|
||||
"last_update": "2025-12-12 22:58:22",
|
||||
"author_account_age_days": 4660
|
||||
},
|
||||
"https://github.com/saltchicken/ComfyUI-Output-Plucker": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-12-11 04:32:50",
|
||||
"author_account_age_days": 4660
|
||||
},
|
||||
"https://github.com/saltchicken/ComfyUI-Prompter": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-12-15 21:30:07",
|
||||
@ -4304,6 +4339,11 @@
|
||||
"last_update": "2025-10-21 20:07:21",
|
||||
"author_account_age_days": 195
|
||||
},
|
||||
"https://github.com/squarewulf/ComfyUI-ModelFrisk": {
|
||||
"stars": 7,
|
||||
"last_update": "2025-12-11 14:22:14",
|
||||
"author_account_age_days": 1932
|
||||
},
|
||||
"https://github.com/sschleis/sschl-comfyui-notes": {
|
||||
"stars": 1,
|
||||
"last_update": "2025-08-10 10:54:25",
|
||||
@ -4449,6 +4489,11 @@
|
||||
"last_update": "2025-12-16 03:22:56",
|
||||
"author_account_age_days": 436
|
||||
},
|
||||
"https://github.com/tasdawg/comfyui-mini": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-12-14 06:32:10",
|
||||
"author_account_age_days": 4505
|
||||
},
|
||||
"https://github.com/tc888/ComfyUI_Save_Flux_Image": {
|
||||
"stars": 0,
|
||||
"last_update": "2025-02-09 17:21:22",
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "TheArtOfficial",
|
||||
"title": "ComfyUI-Nitra",
|
||||
"reference": "https://github.com/TheArtOfficial/ComfyUI-Nitra",
|
||||
"files": [
|
||||
"https://github.com/TheArtOfficial/ComfyUI-Nitra"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nitra custom node for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "akawana",
|
||||
"title": "AK XZ Axis (XY for any KSampler)",
|
||||
@ -21,6 +31,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Based on a YOLO model, it performs object detection, capture, and smooth tracking-based cropping on images."
|
||||
},
|
||||
{
|
||||
"author": "Maenvaeru",
|
||||
"title": "comfyui-vram-overlay",
|
||||
"reference": "https://github.com/Maenvaeru/comfyui-vram-overlay",
|
||||
"files": [
|
||||
"https://github.com/Maenvaeru/comfyui-vram-overlay"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Professional VRAM monitoring overlay for ComfyUI that displays real-time GPU memory usage as an independent, non-intrusive window. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "revisiontony",
|
||||
"title": "ComfyUI Lora Manager Web Frame",
|
||||
@ -668,56 +688,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Essential utility nodes for ComfyUI including prompt queue, batch processing, camera angle control, and resolution selector. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "Zeknes",
|
||||
"title": "Comfyui-LLM-Chat",
|
||||
"reference": "https://github.com/Zeknes/Comfyui-LLM-Chat",
|
||||
"files": [
|
||||
"https://github.com/Zeknes/Comfyui-LLM-Chat"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI node providing unified access to multiple Large Language Models including OpenAI-compatible APIs and local Ollama instances with image support."
|
||||
},
|
||||
{
|
||||
"author": "comrender",
|
||||
"title": "ComfyUI-NanoB-Edit-Gemini",
|
||||
"reference": "https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini",
|
||||
"files": [
|
||||
"https://github.com/comrender/ComfyUI-NanoB-Edit-Gemini"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This custom node facilitates direct interaction with the Google Gemini API for advanced image editing tasks within ComfyUI with parallel request handling."
|
||||
},
|
||||
{
|
||||
"author": "systemaiofinterest-wq",
|
||||
"title": "ComfyUI-MetaAI",
|
||||
"reference": "https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI",
|
||||
"files": [
|
||||
"https://github.com/systemaiofinterest-wq/ComfyUI-MetaAI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial ComfyUI environment using web scraping methods to enable Meta AI integration for text-to-image and image-to-video generation. (Description by CC)"
|
||||
},
|
||||
{
|
||||
"author": "phaserblast",
|
||||
"title": "ComfyUI-DGXSparkSafetensorsLoader",
|
||||
"reference": "https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader",
|
||||
"files": [
|
||||
"https://github.com/phaserblast/ComfyUI-DGXSparkSafetensorsLoader"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A ComfyUI model loader that uses the fastsafetensors library to perform very fast, zero-copy loading from storage to VRAM."
|
||||
},
|
||||
{
|
||||
"author": "maxczc",
|
||||
"title": "comfyui-sora-node",
|
||||
"reference": "https://github.com/maxczc/comfyui-sora-node",
|
||||
"files": [
|
||||
"https://github.com/maxczc/comfyui-sora-node"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Comprehensive set of ComfyUI custom nodes for interacting with a Sora-compatible REST API, supporting text-to-video, image-to-video, and video-to-video generation."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -12407,6 +12407,14 @@
|
||||
"title_aux": "ComfyUI-mnemic-nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Maenvaeru/comfyui-vram-overlay": [
|
||||
[
|
||||
"MVU_VramOverlay"
|
||||
],
|
||||
{
|
||||
"title_aux": "comfyui-vram-overlay"
|
||||
}
|
||||
],
|
||||
"https://github.com/Makeezi/ComfyUI-promptLAB": [
|
||||
[
|
||||
"PromptLAB"
|
||||
@ -22166,6 +22174,18 @@
|
||||
"title_aux": "comfyui-lora-hook-trigger"
|
||||
}
|
||||
],
|
||||
"https://github.com/akawana/ComfyUI-AK-XZ-Axis": [
|
||||
[
|
||||
"AK XZ Axis Plot",
|
||||
"AK XZ Batch Lora",
|
||||
"AK XZ Batch Prompts",
|
||||
"AK XZ Range Float",
|
||||
"AK XZ Range Int"
|
||||
],
|
||||
{
|
||||
"title_aux": "AK XZ Axis (XY for any KSampler)"
|
||||
}
|
||||
],
|
||||
"https://github.com/akawana/ComfyUI-Folded-Prompts": [
|
||||
[
|
||||
"FPFoldedPrompts",
|
||||
@ -45468,6 +45488,14 @@
|
||||
"title_aux": "Comfyui_saveimage_imgbb"
|
||||
}
|
||||
],
|
||||
"https://github.com/revisiontony/LoraMangerWebFrame": [
|
||||
[
|
||||
"LoraWebFrame"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Lora Manager Web Frame"
|
||||
}
|
||||
],
|
||||
"https://github.com/rgthree/rgthree-comfy": [
|
||||
[
|
||||
"RgthreeAnySwitch",
|
||||
@ -49828,6 +49856,15 @@
|
||||
"title_aux": "ComfyUI-Z-Image-Turbo"
|
||||
}
|
||||
],
|
||||
"https://github.com/tppp2806/ComfyUI-YoloTrack": [
|
||||
[
|
||||
"YOLODetectionNode",
|
||||
"YOLOTrackingNode"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-YoloTrack"
|
||||
}
|
||||
],
|
||||
"https://github.com/traugdor/ComfyUI-Riffusion": [
|
||||
[
|
||||
"RiffusionNode",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user