aboutsummaryrefslogtreecommitdiff
path: root/configs/bruno/ComfyUI/Get Object Info.bru
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-03-25 22:31:24 +0800
committercrupest <crupest@outlook.com>2024-04-06 02:21:19 +0800
commitb8bb99365a85c1c50f866567eb2625d8f7b8c578 (patch)
tree70ff5de9905a45cd38a5b6b215799ff995080394 /configs/bruno/ComfyUI/Get Object Info.bru
parentf77d2986864a848265d98d3269e6c35109e8e376 (diff)
downloadcrupest-b8bb99365a85c1c50f866567eb2625d8f7b8c578.tar.gz
crupest-b8bb99365a85c1c50f866567eb2625d8f7b8c578.tar.bz2
crupest-b8bb99365a85c1c50f866567eb2625d8f7b8c578.zip
configs(bruno): add more ComfyUI API.
Diffstat (limited to 'configs/bruno/ComfyUI/Get Object Info.bru')
-rw-r--r--configs/bruno/ComfyUI/Get Object Info.bru11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/bruno/ComfyUI/Get Object Info.bru b/configs/bruno/ComfyUI/Get Object Info.bru
new file mode 100644
index 0000000..d1a833c
--- /dev/null
+++ b/configs/bruno/ComfyUI/Get Object Info.bru
@@ -0,0 +1,11 @@
+meta {
+ name: Get Object Info
+ type: http
+ seq: 4
+}
+
+get {
+ url: {{BASE_URL}}/object_info
+ body: none
+ auth: none
+}