1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Add GET /internal/files. (#4295)

* Create internal route table.

* List files.

* Add GET /internal/files.

Retrieves list of files in models, output, and user directories.

* Refactor file names.

* Use typing_extensions for Python 3.8

* Fix tests.

* Remove print statements.

* Update README.

* Add output and user to valid directory test.

* Add missing type hints.
This commit is contained in:
Robin Huang
2024-08-20 22:25:06 -07:00
committed by GitHub
parent 03ec517afb
commit f07e5bb522
12 changed files with 313 additions and 0 deletions

View File