Files
ComfyUI/app
Simon Pinfold 52125ed00e Compare the derived tag vocabulary as the database stores tag names
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.
2026-08-18 12:20:01 -07:00
..