| 1234567891011121314151617181920212223242526272829303132 |
- {
- "sources": {
- "image_stitcher": [
- {
- "type": "local",
- "host_dir": "tools/local/image_stitcher",
- "container_id": "",
- "image": "",
- "hub_url": "",
- "hub_tool_path": "",
- "hub_api_key": "",
- "endpoint_path": "/stitch",
- "http_method": "POST",
- "internal_port": 0
- }
- ],
- "liblibai_controlnet": [
- {
- "type": "local",
- "host_dir": "tools/local/liblibai_controlnet",
- "container_id": "",
- "image": "",
- "hub_url": "",
- "hub_tool_path": "",
- "hub_api_key": "",
- "endpoint_path": "/generate",
- "http_method": "POST",
- "internal_port": 8001
- }
- ]
- }
- }
|