diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-09-04 14:34:37 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-09-04 14:34:37 +0800 |
| commit | 97b51e84b81d3afa62f316769bfea614e5b1aefc (patch) | |
| tree | 2aec3195c1e4fcf3b09a2659f1526253fa5a7fa4 /store/works/bruno/ComfyUI/Post Prompt.bru | |
| parent | 94e018f503d4a656c7f7d5b86ce3a47babfadd8d (diff) | |
| download | crupest-97b51e84b81d3afa62f316769bfea614e5b1aefc.tar.gz crupest-97b51e84b81d3afa62f316769bfea614e5b1aefc.tar.bz2 crupest-97b51e84b81d3afa62f316769bfea614e5b1aefc.zip | |
chore: delete works from work tree.
Diffstat (limited to 'store/works/bruno/ComfyUI/Post Prompt.bru')
| -rw-r--r-- | store/works/bruno/ComfyUI/Post Prompt.bru | 124 |
1 files changed, 0 insertions, 124 deletions
diff --git a/store/works/bruno/ComfyUI/Post Prompt.bru b/store/works/bruno/ComfyUI/Post Prompt.bru deleted file mode 100644 index 09bf89a..0000000 --- a/store/works/bruno/ComfyUI/Post Prompt.bru +++ /dev/null @@ -1,124 +0,0 @@ -meta { - name: Post Prompt - type: http - seq: 5 -} - -post { - url: {{BASE_URL}}/prompt - body: json - auth: none -} - -body:json { - { - "client_id": "crupest", - "prompt": { - "3": { - "inputs": { - "seed": 156680208700286, - "steps": 20, - "cfg": 8, - "sampler_name": "euler", - "scheduler": "normal", - "denoise": 1, - "model": [ - "4", - 0 - ], - "positive": [ - "6", - 0 - ], - "negative": [ - "7", - 0 - ], - "latent_image": [ - "5", - 0 - ] - }, - "class_type": "KSampler", - "_meta": { - "title": "KSampler" - } - }, - "4": { - "inputs": { - "ckpt_name": "SUPIR/SUPIR-v0Q.ckpt" - }, - "class_type": "CheckpointLoaderSimple", - "_meta": { - "title": "Load Checkpoint" - } - }, - "5": { - "inputs": { - "width": 512, - "height": 512, - "batch_size": 1 - }, - "class_type": "EmptyLatentImage", - "_meta": { - "title": "Empty Latent Image" - } - }, - "6": { - "inputs": { - "text": "beautiful scenery nature glass bottle landscape, , purple galaxy bottle,", - "clip": [ - "4", - 1 - ] - }, - "class_type": "CLIPTextEncode", - "_meta": { - "title": "CLIP Text Encode (Prompt)" - } - }, - "7": { - "inputs": { - "text": "text, watermark", - "clip": [ - "4", - 1 - ] - }, - "class_type": "CLIPTextEncode", - "_meta": { - "title": "CLIP Text Encode (Prompt)" - } - }, - "8": { - "inputs": { - "samples": [ - "3", - 0 - ], - "vae": [ - "4", - 2 - ] - }, - "class_type": "VAEDecode", - "_meta": { - "title": "VAE Decode" - } - }, - "9": { - "inputs": { - "filename_prefix": "ComfyUI", - "images": [ - "8", - 0 - ] - }, - "class_type": "SaveImage", - "_meta": { - "title": "Save Image" - } - } - } - } -} |
