From b8bb99365a85c1c50f866567eb2625d8f7b8c578 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 25 Mar 2024 22:31:24 +0800 Subject: configs(bruno): add more ComfyUI API. --- configs/bruno/ComfyUI/Get Object Info.bru | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/bruno/ComfyUI/Get Object Info.bru (limited to 'configs/bruno/ComfyUI/Get Object Info.bru') 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 +} -- cgit v1.2.3