ComfyUI/tests-unit/assets_test/services
Luke Mino-Altherr 4c111bb7e5 fix(assets): recognize temp directory in asset category resolution
Files written to the temp directory (e.g. GLSLShader_output_00004_.png)
caused a ValueError in get_asset_category_and_relative_path when
--enable-assets was active, because the temp directory was not a
recognized asset root.

Add 'temp' as a category alongside input/output/models so temp outputs
can be registered as assets.

Amp-Thread-ID: https://ampcode.com/threads/T-019d2800-6944-7039-b2c4-53f809bc7f4f
Co-authored-by: Amp <amp@ampcode.com>
2026-03-25 19:53:15 -07:00
..
__init__.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
conftest.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00
test_asset_management.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
test_bulk_ingest.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00
test_enrich.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00
test_ingest.py feat(assets): register output files as assets after prompt execution (#12812) 2026-03-24 20:48:55 -07:00
test_path_utils.py fix(assets): recognize temp directory in asset category resolution 2026-03-25 19:53:15 -07:00
test_tag_histogram.py feat(assets): align local API with cloud spec (#12863) 2026-03-16 12:34:04 -07:00
test_tagging.py refactor(assets): modular architecture + async two-phase scanner & background seeder (#12621) 2026-03-07 20:37:25 -05:00