ComfyUI/comfy/api
doctorpangloss 0db040cc47 Improve API support
- Removed /api/v1/images because you should use your own CDN style
   image host and /view for maximum compatibility
 - The /api/v1/prompts POST application/json response will now return
   the outputs dictionary
 - Caching has been removed
 - More tests
 - Subdirectory prefixes are now supported
 - Fixed an issue where a Linux frontend and Windows backend would have
   paths that could not interact with each other correctly
2024-03-21 16:24:22 -07:00
..
apis Improved API support 2024-02-07 14:20:21 -08:00
components Improved API support 2024-02-07 14:20:21 -08:00
configurations Improved API support 2024-02-07 14:20:21 -08:00
paths Improved API support 2024-02-07 14:20:21 -08:00
schemas Improved API support 2024-02-07 14:20:21 -08:00
servers Improved API support 2024-02-07 14:20:21 -08:00
shared_imports Improved API support 2024-02-07 14:20:21 -08:00
__init__.py Improved API support 2024-02-07 14:20:21 -08:00
api_client.py Improved API support 2024-02-07 14:20:21 -08:00
api_response.py Improved API support 2024-02-07 14:20:21 -08:00
exceptions.py Improved API support 2024-02-07 14:20:21 -08:00
openapi_python_config.yaml Improved API support 2024-02-07 14:20:21 -08:00
openapi.yaml Improve API support 2024-03-21 16:24:22 -07:00
py.typed Improved API support 2024-02-07 14:20:21 -08:00
rest.py Improved API support 2024-02-07 14:20:21 -08:00
security_schemes.py Improved API support 2024-02-07 14:20:21 -08:00
server.py Improved API support 2024-02-07 14:20:21 -08:00