update DB

This commit is contained in:
Dr.Lt.Data 2026-02-06 12:23:17 +09:00
parent 971af87529
commit e04224a2bd
3 changed files with 11 additions and 15 deletions

View File

@ -42069,13 +42069,14 @@
}, },
{ {
"author": "bkpaine1", "author": "bkpaine1",
"title": "halo_pack", "title": "HALO Debug Pack",
"id": "halo-pack",
"reference": "https://github.com/bkpaine1/halo_pack", "reference": "https://github.com/bkpaine1/halo_pack",
"files": [ "files": [
"https://github.com/bkpaine1/halo_pack" "https://github.com/bkpaine1/halo_pack"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "AMD Strix Halo diagnostic tools for ComfyUI to diagnose bf16 precision issues causing NaN values and black images on AMD ROCm." "description": "AMD ROCm bf16 diagnostic tools for ComfyUI. Fixes black image issues caused by numpy's lack of bfloat16 support. Includes FP32 VAE decode/encode and debug nodes for latent, conditioning, and model inspection. Useful for AMD Strix Halo, older NVIDIA cards, Apple Silicon, and unified memory systems."
}, },
{ {
"author": "kianthos", "author": "kianthos",
@ -43306,17 +43307,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "bkpaine1",
"title": "HALO Debug Pack",
"id": "halo-pack",
"reference": "https://github.com/bkpaine1/halo_pack",
"files": [
"https://github.com/bkpaine1/halo_pack"
],
"install_type": "git-clone",
"description": "AMD ROCm bf16 diagnostic tools for ComfyUI. Fixes black image issues caused by numpy's lack of bfloat16 support. Includes FP32 VAE decode/encode and debug nodes for latent, conditioning, and model inspection. Useful for AMD Strix Halo, older NVIDIA cards, Apple Silicon, and unified memory systems."
} }
] ]
} }

View File

@ -10579,6 +10579,11 @@
"last_update": "2025-01-26 16:26:36", "last_update": "2025-01-26 16:26:36",
"author_account_age_days": 3647 "author_account_age_days": 3647
}, },
"https://github.com/cosmicbuffalo/comfyui-mobile-frontend": {
"stars": 6,
"last_update": "2026-02-02 16:51:49",
"author_account_age_days": 3307
},
"https://github.com/coulterj/comfyui-svg-visual-normalize": { "https://github.com/coulterj/comfyui-svg-visual-normalize": {
"stars": 1, "stars": 1,
"last_update": "2025-05-26 11:45:44", "last_update": "2025-05-26 11:45:44",

View File

@ -460,13 +460,14 @@
}, },
{ {
"author": "bkpaine1", "author": "bkpaine1",
"title": "halo_pack", "title": "HALO Debug Pack",
"id": "halo-pack",
"reference": "https://github.com/bkpaine1/halo_pack", "reference": "https://github.com/bkpaine1/halo_pack",
"files": [ "files": [
"https://github.com/bkpaine1/halo_pack" "https://github.com/bkpaine1/halo_pack"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "AMD Strix Halo diagnostic tools for ComfyUI to diagnose bf16 precision issues causing NaN values and black images on AMD ROCm." "description": "AMD ROCm bf16 diagnostic tools for ComfyUI. Fixes black image issues caused by numpy's lack of bfloat16 support. Includes FP32 VAE decode/encode and debug nodes for latent, conditioning, and model inspection. Useful for AMD Strix Halo, older NVIDIA cards, Apple Silicon, and unified memory systems."
}, },
{ {
"author": "shootthesound", "author": "shootthesound",