Files
ComfyUI_Skills_OpenClaw/scripts
Kelin 6aaf17c3dc feat(api): add image upload support and fix error handling
- Mark LoadImage node's image field as type "image" in schema extraction
- Add POST /api/servers/{server_id}/upload/image proxy endpoint
- Auto-migrate legacy schemas with string type to image type at read time
- Fix ComfyUI error dict handling in comfyui_client.py (TypeError on dict += str)
- Add python-multipart dependency for file upload support
2026-03-24 16:41:51 +08:00
..