diff options
author | crupest <crupest@outlook.com> | 2024-03-25 22:31:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2024-04-06 02:21:19 +0800 |
commit | e22c8b82aadf2b9cf888394a4b3fd01d56db1182 (patch) | |
tree | 70ff5de9905a45cd38a5b6b215799ff995080394 /configs/bruno/ComfyUI/Get Object Info.bru | |
parent | 2b40202b4cd07a62e48723f0004fd6492358d4e4 (diff) | |
download | crupest-e22c8b82aadf2b9cf888394a4b3fd01d56db1182.tar.gz crupest-e22c8b82aadf2b9cf888394a4b3fd01d56db1182.tar.bz2 crupest-e22c8b82aadf2b9cf888394a4b3fd01d56db1182.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.bru | 11 |
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 +} |