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 Prompt History.bru | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 configs/bruno/ComfyUI/Get Prompt History.bru (limited to 'configs/bruno/ComfyUI/Get Prompt History.bru') diff --git a/configs/bruno/ComfyUI/Get Prompt History.bru b/configs/bruno/ComfyUI/Get Prompt History.bru new file mode 100644 index 0000000..2e26888 --- /dev/null +++ b/configs/bruno/ComfyUI/Get Prompt History.bru @@ -0,0 +1,15 @@ +meta { + name: Get Prompt History + type: http + seq: 6 +} + +get { + url: {{BASE_URL}}/history/{{prompt_id}} + body: none + auth: none +} + +vars:pre-request { + prompt_id: 7e345a55-21c4-4bdc-9b34-add561775144 +} -- cgit v1.2.3