sources.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. "launch_comfy_env": [
  32. {
  33. "type": "local",
  34. "host_dir": "C:\\Users\\11304\\gitlab\\cybertogether\\tool_agent\\tools\\local\\launch_comfy_env",
  35. "container_id": "",
  36. "image": "",
  37. "hub_url": "",
  38. "hub_tool_path": "",
  39. "hub_api_key": "",
  40. "endpoint_path": "/launch",
  41. "http_method": "POST",
  42. "internal_port": 8001
  43. }
  44. ],
  45. "runcomfy_workflow_executor": [
  46. {
  47. "type": "local",
  48. "host_dir": "C:\\Users\\11304\\gitlab\\cybertogether\\tool_agent\\tools\\local\\task_0cd69d84",
  49. "container_id": "",
  50. "image": "",
  51. "hub_url": "",
  52. "hub_tool_path": "",
  53. "hub_api_key": "",
  54. "endpoint_path": "/run",
  55. "http_method": "POST",
  56. "internal_port": 8000
  57. }
  58. ],
  59. "runcomfy_stop_env": [
  60. {
  61. "type": "local",
  62. "host_dir": "C:\\Users\\11304\\gitlab\\cybertogether\\tool_agent\\tools\\local\\runcomfy_stop_env",
  63. "container_id": "",
  64. "image": "",
  65. "hub_url": "",
  66. "hub_tool_path": "",
  67. "hub_api_key": "",
  68. "endpoint_path": "/stop",
  69. "http_method": "POST",
  70. "internal_port": 8000
  71. }
  72. ]
  73. }
  74. }