sources.json 724 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "sources": {
  3. "image_stitcher": [
  4. {
  5. "type": "local",
  6. "host_dir": "tools/local/image_stitcher",
  7. "container_id": "",
  8. "image": "",
  9. "hub_url": "",
  10. "hub_tool_path": "",
  11. "hub_api_key": "",
  12. "endpoint_path": "/stitch",
  13. "http_method": "POST",
  14. "internal_port": 0
  15. }
  16. ],
  17. "liblibai_controlnet": [
  18. {
  19. "type": "local",
  20. "host_dir": "tools/local/liblibai_controlnet",
  21. "container_id": "",
  22. "image": "",
  23. "hub_url": "",
  24. "hub_tool_path": "",
  25. "hub_api_key": "",
  26. "endpoint_path": "/generate",
  27. "http_method": "POST",
  28. "internal_port": 8001
  29. }
  30. ]
  31. }
  32. }