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
commitf77d2986864a848265d98d3269e6c35109e8e376 (patch)
treed05124afa28a99be85960f0980bb6346315a2752 /configs/bruno/ComfyUI/View Image.bru
parent26b003d95d4a5a7d5d9b9a5540f98a5b7da0a270 (diff)
downloadcrupest-f77d2986864a848265d98d3269e6c35109e8e376.tar.gz
crupest-f77d2986864a848265d98d3269e6c35109e8e376.tar.bz2
crupest-f77d2986864a848265d98d3269e6c35109e8e376.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
+}