Commit Graph

4444 Commits

Author SHA1 Message Date
samy kamkar
c5807e53a8
Merge 0f815311c6 into eb12e015d5 2026-02-21 02:58:17 +00:00
samy kamkar
0f815311c6 update nvidia urls 2026-02-20 18:57:19 -08:00
Dr.Lt.Data
eb12e015d5 update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
2026-02-21 03:49:07 +09:00
Dr.Lt.Data
3409ad6c3e refactor(scanner): apply KISS/YAGNI/DRY to git error collection
DRY: merge _GIT_ERROR_PATTERNS + _CATEGORY_LABELS into single
_GIT_ERROR_CATEGORIES list of (key, label, regex) 3-tuples.
Adding a category now requires editing one place only.

KISS: replace _GIT_ERROR_COLLECTOR {'lock':..., 'by_category':...}
dict wrapper with two plain module variables _git_error_lock and
_git_errors. Removes string-key access throughout.

YAGNI: remove 200-char message truncation from _record_git_error.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 12:14:17 +09:00
Dr.Lt.Data
3c24614aeb feat(scanner): collect and report git errors by category
Errors during git clone/pull are now accumulated in a thread-safe
collector and printed as a grouped summary after all operations
complete, instead of being scattered in per-repo log lines.

Error categories: repository_not_found, divergent_branch, auth_failed,
network_error, merge_conflict, permission_denied, other.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 09:27:13 +09:00
Dr.Lt.Data
f41365abe9 update DB 2026-02-17 23:40:42 +09:00
huchukato
b5defe2a38
Add ComfyUI-TagComplete custom node to list (#2611)
- Tag completion with a1111-sd-webui-tagcomplete style wildcard sub-selection
- Support for CSV files and multiple wildcard sources
- Smart parsing and text overflow handling
- Full compatibility with existing wildcard files
- v2.0.0 with major wildcard workflow improvements
- Category: utility with comprehensive tag and autocomplete features
2026-02-17 23:39:49 +09:00
Dr.Lt.Data
ebb354a201 update DB 2026-02-17 10:56:20 +09:00
A神
b181307098
Add new image processing nodes to custom-node-list (#2472) 2026-02-17 10:54:51 +09:00
Dr.Lt.Data
e76457021c update DB 2026-02-17 10:45:38 +09:00
TK3R
3cda7f602e
added ComfyUI_TK3R_Ext to custom nodes list (#2614) 2026-02-17 10:44:23 +09:00
Dr.Lt.Data
d11db7e48c update DB 2026-02-17 10:40:08 +09:00
Benjamin Gregg
4d22ed9779
Add PBRFusion4 Node (#2609) 2026-02-17 10:39:12 +09:00
DemonAlone
51edfa6194
rename repo and fix URL (#2607) 2026-02-17 10:37:40 +09:00
Dr.Lt.Data
5acd638ead update DB 2026-02-17 10:36:45 +09:00
Jacobus Meulen
fd8f1242e3
Add draggen node to comfy ui manager (#2604) 2026-02-17 10:35:32 +09:00
Vaishnav V Nair
48acce370a
Update va1: add ImageMaskComparer node (#2603)
- Add ImageMaskComparer to extension-node-map.json

- Update description in custom-node-list.json to cover both nodes

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 10:31:19 +09:00
Dr.Lt.Data
db97557ba9 update DB 2026-02-17 09:54:08 +09:00
Ewald ALOEBOETOE
b66777aa0c
Add comfyui majoor assetsmanager (#2600)
* Add Majoor File Manager node to custom-node-list

Added a new node for Majoor File Manager with relevant details.

* Rename and update Majoor File Manager to Asset Manager

* Fix typos in Majoor Assets Manager entry

* Add 'id' field to Majoor Assets Manager entry

* Update custom-node-list.json

* Add ComfyUI-Majoor-AssetsManager node to custom-node-list.json

* Set ComfyUI-Majoor-AssetsManager node id to majoor-assetsmanager

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
Co-authored-by: Your Name <you@example.com>
2026-02-17 09:52:42 +09:00
Dr.Lt.Data
77377eeddb update DB
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
2026-02-13 12:58:53 +09:00
huchukato
bac31f1dc3
Add QwenVL-Mod custom node to list (#2590)
* Add QwenVL-Mod custom node to list

- Enhanced QwenVL node with Flash Attention 2
- WAN 2.2 video generation support
- Free abliterated models
- Comprehensive NSFW support
- Advanced fork with major improvements

* Update QwenVL-Mod to v2.0.7 with latest features

- Updated version from 2.0.4 to 2.0.7
- Enhanced description with Smart Prompt Caching and Fixed Seed Mode
- Updated tags to include smart_caching, prompt_caching, fixed_seed, cinematography
- Revolutionary performance improvements with instant cached responses

* Update QwenVL-Mod to v2.0.8 with latest stable release

- Updated version from 2.0.7 to 2.0.8
- Enhanced description with multilingual support and visual style detection
- Added new tags: multilingual, style_detection, stable
- Includes bug fixes and stability improvements
- All WAN 2.2 presets now support any language with style detection
2026-02-13 12:57:41 +09:00
Dr.Lt.Data
ae38dc9239 update DB 2026-02-13 12:55:45 +09:00
Dr.Lt.Data
4f4172bf5e update DB 2026-02-13 12:53:36 +09:00
Hmily
8742cc247b
feat: add ComfyUI-FitDiTx nodes to the custom node list (#2582) 2026-02-13 12:49:47 +09:00
Humming
3c787f1fd2
Add ComfyUI-Model-Downloader custom node (#2578)
* Add ComfyUI-Model-Downloader extension details

* Fix JSON formatting in custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2026-02-13 12:38:44 +09:00
Dr.Lt.Data
438f26a3a2 update DB 2026-02-13 12:33:07 +09:00
sworksteam
9ad417cb69
added SEngine (#2570) 2026-02-13 12:31:42 +09:00
Dr.Lt.Data
c1869f4d1d update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
2026-02-12 12:44:07 +09:00
Dr.Lt.Data
1780916806 update DB 2026-02-12 12:42:07 +09:00
Maarten Harms
6d8d00e7f3
Add PromptFlow custom node (#2583)
Co-authored-by: Maarten Harms <maartenharms@users.noreply.github.com>
2026-02-12 12:41:19 +09:00
Dr.Lt.Data
6097f88462 update DB 2026-02-12 12:39:53 +09:00
Moser9815
40787eface
Add ComfyUI-RMAutomation to custom node list (#2580)
Automation nodes for ComfyUI including:
- RM Styles Full/Pipe: Load prompts from JSON with random/increment/decrement modes
- Power LoRA Loader: Advanced LoRA loading with random weight support
- Image fallback, mask gate, latent nodes, and video combine

Repository: https://github.com/Moser9815/ComfyUI-RMAutomation
2026-02-12 12:38:45 +09:00
Dr.Lt.Data
7b3f032e77 update DB
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
2026-02-09 12:58:09 +09:00
Dr.Lt.Data
e9020377ff update DB 2026-02-09 12:51:00 +09:00
HappyOnigiri
7610b72825
Add Custom Node: ComfyUI-Meld (#2566)
Co-authored-by: HappyOnigiri <253838257+NodeMeld@users.noreply.github.com>
2026-02-09 12:50:22 +09:00
Dr.Lt.Data
76b876f4c8 update DB 2026-02-09 12:49:10 +09:00
robomello
4235ca33fe
Add ComfyUI Prompt Saver custom node (#2558)
Adds a new node that saves images with formatted prompt reference cards
for easy browsing. Features include:
- Side-by-side thumbnail + prompt display
- JSON syntax highlighting
- Auto font sizing to fit content
- Multiple output formats (full image, reference card, JSON metadata)

Repository: https://github.com/robomello/comfyui-prompt-saver

Co-authored-by: robomello <robomello@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-09 12:48:28 +09:00
Dr.Lt.Data
e5a10245f4 update DB 2026-02-09 12:46:35 +09:00
BoredCoder
90ad0bc926
Add files via upload (#2552) 2026-02-09 12:45:56 +09:00
Dr.Lt.Data
755a6f3c24 update DB 2026-02-09 12:44:59 +09:00
VyacheslavD
37027055f7
Update custom-node-list.json (#2542)
dva-qwen-tts
2026-02-09 12:44:00 +09:00
Dr.Lt.Data
08cd0c4e27 update DB 2026-02-09 12:36:58 +09:00
Zavatmotion
774482cc00
Update custom-node-list.json (#2527)
* Update custom-node-list.json

* Refactor custom-node-list.json to consolidate entries

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2026-02-09 12:35:39 +09:00
Dr.Lt.Data
4faf4e05e3 update DB
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
2026-02-06 12:41:16 +09:00
Brian Blankenship
404dde76c9
Modified name of Pausable Sampler to FreezeFrame for consistency. (#2584) 2026-02-06 12:33:07 +09:00
akawana
a58abc29d5
AK Pack nodes description update (#2575) 2026-02-06 12:30:05 +09:00
Dr.Lt.Data
4ea05462e4 update DB 2026-02-06 12:26:26 +09:00
Satrio Dewantono
492f7eda6a
add reference chain custom node entry (#2568) 2026-02-06 12:25:53 +09:00
Dr.Lt.Data
e04224a2bd update DB 2026-02-06 12:23:17 +09:00
bkpaine1
971af87529
Add HALO Debug Pack - AMD ROCm bf16 diagnostic tools (#2562)
Adds diagnostic nodes for debugging black image issues caused by
numpy's lack of bfloat16 support on AMD ROCm, older NVIDIA cards,
Apple Silicon, and unified memory systems.

Nodes included:
- HALO VAE Decode/Encode (FP32) - forces fp32 to fix bf16 conversion
- HALO Latent Debug - check sampler output for NaN
- HALO Conditioning Debug - check text encoder for NaN
- HALO Model Debug - inspect model dtype

Repository: https://github.com/bkpaine1/halo_pack

Co-authored-by: bkpaine1 <bkpaine1@github.com>
2026-02-06 12:22:31 +09:00