mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-23 01:31:17 +08:00
Stored tag names reach the database through normalize_tags, which strips surrounding whitespace, but the vocabulary was built straight from registered category names. A category registered as "vae " produced the entry "model_type:vae " while the stored tag is "model_type:vae", so the entry never matched and the stale automatic tag it exists to authorise removing survived the reprojection.