ComfyUI/app/assets/api
Simon Pinfold 49b364887b
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
fix(assets): repair semantic merge breakage from #14796 and master
Two textually-clean but semantically-broken merges:

- routes.py lost its folder_paths import when #14796's import block
  superseded the base's, while the content-type hardening added via the
  base's master merge still calls folder_paths.is_dangerous_content_type.
- master's SVG download-hardening test uploads with the pre-namespacing
  bare checkpoints tag, which this branch's destination validation
  rejects; use model_type:checkpoints.
2026-07-09 16:17:21 +12:00
..
routes.py fix(assets): repair semantic merge breakage from #14796 and master 2026-07-09 16:17:21 +12:00
schemas_in.py feat(assets): add namespaced model type tags 2026-06-27 15:14:20 +12:00
schemas_out.py feat(assets): add loader_path as the authoritative loader locator (#14796) 2026-07-08 21:05:09 -07:00
upload.py feat(assets): add namespaced model type tags 2026-06-27 15:14:20 +12:00