aboutsummaryrefslogtreecommitdiff
path: root/configs/bruno/ComfyUI/View Image.bru
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-03-25 22:31:24 +0800
committercrupest <crupest@outlook.com>2024-04-05 17:57:01 +0800
commit2b40202b4cd07a62e48723f0004fd6492358d4e4 (patch)
treed05124afa28a99be85960f0980bb6346315a2752 /configs/bruno/ComfyUI/View Image.bru
parentc7167858b4e8274feb352ee2c18284f27fac4ada (diff)
downloadcrupest-2b40202b4cd07a62e48723f0004fd6492358d4e4.tar.gz
crupest-2b40202b4cd07a62e48723f0004fd6492358d4e4.tar.bz2
crupest-2b40202b4cd07a62e48723f0004fd6492358d4e4.zip
configs(bruno): add bruno and ComfyUI API.
Diffstat (limited to 'configs/bruno/ComfyUI/View Image.bru')
-rw-r--r--configs/bruno/ComfyUI/View Image.bru19
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/bruno/ComfyUI/View Image.bru b/configs/bruno/ComfyUI/View Image.bru
new file mode 100644
index 0000000..395eccd
--- /dev/null
+++ b/configs/bruno/ComfyUI/View Image.bru
@@ -0,0 +1,19 @@
+meta {
+ name: View Image
+ type: http
+ seq: 1
+}
+
+get {
+ url: {{BASE_URL}}/view?filename=crupest-transparent.png&type=input&subfolder=crupest-test&preview=jpeg;90&channel=rgb
+ body: none
+ auth: none
+}
+
+query {
+ filename: crupest-transparent.png
+ type: input
+ subfolder: crupest-test
+ preview: jpeg;90
+ channel: rgb
+}