sources.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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. "ji_meng_add_task": [
  74. {
  75. "type": "local",
  76. "host_dir": "tools/local/ji_meng",
  77. "container_id": "",
  78. "image": "",
  79. "remote_url": "",
  80. "remote_path": "",
  81. "remote_api_key": "",
  82. "hub_url": "",
  83. "hub_tool_path": "",
  84. "hub_api_key": "",
  85. "endpoint_path": "/add_task",
  86. "http_method": "POST",
  87. "internal_port": 0
  88. }
  89. ],
  90. "ji_meng_query_task": [
  91. {
  92. "type": "local",
  93. "host_dir": "tools/local/ji_meng",
  94. "container_id": "",
  95. "image": "",
  96. "remote_url": "",
  97. "remote_path": "",
  98. "remote_api_key": "",
  99. "hub_url": "",
  100. "hub_tool_path": "",
  101. "hub_api_key": "",
  102. "endpoint_path": "/query_task",
  103. "http_method": "POST",
  104. "internal_port": 0
  105. }
  106. ]
  107. }
  108. }