From 190f3d8bbf99ab7bd98983229c866e8b83be25db Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Fri, 20 Oct 2023 16:11:53 +1100 Subject: [PATCH 1/2] New workflows --- ...AN_img2img_upscale w_Canny_ControlNet.json | 1010 +++++++++ ...Face Detailer with IP-Adapter & Canny.json | 2009 +++++++++++++++++ core/FaceMask.json | 1048 +++++++++ core/FaceOff_FaceScale2x.json | 1395 ++++++++++++ core/Multi ControlNet (Canny & Depth).json | 964 ++++++++ core/Prompt from File.json | 712 ++++++ core/QR Code Monster.json | 690 ++++++ core/SDXL Text to Image.json | 142 +- core/SDXL_w_Refiner_Text_to_Image.json | 1404 ++++++++++++ core/Text to Image.json | 178 +- 10 files changed, 9416 insertions(+), 136 deletions(-) create mode 100644 core/ESRGAN_img2img_upscale w_Canny_ControlNet.json create mode 100644 core/Face Detailer with IP-Adapter & Canny.json create mode 100644 core/FaceMask.json create mode 100644 core/FaceOff_FaceScale2x.json create mode 100644 core/Multi ControlNet (Canny & Depth).json create mode 100644 core/Prompt from File.json create mode 100644 core/QR Code Monster.json create mode 100644 core/SDXL_w_Refiner_Text_to_Image.json diff --git a/core/ESRGAN_img2img_upscale w_Canny_ControlNet.json b/core/ESRGAN_img2img_upscale w_Canny_ControlNet.json new file mode 100644 index 0000000..c963ace --- /dev/null +++ b/core/ESRGAN_img2img_upscale w_Canny_ControlNet.json @@ -0,0 +1,1010 @@ +{ + "name": "ESRGAN img2img upscale w_ Lineart ControlNet", + "author": "InvokeAI", + "description": "Sample workflow for using Upscaling with ControlNet with SD1.5", + "version": "1.0.1", + "contact": "invoke@invoke.ai", + "tags": "tiled, upscale controlnet, default", + "notes": "", + "exposedFields": [ + { + "nodeId": "aba70c57-2495-4ec1-8d23-02b1d11445c7", + "fieldName": "model" + }, + { + "nodeId": "c394834e-cab7-4c0c-919e-2e35eba7f34e", + "fieldName": "prompt" + }, + { + "nodeId": "465c7e6e-278f-49b0-87ab-642e88cd076f", + "fieldName": "prompt" + }, + { + "nodeId": "4e2833b2-5d35-45ec-ae65-89ea1846a3f4", + "fieldName": "image" + } + ], + "meta": { + "version": "1.0.0" + }, + "nodes": [ + { + "id": "aba70c57-2495-4ec1-8d23-02b1d11445c7", + "type": "invocation", + "data": { + "id": "aba70c57-2495-4ec1-8d23-02b1d11445c7", + "type": "main_model_loader", + "inputs": { + "model": { + "id": "4fcc98ee-1c70-4ad3-aaee-df72e0d4ecb9", + "name": "model", + "type": "MainModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "stable-diffusion-v1-5", + "base_model": "sd-1", + "model_type": "main" + } + } + }, + "outputs": { + "unet": { + "id": "3ecbc0ff-a7b0-43de-a81f-039210cbda50", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + }, + "clip": { + "id": "4e55bd72-5409-4fba-9929-4177e4ae9c34", + "name": "clip", + "type": "ClipField", + "fieldKind": "output" + }, + "vae": { + "id": "0095495c-4424-451f-a8f5-26dc840a3c56", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 202, + "position": { + "x": 175, + "y": 300 + } + }, + { + "id": "167ffc36-4cb7-425c-ae55-e88f80a1d6fe", + "type": "invocation", + "data": { + "id": "167ffc36-4cb7-425c-ae55-e88f80a1d6fe", + "type": "noise", + "inputs": { + "seed": { + "id": "a64e30f7-f9f4-4d67-a5aa-af5924205f92", + "name": "seed", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "width": { + "id": "054eaa35-63af-41c9-b13f-e9c2aaeeca43", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "6e9a642c-fe1d-477f-ae66-1706471f7d73", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "use_cpu": { + "id": "caa3c8ba-aed5-44d8-88d9-4f48a75d59a4", + "name": "use_cpu", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "noise": { + "id": "133dbb18-f862-430b-b9a0-613aa8e61c7d", + "name": "noise", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "2e31961a-af0c-497b-9ae2-429cb6c2f5a1", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "eca33bb8-37bb-4bfd-b7c7-3dba01207374", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 1400, + "y": 650 + } + }, + { + "id": "c2172a8b-1b5f-4330-acbe-dd2565c3b988", + "type": "invocation", + "data": { + "id": "c2172a8b-1b5f-4330-acbe-dd2565c3b988", + "type": "l2i", + "inputs": { + "tiled": { + "id": "406bccc1-d757-4578-b46e-be6141c03385", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "960ec115-547c-45c8-af2a-569214d9409c", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "latents": { + "id": "c8658cc5-3762-499d-9cad-eceb8f9dde4e", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "c35cf05c-0985-4bc4-9b05-0c89799bb888", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "25afb2bc-c964-4cd3-8332-4d0e9ea65d3a", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "aff7065e-8ce0-44aa-bb6e-d16925279fdd", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "6f5e8706-7a9b-4455-beb8-3d2e2ceabbc2", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": true, + "isIntermediate": false + }, + "width": 320, + "height": 266, + "position": { + "x": 2225, + "y": 450 + } + }, + { + "id": "c394834e-cab7-4c0c-919e-2e35eba7f34e", + "type": "invocation", + "data": { + "id": "c394834e-cab7-4c0c-919e-2e35eba7f34e", + "type": "compel", + "inputs": { + "prompt": { + "id": "fef594dd-07d3-47e6-97d0-1803b55a0f26", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "Positive Prompt", + "value": "tiger" + }, + "clip": { + "id": "e5639045-aa13-48c2-a172-869774aecab6", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "3249093e-0bc4-42a7-8a9b-2172fb89e915", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 235, + "position": { + "x": 975, + "y": -25 + } + }, + { + "id": "465c7e6e-278f-49b0-87ab-642e88cd076f", + "type": "invocation", + "data": { + "id": "465c7e6e-278f-49b0-87ab-642e88cd076f", + "type": "compel", + "inputs": { + "prompt": { + "id": "9a3ac8ea-7655-4806-ab8c-b7a18a253181", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "Negative Prompt", + "value": "" + }, + "clip": { + "id": "1d348def-bb7d-4bab-b983-9f55c933ea67", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "f92febc1-67c4-45d4-b2e4-9ba470e4ccef", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 235, + "position": { + "x": 975, + "y": 250 + } + }, + { + "id": "4e2833b2-5d35-45ec-ae65-89ea1846a3f4", + "type": "invocation", + "data": { + "id": "4e2833b2-5d35-45ec-ae65-89ea1846a3f4", + "type": "image", + "inputs": { + "image": { + "id": "0b2f59b4-9994-4c99-9309-5434c746abb9", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "9a41092e-50ec-4530-95b2-33d9207a8f50", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "6462e3b2-6450-45fd-9fee-0fbe25537ed0", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "94c0d477-8753-4976-ba91-b9eb7ad71285", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 225, + "position": { + "x": 50, + "y": 750 + } + }, + { + "id": "a7f1336d-516d-4735-826f-3c633dfaa5e8", + "type": "invocation", + "data": { + "id": "a7f1336d-516d-4735-826f-3c633dfaa5e8", + "type": "i2l", + "inputs": { + "image": { + "id": "b69df743-8045-4ffe-bb14-71b7f9c17c5f", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "a98a3497-34c5-46f7-9eaf-c24eab5d481a", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + }, + "tiled": { + "id": "706dc2c8-1820-42a7-98e1-bcd631737e7b", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "5fc3bc04-c66e-46db-be2a-470c9d64b0d8", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "latents": { + "id": "50b89da5-e7ed-45cd-b74e-83c07e510ccd", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "7be69dad-837f-4c98-8ae2-c7aacaa44b52", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "66e3c7ec-3848-4afb-84bb-ff3a09e47089", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 299, + "position": { + "x": 975, + "y": 525 + } + }, + { + "id": "61613ab2-784d-4a5c-8576-18fd5da065ef", + "type": "invocation", + "data": { + "id": "61613ab2-784d-4a5c-8576-18fd5da065ef", + "type": "denoise_latents", + "inputs": { + "noise": { + "id": "6b894db2-ee45-45b6-b531-573311ddea73", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "7e7693fe-6c0c-464a-8535-2ed517766c19", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 64 + }, + "cfg_scale": { + "id": "890ba738-690c-44a3-97cd-c589257b531a", + "name": "cfg_scale", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 7.5 + }, + "denoising_start": { + "id": "0e157ca8-5c06-499a-be6d-283fb834df32", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.7 + }, + "denoising_end": { + "id": "915bc497-cb58-40a5-8089-2ece7213be21", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "scheduler": { + "id": "694471cd-8708-411b-9d88-2ae725254ff0", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler_a" + }, + "control": { + "id": "b14cff5e-30ea-4d61-b27c-8247063699ad", + "name": "control", + "type": "ControlField", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "0528dbfd-d661-4c73-b493-722b27e37201", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "ea7d6070-4f00-4b77-b49e-ffe1ca0e3fea", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + }, + "positive_conditioning": { + "id": "56a3fa76-9eb4-4680-8a4d-169696034525", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "0eed85bc-d5bd-4de4-8155-0c08f1ac5e32", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "unet": { + "id": "87ab9e45-a92f-4d47-a9f6-a65fe23373de", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "d12e0bd6-7d35-4d12-84c0-540c26ba01c8", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "201ca444-2d10-4bab-b6be-e1b5be97e1b0", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "74ce84a5-b68c-4503-8a7d-bc017024678a", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 558, + "position": { + "x": 1800, + "y": 350 + } + }, + { + "id": "39abdb3e-f8d1-4b0a-bab1-547d9e25b78e", + "type": "invocation", + "data": { + "id": "39abdb3e-f8d1-4b0a-bab1-547d9e25b78e", + "type": "rand_int", + "inputs": { + "low": { + "id": "10eff2d0-929f-45ca-a1ba-68c3e742db71", + "name": "low", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "high": { + "id": "b6e39169-e6ee-496a-8046-5444497036c2", + "name": "high", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 2147483647 + } + }, + "outputs": { + "value": { + "id": "cc477a7a-36bc-458f-b7ac-6717bac6f12b", + "name": "value", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 975, + "y": 850 + } + }, + { + "id": "08c41d50-fb10-43a9-a58b-fc15ee678a83", + "type": "invocation", + "data": { + "id": "08c41d50-fb10-43a9-a58b-fc15ee678a83", + "type": "esrgan", + "inputs": { + "image": { + "id": "01b92996-26aa-412b-9eba-d13cb7b370a8", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "model_name": { + "id": "3fc7bf6a-e181-4236-b746-48b011351af1", + "name": "model_name", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "RealESRGAN_x2plus.pth" + } + }, + "outputs": { + "image": { + "id": "6feb0664-c61d-4fcd-8226-ed81591dcb0c", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "61650a80-7d2f-4509-8600-574c5cc6e569", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "fcb00841-f068-475e-ac90-0874313fd7fa", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 282, + "position": { + "x": 475, + "y": 725 + } + }, + { + "id": "30598d37-cf80-4e12-896a-7683cf727e77", + "type": "invocation", + "data": { + "id": "30598d37-cf80-4e12-896a-7683cf727e77", + "type": "controlnet", + "inputs": { + "image": { + "id": "d44259eb-bc93-4d4b-9665-a7895e5a77ab", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "control_model": { + "id": "2021065f-d5c9-47ad-bfea-03eea03a19ce", + "name": "control_model", + "type": "ControlNetModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "sd-controlnet-canny", + "base_model": "sd-1" + } + }, + "control_weight": { + "id": "f856e29f-303f-4507-8c39-71ccc636f67c", + "name": "control_weight", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "begin_step_percent": { + "id": "f9187fa7-1510-439d-9c9b-e5fa990639b0", + "name": "begin_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "end_step_percent": { + "id": "3f7c15c3-2b80-49a8-8eec-57d277c37364", + "name": "end_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "control_mode": { + "id": "f34cb991-ecb5-423c-865f-9890b2fa9d23", + "name": "control_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "balanced" + }, + "resize_mode": { + "id": "552142f6-f6a6-4291-803c-68caefec7c6d", + "name": "resize_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "just_resize" + } + }, + "outputs": { + "control": { + "id": "6160265b-4a8d-4fc5-8e1f-d793a353d2db", + "name": "control", + "type": "ControlField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 480, + "position": { + "x": 1375, + "y": 875 + } + }, + { + "id": "b79732f8-6126-4d06-9c8a-4e84bd5b1ac9", + "type": "invocation", + "data": { + "id": "b79732f8-6126-4d06-9c8a-4e84bd5b1ac9", + "type": "vae_loader", + "inputs": { + "vae_model": { + "id": "b68038ae-b8cb-4e29-9581-da50d55af462", + "name": "vae_model", + "type": "VaeModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "sd-vae-ft-mse", + "base_model": "sd-1" + } + } + }, + "outputs": { + "vae": { + "id": "82f4ba9d-5e3a-4b48-b7a4-37de956663d7", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 138, + "position": { + "x": 175, + "y": 525 + } + }, + { + "id": "b10d39ab-7bc9-48bc-b883-2fd50920876d", + "type": "invocation", + "data": { + "id": "b10d39ab-7bc9-48bc-b883-2fd50920876d", + "type": "canny_image_processor", + "inputs": { + "image": { + "id": "dee9cdf2-9b3f-4d20-8433-ef7d6f6526bd", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "low_threshold": { + "id": "4eaefd37-9fbe-4b73-8a17-c60d4e1d7e39", + "name": "low_threshold", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 100 + }, + "high_threshold": { + "id": "c394720b-546b-464e-8f53-d20bfda4ee04", + "name": "high_threshold", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 200 + } + }, + "outputs": { + "image": { + "id": "80fcdf76-dfc3-41a1-99ea-5ab2aa5fde07", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "3fa5e5a9-ff60-44d2-8d91-635d0c798f15", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "01a10c42-d485-4436-af8b-03d71c59bc8c", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 339, + "position": { + "x": 925, + "y": 925 + } + } + ], + "edges": [ + { + "source": "39abdb3e-f8d1-4b0a-bab1-547d9e25b78e", + "target": "167ffc36-4cb7-425c-ae55-e88f80a1d6fe", + "id": "39abdb3e-f8d1-4b0a-bab1-547d9e25b78e-167ffc36-4cb7-425c-ae55-e88f80a1d6fe-collapsed", + "type": "collapsed" + }, + { + "source": "aba70c57-2495-4ec1-8d23-02b1d11445c7", + "sourceHandle": "clip", + "target": "c394834e-cab7-4c0c-919e-2e35eba7f34e", + "targetHandle": "clip", + "id": "reactflow__edge-aba70c57-2495-4ec1-8d23-02b1d11445c7clip-c394834e-cab7-4c0c-919e-2e35eba7f34eclip", + "type": "default" + }, + { + "source": "aba70c57-2495-4ec1-8d23-02b1d11445c7", + "sourceHandle": "clip", + "target": "465c7e6e-278f-49b0-87ab-642e88cd076f", + "targetHandle": "clip", + "id": "reactflow__edge-aba70c57-2495-4ec1-8d23-02b1d11445c7clip-465c7e6e-278f-49b0-87ab-642e88cd076fclip", + "type": "default" + }, + { + "source": "aba70c57-2495-4ec1-8d23-02b1d11445c7", + "sourceHandle": "vae", + "target": "a7f1336d-516d-4735-826f-3c633dfaa5e8", + "targetHandle": "vae", + "id": "reactflow__edge-aba70c57-2495-4ec1-8d23-02b1d11445c7vae-a7f1336d-516d-4735-826f-3c633dfaa5e8vae", + "type": "default" + }, + { + "source": "aba70c57-2495-4ec1-8d23-02b1d11445c7", + "sourceHandle": "unet", + "target": "61613ab2-784d-4a5c-8576-18fd5da065ef", + "targetHandle": "unet", + "id": "reactflow__edge-aba70c57-2495-4ec1-8d23-02b1d11445c7unet-61613ab2-784d-4a5c-8576-18fd5da065efunet", + "type": "default" + }, + { + "source": "465c7e6e-278f-49b0-87ab-642e88cd076f", + "sourceHandle": "conditioning", + "target": "61613ab2-784d-4a5c-8576-18fd5da065ef", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-465c7e6e-278f-49b0-87ab-642e88cd076fconditioning-61613ab2-784d-4a5c-8576-18fd5da065efnegative_conditioning", + "type": "default" + }, + { + "source": "c394834e-cab7-4c0c-919e-2e35eba7f34e", + "sourceHandle": "conditioning", + "target": "61613ab2-784d-4a5c-8576-18fd5da065ef", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-c394834e-cab7-4c0c-919e-2e35eba7f34econditioning-61613ab2-784d-4a5c-8576-18fd5da065efpositive_conditioning", + "type": "default" + }, + { + "source": "167ffc36-4cb7-425c-ae55-e88f80a1d6fe", + "sourceHandle": "noise", + "target": "61613ab2-784d-4a5c-8576-18fd5da065ef", + "targetHandle": "noise", + "id": "reactflow__edge-167ffc36-4cb7-425c-ae55-e88f80a1d6fenoise-61613ab2-784d-4a5c-8576-18fd5da065efnoise", + "type": "default" + }, + { + "source": "61613ab2-784d-4a5c-8576-18fd5da065ef", + "sourceHandle": "latents", + "target": "c2172a8b-1b5f-4330-acbe-dd2565c3b988", + "targetHandle": "latents", + "id": "reactflow__edge-61613ab2-784d-4a5c-8576-18fd5da065eflatents-c2172a8b-1b5f-4330-acbe-dd2565c3b988latents", + "type": "default" + }, + { + "source": "a7f1336d-516d-4735-826f-3c633dfaa5e8", + "sourceHandle": "latents", + "target": "61613ab2-784d-4a5c-8576-18fd5da065ef", + "targetHandle": "latents", + "id": "reactflow__edge-a7f1336d-516d-4735-826f-3c633dfaa5e8latents-61613ab2-784d-4a5c-8576-18fd5da065eflatents", + "type": "default" + }, + { + "source": "39abdb3e-f8d1-4b0a-bab1-547d9e25b78e", + "sourceHandle": "value", + "target": "167ffc36-4cb7-425c-ae55-e88f80a1d6fe", + "targetHandle": "seed", + "id": "reactflow__edge-39abdb3e-f8d1-4b0a-bab1-547d9e25b78evalue-167ffc36-4cb7-425c-ae55-e88f80a1d6feseed", + "type": "default" + }, + { + "source": "a7f1336d-516d-4735-826f-3c633dfaa5e8", + "sourceHandle": "width", + "target": "167ffc36-4cb7-425c-ae55-e88f80a1d6fe", + "targetHandle": "width", + "id": "reactflow__edge-a7f1336d-516d-4735-826f-3c633dfaa5e8width-167ffc36-4cb7-425c-ae55-e88f80a1d6fewidth", + "type": "default" + }, + { + "source": "a7f1336d-516d-4735-826f-3c633dfaa5e8", + "sourceHandle": "height", + "target": "167ffc36-4cb7-425c-ae55-e88f80a1d6fe", + "targetHandle": "height", + "id": "reactflow__edge-a7f1336d-516d-4735-826f-3c633dfaa5e8height-167ffc36-4cb7-425c-ae55-e88f80a1d6feheight", + "type": "default" + }, + { + "source": "4e2833b2-5d35-45ec-ae65-89ea1846a3f4", + "sourceHandle": "image", + "target": "08c41d50-fb10-43a9-a58b-fc15ee678a83", + "targetHandle": "image", + "id": "reactflow__edge-4e2833b2-5d35-45ec-ae65-89ea1846a3f4image-08c41d50-fb10-43a9-a58b-fc15ee678a83image", + "type": "default" + }, + { + "source": "08c41d50-fb10-43a9-a58b-fc15ee678a83", + "sourceHandle": "image", + "target": "a7f1336d-516d-4735-826f-3c633dfaa5e8", + "targetHandle": "image", + "id": "reactflow__edge-08c41d50-fb10-43a9-a58b-fc15ee678a83image-a7f1336d-516d-4735-826f-3c633dfaa5e8image", + "type": "default" + }, + { + "source": "30598d37-cf80-4e12-896a-7683cf727e77", + "sourceHandle": "control", + "target": "61613ab2-784d-4a5c-8576-18fd5da065ef", + "targetHandle": "control", + "id": "reactflow__edge-30598d37-cf80-4e12-896a-7683cf727e77control-61613ab2-784d-4a5c-8576-18fd5da065efcontrol", + "type": "default" + }, + { + "source": "b79732f8-6126-4d06-9c8a-4e84bd5b1ac9", + "sourceHandle": "vae", + "target": "c2172a8b-1b5f-4330-acbe-dd2565c3b988", + "targetHandle": "vae", + "id": "reactflow__edge-b79732f8-6126-4d06-9c8a-4e84bd5b1ac9vae-c2172a8b-1b5f-4330-acbe-dd2565c3b988vae", + "type": "default" + }, + { + "source": "08c41d50-fb10-43a9-a58b-fc15ee678a83", + "sourceHandle": "image", + "target": "b10d39ab-7bc9-48bc-b883-2fd50920876d", + "targetHandle": "image", + "id": "reactflow__edge-08c41d50-fb10-43a9-a58b-fc15ee678a83image-b10d39ab-7bc9-48bc-b883-2fd50920876dimage", + "type": "default" + }, + { + "source": "b10d39ab-7bc9-48bc-b883-2fd50920876d", + "sourceHandle": "image", + "target": "30598d37-cf80-4e12-896a-7683cf727e77", + "targetHandle": "image", + "id": "reactflow__edge-b10d39ab-7bc9-48bc-b883-2fd50920876dimage-30598d37-cf80-4e12-896a-7683cf727e77image", + "type": "default" + } + ] +} \ No newline at end of file diff --git a/core/Face Detailer with IP-Adapter & Canny.json b/core/Face Detailer with IP-Adapter & Canny.json new file mode 100644 index 0000000..58349c8 --- /dev/null +++ b/core/Face Detailer with IP-Adapter & Canny.json @@ -0,0 +1,2009 @@ +{ + "name": "Face Detailer with IP-Adapter & Canny", + "author": "@kosmoskatten", + "description": "A workflow to automatically improve faces in an image using IP-Adapter and Canny ControlNet. ", + "version": "0.1.0", + "contact": "@kosmoskatten via Discord", + "tags": "face, detailer, SD1.5", + "notes": "", + "exposedFields": [ + { + "nodeId": "cdfa5ab0-b3e2-43ed-85bb-2ac4aa83bc05", + "fieldName": "value" + }, + { + "nodeId": "64712037-92e8-483f-9f6e-87588539c1b8", + "fieldName": "value" + }, + { + "nodeId": "77da4e4d-5778-4469-8449-ffed03d54bdb", + "fieldName": "radius" + }, + { + "nodeId": "f0de6c44-4515-4f79-bcc0-dee111bcfe31", + "fieldName": "value" + }, + { + "nodeId": "2c9bc2a6-6c03-4861-aad4-db884a7682f8", + "fieldName": "image" + } + ], + "meta": { + "version": "1.0.0" + }, + "nodes": [ + { + "id": "44f2c190-eb03-460d-8d11-a94d13b33f19", + "type": "invocation", + "data": { + "id": "44f2c190-eb03-460d-8d11-a94d13b33f19", + "type": "compel", + "inputs": { + "prompt": { + "id": "916b229a-38e1-45a2-a433-cca97495b143", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "clip": { + "id": "ae9aeb1a-4ebd-4bc3-b6e6-a8c9adca01f6", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "4d59bad1-99a9-43e2-bdb4-7a0f3dd5b787", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 3176.5748307120457, + "y": -605.7792243912572 + } + }, + { + "id": "c59e815c-1f3a-4e2b-b6b8-66f4b005e955", + "type": "invocation", + "data": { + "id": "c59e815c-1f3a-4e2b-b6b8-66f4b005e955", + "type": "img_resize", + "inputs": { + "image": { + "id": "2a348a03-07a3-4a97-93c8-46051045b32f", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "", + "value": { + "image_name": "89512ed8-4914-4a4d-a991-2fe23bc0efe2.png" + } + }, + "width": { + "id": "6b95969c-ca73-4b54-815d-7aae305a67bd", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "af83c526-c730-4a34-8f73-80f443fecc05", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "resample_mode": { + "id": "43f7d6b5-ebe0-43c4-bf5d-8fb7fdc40a3f", + "name": "resample_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "lanczos" + } + }, + "outputs": { + "image": { + "id": "e492b013-615d-4dfd-b0d8-7df7b5ba9a9d", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "05f829b3-c253-495a-b1ad-9906c0833e49", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "65d5d662-2527-4f3c-8a87-0a7d9d4486de", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 396, + "position": { + "x": 4433.405938786273, + "y": 355.7470414948194 + } + }, + { + "id": "2c9bc2a6-6c03-4861-aad4-db884a7682f8", + "type": "invocation", + "data": { + "id": "2c9bc2a6-6c03-4861-aad4-db884a7682f8", + "type": "image", + "inputs": { + "image": { + "id": "729c571b-d5a0-4b53-8f50-5e11eb744f66", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "Original Image", + "value": { + "image_name": "013a13e0-3af3-4fd8-8e6e-9dafb658e0bb.png" + } + } + }, + "outputs": { + "image": { + "id": "3632a144-58d6-4447-bafc-e4f7d6ca96bf", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "30faefcc-81a1-445b-a3fe-0110ceb56772", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "d173d225-849a-4498-a75d-ba17210dbd3e", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 225, + "position": { + "x": 2093.070490815867, + "y": 214.3154530998419 + } + }, + { + "id": "9ae34718-a17d-401d-9859-086896c29fca", + "type": "invocation", + "data": { + "id": "9ae34718-a17d-401d-9859-086896c29fca", + "type": "face_off", + "inputs": { + "image": { + "id": "9c580dec-a958-43a4-9aa0-7ab9491c56a0", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "face_id": { + "id": "1ee762e1-810f-46f7-a591-ecd28abff85b", + "name": "face_id", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "minimum_confidence": { + "id": "74d2bae8-7ac5-4f8f-afb7-1efc76ed72a0", + "name": "minimum_confidence", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.5 + }, + "x_offset": { + "id": "f1c1489d-cbbb-45d2-ba94-e150fc5ce24d", + "name": "x_offset", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "y_offset": { + "id": "6621377a-7e29-4841-aa47-aa7d438662f9", + "name": "y_offset", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "padding": { + "id": "0414c830-1be8-48cd-b0c8-6de10b099029", + "name": "padding", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 64 + }, + "chunk": { + "id": "22eba30a-c68a-4e5f-8f97-315830959b04", + "name": "chunk", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "image": { + "id": "7d8fa807-0e9c-4d6a-a85a-388bd0cb5166", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "048361ca-314c-44a4-8b6e-ca4917e3468f", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "7b721071-63e5-4d54-9607-9fa2192163a8", + "name": "height", + "type": "integer", + "fieldKind": "output" + }, + "mask": { + "id": "a9c6194a-3dbd-4b18-af04-a85a9498f04e", + "name": "mask", + "type": "ImageField", + "fieldKind": "output" + }, + "x": { + "id": "d072582c-2db5-430b-9e50-b50277baa7d5", + "name": "x", + "type": "integer", + "fieldKind": "output" + }, + "y": { + "id": "40624813-e55d-42d7-bc14-dea48ccfd9c8", + "name": "y", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 656, + "position": { + "x": 2468.811857557704, + "y": 228.2074915437994 + } + }, + { + "id": "50a8db6a-3796-4522-8547-53275efa4e7d", + "type": "invocation", + "data": { + "id": "50a8db6a-3796-4522-8547-53275efa4e7d", + "type": "img_resize", + "inputs": { + "image": { + "id": "65af3f4e-7a89-4df4-8ba9-377af1701d16", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "width": { + "id": "1f036fee-77f3-480f-b690-089b27616ab8", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "0c703b6e-e91a-4cd7-8b9e-b97865f76793", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "resample_mode": { + "id": "ed77cf71-94cb-4da4-b536-75cb7aad8e54", + "name": "resample_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "lanczos" + } + }, + "outputs": { + "image": { + "id": "0d9e437b-6a08-45e1-9a55-ef03ae28e616", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "7c56c704-b4e5-410f-bb62-cd441ddb454f", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "45e12e17-7f25-46bd-a804-4384ec6b98cc", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 396, + "position": { + "x": 2479.2699784963274, + "y": -239.85828873868826 + } + }, + { + "id": "de8b1a48-a2e4-42ca-90bb-66058bffd534", + "type": "invocation", + "data": { + "id": "de8b1a48-a2e4-42ca-90bb-66058bffd534", + "type": "i2l", + "inputs": { + "image": { + "id": "6c4d2827-4995-49d4-94ce-0ba0541d8839", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "9d6e3ab6-b6a4-45ac-ad75-0a96efba4c2f", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + }, + "tiled": { + "id": "9c258141-a75d-4ffd-bce5-f3fb3d90b720", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "2235cc48-53c9-4e8a-a74a-ed41c61f2993", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "latents": { + "id": "8eb9293f-8f43-4c0c-b0fb-8c4db1200f87", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "ce493959-d308-423c-b0f5-db05912e0318", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "827bf290-94fb-455f-a970-f98ba8800eac", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 325, + "position": { + "x": 3165.534313998739, + "y": -261.54699233490976 + } + }, + { + "id": "35623411-ba3a-4eaa-91fd-1e0fda0a5b42", + "type": "invocation", + "data": { + "id": "35623411-ba3a-4eaa-91fd-1e0fda0a5b42", + "type": "noise", + "inputs": { + "seed": { + "id": "c6b5bc5e-ef09-4f9c-870e-1110a0f5017f", + "name": "seed", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 123451234 + }, + "width": { + "id": "7bdd24b6-4f14-4d0a-b8fc-9b24145b4ba9", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "dc15bf97-b8d5-49c6-999b-798b33679418", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "use_cpu": { + "id": "00626297-19dd-4989-9688-e8d527c9eacf", + "name": "use_cpu", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "noise": { + "id": "2915f8ae-0f6e-4f26-8541-0ebf477586b6", + "name": "noise", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "26587461-a24a-434d-9ae5-8d8f36fea221", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "335d08fc-8bf1-4393-8902-2c579f327b51", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 389, + "position": { + "x": 4101.873817022418, + "y": -826.2333237957032 + } + }, + { + "id": "2224ed72-2453-4252-bd89-3085240e0b6f", + "type": "invocation", + "data": { + "id": "2224ed72-2453-4252-bd89-3085240e0b6f", + "type": "l2i", + "inputs": { + "tiled": { + "id": "90f98601-c05d-453e-878b-18e23cc222b4", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "6be5cad7-dd41-4f83-98e7-124a6ad1728d", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + }, + "latents": { + "id": "568a1537-dc7c-44f5-8a87-3571b0528b85", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "392c3757-ad3a-46af-8d76-9724ca30aad8", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "6f90a4f5-42dd-472a-8f30-403bcbc16531", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "4d1c8a66-35fc-40e9-a7a9-d8604a247d33", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "e668cfb3-aedc-4032-94c9-b8add1fbaacf", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": false, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 267, + "position": { + "x": 4976.479114024144, + "y": -255.9158921745602 + } + }, + { + "id": "2974e5b3-3d41-4b6f-9953-cd21e8f3a323", + "type": "invocation", + "data": { + "id": "2974e5b3-3d41-4b6f-9953-cd21e8f3a323", + "type": "lscale", + "inputs": { + "latents": { + "id": "79e8f073-ddc3-416e-b818-6ef8ec73cc07", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "scale_factor": { + "id": "23f78d24-72df-4bde-8d3c-8593ce507205", + "name": "scale_factor", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1.5 + }, + "mode": { + "id": "4ab30c38-57d3-480d-8b34-918887e92340", + "name": "mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "bilinear" + }, + "antialias": { + "id": "22b39171-0003-44f0-9c04-d241581d2a39", + "name": "antialias", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "latents": { + "id": "f6d71aef-6251-4d51-afa8-f692a72bfd1f", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "8db4cf33-5489-4887-a5f6-5e926d959c40", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "74e1ec7c-50b6-4e97-a7b8-6602e6d78c08", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 332, + "position": { + "x": 3693.9622528252976, + "y": -448.17155148430743 + } + }, + { + "id": "a7d14545-aa09-4b96-bfc5-40c009af9110", + "type": "invocation", + "data": { + "id": "a7d14545-aa09-4b96-bfc5-40c009af9110", + "type": "img_paste", + "inputs": { + "base_image": { + "id": "445cfacf-5042-49ae-a63e-c19f21f90b1d", + "name": "base_image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "image": { + "id": "c292948b-8efd-4f5c-909d-d902cfd1509a", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "mask": { + "id": "8b7bc7e9-35b5-45bc-9b8c-e15e92ab4d74", + "name": "mask", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "x": { + "id": "0694ba58-07bc-470b-80b5-9c7a99b64607", + "name": "x", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "y": { + "id": "40f8b20b-f804-4ec2-9622-285726f7665f", + "name": "y", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "crop": { + "id": "8a09a132-c07e-4cfb-8ec2-7093dc063f99", + "name": "crop", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "image": { + "id": "4a96ec78-d4b6-435f-b5a3-6366cbfcfba7", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "c1ee69c7-6ca0-4604-abc9-b859f4178421", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "6c198681-5f16-4526-8e37-0bf000962acd", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": false, + "useCache": true, + "version": "1.0.1" + }, + "width": 320, + "height": 504, + "position": { + "x": 5880.633449659073, + "y": -210.1450648379643 + } + }, + { + "id": "ff8c23dc-da7c-45b7-b5c9-d984b12f02ef", + "type": "invocation", + "data": { + "id": "ff8c23dc-da7c-45b7-b5c9-d984b12f02ef", + "type": "img_resize", + "inputs": { + "image": { + "id": "2a348a03-07a3-4a97-93c8-46051045b32f", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "width": { + "id": "6b95969c-ca73-4b54-815d-7aae305a67bd", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "af83c526-c730-4a34-8f73-80f443fecc05", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "resample_mode": { + "id": "43f7d6b5-ebe0-43c4-bf5d-8fb7fdc40a3f", + "name": "resample_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "lanczos" + } + }, + "outputs": { + "image": { + "id": "e492b013-615d-4dfd-b0d8-7df7b5ba9a9d", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "05f829b3-c253-495a-b1ad-9906c0833e49", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "65d5d662-2527-4f3c-8a87-0a7d9d4486de", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 396, + "position": { + "x": 5440.15542102757, + "y": -255.9056886676661 + } + }, + { + "id": "cdfa5ab0-b3e2-43ed-85bb-2ac4aa83bc05", + "type": "invocation", + "data": { + "id": "cdfa5ab0-b3e2-43ed-85bb-2ac4aa83bc05", + "type": "float", + "inputs": { + "value": { + "id": "d5d8063d-44f6-4e20-b557-2f4ce093c7ef", + "name": "value", + "type": "float", + "fieldKind": "input", + "label": "Orignal Image Percentage", + "value": 0.4 + } + }, + "outputs": { + "value": { + "id": "562416a4-0d75-48aa-835e-5e2d221dfbb7", + "name": "value", + "type": "float", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 161, + "position": { + "x": 3709.006050756633, + "y": -84.77200251095934 + } + }, + { + "id": "64712037-92e8-483f-9f6e-87588539c1b8", + "type": "invocation", + "data": { + "id": "64712037-92e8-483f-9f6e-87588539c1b8", + "type": "float", + "inputs": { + "value": { + "id": "750358d5-251d-4fe6-a673-2cde21995da2", + "name": "value", + "type": "float", + "fieldKind": "input", + "label": "CFG Main", + "value": 6 + } + }, + "outputs": { + "value": { + "id": "eea7f6d2-92e4-4581-b555-64a44fda2be9", + "name": "value", + "type": "float", + "fieldKind": "output" + } + }, + "label": "CFG Main", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 161, + "position": { + "x": 4064.218597371266, + "y": 221.28424598733164 + } + }, + { + "id": "c865f39f-f830-4ed7-88a5-e935cfe050a9", + "type": "invocation", + "data": { + "id": "c865f39f-f830-4ed7-88a5-e935cfe050a9", + "type": "rand_int", + "inputs": { + "low": { + "id": "31e29709-9f19-45b0-a2de-fdee29a50393", + "name": "low", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "high": { + "id": "d47d875c-509d-4fa3-9112-e335d3144a17", + "name": "high", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 2147483647 + } + }, + "outputs": { + "value": { + "id": "15b8d1ea-d2ac-4b3a-9619-57bba9a6da75", + "name": "value", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": false, + "version": "1.0.0" + }, + "width": 320, + "height": 218, + "position": { + "x": 3662.7851649243958, + "y": -784.114001413615 + } + }, + { + "id": "76ea1e31-eabe-4080-935e-e74ce20e2805", + "type": "invocation", + "data": { + "id": "76ea1e31-eabe-4080-935e-e74ce20e2805", + "type": "main_model_loader", + "inputs": { + "model": { + "id": "54e737f9-2547-4bd9-a607-733d02f0c990", + "name": "model", + "type": "MainModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "stable-diffusion-v1-5", + "base_model": "sd-1", + "model_type": "main" + } + } + }, + "outputs": { + "unet": { + "id": "3483ea21-f0b3-4422-894b-36c5d7701365", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + }, + "clip": { + "id": "dddd055f-5c1b-4e61-977b-6393da9006fa", + "name": "clip", + "type": "ClipField", + "fieldKind": "output" + }, + "vae": { + "id": "879893b4-3415-4879-8dff-aa1727ef5e63", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 226, + "position": { + "x": 2517.1672231749144, + "y": -751.385499561434 + } + }, + { + "id": "f4d15b64-c4a6-42a5-90fc-e4ed07a0ca65", + "type": "invocation", + "data": { + "id": "f4d15b64-c4a6-42a5-90fc-e4ed07a0ca65", + "type": "compel", + "inputs": { + "prompt": { + "id": "916b229a-38e1-45a2-a433-cca97495b143", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "clip": { + "id": "ae9aeb1a-4ebd-4bc3-b6e6-a8c9adca01f6", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "4d59bad1-99a9-43e2-bdb4-7a0f3dd5b787", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 3174.140478653321, + "y": -874.0896905277255 + } + }, + { + "id": "22b750db-b85e-486b-b278-ac983e329813", + "type": "invocation", + "data": { + "id": "22b750db-b85e-486b-b278-ac983e329813", + "type": "ip_adapter", + "inputs": { + "image": { + "id": "088a126c-ab1d-4c7a-879a-c1eea09eac8e", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "ip_adapter_model": { + "id": "f2ac529f-f778-4a12-af12-0c7e449de17a", + "name": "ip_adapter_model", + "type": "IPAdapterModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "ip_adapter_plus_face_sd15", + "base_model": "sd-1" + } + }, + "weight": { + "id": "ddb4a7cb-607d-47e8-b46b-cc1be27ebde0", + "name": "weight", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.5 + }, + "begin_step_percent": { + "id": "1807371f-b56c-4777-baa2-de71e21f0b80", + "name": "begin_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "end_step_percent": { + "id": "4ea8e4dc-9cd7-445e-9b32-8934c652381b", + "name": "end_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.8 + } + }, + "outputs": { + "ip_adapter": { + "id": "739b5fed-d813-4611-8f87-1dded25a7619", + "name": "ip_adapter", + "type": "IPAdapterField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 394, + "position": { + "x": 3584.195358422471, + "y": 138.47788580023098 + } + }, + { + "id": "f60b6161-8f26-42f6-89ff-545e6011e501", + "type": "invocation", + "data": { + "id": "f60b6161-8f26-42f6-89ff-545e6011e501", + "type": "controlnet", + "inputs": { + "image": { + "id": "96434c75-abd8-4b73-ab82-0b358e4735bf", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "control_model": { + "id": "21551ac2-ee50-4fe8-b06c-5be00680fb5c", + "name": "control_model", + "type": "ControlNetModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "sd-controlnet-canny", + "base_model": "sd-1" + } + }, + "control_weight": { + "id": "1dacac0a-b985-4bdf-b4b5-b960f4cff6ed", + "name": "control_weight", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 0.5 + }, + "begin_step_percent": { + "id": "b2a3f128-7fc1-4c12-acc8-540f013c856b", + "name": "begin_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "end_step_percent": { + "id": "0e701834-f7ba-4a6e-b9cb-6d4aff5dacd8", + "name": "end_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.5 + }, + "control_mode": { + "id": "f9a5f038-ae80-4b6e-8a48-362a2c858299", + "name": "control_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "balanced" + }, + "resize_mode": { + "id": "5369dd44-a708-4b66-8182-fea814d2a0ae", + "name": "resize_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "just_resize" + } + }, + "outputs": { + "control": { + "id": "f470a1af-7b68-4849-a144-02bc345fd810", + "name": "control", + "type": "ControlField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 508, + "position": { + "x": 3926.9358191964657, + "y": 538.0129522372209 + } + }, + { + "id": "8fe598c6-d447-44fa-a165-4975af77d080", + "type": "invocation", + "data": { + "id": "8fe598c6-d447-44fa-a165-4975af77d080", + "type": "canny_image_processor", + "inputs": { + "image": { + "id": "7d2695fa-a617-431a-bc0e-69ac7c061651", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "low_threshold": { + "id": "ceb37a49-c989-4afa-abbf-49b6e52ef663", + "name": "low_threshold", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 100 + }, + "high_threshold": { + "id": "6ec118f8-ca6c-4be7-9951-6eee58afbc1b", + "name": "high_threshold", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 200 + } + }, + "outputs": { + "image": { + "id": "264bcaaf-d185-43ce-9e1a-b6f707140c0c", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "0d374d8e-d5c7-49be-9057-443e32e45048", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "fa892b68-6135-4598-a765-e79cd5c6e3f6", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 339, + "position": { + "x": 3519.4131037388597, + "y": 576.7946795840575 + } + }, + { + "id": "4bd4ae80-567f-4366-b8c6-3bb06f4fb46a", + "type": "invocation", + "data": { + "id": "4bd4ae80-567f-4366-b8c6-3bb06f4fb46a", + "type": "img_scale", + "inputs": { + "image": { + "id": "f7f41bb3-9a5a-4022-b671-0acc2819f7c3", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "scale_factor": { + "id": "1ae95574-f725-4cbc-bb78-4c9db240f78a", + "name": "scale_factor", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1.5 + }, + "resample_mode": { + "id": "0756e37d-3d01-4c2c-9364-58e8978b04a2", + "name": "resample_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "bicubic" + } + }, + "outputs": { + "image": { + "id": "2729e697-cacc-4874-94bf-3aee5c18b5f9", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "d9551981-cbd3-419a-bcb9-5b50600e8c18", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "3355c99e-cdc6-473b-a7c6-a9d1dcc941e5", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 339, + "position": { + "x": 3079.916484101321, + "y": 151.0148192064986 + } + }, + { + "id": "381d5b6a-f044-48b0-bc07-6138fbfa8dfc", + "type": "invocation", + "data": { + "id": "381d5b6a-f044-48b0-bc07-6138fbfa8dfc", + "type": "mask_combine", + "inputs": { + "mask1": { + "id": "446c6c99-9cb5-4035-a452-ab586ef4ede9", + "name": "mask1", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "mask2": { + "id": "ebbe37b8-8bf3-4520-b6f5-631fe2d05d66", + "name": "mask2", + "type": "ImageField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "7c33cfae-ea9a-4572-91ca-40fc4112369f", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "7410c10c-3060-44a9-b399-43555c3e1156", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "3eb74c96-ae3e-4091-b027-703428244fdf", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 282, + "position": { + "x": 5345.514484068005, + "y": 249.2208514479184 + } + }, + { + "id": "77da4e4d-5778-4469-8449-ffed03d54bdb", + "type": "invocation", + "data": { + "id": "77da4e4d-5778-4469-8449-ffed03d54bdb", + "type": "img_blur", + "inputs": { + "image": { + "id": "a4786d7d-9593-4f5f-830b-d94bb0e42bca", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "radius": { + "id": "e1c9afa0-4d41-4664-b560-e1e85f467267", + "name": "radius", + "type": "float", + "fieldKind": "input", + "label": "Mask Blue", + "value": 30 + }, + "blur_type": { + "id": "f6231886-0981-444b-bd26-24674f87e7cb", + "name": "blur_type", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "gaussian" + } + }, + "outputs": { + "image": { + "id": "20c7bcfc-269d-4119-8b45-6c59dd4005d7", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "37e228ef-cb59-4477-b18f-343609d7bb4e", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "2de6080e-8bc3-42cd-bb8a-afd72f082df4", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 339, + "position": { + "x": 4914.835009727954, + "y": 298.0864095590763 + } + }, + { + "id": "f0de6c44-4515-4f79-bcc0-dee111bcfe31", + "type": "invocation", + "data": { + "id": "f0de6c44-4515-4f79-bcc0-dee111bcfe31", + "type": "float", + "inputs": { + "value": { + "id": "9b51a26f-af3c-4caa-940a-5183234b1ed7", + "name": "value", + "type": "float", + "fieldKind": "input", + "label": "Face Detail Scale", + "value": 1.5 + } + }, + "outputs": { + "value": { + "id": "c7c87b77-c149-4e9c-8ed1-beb1ba013055", + "name": "value", + "type": "float", + "fieldKind": "output" + } + }, + "label": "Face Detail Scale", + "isOpen": true, + "notes": "The image is cropped to the face and scaled to 512x512. This value can scale even more. Best result with value between 1-2.\n\n1 = 512\n2 = 1024\n\n", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 161, + "position": { + "x": 2505.1027422955735, + "y": -447.7244534284996 + } + }, + { + "id": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "type": "invocation", + "data": { + "id": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "type": "denoise_latents", + "inputs": { + "noise": { + "id": "2223c30c-e3ef-4a2b-9ae8-31f9f2b38f68", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "09c2a8c9-0771-4e35-b674-26633fe5d740", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 10 + }, + "cfg_scale": { + "id": "dcef4b34-926f-46c1-9e57-c6401f1ac901", + "name": "cfg_scale", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 7.5 + }, + "denoising_start": { + "id": "efb48776-93b4-4a1b-9b9e-ea173720850d", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "denoising_end": { + "id": "acedd753-b95c-4c23-91a8-398bc85f03cb", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "scheduler": { + "id": "d6aedf09-ad0e-433f-9d70-fcf43303840d", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler" + }, + "control": { + "id": "f83850ba-d6d6-4ba9-9f41-424427a005f4", + "name": "control", + "type": "ControlPolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter": { + "id": "6e42ab48-8eaf-4d05-ba5e-0b7d7667249d", + "name": "ip_adapter", + "type": "IPAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "t2i_adapter": { + "id": "32c2f9c1-ae8a-4f9b-9e06-30debb6b1190", + "name": "t2i_adapter", + "type": "T2IAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "79479fdb-82b6-4b7f-8a4a-e658c2ff0d2f", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "c76b77a3-bcde-4425-bfdd-638becefb4ba", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + }, + "positive_conditioning": { + "id": "f14ea66a-5e7b-400b-a835-049286aa0c82", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "ce94941f-9e4e-41f4-b33f-1d6907919964", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "unet": { + "id": "290f45fa-1543-4e41-ab6f-63e139556dfc", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "ab8a8305-e6e7-4569-956c-02d5d0fa2989", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "161773a7-4e7b-44b6-98d9-f565036f190b", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "4fe54d15-d9b9-4fd0-b8ac-a1b2a11f3243", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.3.0" + }, + "width": 320, + "height": 646, + "position": { + "x": 4482.62568856733, + "y": -385.4092574423216 + } + } + ], + "edges": [ + { + "source": "2c9bc2a6-6c03-4861-aad4-db884a7682f8", + "sourceHandle": "image", + "target": "9ae34718-a17d-401d-9859-086896c29fca", + "targetHandle": "image", + "id": "reactflow__edge-2c9bc2a6-6c03-4861-aad4-db884a7682f8image-9ae34718-a17d-401d-9859-086896c29fcaimage", + "type": "default" + }, + { + "source": "9ae34718-a17d-401d-9859-086896c29fca", + "sourceHandle": "image", + "target": "50a8db6a-3796-4522-8547-53275efa4e7d", + "targetHandle": "image", + "id": "reactflow__edge-9ae34718-a17d-401d-9859-086896c29fcaimage-50a8db6a-3796-4522-8547-53275efa4e7dimage", + "type": "default" + }, + { + "source": "de8b1a48-a2e4-42ca-90bb-66058bffd534", + "sourceHandle": "latents", + "target": "2974e5b3-3d41-4b6f-9953-cd21e8f3a323", + "targetHandle": "latents", + "id": "reactflow__edge-de8b1a48-a2e4-42ca-90bb-66058bffd534latents-2974e5b3-3d41-4b6f-9953-cd21e8f3a323latents", + "type": "default" + }, + { + "source": "2974e5b3-3d41-4b6f-9953-cd21e8f3a323", + "sourceHandle": "width", + "target": "35623411-ba3a-4eaa-91fd-1e0fda0a5b42", + "targetHandle": "width", + "id": "reactflow__edge-2974e5b3-3d41-4b6f-9953-cd21e8f3a323width-35623411-ba3a-4eaa-91fd-1e0fda0a5b42width", + "type": "default" + }, + { + "source": "2974e5b3-3d41-4b6f-9953-cd21e8f3a323", + "sourceHandle": "height", + "target": "35623411-ba3a-4eaa-91fd-1e0fda0a5b42", + "targetHandle": "height", + "id": "reactflow__edge-2974e5b3-3d41-4b6f-9953-cd21e8f3a323height-35623411-ba3a-4eaa-91fd-1e0fda0a5b42height", + "type": "default" + }, + { + "source": "2c9bc2a6-6c03-4861-aad4-db884a7682f8", + "sourceHandle": "image", + "target": "a7d14545-aa09-4b96-bfc5-40c009af9110", + "targetHandle": "base_image", + "id": "reactflow__edge-2c9bc2a6-6c03-4861-aad4-db884a7682f8image-a7d14545-aa09-4b96-bfc5-40c009af9110base_image", + "type": "default" + }, + { + "source": "2224ed72-2453-4252-bd89-3085240e0b6f", + "sourceHandle": "image", + "target": "ff8c23dc-da7c-45b7-b5c9-d984b12f02ef", + "targetHandle": "image", + "id": "reactflow__edge-2224ed72-2453-4252-bd89-3085240e0b6fimage-ff8c23dc-da7c-45b7-b5c9-d984b12f02efimage", + "type": "default" + }, + { + "source": "9ae34718-a17d-401d-9859-086896c29fca", + "sourceHandle": "width", + "target": "ff8c23dc-da7c-45b7-b5c9-d984b12f02ef", + "targetHandle": "width", + "id": "reactflow__edge-9ae34718-a17d-401d-9859-086896c29fcawidth-ff8c23dc-da7c-45b7-b5c9-d984b12f02efwidth", + "type": "default" + }, + { + "source": "9ae34718-a17d-401d-9859-086896c29fca", + "sourceHandle": "height", + "target": "ff8c23dc-da7c-45b7-b5c9-d984b12f02ef", + "targetHandle": "height", + "id": "reactflow__edge-9ae34718-a17d-401d-9859-086896c29fcaheight-ff8c23dc-da7c-45b7-b5c9-d984b12f02efheight", + "type": "default" + }, + { + "source": "9ae34718-a17d-401d-9859-086896c29fca", + "sourceHandle": "x", + "target": "a7d14545-aa09-4b96-bfc5-40c009af9110", + "targetHandle": "x", + "id": "reactflow__edge-9ae34718-a17d-401d-9859-086896c29fcax-a7d14545-aa09-4b96-bfc5-40c009af9110x", + "type": "default" + }, + { + "source": "9ae34718-a17d-401d-9859-086896c29fca", + "sourceHandle": "y", + "target": "a7d14545-aa09-4b96-bfc5-40c009af9110", + "targetHandle": "y", + "id": "reactflow__edge-9ae34718-a17d-401d-9859-086896c29fcay-a7d14545-aa09-4b96-bfc5-40c009af9110y", + "type": "default" + }, + { + "source": "50a8db6a-3796-4522-8547-53275efa4e7d", + "sourceHandle": "image", + "target": "de8b1a48-a2e4-42ca-90bb-66058bffd534", + "targetHandle": "image", + "id": "reactflow__edge-50a8db6a-3796-4522-8547-53275efa4e7dimage-de8b1a48-a2e4-42ca-90bb-66058bffd534image", + "type": "default" + }, + { + "source": "9ae34718-a17d-401d-9859-086896c29fca", + "sourceHandle": "width", + "target": "c59e815c-1f3a-4e2b-b6b8-66f4b005e955", + "targetHandle": "width", + "id": "reactflow__edge-9ae34718-a17d-401d-9859-086896c29fcawidth-c59e815c-1f3a-4e2b-b6b8-66f4b005e955width", + "type": "default" + }, + { + "source": "9ae34718-a17d-401d-9859-086896c29fca", + "sourceHandle": "height", + "target": "c59e815c-1f3a-4e2b-b6b8-66f4b005e955", + "targetHandle": "height", + "id": "reactflow__edge-9ae34718-a17d-401d-9859-086896c29fcaheight-c59e815c-1f3a-4e2b-b6b8-66f4b005e955height", + "type": "default" + }, + { + "source": "ff8c23dc-da7c-45b7-b5c9-d984b12f02ef", + "sourceHandle": "image", + "target": "a7d14545-aa09-4b96-bfc5-40c009af9110", + "targetHandle": "image", + "id": "reactflow__edge-ff8c23dc-da7c-45b7-b5c9-d984b12f02efimage-a7d14545-aa09-4b96-bfc5-40c009af9110image", + "type": "default" + }, + { + "source": "c865f39f-f830-4ed7-88a5-e935cfe050a9", + "sourceHandle": "value", + "target": "35623411-ba3a-4eaa-91fd-1e0fda0a5b42", + "targetHandle": "seed", + "id": "reactflow__edge-c865f39f-f830-4ed7-88a5-e935cfe050a9value-35623411-ba3a-4eaa-91fd-1e0fda0a5b42seed", + "type": "default" + }, + { + "source": "76ea1e31-eabe-4080-935e-e74ce20e2805", + "sourceHandle": "clip", + "target": "f4d15b64-c4a6-42a5-90fc-e4ed07a0ca65", + "targetHandle": "clip", + "id": "reactflow__edge-76ea1e31-eabe-4080-935e-e74ce20e2805clip-f4d15b64-c4a6-42a5-90fc-e4ed07a0ca65clip", + "type": "default" + }, + { + "source": "76ea1e31-eabe-4080-935e-e74ce20e2805", + "sourceHandle": "vae", + "target": "de8b1a48-a2e4-42ca-90bb-66058bffd534", + "targetHandle": "vae", + "id": "reactflow__edge-76ea1e31-eabe-4080-935e-e74ce20e2805vae-de8b1a48-a2e4-42ca-90bb-66058bffd534vae", + "type": "default" + }, + { + "source": "76ea1e31-eabe-4080-935e-e74ce20e2805", + "sourceHandle": "vae", + "target": "2224ed72-2453-4252-bd89-3085240e0b6f", + "targetHandle": "vae", + "id": "reactflow__edge-76ea1e31-eabe-4080-935e-e74ce20e2805vae-2224ed72-2453-4252-bd89-3085240e0b6fvae", + "type": "default" + }, + { + "source": "76ea1e31-eabe-4080-935e-e74ce20e2805", + "sourceHandle": "clip", + "target": "44f2c190-eb03-460d-8d11-a94d13b33f19", + "targetHandle": "clip", + "id": "reactflow__edge-76ea1e31-eabe-4080-935e-e74ce20e2805clip-44f2c190-eb03-460d-8d11-a94d13b33f19clip", + "type": "default" + }, + { + "source": "50a8db6a-3796-4522-8547-53275efa4e7d", + "sourceHandle": "image", + "target": "4bd4ae80-567f-4366-b8c6-3bb06f4fb46a", + "targetHandle": "image", + "id": "reactflow__edge-50a8db6a-3796-4522-8547-53275efa4e7dimage-4bd4ae80-567f-4366-b8c6-3bb06f4fb46aimage", + "type": "default" + }, + { + "source": "4bd4ae80-567f-4366-b8c6-3bb06f4fb46a", + "sourceHandle": "image", + "target": "22b750db-b85e-486b-b278-ac983e329813", + "targetHandle": "image", + "id": "reactflow__edge-4bd4ae80-567f-4366-b8c6-3bb06f4fb46aimage-22b750db-b85e-486b-b278-ac983e329813image", + "type": "default" + }, + { + "source": "8fe598c6-d447-44fa-a165-4975af77d080", + "sourceHandle": "image", + "target": "f60b6161-8f26-42f6-89ff-545e6011e501", + "targetHandle": "image", + "id": "reactflow__edge-8fe598c6-d447-44fa-a165-4975af77d080image-f60b6161-8f26-42f6-89ff-545e6011e501image", + "type": "default" + }, + { + "source": "4bd4ae80-567f-4366-b8c6-3bb06f4fb46a", + "sourceHandle": "image", + "target": "8fe598c6-d447-44fa-a165-4975af77d080", + "targetHandle": "image", + "id": "reactflow__edge-4bd4ae80-567f-4366-b8c6-3bb06f4fb46aimage-8fe598c6-d447-44fa-a165-4975af77d080image", + "type": "default" + }, + { + "source": "c59e815c-1f3a-4e2b-b6b8-66f4b005e955", + "sourceHandle": "image", + "target": "381d5b6a-f044-48b0-bc07-6138fbfa8dfc", + "targetHandle": "mask2", + "id": "reactflow__edge-c59e815c-1f3a-4e2b-b6b8-66f4b005e955image-381d5b6a-f044-48b0-bc07-6138fbfa8dfcmask2", + "type": "default" + }, + { + "source": "381d5b6a-f044-48b0-bc07-6138fbfa8dfc", + "sourceHandle": "image", + "target": "a7d14545-aa09-4b96-bfc5-40c009af9110", + "targetHandle": "mask", + "id": "reactflow__edge-381d5b6a-f044-48b0-bc07-6138fbfa8dfcimage-a7d14545-aa09-4b96-bfc5-40c009af9110mask", + "type": "default" + }, + { + "source": "77da4e4d-5778-4469-8449-ffed03d54bdb", + "sourceHandle": "image", + "target": "381d5b6a-f044-48b0-bc07-6138fbfa8dfc", + "targetHandle": "mask1", + "id": "reactflow__edge-77da4e4d-5778-4469-8449-ffed03d54bdbimage-381d5b6a-f044-48b0-bc07-6138fbfa8dfcmask1", + "type": "default" + }, + { + "source": "9ae34718-a17d-401d-9859-086896c29fca", + "sourceHandle": "mask", + "target": "77da4e4d-5778-4469-8449-ffed03d54bdb", + "targetHandle": "image", + "id": "reactflow__edge-9ae34718-a17d-401d-9859-086896c29fcamask-77da4e4d-5778-4469-8449-ffed03d54bdbimage", + "type": "default" + }, + { + "source": "f0de6c44-4515-4f79-bcc0-dee111bcfe31", + "sourceHandle": "value", + "target": "2974e5b3-3d41-4b6f-9953-cd21e8f3a323", + "targetHandle": "scale_factor", + "id": "reactflow__edge-f0de6c44-4515-4f79-bcc0-dee111bcfe31value-2974e5b3-3d41-4b6f-9953-cd21e8f3a323scale_factor", + "type": "default" + }, + { + "source": "f0de6c44-4515-4f79-bcc0-dee111bcfe31", + "sourceHandle": "value", + "target": "4bd4ae80-567f-4366-b8c6-3bb06f4fb46a", + "targetHandle": "scale_factor", + "id": "reactflow__edge-f0de6c44-4515-4f79-bcc0-dee111bcfe31value-4bd4ae80-567f-4366-b8c6-3bb06f4fb46ascale_factor", + "type": "default" + }, + { + "source": "2974e5b3-3d41-4b6f-9953-cd21e8f3a323", + "sourceHandle": "latents", + "target": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "targetHandle": "latents", + "id": "reactflow__edge-2974e5b3-3d41-4b6f-9953-cd21e8f3a323latents-e41c9dcc-a460-439a-85f3-eb18c74d9411latents", + "type": "default" + }, + { + "source": "f4d15b64-c4a6-42a5-90fc-e4ed07a0ca65", + "sourceHandle": "conditioning", + "target": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-f4d15b64-c4a6-42a5-90fc-e4ed07a0ca65conditioning-e41c9dcc-a460-439a-85f3-eb18c74d9411positive_conditioning", + "type": "default" + }, + { + "source": "44f2c190-eb03-460d-8d11-a94d13b33f19", + "sourceHandle": "conditioning", + "target": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-44f2c190-eb03-460d-8d11-a94d13b33f19conditioning-e41c9dcc-a460-439a-85f3-eb18c74d9411negative_conditioning", + "type": "default" + }, + { + "source": "76ea1e31-eabe-4080-935e-e74ce20e2805", + "sourceHandle": "unet", + "target": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "targetHandle": "unet", + "id": "reactflow__edge-76ea1e31-eabe-4080-935e-e74ce20e2805unet-e41c9dcc-a460-439a-85f3-eb18c74d9411unet", + "type": "default" + }, + { + "source": "f60b6161-8f26-42f6-89ff-545e6011e501", + "sourceHandle": "control", + "target": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "targetHandle": "control", + "id": "reactflow__edge-f60b6161-8f26-42f6-89ff-545e6011e501control-e41c9dcc-a460-439a-85f3-eb18c74d9411control", + "type": "default" + }, + { + "source": "22b750db-b85e-486b-b278-ac983e329813", + "sourceHandle": "ip_adapter", + "target": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "targetHandle": "ip_adapter", + "id": "reactflow__edge-22b750db-b85e-486b-b278-ac983e329813ip_adapter-e41c9dcc-a460-439a-85f3-eb18c74d9411ip_adapter", + "type": "default" + }, + { + "source": "64712037-92e8-483f-9f6e-87588539c1b8", + "sourceHandle": "value", + "target": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "targetHandle": "cfg_scale", + "id": "reactflow__edge-64712037-92e8-483f-9f6e-87588539c1b8value-e41c9dcc-a460-439a-85f3-eb18c74d9411cfg_scale", + "type": "default" + }, + { + "source": "35623411-ba3a-4eaa-91fd-1e0fda0a5b42", + "sourceHandle": "noise", + "target": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "targetHandle": "noise", + "id": "reactflow__edge-35623411-ba3a-4eaa-91fd-1e0fda0a5b42noise-e41c9dcc-a460-439a-85f3-eb18c74d9411noise", + "type": "default" + }, + { + "source": "cdfa5ab0-b3e2-43ed-85bb-2ac4aa83bc05", + "sourceHandle": "value", + "target": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "targetHandle": "denoising_start", + "id": "reactflow__edge-cdfa5ab0-b3e2-43ed-85bb-2ac4aa83bc05value-e41c9dcc-a460-439a-85f3-eb18c74d9411denoising_start", + "type": "default" + }, + { + "source": "e41c9dcc-a460-439a-85f3-eb18c74d9411", + "sourceHandle": "latents", + "target": "2224ed72-2453-4252-bd89-3085240e0b6f", + "targetHandle": "latents", + "id": "reactflow__edge-e41c9dcc-a460-439a-85f3-eb18c74d9411latents-2224ed72-2453-4252-bd89-3085240e0b6flatents", + "type": "default" + } + ] +} \ No newline at end of file diff --git a/core/FaceMask.json b/core/FaceMask.json new file mode 100644 index 0000000..6f58c17 --- /dev/null +++ b/core/FaceMask.json @@ -0,0 +1,1048 @@ +{ + "name": "FaceMask", + "author": "YMGenesis", + "description": "Place an image with recognizable face(s) in Image Primitive, and write what sort of new face you want in the top prompt text box. See Notes for more info.", + "version": "1.0", + "contact": "YMGenesis on InvokeAI Discord", + "tags": "facemask, facetools", + "notes": "If you want to choose one face out of many, run the original image through FaceIdentifier and view its output to get the FaceID you want to change. Then, enter it into the \"Face Ids\" field on FaceMask. If changing many faces, but not all, enter the IDs you wish to change in a comma separated list (ex: 1,3,5 or 1, 3, 5). \n\nTo resemble the original face more when doing small touchups, change Denoise Start on Denoise Latents to a number closer to 1 (ex: 0.5-0.9). To create something fairly new, Denoise Start should be around 0.2-0.5. When using a regular model, anything around 0.2 and below might not create a face, but a new \"image\" inside the face area instead. Use an inpaint model in that case.\n\nAdjust X&Y Offsets on FaceMask to adjust the shape of the mask along those axes. Note: X&Y Offset changes will apply to all face masks in the mask image.", + "exposedFields": [], + "meta": { + "version": "1.0.0" + }, + "nodes": [ + { + "id": "c9897be0-7f59-4388-816d-86cb72cc4036", + "type": "invocation", + "data": { + "id": "c9897be0-7f59-4388-816d-86cb72cc4036", + "type": "main_model_loader", + "inputs": { + "model": { + "id": "e3c5384f-3b73-45c4-bdd0-9f394819f33d", + "name": "model", + "type": "MainModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "stable-diffusion-v1-5", + "base_model": "sd-1", + "model_type": "main" + } + } + }, + "outputs": { + "unet": { + "id": "e578c176-1de1-4e36-bfc0-771f60d615da", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + }, + "clip": { + "id": "54a97800-72ac-4951-94e5-2711ac139a07", + "name": "clip", + "type": "ClipField", + "fieldKind": "output" + }, + "vae": { + "id": "814a8df5-7882-48a2-8ac1-8ff82d7c1b07", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 226, + "position": { + "x": 4625, + "y": 1275 + } + }, + { + "id": "fb7e72d9-51cb-432a-b511-c6c608d07413", + "type": "invocation", + "data": { + "id": "fb7e72d9-51cb-432a-b511-c6c608d07413", + "type": "compel", + "inputs": { + "prompt": { + "id": "a4f25874-bc29-4900-abef-47701c805132", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "clip": { + "id": "6464b46f-fc74-4917-88b0-3fd458fc11f0", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "65bea1c6-e3b6-4120-a546-d93ff5dd7765", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 5025, + "y": 1275 + } + }, + { + "id": "7c4e5071-5b76-4d42-b340-68b52c5ded7a", + "type": "invocation", + "data": { + "id": "7c4e5071-5b76-4d42-b340-68b52c5ded7a", + "type": "compel", + "inputs": { + "prompt": { + "id": "fcb313f2-74ab-443d-a8a8-eb5f2a9b5f96", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "clip": { + "id": "a278e13b-823a-4dda-96ca-44cf56f994dd", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "3c1f0f11-b8b0-444a-97ad-1cf80acf4bf7", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 5025, + "y": 1550 + } + }, + { + "id": "098898c8-7a20-4d78-9363-296d42e3d8da", + "type": "invocation", + "data": { + "id": "098898c8-7a20-4d78-9363-296d42e3d8da", + "type": "noise", + "inputs": { + "seed": { + "id": "9358ec7b-e575-40d9-af22-2d4786ba1aa7", + "name": "seed", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "width": { + "id": "8422b4ba-9d8e-41ac-bf08-1ea826859b46", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "2467c79c-302b-4800-9efd-5bca58103322", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "use_cpu": { + "id": "911c827e-a6af-4168-9f6d-cecc732938ad", + "name": "use_cpu", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "noise": { + "id": "9db55798-5c98-40f6-9015-56bfa8618f12", + "name": "noise", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "bc091210-946e-410e-8c70-e20982dd1ee7", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "4df04a89-43a2-441a-8f15-089350b36ea7", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 389, + "position": { + "x": 5425, + "y": 1525 + } + }, + { + "id": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "type": "invocation", + "data": { + "id": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "type": "l2i", + "inputs": { + "tiled": { + "id": "8265e595-8f76-4615-8b70-3a0fca854cbf", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "cc2dd2ee-63f6-40e7-937e-d82086685abe", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "latents": { + "id": "fbbab00e-b47f-4f45-801a-a719873429ca", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "476e6075-c62d-4d42-afcf-a18e4c4a47fb", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "65086674-a0f7-4d6c-a02e-101010b34d74", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "e32514a9-50d5-423e-95d3-5d9fd460adaa", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "4d6557ec-2967-40ec-bcae-52725ffe766c", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 267, + "position": { + "x": 5825, + "y": 1275 + } + }, + { + "id": "27dd9fc3-8c6e-4602-8754-e9ca2f478d68", + "type": "invocation", + "data": { + "id": "27dd9fc3-8c6e-4602-8754-e9ca2f478d68", + "type": "rand_int", + "inputs": { + "low": { + "id": "86e06b6e-7c84-40b0-9df2-12f966c3db4d", + "name": "low", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "high": { + "id": "5ee9adcc-d48c-4b9a-951a-6892d234acbc", + "name": "high", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 2147483647 + } + }, + "outputs": { + "value": { + "id": "b6c69841-ba37-43f0-8904-0026b1caf8ff", + "name": "value", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": false, + "version": "1.0.0" + }, + "width": 320, + "height": 218, + "position": { + "x": 5425, + "y": 1275 + } + }, + { + "id": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "type": "invocation", + "data": { + "id": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "type": "create_denoise_mask", + "inputs": { + "vae": { + "id": "c7991df7-9f68-4b42-96ce-d795a8e2f714", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + }, + "image": { + "id": "3345a725-f5d5-4f47-9942-b1dfffbe5906", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "mask": { + "id": "41fb1d83-1ca3-4299-b039-fb3b7c90f04e", + "name": "mask", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "tiled": { + "id": "32d8cf55-9910-4e09-8486-1c556a580a2d", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "e26410cc-54f3-44f2-a81c-a22a8dad6f24", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "denoise_mask": { + "id": "9e1b78c0-5ac6-4632-91e9-831ce328237f", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 318, + "position": { + "x": 5020.486775480401, + "y": 1879.3837939662353 + } + }, + { + "id": "3fac3aa6-910a-4a90-a8b6-5b7e1611efba", + "type": "invocation", + "data": { + "id": "3fac3aa6-910a-4a90-a8b6-5b7e1611efba", + "type": "image", + "inputs": { + "image": { + "id": "6efba7ef-b986-4488-84ca-80f23f939ba8", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "2512df7a-9981-4186-93ed-aa5405dc3057", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "68d2a9c6-43ff-49aa-989c-db6f5452134f", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "2cb4e505-7e9e-40bd-b402-1e7470167d30", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 225, + "position": { + "x": 4625, + "y": 1525 + } + }, + { + "id": "31e99fe1-c39d-4cca-bd89-9ec27cb3a8a7", + "type": "invocation", + "data": { + "id": "31e99fe1-c39d-4cca-bd89-9ec27cb3a8a7", + "type": "color_correct", + "inputs": { + "image": { + "id": "8523ebb4-b6ef-4ba2-a0fc-32a5beb69c65", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "reference": { + "id": "b4d476d4-cdca-4757-a7e3-509614ce956e", + "name": "reference", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "mask": { + "id": "66b192f5-50a6-4241-aac8-4ed68a34ac90", + "name": "mask", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "mask_blur_radius": { + "id": "deac73dc-2ad0-4e31-9519-920c56746c4e", + "name": "mask_blur_radius", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 8 + } + }, + "outputs": { + "image": { + "id": "d5eb4f4e-e277-435c-a960-0cf1731cac4b", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "9fef7aab-0294-43ac-adcf-f53fe3188823", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "148b6497-7a4e-43b4-bbba-a18e9426db37", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": true, + "isIntermediate": false, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 396, + "position": { + "x": 5825, + "y": 1575 + } + }, + { + "id": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "type": "invocation", + "data": { + "id": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "type": "i2l", + "inputs": { + "image": { + "id": "4aef9c20-51be-47e4-bdc4-d449694d75e1", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "9507adad-df7c-447b-8aad-4d8d6f638420", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + }, + "tiled": { + "id": "2a100779-503a-4fb4-a2b5-507eb0f8328f", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "3dbf8dbc-4ad4-4451-89f4-99a59ec87453", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "latents": { + "id": "215003b1-64dd-4c97-b5a4-7593d41ffd0e", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "dc9b2940-79e0-49b2-906c-05417a691175", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "605de93b-c1c7-409f-b059-24918a292bfc", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 32, + "position": { + "x": 5025, + "y": 1825 + } + }, + { + "id": "c2032405-817c-494d-b1e5-441e74d248d2", + "type": "invocation", + "data": { + "id": "c2032405-817c-494d-b1e5-441e74d248d2", + "type": "face_mask_detection", + "inputs": { + "image": { + "id": "e04ef12b-5eb8-40ba-9e46-93f360be12e6", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "face_ids": { + "id": "63ce222d-2dd3-41a3-976d-a15e5c6bc6d2", + "name": "face_ids", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "0" + }, + "minimum_confidence": { + "id": "0b5969ae-afa6-4007-be70-4dc2a86dda4a", + "name": "minimum_confidence", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.5 + }, + "x_offset": { + "id": "5dc14f5e-02ad-42c9-809c-e708f107c2cd", + "name": "x_offset", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "y_offset": { + "id": "0d84f0c3-6983-4902-b3ed-d8cd8797e35d", + "name": "y_offset", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "chunk": { + "id": "00edd0c0-ee3f-4739-8a22-895b88d83d78", + "name": "chunk", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "invert_mask": { + "id": "cbf70aeb-ceec-45c2-8042-3921c3134baf", + "name": "invert_mask", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "image": { + "id": "fe460f4c-7aa2-409a-bc02-a07e69cf9f2a", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "26cf35c6-2ccd-4298-a7db-b1c2fddb3fc9", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "3c4e7666-d039-49a5-b4c6-c5d9ba11f1bb", + "name": "height", + "type": "integer", + "fieldKind": "output" + }, + "mask": { + "id": "35f88fb5-94c1-4643-a5c6-cc288602f37d", + "name": "mask", + "type": "ImageField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 585, + "position": { + "x": 4625, + "y": 1818.90048444855 + } + }, + { + "id": "d14b4d95-bf74-4ec5-827b-4c9e797c7ae9", + "type": "invocation", + "data": { + "id": "d14b4d95-bf74-4ec5-827b-4c9e797c7ae9", + "type": "denoise_latents", + "inputs": { + "noise": { + "id": "175b4d0a-3017-46e2-933f-c02f1cfb29b2", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "dd174b3e-3f6c-46cb-a703-3c6f3b3c72f1", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 10 + }, + "cfg_scale": { + "id": "0ea30aa7-8747-4c93-87e8-3c84e0dfd187", + "name": "cfg_scale", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 7.5 + }, + "denoising_start": { + "id": "a6392edb-8895-41ed-918b-0ba8d2ac72ac", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "denoising_end": { + "id": "1d1807cc-a24d-426e-9de5-a7e61d45c006", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "scheduler": { + "id": "947a5212-8923-4d5d-934c-dbc5879b9d07", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler" + }, + "control": { + "id": "585378b9-2686-4573-b762-3dc2d6179193", + "name": "control", + "type": "ControlPolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter": { + "id": "191f4687-fdcc-45da-859f-71fd5091a8bd", + "name": "ip_adapter", + "type": "IPAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "t2i_adapter": { + "id": "39fc54ae-2141-4cab-9c01-c6c415f964cd", + "name": "t2i_adapter", + "type": "T2IAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "7f1a388e-8355-496c-a45d-fce5b8685a63", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "de922941-b2d8-4c57-92a7-201f9ddaf262", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + }, + "positive_conditioning": { + "id": "2b42b4e8-4795-4fcc-bef1-c08cb8e25e0a", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "ff29b7d7-1bff-4aa9-b5c0-f8786a55023a", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "unet": { + "id": "0155f1cb-152b-4097-9395-afcc745c697b", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "03cfb327-02a1-4fbe-b7ce-b07fd501d2b8", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "3ffb87d7-b5a6-4b35-bdf1-2bb9b718d815", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "2c1f0588-943a-4fd1-b75b-48d04c944296", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.3.0" + }, + "width": 320, + "height": 646, + "position": { + "x": 5429.143041954983, + "y": 1945.5410439914388 + } + } + ], + "edges": [ + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "clip", + "target": "fb7e72d9-51cb-432a-b511-c6c608d07413", + "targetHandle": "clip", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036clip-fb7e72d9-51cb-432a-b511-c6c608d07413clip", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "clip", + "target": "7c4e5071-5b76-4d42-b340-68b52c5ded7a", + "targetHandle": "clip", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036clip-7c4e5071-5b76-4d42-b340-68b52c5ded7aclip", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "vae", + "target": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "targetHandle": "vae", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036vae-3b2ebc7f-251d-4726-b1b8-5331355f8626vae", + "type": "default" + }, + { + "source": "27dd9fc3-8c6e-4602-8754-e9ca2f478d68", + "sourceHandle": "value", + "target": "098898c8-7a20-4d78-9363-296d42e3d8da", + "targetHandle": "seed", + "id": "reactflow__edge-27dd9fc3-8c6e-4602-8754-e9ca2f478d68value-098898c8-7a20-4d78-9363-296d42e3d8daseed", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "vae", + "target": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "targetHandle": "vae", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036vae-bcbdc4ea-1fad-40d4-8632-70f84116f4b6vae", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "vae", + "target": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "targetHandle": "vae", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036vae-a6d08bcb-0b52-4dd8-9247-8b6480238c6dvae", + "type": "default" + }, + { + "source": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "sourceHandle": "width", + "target": "098898c8-7a20-4d78-9363-296d42e3d8da", + "targetHandle": "width", + "id": "reactflow__edge-a6d08bcb-0b52-4dd8-9247-8b6480238c6dwidth-098898c8-7a20-4d78-9363-296d42e3d8dawidth", + "type": "default" + }, + { + "source": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "sourceHandle": "height", + "target": "098898c8-7a20-4d78-9363-296d42e3d8da", + "targetHandle": "height", + "id": "reactflow__edge-a6d08bcb-0b52-4dd8-9247-8b6480238c6dheight-098898c8-7a20-4d78-9363-296d42e3d8daheight", + "type": "default" + }, + { + "source": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "sourceHandle": "image", + "target": "31e99fe1-c39d-4cca-bd89-9ec27cb3a8a7", + "targetHandle": "image", + "id": "reactflow__edge-3b2ebc7f-251d-4726-b1b8-5331355f8626image-31e99fe1-c39d-4cca-bd89-9ec27cb3a8a7image", + "type": "default" + }, + { + "source": "3fac3aa6-910a-4a90-a8b6-5b7e1611efba", + "sourceHandle": "image", + "target": "31e99fe1-c39d-4cca-bd89-9ec27cb3a8a7", + "targetHandle": "reference", + "id": "reactflow__edge-3fac3aa6-910a-4a90-a8b6-5b7e1611efbaimage-31e99fe1-c39d-4cca-bd89-9ec27cb3a8a7reference", + "type": "default" + }, + { + "source": "c2032405-817c-494d-b1e5-441e74d248d2", + "sourceHandle": "mask", + "target": "31e99fe1-c39d-4cca-bd89-9ec27cb3a8a7", + "targetHandle": "mask", + "id": "reactflow__edge-c2032405-817c-494d-b1e5-441e74d248d2mask-31e99fe1-c39d-4cca-bd89-9ec27cb3a8a7mask", + "type": "default" + }, + { + "source": "3fac3aa6-910a-4a90-a8b6-5b7e1611efba", + "sourceHandle": "image", + "target": "c2032405-817c-494d-b1e5-441e74d248d2", + "targetHandle": "image", + "id": "reactflow__edge-3fac3aa6-910a-4a90-a8b6-5b7e1611efbaimage-c2032405-817c-494d-b1e5-441e74d248d2image", + "type": "default" + }, + { + "source": "c2032405-817c-494d-b1e5-441e74d248d2", + "sourceHandle": "image", + "target": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "targetHandle": "image", + "id": "reactflow__edge-c2032405-817c-494d-b1e5-441e74d248d2image-a6d08bcb-0b52-4dd8-9247-8b6480238c6dimage", + "type": "default" + }, + { + "source": "c2032405-817c-494d-b1e5-441e74d248d2", + "sourceHandle": "image", + "target": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "targetHandle": "image", + "id": "reactflow__edge-c2032405-817c-494d-b1e5-441e74d248d2image-bcbdc4ea-1fad-40d4-8632-70f84116f4b6image", + "type": "default" + }, + { + "source": "c2032405-817c-494d-b1e5-441e74d248d2", + "sourceHandle": "mask", + "target": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "targetHandle": "mask", + "id": "reactflow__edge-c2032405-817c-494d-b1e5-441e74d248d2mask-bcbdc4ea-1fad-40d4-8632-70f84116f4b6mask", + "type": "default" + }, + { + "source": "d14b4d95-bf74-4ec5-827b-4c9e797c7ae9", + "sourceHandle": "latents", + "target": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "targetHandle": "latents", + "id": "reactflow__edge-d14b4d95-bf74-4ec5-827b-4c9e797c7ae9latents-3b2ebc7f-251d-4726-b1b8-5331355f8626latents", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "unet", + "target": "d14b4d95-bf74-4ec5-827b-4c9e797c7ae9", + "targetHandle": "unet", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036unet-d14b4d95-bf74-4ec5-827b-4c9e797c7ae9unet", + "type": "default" + }, + { + "source": "7c4e5071-5b76-4d42-b340-68b52c5ded7a", + "sourceHandle": "conditioning", + "target": "d14b4d95-bf74-4ec5-827b-4c9e797c7ae9", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-7c4e5071-5b76-4d42-b340-68b52c5ded7aconditioning-d14b4d95-bf74-4ec5-827b-4c9e797c7ae9negative_conditioning", + "type": "default" + }, + { + "source": "fb7e72d9-51cb-432a-b511-c6c608d07413", + "sourceHandle": "conditioning", + "target": "d14b4d95-bf74-4ec5-827b-4c9e797c7ae9", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-fb7e72d9-51cb-432a-b511-c6c608d07413conditioning-d14b4d95-bf74-4ec5-827b-4c9e797c7ae9positive_conditioning", + "type": "default" + }, + { + "source": "098898c8-7a20-4d78-9363-296d42e3d8da", + "sourceHandle": "noise", + "target": "d14b4d95-bf74-4ec5-827b-4c9e797c7ae9", + "targetHandle": "noise", + "id": "reactflow__edge-098898c8-7a20-4d78-9363-296d42e3d8danoise-d14b4d95-bf74-4ec5-827b-4c9e797c7ae9noise", + "type": "default" + }, + { + "source": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "sourceHandle": "denoise_mask", + "target": "d14b4d95-bf74-4ec5-827b-4c9e797c7ae9", + "targetHandle": "denoise_mask", + "id": "reactflow__edge-bcbdc4ea-1fad-40d4-8632-70f84116f4b6denoise_mask-d14b4d95-bf74-4ec5-827b-4c9e797c7ae9denoise_mask", + "type": "default" + }, + { + "source": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "sourceHandle": "latents", + "target": "d14b4d95-bf74-4ec5-827b-4c9e797c7ae9", + "targetHandle": "latents", + "id": "reactflow__edge-a6d08bcb-0b52-4dd8-9247-8b6480238c6dlatents-d14b4d95-bf74-4ec5-827b-4c9e797c7ae9latents", + "type": "default" + } + ] +} \ No newline at end of file diff --git a/core/FaceOff_FaceScale2x.json b/core/FaceOff_FaceScale2x.json new file mode 100644 index 0000000..fa3cb80 --- /dev/null +++ b/core/FaceOff_FaceScale2x.json @@ -0,0 +1,1395 @@ +{ + "name": "FaceOff_FaceScale2x", + "author": "YMGenesis", + "description": "21 September 2023\n\nPlace an image with recognizable face(s) in Image Primitive, and write what sort of new face you want in the top prompt text box. The face (and mask) will be scaled by 2 factor to allow for more details when generating. It'll then be downscaled by half before being pasted back onto the original image. See Notes for more info.", + "version": "1.0", + "contact": "YMGenesis on InvokeAI Discord", + "tags": "faceoff, facetools", + "notes": "If you want to choose one face out of many, run the original image through FaceIdentifier and view its output to get the FaceID you want to change. Then, enter it into the \"Face Id\" field on FaceOff.\n\nTo resemble the original face more when doing small touchups, change Denoise Start on Denoise Latents to a number closer to 1 (ex: 0.5-0.9). To create something fairly new, Denoise Start should be around 0.2-0.5. When using a regular model, anything around 0.2 and below might not create a face, but a new \"image\" inside the face area instead. Use an inpaint model in that case.\n\nAdjust X&Y Offsets on FaceOff to adjust the shape of the mask along those axes. Adjust Padding to zoom the bounding box out (positive integers) and in (negative integers). Zooming out will give more context to the diffusion process, resulting in a face more likely to exist in that image.", + "exposedFields": [], + "meta": { + "version": "1.0.0" + }, + "nodes": [ + { + "id": "c9897be0-7f59-4388-816d-86cb72cc4036", + "type": "invocation", + "data": { + "id": "c9897be0-7f59-4388-816d-86cb72cc4036", + "type": "main_model_loader", + "inputs": { + "model": { + "id": "e3c5384f-3b73-45c4-bdd0-9f394819f33d", + "name": "model", + "type": "MainModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "stable-diffusion-v1-5", + "base_model": "sd-1", + "model_type": "main" + } + } + }, + "outputs": { + "unet": { + "id": "e578c176-1de1-4e36-bfc0-771f60d615da", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + }, + "clip": { + "id": "54a97800-72ac-4951-94e5-2711ac139a07", + "name": "clip", + "type": "ClipField", + "fieldKind": "output" + }, + "vae": { + "id": "814a8df5-7882-48a2-8ac1-8ff82d7c1b07", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 226, + "position": { + "x": 4625, + "y": 1275 + } + }, + { + "id": "fb7e72d9-51cb-432a-b511-c6c608d07413", + "type": "invocation", + "data": { + "id": "fb7e72d9-51cb-432a-b511-c6c608d07413", + "type": "compel", + "inputs": { + "prompt": { + "id": "a4f25874-bc29-4900-abef-47701c805132", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "clip": { + "id": "6464b46f-fc74-4917-88b0-3fd458fc11f0", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "65bea1c6-e3b6-4120-a546-d93ff5dd7765", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 259, + "position": { + "x": 5025, + "y": 1275 + } + }, + { + "id": "7c4e5071-5b76-4d42-b340-68b52c5ded7a", + "type": "invocation", + "data": { + "id": "7c4e5071-5b76-4d42-b340-68b52c5ded7a", + "type": "compel", + "inputs": { + "prompt": { + "id": "fcb313f2-74ab-443d-a8a8-eb5f2a9b5f96", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "clip": { + "id": "a278e13b-823a-4dda-96ca-44cf56f994dd", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "3c1f0f11-b8b0-444a-97ad-1cf80acf4bf7", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 259, + "position": { + "x": 5025, + "y": 1550 + } + }, + { + "id": "098898c8-7a20-4d78-9363-296d42e3d8da", + "type": "invocation", + "data": { + "id": "098898c8-7a20-4d78-9363-296d42e3d8da", + "type": "noise", + "inputs": { + "seed": { + "id": "9358ec7b-e575-40d9-af22-2d4786ba1aa7", + "name": "seed", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "width": { + "id": "8422b4ba-9d8e-41ac-bf08-1ea826859b46", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "2467c79c-302b-4800-9efd-5bca58103322", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "use_cpu": { + "id": "911c827e-a6af-4168-9f6d-cecc732938ad", + "name": "use_cpu", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "noise": { + "id": "9db55798-5c98-40f6-9015-56bfa8618f12", + "name": "noise", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "bc091210-946e-410e-8c70-e20982dd1ee7", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "4df04a89-43a2-441a-8f15-089350b36ea7", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 388, + "position": { + "x": 5425, + "y": 1525 + } + }, + { + "id": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "type": "invocation", + "data": { + "id": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "type": "l2i", + "inputs": { + "tiled": { + "id": "8265e595-8f76-4615-8b70-3a0fca854cbf", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "cc2dd2ee-63f6-40e7-937e-d82086685abe", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "latents": { + "id": "fbbab00e-b47f-4f45-801a-a719873429ca", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "476e6075-c62d-4d42-afcf-a18e4c4a47fb", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "65086674-a0f7-4d6c-a02e-101010b34d74", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "e32514a9-50d5-423e-95d3-5d9fd460adaa", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "4d6557ec-2967-40ec-bcae-52725ffe766c", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 266, + "position": { + "x": 5825, + "y": 1275 + } + }, + { + "id": "27dd9fc3-8c6e-4602-8754-e9ca2f478d68", + "type": "invocation", + "data": { + "id": "27dd9fc3-8c6e-4602-8754-e9ca2f478d68", + "type": "rand_int", + "inputs": { + "low": { + "id": "86e06b6e-7c84-40b0-9df2-12f966c3db4d", + "name": "low", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "high": { + "id": "5ee9adcc-d48c-4b9a-951a-6892d234acbc", + "name": "high", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 2147483647 + } + }, + "outputs": { + "value": { + "id": "b6c69841-ba37-43f0-8904-0026b1caf8ff", + "name": "value", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": false, + "version": "1.0.0" + }, + "width": 320, + "height": 218, + "position": { + "x": 5425, + "y": 1275 + } + }, + { + "id": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "type": "invocation", + "data": { + "id": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "type": "create_denoise_mask", + "inputs": { + "vae": { + "id": "c7991df7-9f68-4b42-96ce-d795a8e2f714", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + }, + "image": { + "id": "3345a725-f5d5-4f47-9942-b1dfffbe5906", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "mask": { + "id": "41fb1d83-1ca3-4299-b039-fb3b7c90f04e", + "name": "mask", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "tiled": { + "id": "32d8cf55-9910-4e09-8486-1c556a580a2d", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "e26410cc-54f3-44f2-a81c-a22a8dad6f24", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "denoise_mask": { + "id": "9e1b78c0-5ac6-4632-91e9-831ce328237f", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 316, + "position": { + "x": 5025, + "y": 2175 + } + }, + { + "id": "3fac3aa6-910a-4a90-a8b6-5b7e1611efba", + "type": "invocation", + "data": { + "id": "3fac3aa6-910a-4a90-a8b6-5b7e1611efba", + "type": "image", + "inputs": { + "image": { + "id": "6efba7ef-b986-4488-84ca-80f23f939ba8", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "2512df7a-9981-4186-93ed-aa5405dc3057", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "68d2a9c6-43ff-49aa-989c-db6f5452134f", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "2cb4e505-7e9e-40bd-b402-1e7470167d30", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 225, + "position": { + "x": 4625, + "y": 1525 + } + }, + { + "id": "5b15322a-1ea2-4f23-b422-c2dea5f594e2", + "type": "invocation", + "data": { + "id": "5b15322a-1ea2-4f23-b422-c2dea5f594e2", + "type": "img_paste", + "inputs": { + "base_image": { + "id": "67487235-b302-4636-b8d5-b893bbd56db1", + "name": "base_image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "image": { + "id": "049e467a-2a5f-4017-b330-3ec97519eeef", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "mask": { + "id": "39396a0b-c12d-4384-bd24-f9358ece80b0", + "name": "mask", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "x": { + "id": "39bf90a6-8db3-4b12-8c3c-97a665e0d319", + "name": "x", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "y": { + "id": "7352707c-a833-45b3-83a5-c7b733741a5e", + "name": "y", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "crop": { + "id": "c9225c97-04a8-42f5-9cda-333a9c475abb", + "name": "crop", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "image": { + "id": "a8a59a34-59d6-4edf-972c-d5b189e488a2", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "151b99f7-4736-4d87-b49b-a82d18b70a6f", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "a3b4856e-6136-4d29-a2d5-b8db7d1f7f55", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": true, + "isIntermediate": false, + "useCache": true, + "version": "1.0.1" + }, + "width": 320, + "height": 502, + "position": { + "x": 5825, + "y": 2300 + } + }, + { + "id": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "type": "invocation", + "data": { + "id": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "type": "i2l", + "inputs": { + "image": { + "id": "4aef9c20-51be-47e4-bdc4-d449694d75e1", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "9507adad-df7c-447b-8aad-4d8d6f638420", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + }, + "tiled": { + "id": "2a100779-503a-4fb4-a2b5-507eb0f8328f", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "3dbf8dbc-4ad4-4451-89f4-99a59ec87453", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "latents": { + "id": "215003b1-64dd-4c97-b5a4-7593d41ffd0e", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "dc9b2940-79e0-49b2-906c-05417a691175", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "605de93b-c1c7-409f-b059-24918a292bfc", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 323, + "position": { + "x": 5025, + "y": 1825 + } + }, + { + "id": "233aeb43-980a-4578-bdb7-5488d54d1bbf", + "type": "invocation", + "data": { + "id": "233aeb43-980a-4578-bdb7-5488d54d1bbf", + "type": "img_scale", + "inputs": { + "image": { + "id": "81fe81ca-7532-472f-a1a7-84123ce007cd", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "scale_factor": { + "id": "0c0092eb-90c9-44d3-9388-421071352571", + "name": "scale_factor", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 2 + }, + "resample_mode": { + "id": "521fa4d3-7117-48e6-82c5-27c83822cf2f", + "name": "resample_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "bicubic" + } + }, + "outputs": { + "image": { + "id": "0110d34f-0cd0-456a-9f76-e6e2feb8e495", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "e9daa3a1-11ff-41f8-bc72-aa96c497ff13", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "0d52aba2-9181-4822-ba97-c947e455c9e2", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "Scale Image (Mask Up)", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 339, + "position": { + "x": 5025, + "y": 2500 + } + }, + { + "id": "8bdaaacf-077d-4b73-b03c-ad7a2fdcc0b6", + "type": "invocation", + "data": { + "id": "8bdaaacf-077d-4b73-b03c-ad7a2fdcc0b6", + "type": "img_scale", + "inputs": { + "image": { + "id": "432f3c88-285d-42b7-a42e-24ae97a4751a", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "scale_factor": { + "id": "b3dd9aff-0c84-4ad7-bfd9-a8fa1ccae58b", + "name": "scale_factor", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.5 + }, + "resample_mode": { + "id": "2eb9d0a7-d0f8-474e-b238-548d864fbd8e", + "name": "resample_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "bicubic" + } + }, + "outputs": { + "image": { + "id": "9c089c7e-930c-4d1f-b2ab-a957ecf288aa", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "f880ce2a-5f1c-4f0c-9398-095cf082d353", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "fde5f8e6-d5fc-4d06-a1b1-9880baabf3a6", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "Scale Image (Face Down)", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 339, + "position": { + "x": 5825, + "y": 1550 + } + }, + { + "id": "9e356e8e-d03d-4de9-b522-026c8751d6d4", + "type": "invocation", + "data": { + "id": "9e356e8e-d03d-4de9-b522-026c8751d6d4", + "type": "denoise_latents", + "inputs": { + "noise": { + "id": "d7a78bb2-e3d2-4e5d-b494-1cc1e5f0cc84", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "2d9aba03-011e-4858-b5e2-a1301565dde9", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 20 + }, + "cfg_scale": { + "id": "3528c5bb-12a2-4094-a35f-c5d07ddae5ee", + "name": "cfg_scale", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 5 + }, + "denoising_start": { + "id": "c997229c-8f35-4427-8fcc-99a3dcaaf5a3", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.3 + }, + "denoising_end": { + "id": "abbb8f6b-f643-4cb2-9147-227feafd8aa6", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "scheduler": { + "id": "2fcd2bdc-de01-422f-963d-551ff58f7b70", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler" + }, + "control": { + "id": "1ad815aa-0957-420b-a782-7e07a5e16a05", + "name": "control", + "type": "ControlPolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter": { + "id": "8350154f-b179-44d6-88c8-08c8fa940648", + "name": "ip_adapter", + "type": "IPAdapterField", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "bf8c9465-743e-4b27-b370-e63053dc2175", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "4487f154-4f2f-459b-8a69-561ea892eea7", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + }, + "positive_conditioning": { + "id": "a757a5d4-3aaa-4cd9-9a9d-bfb01b0676e4", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "68d0ce84-615a-4062-96bc-3599029a4b63", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "unet": { + "id": "0de640f1-2170-4983-88d3-5af648da1b5d", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "3198ada0-5926-41b3-89f0-8b572af78824", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "3cea129c-3145-4f89-a5f1-849863e05001", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "ed204db5-ce67-4795-873a-67b5d6a099a6", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.1.0" + }, + "width": 320, + "height": 614, + "position": { + "x": 5425, + "y": 1925 + } + }, + { + "id": "cd886d23-b786-4d0e-83e6-b6f1cf0ddc95", + "type": "invocation", + "data": { + "id": "cd886d23-b786-4d0e-83e6-b6f1cf0ddc95", + "type": "face_off", + "inputs": { + "image": { + "id": "4c4611d3-baab-47e8-a814-18ea86f1aff2", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "face_id": { + "id": "cfc00e4b-c60e-44b4-b0da-f26da1b4060e", + "name": "face_id", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "minimum_confidence": { + "id": "4ba35ea2-d1b3-4d24-88c5-737fdd396210", + "name": "minimum_confidence", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.5 + }, + "x_offset": { + "id": "c79b5f0a-df14-41e1-9f17-11f6b3ace52f", + "name": "x_offset", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "y_offset": { + "id": "ec8eb73f-2853-41b8-aa9d-c93b6f9f08bd", + "name": "y_offset", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "padding": { + "id": "a7a649f9-0b79-4f12-a482-b3af800b6584", + "name": "padding", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "chunk": { + "id": "df654e9c-dda3-414d-b11b-51b36071ae62", + "name": "chunk", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + } + }, + "outputs": { + "image": { + "id": "4292e151-cd37-4cdf-9f1b-2b3e0cc6d831", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "8e83877f-36ed-470c-889a-174a35259e6f", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "40487efd-937a-491e-a1c3-e791afe32cd6", + "name": "height", + "type": "integer", + "fieldKind": "output" + }, + "mask": { + "id": "2cc63f32-0f8e-46a9-bed3-9f47a8b834f2", + "name": "mask", + "type": "ImageField", + "fieldKind": "output" + }, + "x": { + "id": "12451165-986b-4eab-8159-55b8d7ce87ab", + "name": "x", + "type": "integer", + "fieldKind": "output" + }, + "y": { + "id": "928c0d08-613c-4c03-9a7e-a3087f45032b", + "name": "y", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 655, + "position": { + "x": 4625, + "y": 1800 + } + }, + { + "id": "7ad41b86-c089-430c-b70c-3c1cbf886ed9", + "type": "invocation", + "data": { + "id": "7ad41b86-c089-430c-b70c-3c1cbf886ed9", + "type": "img_scale", + "inputs": { + "image": { + "id": "6db4f3c8-ade5-46c7-8c39-f8b8bd949912", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "scale_factor": { + "id": "ac4f04dc-2fc8-424f-bcab-292d6139a763", + "name": "scale_factor", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 2 + }, + "resample_mode": { + "id": "1f2fdad6-1d75-42a9-8f20-dfe5361804ad", + "name": "resample_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "bicubic" + } + }, + "outputs": { + "image": { + "id": "ab6ca82e-f936-47be-8640-1b1649032dfd", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "bf4f0ecd-7628-46b8-9654-e728dc69985b", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "07e63e0c-2da3-445f-bb34-82b9eef6edfb", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "Scale Image (Face Up)", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 339, + "position": { + "x": 4625, + "y": 2500 + } + }, + { + "id": "98a614c8-24df-413f-b001-a728b354e931", + "type": "invocation", + "data": { + "id": "98a614c8-24df-413f-b001-a728b354e931", + "type": "color_correct", + "inputs": { + "image": { + "id": "0f45f05a-192c-4951-9b94-32b32cc68cc2", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "reference": { + "id": "4a430d07-f13e-4889-a58e-a241e05bf142", + "name": "reference", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "mask": { + "id": "c3bf8c13-0766-49e5-96cc-26a6e9dbafc9", + "name": "mask", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "mask_blur_radius": { + "id": "c0a35154-41dc-494c-8807-f4cca2b996e9", + "name": "mask_blur_radius", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 8 + } + }, + "outputs": { + "image": { + "id": "27559b60-0a58-4615-8f5a-a46d85be1d89", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "f03d5175-d0d8-4f4f-970f-7792d72a69c7", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "7a7b98e5-8b34-411c-b51c-e3174a9de7f6", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 396, + "position": { + "x": 5825, + "y": 1900 + } + } + ], + "edges": [ + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "clip", + "target": "fb7e72d9-51cb-432a-b511-c6c608d07413", + "targetHandle": "clip", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036clip-fb7e72d9-51cb-432a-b511-c6c608d07413clip", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "clip", + "target": "7c4e5071-5b76-4d42-b340-68b52c5ded7a", + "targetHandle": "clip", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036clip-7c4e5071-5b76-4d42-b340-68b52c5ded7aclip", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "vae", + "target": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "targetHandle": "vae", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036vae-3b2ebc7f-251d-4726-b1b8-5331355f8626vae", + "type": "default" + }, + { + "source": "27dd9fc3-8c6e-4602-8754-e9ca2f478d68", + "sourceHandle": "value", + "target": "098898c8-7a20-4d78-9363-296d42e3d8da", + "targetHandle": "seed", + "id": "reactflow__edge-27dd9fc3-8c6e-4602-8754-e9ca2f478d68value-098898c8-7a20-4d78-9363-296d42e3d8daseed", + "type": "default" + }, + { + "source": "3fac3aa6-910a-4a90-a8b6-5b7e1611efba", + "sourceHandle": "image", + "target": "5b15322a-1ea2-4f23-b422-c2dea5f594e2", + "targetHandle": "base_image", + "id": "reactflow__edge-3fac3aa6-910a-4a90-a8b6-5b7e1611efbaimage-5b15322a-1ea2-4f23-b422-c2dea5f594e2base_image", + "type": "default" + }, + { + "source": "233aeb43-980a-4578-bdb7-5488d54d1bbf", + "sourceHandle": "image", + "target": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "targetHandle": "mask", + "id": "reactflow__edge-233aeb43-980a-4578-bdb7-5488d54d1bbfimage-bcbdc4ea-1fad-40d4-8632-70f84116f4b6mask", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "vae", + "target": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "targetHandle": "vae", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036vae-bcbdc4ea-1fad-40d4-8632-70f84116f4b6vae", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "vae", + "target": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "targetHandle": "vae", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036vae-a6d08bcb-0b52-4dd8-9247-8b6480238c6dvae", + "type": "default" + }, + { + "source": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "sourceHandle": "width", + "target": "098898c8-7a20-4d78-9363-296d42e3d8da", + "targetHandle": "width", + "id": "reactflow__edge-a6d08bcb-0b52-4dd8-9247-8b6480238c6dwidth-098898c8-7a20-4d78-9363-296d42e3d8dawidth", + "type": "default" + }, + { + "source": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "sourceHandle": "height", + "target": "098898c8-7a20-4d78-9363-296d42e3d8da", + "targetHandle": "height", + "id": "reactflow__edge-a6d08bcb-0b52-4dd8-9247-8b6480238c6dheight-098898c8-7a20-4d78-9363-296d42e3d8daheight", + "type": "default" + }, + { + "source": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "sourceHandle": "image", + "target": "8bdaaacf-077d-4b73-b03c-ad7a2fdcc0b6", + "targetHandle": "image", + "id": "reactflow__edge-3b2ebc7f-251d-4726-b1b8-5331355f8626image-8bdaaacf-077d-4b73-b03c-ad7a2fdcc0b6image", + "type": "default" + }, + { + "source": "fb7e72d9-51cb-432a-b511-c6c608d07413", + "sourceHandle": "conditioning", + "target": "9e356e8e-d03d-4de9-b522-026c8751d6d4", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-fb7e72d9-51cb-432a-b511-c6c608d07413conditioning-9e356e8e-d03d-4de9-b522-026c8751d6d4positive_conditioning", + "type": "default" + }, + { + "source": "7c4e5071-5b76-4d42-b340-68b52c5ded7a", + "sourceHandle": "conditioning", + "target": "9e356e8e-d03d-4de9-b522-026c8751d6d4", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-7c4e5071-5b76-4d42-b340-68b52c5ded7aconditioning-9e356e8e-d03d-4de9-b522-026c8751d6d4negative_conditioning", + "type": "default" + }, + { + "source": "c9897be0-7f59-4388-816d-86cb72cc4036", + "sourceHandle": "unet", + "target": "9e356e8e-d03d-4de9-b522-026c8751d6d4", + "targetHandle": "unet", + "id": "reactflow__edge-c9897be0-7f59-4388-816d-86cb72cc4036unet-9e356e8e-d03d-4de9-b522-026c8751d6d4unet", + "type": "default" + }, + { + "source": "098898c8-7a20-4d78-9363-296d42e3d8da", + "sourceHandle": "noise", + "target": "9e356e8e-d03d-4de9-b522-026c8751d6d4", + "targetHandle": "noise", + "id": "reactflow__edge-098898c8-7a20-4d78-9363-296d42e3d8danoise-9e356e8e-d03d-4de9-b522-026c8751d6d4noise", + "type": "default" + }, + { + "source": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "sourceHandle": "denoise_mask", + "target": "9e356e8e-d03d-4de9-b522-026c8751d6d4", + "targetHandle": "denoise_mask", + "id": "reactflow__edge-bcbdc4ea-1fad-40d4-8632-70f84116f4b6denoise_mask-9e356e8e-d03d-4de9-b522-026c8751d6d4denoise_mask", + "type": "default" + }, + { + "source": "9e356e8e-d03d-4de9-b522-026c8751d6d4", + "sourceHandle": "latents", + "target": "3b2ebc7f-251d-4726-b1b8-5331355f8626", + "targetHandle": "latents", + "id": "reactflow__edge-9e356e8e-d03d-4de9-b522-026c8751d6d4latents-3b2ebc7f-251d-4726-b1b8-5331355f8626latents", + "type": "default" + }, + { + "source": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "sourceHandle": "latents", + "target": "9e356e8e-d03d-4de9-b522-026c8751d6d4", + "targetHandle": "latents", + "id": "reactflow__edge-a6d08bcb-0b52-4dd8-9247-8b6480238c6dlatents-9e356e8e-d03d-4de9-b522-026c8751d6d4latents", + "type": "default" + }, + { + "source": "3fac3aa6-910a-4a90-a8b6-5b7e1611efba", + "sourceHandle": "image", + "target": "cd886d23-b786-4d0e-83e6-b6f1cf0ddc95", + "targetHandle": "image", + "id": "reactflow__edge-3fac3aa6-910a-4a90-a8b6-5b7e1611efbaimage-cd886d23-b786-4d0e-83e6-b6f1cf0ddc95image", + "type": "default" + }, + { + "source": "cd886d23-b786-4d0e-83e6-b6f1cf0ddc95", + "sourceHandle": "mask", + "target": "233aeb43-980a-4578-bdb7-5488d54d1bbf", + "targetHandle": "image", + "id": "reactflow__edge-cd886d23-b786-4d0e-83e6-b6f1cf0ddc95mask-233aeb43-980a-4578-bdb7-5488d54d1bbfimage", + "type": "default" + }, + { + "source": "cd886d23-b786-4d0e-83e6-b6f1cf0ddc95", + "sourceHandle": "x", + "target": "5b15322a-1ea2-4f23-b422-c2dea5f594e2", + "targetHandle": "x", + "id": "reactflow__edge-cd886d23-b786-4d0e-83e6-b6f1cf0ddc95x-5b15322a-1ea2-4f23-b422-c2dea5f594e2x", + "type": "default" + }, + { + "source": "cd886d23-b786-4d0e-83e6-b6f1cf0ddc95", + "sourceHandle": "y", + "target": "5b15322a-1ea2-4f23-b422-c2dea5f594e2", + "targetHandle": "y", + "id": "reactflow__edge-cd886d23-b786-4d0e-83e6-b6f1cf0ddc95y-5b15322a-1ea2-4f23-b422-c2dea5f594e2y", + "type": "default" + }, + { + "source": "cd886d23-b786-4d0e-83e6-b6f1cf0ddc95", + "sourceHandle": "image", + "target": "7ad41b86-c089-430c-b70c-3c1cbf886ed9", + "targetHandle": "image", + "id": "reactflow__edge-cd886d23-b786-4d0e-83e6-b6f1cf0ddc95image-7ad41b86-c089-430c-b70c-3c1cbf886ed9image", + "type": "default" + }, + { + "source": "7ad41b86-c089-430c-b70c-3c1cbf886ed9", + "sourceHandle": "image", + "target": "bcbdc4ea-1fad-40d4-8632-70f84116f4b6", + "targetHandle": "image", + "id": "reactflow__edge-7ad41b86-c089-430c-b70c-3c1cbf886ed9image-bcbdc4ea-1fad-40d4-8632-70f84116f4b6image", + "type": "default" + }, + { + "source": "7ad41b86-c089-430c-b70c-3c1cbf886ed9", + "sourceHandle": "image", + "target": "a6d08bcb-0b52-4dd8-9247-8b6480238c6d", + "targetHandle": "image", + "id": "reactflow__edge-7ad41b86-c089-430c-b70c-3c1cbf886ed9image-a6d08bcb-0b52-4dd8-9247-8b6480238c6dimage", + "type": "default" + }, + { + "source": "8bdaaacf-077d-4b73-b03c-ad7a2fdcc0b6", + "sourceHandle": "image", + "target": "98a614c8-24df-413f-b001-a728b354e931", + "targetHandle": "image", + "id": "reactflow__edge-8bdaaacf-077d-4b73-b03c-ad7a2fdcc0b6image-98a614c8-24df-413f-b001-a728b354e931image", + "type": "default" + }, + { + "source": "cd886d23-b786-4d0e-83e6-b6f1cf0ddc95", + "sourceHandle": "mask", + "target": "98a614c8-24df-413f-b001-a728b354e931", + "targetHandle": "mask", + "id": "reactflow__edge-cd886d23-b786-4d0e-83e6-b6f1cf0ddc95mask-98a614c8-24df-413f-b001-a728b354e931mask", + "type": "default" + }, + { + "source": "cd886d23-b786-4d0e-83e6-b6f1cf0ddc95", + "sourceHandle": "image", + "target": "98a614c8-24df-413f-b001-a728b354e931", + "targetHandle": "reference", + "id": "reactflow__edge-cd886d23-b786-4d0e-83e6-b6f1cf0ddc95image-98a614c8-24df-413f-b001-a728b354e931reference", + "type": "default" + }, + { + "source": "98a614c8-24df-413f-b001-a728b354e931", + "sourceHandle": "image", + "target": "5b15322a-1ea2-4f23-b422-c2dea5f594e2", + "targetHandle": "image", + "id": "reactflow__edge-98a614c8-24df-413f-b001-a728b354e931image-5b15322a-1ea2-4f23-b422-c2dea5f594e2image", + "type": "default" + } + ] +} \ No newline at end of file diff --git a/core/Multi ControlNet (Canny & Depth).json b/core/Multi ControlNet (Canny & Depth).json new file mode 100644 index 0000000..fb9d772 --- /dev/null +++ b/core/Multi ControlNet (Canny & Depth).json @@ -0,0 +1,964 @@ +{ + "meta": { + "version": "1.0.0" + }, + "name": "Multi ControlNet (Canny & Depth)", + "author": "@imic", + "description": "A sample workflow using canny & depth ControlNets to guide the generation process. ", + "notes": "", + "tags": "ControlNet, canny, depth", + "contact": "@imic on Discord", + "version": "0.1.0", + "exposedFields": [ + { + "nodeId": "54486974-835b-4d81-8f82-05f9f32ce9e9", + "fieldName": "model" + }, + { + "nodeId": "7ce68934-3419-42d4-ac70-82cfc9397306", + "fieldName": "prompt" + }, + { + "nodeId": "273e3f96-49ea-4dc5-9d5b-9660390f14e1", + "fieldName": "prompt" + }, + { + "nodeId": "c4b23e64-7986-40c4-9cad-46327b12e204", + "fieldName": "image" + }, + { + "nodeId": "8e860e51-5045-456e-bf04-9a62a2a5c49e", + "fieldName": "image" + } + ], + "nodes": [ + { + "id": "8e860e51-5045-456e-bf04-9a62a2a5c49e", + "type": "invocation", + "data": { + "id": "8e860e51-5045-456e-bf04-9a62a2a5c49e", + "type": "image", + "inputs": { + "image": { + "id": "189c8adf-68cc-4774-a729-49da89f6fdf1", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "Depth Input Image" + } + }, + "outputs": { + "image": { + "id": "1a31cacd-9d19-4f32-b558-c5e4aa39ce73", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "12f298fd-1d11-4cca-9426-01240f7ec7cf", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "c47dabcb-44e8-40c9-992d-81dca59f598e", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 225, + "position": { + "x": 3617.163483500202, + "y": 40.5529847930888 + } + }, + { + "id": "a33199c2-8340-401e-b8a2-42ffa875fc1c", + "type": "invocation", + "data": { + "id": "a33199c2-8340-401e-b8a2-42ffa875fc1c", + "type": "controlnet", + "inputs": { + "image": { + "id": "4e0a3172-d3c2-4005-a84c-fa12a404f8a0", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "control_model": { + "id": "8cb2d998-4086-430a-8b13-94cbc81e3ca3", + "name": "control_model", + "type": "ControlNetModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "sd-controlnet-depth", + "base_model": "sd-1" + } + }, + "control_weight": { + "id": "5e32bd8a-9dc8-42d8-9bcc-c2b0460c0b0f", + "name": "control_weight", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "begin_step_percent": { + "id": "c258a276-352a-416c-8358-152f11005c0c", + "name": "begin_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "end_step_percent": { + "id": "43001125-0d70-4f87-8e79-da6603ad6c33", + "name": "end_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "control_mode": { + "id": "d2f14561-9443-4374-9270-e2f05007944e", + "name": "control_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "balanced" + }, + "resize_mode": { + "id": "727ee7d3-8bf6-4c7d-8b8a-43546b3b59cd", + "name": "resize_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "just_resize" + } + }, + "outputs": { + "control": { + "id": "b034aa0f-4d0d-46e4-b5e3-e25a9588d087", + "name": "control", + "type": "ControlField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 508, + "position": { + "x": 4477.604342844504, + "y": -49.39005411272677 + } + }, + { + "id": "273e3f96-49ea-4dc5-9d5b-9660390f14e1", + "type": "invocation", + "data": { + "id": "273e3f96-49ea-4dc5-9d5b-9660390f14e1", + "type": "compel", + "inputs": { + "prompt": { + "id": "7c2c4771-2161-4d77-aced-ff8c4b3f1c15", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "Negative Prompt", + "value": "" + }, + "clip": { + "id": "06d59e91-9cca-411d-bf05-86b099b3e8f7", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "858bc33c-134c-4bf6-8855-f943e1d26f14", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 4444.706437017514, + "y": -924.0715320874991 + } + }, + { + "id": "54486974-835b-4d81-8f82-05f9f32ce9e9", + "type": "invocation", + "data": { + "id": "54486974-835b-4d81-8f82-05f9f32ce9e9", + "type": "main_model_loader", + "inputs": { + "model": { + "id": "f4a915a5-593e-4b6d-9198-c78eb5cefaed", + "name": "model", + "type": "MainModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "stable-diffusion-v1-5", + "base_model": "sd-1", + "model_type": "main" + } + } + }, + "outputs": { + "unet": { + "id": "ee24fb16-da38-4c66-9fbc-e8f296ed40d2", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + }, + "clip": { + "id": "f3fb0524-8803-41c1-86db-a61a13ee6a33", + "name": "clip", + "type": "ClipField", + "fieldKind": "output" + }, + "vae": { + "id": "5c4878a8-b40f-44ab-b146-1c1f42c860b3", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 226, + "position": { + "x": 3837.096149678291, + "y": -1050.015351148365 + } + }, + { + "id": "c88f8a8c-8638-4061-a0cd-dac84b99f518", + "type": "invocation", + "data": { + "id": "c88f8a8c-8638-4061-a0cd-dac84b99f518", + "type": "denoise_latents", + "inputs": { + "noise": { + "id": "0075b76c-01fe-4c94-9f02-0d052c81e6a9", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "15d75dea-2b8a-4cf3-8daf-9e97fea32e39", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 10 + }, + "cfg_scale": { + "id": "85b8cb18-101c-417d-a91a-83f91fa3b8a6", + "name": "cfg_scale", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 7.5 + }, + "denoising_start": { + "id": "278cf63a-e564-4505-b1ed-2e961530ccbf", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "denoising_end": { + "id": "7c6d4fce-1297-4484-85f7-3dfffb1346df", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "scheduler": { + "id": "57c2da61-64ac-40e3-94e4-b3e1265dc025", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler" + }, + "control": { + "id": "27bac024-7e27-4553-89f9-6f0b6408ba1d", + "name": "control", + "type": "ControlPolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter": { + "id": "207c1163-6629-45f4-8a74-02e02b96add2", + "name": "ip_adapter", + "type": "IPAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "t2i_adapter": { + "id": "c6ffbf72-df44-498c-aee3-7154f30ffe52", + "name": "t2i_adapter", + "type": "T2IAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "948c296f-ec7f-4dd2-b0d8-31a467322a40", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "ccea7785-4c4d-4704-9d55-22fe0ac29a83", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + }, + "positive_conditioning": { + "id": "ac241198-a008-4fb3-9dbe-0f35f63547fd", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "813efc71-7c8a-44b1-8cc0-6fd3072081bc", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "unet": { + "id": "b66ce22a-25cb-405f-9aeb-053141068208", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "a6703b61-ee6c-4692-8842-fa5eaceea3d9", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "04c23fe4-7726-42ea-b558-00eee8861e4b", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "947a1d3e-94da-4aad-820f-28a37205a8e7", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.3.0" + }, + "width": 320, + "height": 646, + "position": { + "x": 5234.09623896777, + "y": -759.0431809586563 + } + }, + { + "id": "7ce68934-3419-42d4-ac70-82cfc9397306", + "type": "invocation", + "data": { + "id": "7ce68934-3419-42d4-ac70-82cfc9397306", + "type": "compel", + "inputs": { + "prompt": { + "id": "7c2c4771-2161-4d77-aced-ff8c4b3f1c15", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "Positive Prompt", + "value": "" + }, + "clip": { + "id": "06d59e91-9cca-411d-bf05-86b099b3e8f7", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "858bc33c-134c-4bf6-8855-f943e1d26f14", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 4449.356038911986, + "y": -1201.659695420063 + } + }, + { + "id": "d204d184-f209-4fae-a0a1-d152800844e1", + "type": "invocation", + "data": { + "id": "d204d184-f209-4fae-a0a1-d152800844e1", + "type": "controlnet", + "inputs": { + "image": { + "id": "4e0a3172-d3c2-4005-a84c-fa12a404f8a0", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "control_model": { + "id": "8cb2d998-4086-430a-8b13-94cbc81e3ca3", + "name": "control_model", + "type": "ControlNetModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "sd-controlnet-canny", + "base_model": "sd-1" + } + }, + "control_weight": { + "id": "5e32bd8a-9dc8-42d8-9bcc-c2b0460c0b0f", + "name": "control_weight", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "begin_step_percent": { + "id": "c258a276-352a-416c-8358-152f11005c0c", + "name": "begin_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "end_step_percent": { + "id": "43001125-0d70-4f87-8e79-da6603ad6c33", + "name": "end_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "control_mode": { + "id": "d2f14561-9443-4374-9270-e2f05007944e", + "name": "control_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "balanced" + }, + "resize_mode": { + "id": "727ee7d3-8bf6-4c7d-8b8a-43546b3b59cd", + "name": "resize_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "just_resize" + } + }, + "outputs": { + "control": { + "id": "b034aa0f-4d0d-46e4-b5e3-e25a9588d087", + "name": "control", + "type": "ControlField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 508, + "position": { + "x": 4479.68542130465, + "y": -618.4221638099414 + } + }, + { + "id": "c4b23e64-7986-40c4-9cad-46327b12e204", + "type": "invocation", + "data": { + "id": "c4b23e64-7986-40c4-9cad-46327b12e204", + "type": "image", + "inputs": { + "image": { + "id": "189c8adf-68cc-4774-a729-49da89f6fdf1", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "Canny Input Image" + } + }, + "outputs": { + "image": { + "id": "1a31cacd-9d19-4f32-b558-c5e4aa39ce73", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "12f298fd-1d11-4cca-9426-01240f7ec7cf", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "c47dabcb-44e8-40c9-992d-81dca59f598e", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 225, + "position": { + "x": 3593.7474460420153, + "y": -538.1200472386865 + } + }, + { + "id": "a5fcc13a-9546-4900-a0b6-69bf300a5217", + "type": "invocation", + "data": { + "id": "a5fcc13a-9546-4900-a0b6-69bf300a5217", + "type": "canny_image_processor", + "inputs": { + "image": { + "id": "4501562d-1837-411d-aed9-d974862c66a0", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "low_threshold": { + "id": "4f97938d-3ddc-4cc0-b945-0586c4a64525", + "name": "low_threshold", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 100 + }, + "high_threshold": { + "id": "585586f0-028b-4f71-9708-b2432f34a28c", + "name": "high_threshold", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 200 + } + }, + "outputs": { + "image": { + "id": "38efdb80-4fd0-4b44-a1d5-9822ae82bf7b", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "ff0eb990-b0be-4889-a4bf-05ded0d3adbc", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "77da444a-7469-4dbd-85b9-4e4571ac5dd0", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 339, + "position": { + "x": 4041.900792193259, + "y": -541.9239651983411 + } + }, + { + "id": "ca4d5059-8bfb-447f-b415-da0faba5a143", + "type": "invocation", + "data": { + "id": "ca4d5059-8bfb-447f-b415-da0faba5a143", + "type": "collect", + "inputs": { + "item": { + "id": "b16ae602-8708-4b1b-8d4f-9e0808d429ab", + "name": "item", + "type": "CollectionItem", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "collection": { + "id": "d8987dd8-dec8-4d94-816a-3e356af29884", + "name": "collection", + "type": "Collection", + "fieldKind": "output" + } + }, + "label": "ControlNet Collection", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 104, + "position": { + "x": 4866.191497139488, + "y": -299.0538619537037 + } + }, + { + "id": "69b08ba1-c499-494f-a982-f14c780f2b41", + "type": "invocation", + "data": { + "id": "69b08ba1-c499-494f-a982-f14c780f2b41", + "type": "midas_depth_image_processor", + "inputs": { + "image": { + "id": "0fb88104-41e9-4b3f-96ea-1b866b5c6a34", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "a_mult": { + "id": "52dd699e-4e85-4ecd-89e9-c869f4cb1f37", + "name": "a_mult", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 2 + }, + "bg_th": { + "id": "f69ab33d-6914-4cfc-bbc8-a82ad733bd04", + "name": "bg_th", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.1 + } + }, + "outputs": { + "image": { + "id": "dd4bdebb-128f-457a-ae69-0e101d8ca2ba", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "dffc96fe-4a9e-4dde-ba0e-3e323dd5e383", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "411e02f7-32f4-4458-a592-9a882bc80e8f", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 339, + "position": { + "x": 4059.21841994285, + "y": -0.6519777439691552 + } + }, + { + "id": "11beecc1-312b-4306-8525-4e41d1caf226", + "type": "invocation", + "data": { + "id": "11beecc1-312b-4306-8525-4e41d1caf226", + "type": "l2i", + "inputs": { + "tiled": { + "id": "c77a9d56-2645-45fa-817e-26a0ae5bcb94", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "8822f8ed-8d65-482e-8f05-71922ac2a992", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "latents": { + "id": "8d4e4672-8aae-4b6c-ae5a-a869dcb52f7c", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "fa49aecf-74d7-47d9-8063-5b36f7e91750", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "d2049e1b-6d42-473a-a114-a4da7ebf2ae2", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "dcbd9bb7-8c4e-484c-8179-b3454d48ef76", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "5aaf4360-f41d-407d-bd2d-becf6c8cca49", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": true, + "isIntermediate": false, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 267, + "position": { + "x": 5639.007210117931, + "y": -756.4553163331319 + } + } + ], + "edges": [ + { + "source": "273e3f96-49ea-4dc5-9d5b-9660390f14e1", + "sourceHandle": "conditioning", + "target": "c88f8a8c-8638-4061-a0cd-dac84b99f518", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-273e3f96-49ea-4dc5-9d5b-9660390f14e1conditioning-c88f8a8c-8638-4061-a0cd-dac84b99f518negative_conditioning", + "type": "default" + }, + { + "source": "7ce68934-3419-42d4-ac70-82cfc9397306", + "sourceHandle": "conditioning", + "target": "c88f8a8c-8638-4061-a0cd-dac84b99f518", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-7ce68934-3419-42d4-ac70-82cfc9397306conditioning-c88f8a8c-8638-4061-a0cd-dac84b99f518positive_conditioning", + "type": "default" + }, + { + "source": "54486974-835b-4d81-8f82-05f9f32ce9e9", + "sourceHandle": "clip", + "target": "7ce68934-3419-42d4-ac70-82cfc9397306", + "targetHandle": "clip", + "id": "reactflow__edge-54486974-835b-4d81-8f82-05f9f32ce9e9clip-7ce68934-3419-42d4-ac70-82cfc9397306clip", + "type": "default" + }, + { + "source": "54486974-835b-4d81-8f82-05f9f32ce9e9", + "sourceHandle": "clip", + "target": "273e3f96-49ea-4dc5-9d5b-9660390f14e1", + "targetHandle": "clip", + "id": "reactflow__edge-54486974-835b-4d81-8f82-05f9f32ce9e9clip-273e3f96-49ea-4dc5-9d5b-9660390f14e1clip", + "type": "default" + }, + { + "source": "54486974-835b-4d81-8f82-05f9f32ce9e9", + "sourceHandle": "unet", + "target": "c88f8a8c-8638-4061-a0cd-dac84b99f518", + "targetHandle": "unet", + "id": "reactflow__edge-54486974-835b-4d81-8f82-05f9f32ce9e9unet-c88f8a8c-8638-4061-a0cd-dac84b99f518unet", + "type": "default" + }, + { + "source": "a5fcc13a-9546-4900-a0b6-69bf300a5217", + "sourceHandle": "image", + "target": "d204d184-f209-4fae-a0a1-d152800844e1", + "targetHandle": "image", + "id": "reactflow__edge-a5fcc13a-9546-4900-a0b6-69bf300a5217image-d204d184-f209-4fae-a0a1-d152800844e1image", + "type": "default" + }, + { + "source": "c4b23e64-7986-40c4-9cad-46327b12e204", + "sourceHandle": "image", + "target": "a5fcc13a-9546-4900-a0b6-69bf300a5217", + "targetHandle": "image", + "id": "reactflow__edge-c4b23e64-7986-40c4-9cad-46327b12e204image-a5fcc13a-9546-4900-a0b6-69bf300a5217image", + "type": "default" + }, + { + "source": "a33199c2-8340-401e-b8a2-42ffa875fc1c", + "sourceHandle": "control", + "target": "ca4d5059-8bfb-447f-b415-da0faba5a143", + "targetHandle": "item", + "id": "reactflow__edge-a33199c2-8340-401e-b8a2-42ffa875fc1ccontrol-ca4d5059-8bfb-447f-b415-da0faba5a143item", + "type": "default" + }, + { + "source": "d204d184-f209-4fae-a0a1-d152800844e1", + "sourceHandle": "control", + "target": "ca4d5059-8bfb-447f-b415-da0faba5a143", + "targetHandle": "item", + "id": "reactflow__edge-d204d184-f209-4fae-a0a1-d152800844e1control-ca4d5059-8bfb-447f-b415-da0faba5a143item", + "type": "default" + }, + { + "source": "ca4d5059-8bfb-447f-b415-da0faba5a143", + "sourceHandle": "collection", + "target": "c88f8a8c-8638-4061-a0cd-dac84b99f518", + "targetHandle": "control", + "id": "reactflow__edge-ca4d5059-8bfb-447f-b415-da0faba5a143collection-c88f8a8c-8638-4061-a0cd-dac84b99f518control", + "type": "default" + }, + { + "source": "8e860e51-5045-456e-bf04-9a62a2a5c49e", + "sourceHandle": "image", + "target": "69b08ba1-c499-494f-a982-f14c780f2b41", + "targetHandle": "image", + "id": "reactflow__edge-8e860e51-5045-456e-bf04-9a62a2a5c49eimage-69b08ba1-c499-494f-a982-f14c780f2b41image", + "type": "default" + }, + { + "source": "69b08ba1-c499-494f-a982-f14c780f2b41", + "sourceHandle": "image", + "target": "a33199c2-8340-401e-b8a2-42ffa875fc1c", + "targetHandle": "image", + "id": "reactflow__edge-69b08ba1-c499-494f-a982-f14c780f2b41image-a33199c2-8340-401e-b8a2-42ffa875fc1cimage", + "type": "default" + }, + { + "source": "c88f8a8c-8638-4061-a0cd-dac84b99f518", + "sourceHandle": "latents", + "target": "11beecc1-312b-4306-8525-4e41d1caf226", + "targetHandle": "latents", + "id": "reactflow__edge-c88f8a8c-8638-4061-a0cd-dac84b99f518latents-11beecc1-312b-4306-8525-4e41d1caf226latents", + "type": "default" + }, + { + "source": "54486974-835b-4d81-8f82-05f9f32ce9e9", + "sourceHandle": "vae", + "target": "11beecc1-312b-4306-8525-4e41d1caf226", + "targetHandle": "vae", + "id": "reactflow__edge-54486974-835b-4d81-8f82-05f9f32ce9e9vae-11beecc1-312b-4306-8525-4e41d1caf226vae", + "type": "default" + } + ] +} \ No newline at end of file diff --git a/core/Prompt from File.json b/core/Prompt from File.json new file mode 100644 index 0000000..96ea6f7 --- /dev/null +++ b/core/Prompt from File.json @@ -0,0 +1,712 @@ +{ + "name": "Prompt from File", + "author": "InvokeAI", + "description": "Sample workflow using prompt from file capabilities of InvokeAI ", + "version": "0.1.0", + "contact": "invoke@invoke.ai", + "tags": "text2image, prompt from file, default", + "notes": "", + "exposedFields": [ + { + "nodeId": "d6353b7f-b447-4e17-8f2e-80a88c91d426", + "fieldName": "model" + }, + { + "nodeId": "1b7e0df8-8589-4915-a4ea-c0088f15d642", + "fieldName": "file_path" + } + ], + "meta": { + "version": "1.0.0" + }, + "nodes": [ + { + "id": "c2eaf1ba-5708-4679-9e15-945b8b432692", + "type": "invocation", + "data": { + "id": "c2eaf1ba-5708-4679-9e15-945b8b432692", + "type": "compel", + "inputs": { + "prompt": { + "id": "dcdf3f6d-9b96-4bcd-9b8d-f992fefe4f62", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "clip": { + "id": "3f1981c9-d8a9-42eb-a739-4f120eb80745", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "46205e6c-c5e2-44cb-9c82-1cd20b95674a", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 1177.3417789657444, + "y": -102.0924766641035 + } + }, + { + "id": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "type": "invocation", + "data": { + "id": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "type": "l2i", + "inputs": { + "tiled": { + "id": "24f5bc7b-f6a1-425d-8ab1-f50b4db5d0df", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "b146d873-ffb9-4767-986a-5360504841a2", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + }, + "latents": { + "id": "65441abd-7713-4b00-9d8d-3771404002e8", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "a478b833-6e13-4611-9a10-842c89603c74", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "c87ae925-f858-417a-8940-8708ba9b4b53", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "4bcb8512-b5a1-45f1-9e52-6e92849f9d6c", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "23e41c00-a354-48e8-8f59-5875679c27ab", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": true, + "isIntermediate": false, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 267, + "position": { + "x": 2001.7609301801558, + "y": -362.875481982101 + } + }, + { + "id": "1b7e0df8-8589-4915-a4ea-c0088f15d642", + "type": "invocation", + "data": { + "id": "1b7e0df8-8589-4915-a4ea-c0088f15d642", + "type": "prompt_from_file", + "inputs": { + "file_path": { + "id": "37e37684-4f30-4ec8-beae-b333e550f904", + "name": "file_path", + "type": "string", + "fieldKind": "input", + "label": "Prompts File Path", + "value": "" + }, + "pre_prompt": { + "id": "7de02feb-819a-4992-bad3-72a30920ddea", + "name": "pre_prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "post_prompt": { + "id": "95f191d8-a282-428e-bd65-de8cb9b7513a", + "name": "post_prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "start_line": { + "id": "efee9a48-05ab-4829-8429-becfa64a0782", + "name": "start_line", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "max_prompts": { + "id": "abebb428-3d3d-49fd-a482-4e96a16fff08", + "name": "max_prompts", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1 + } + }, + "outputs": { + "collection": { + "id": "77d5d7f1-9877-4ab1-9a8c-33e9ffa9abf3", + "name": "collection", + "type": "StringCollection", + "fieldKind": "output" + } + }, + "label": "Prompts from File", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 589, + "position": { + "x": 394.181884547075, + "y": -423.5345157864633 + } + }, + { + "id": "64e0ed12-ee17-48fd-94ed-6149b5515a90", + "type": "invocation", + "data": { + "id": "64e0ed12-ee17-48fd-94ed-6149b5515a90", + "type": "denoise_latents", + "inputs": { + "noise": { + "id": "83162f03-79f6-4b82-a28f-ddef9728d64f", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "d62c45b3-7375-4e9e-9b4b-9664fb2ebe2c", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 10 + }, + "cfg_scale": { + "id": "7b4a50c1-757f-4dd2-b94a-547afab17e37", + "name": "cfg_scale", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 7.5 + }, + "denoising_start": { + "id": "3cb131fa-d09a-4a70-8a97-fc092c4981aa", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "denoising_end": { + "id": "5ce30930-0941-40cf-a64a-5ba0d1fd2c0e", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "scheduler": { + "id": "ba515329-332f-43f3-a7b3-0174f844ef24", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler" + }, + "control": { + "id": "1a4598d4-81c4-4aca-849d-b7df491bd7ae", + "name": "control", + "type": "ControlPolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter": { + "id": "386638c9-a311-4245-b5fe-04dccc81c43d", + "name": "ip_adapter", + "type": "IPAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "t2i_adapter": { + "id": "c5a0a50f-47a4-49ff-9d98-5a9e953309d4", + "name": "t2i_adapter", + "type": "T2IAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "138b3154-73ad-469a-be3d-f1e1530dfe2d", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "d77d62d3-f236-4c52-9e3a-9bd39cdd73eb", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + }, + "positive_conditioning": { + "id": "75003387-f840-4674-bbe9-992e17d74573", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "d4742607-882b-4193-9410-239f4fdace83", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "unet": { + "id": "1288fe6e-0aee-45d0-b73f-b4d78e20fe2b", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "17b9c024-7cb5-4c03-9ca7-682b5c05cd77", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "52bdd17d-f890-4fa2-9c4d-9adfcf60087c", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "b49fd574-f001-4e67-87a5-e8749b8fdc02", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.3.0" + }, + "width": 320, + "height": 646, + "position": { + "x": 1615.4486325216374, + "y": -375.19730734076586 + } + }, + { + "id": "1b89067c-3f6b-42c8-991f-e3055789b251", + "type": "invocation", + "data": { + "id": "1b89067c-3f6b-42c8-991f-e3055789b251", + "type": "iterate", + "inputs": { + "collection": { + "id": "4c564bf8-5ed6-441e-ad2c-dda265d5785f", + "name": "collection", + "type": "Collection", + "fieldKind": "input", + "label": "", + "value": [] + } + }, + "outputs": { + "item": { + "id": "36340f9a-e7a5-4afa-b4b5-313f4e292380", + "name": "item", + "type": "CollectionItem", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 104, + "position": { + "x": 792.8735298060233, + "y": -432.6964953027252 + } + }, + { + "id": "d6353b7f-b447-4e17-8f2e-80a88c91d426", + "type": "invocation", + "data": { + "id": "d6353b7f-b447-4e17-8f2e-80a88c91d426", + "type": "main_model_loader", + "inputs": { + "model": { + "id": "3f264259-3418-47d5-b90d-b6600e36ae46", + "name": "model", + "type": "MainModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "stable-diffusion-v1-5", + "base_model": "sd-1", + "model_type": "main" + } + } + }, + "outputs": { + "unet": { + "id": "8e182ea2-9d0a-4c02-9407-27819288d4b5", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + }, + "clip": { + "id": "d67d9d30-058c-46d5-bded-3d09d6d1aa39", + "name": "clip", + "type": "ClipField", + "fieldKind": "output" + }, + "vae": { + "id": "89641601-0429-4448-98d5-190822d920d8", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 226, + "position": { + "x": -47.66201354137797, + "y": -299.218193067033 + } + }, + { + "id": "fc9d0e35-a6de-4a19-84e1-c72497c823f6", + "type": "invocation", + "data": { + "id": "fc9d0e35-a6de-4a19-84e1-c72497c823f6", + "type": "compel", + "inputs": { + "prompt": { + "id": "dcdf3f6d-9b96-4bcd-9b8d-f992fefe4f62", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "" + }, + "clip": { + "id": "3f1981c9-d8a9-42eb-a739-4f120eb80745", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "46205e6c-c5e2-44cb-9c82-1cd20b95674a", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 1175.0187896425462, + "y": -420.64289413577114 + } + }, + { + "id": "0eb5f3f5-1b91-49eb-9ef0-41d67c7eae77", + "type": "invocation", + "data": { + "id": "0eb5f3f5-1b91-49eb-9ef0-41d67c7eae77", + "type": "noise", + "inputs": { + "seed": { + "id": "b722d84a-eeee-484f-bef2-0250c027cb67", + "name": "seed", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "width": { + "id": "d5f8ce11-0502-4bfc-9a30-5757dddf1f94", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "f187d5ff-38a5-4c3f-b780-fc5801ef34af", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "use_cpu": { + "id": "12f112b8-8b76-4816-b79e-662edc9f9aa5", + "name": "use_cpu", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "noise": { + "id": "08576ad1-96d9-42d2-96ef-6f5c1961933f", + "name": "noise", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "f3e1f94a-258d-41ff-9789-bd999bd9f40d", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "6cefc357-4339-415e-a951-49b9c2be32f4", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 389, + "position": { + "x": 809.1964864135837, + "y": 183.2735123359796 + } + }, + { + "id": "dfc20e07-7aef-4fc0-a3a1-7bf68ec6a4e5", + "type": "invocation", + "data": { + "id": "dfc20e07-7aef-4fc0-a3a1-7bf68ec6a4e5", + "type": "rand_int", + "inputs": { + "low": { + "id": "b9fc6cf1-469c-4037-9bf0-04836965826f", + "name": "low", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "high": { + "id": "06eac725-0f60-4ba2-b8cd-7ad9f757488c", + "name": "high", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 2147483647 + } + }, + "outputs": { + "value": { + "id": "df08c84e-7346-4e92-9042-9e5cb773aaff", + "name": "value", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": false, + "version": "1.0.0" + }, + "width": 320, + "height": 218, + "position": { + "x": 354.19913145404166, + "y": 301.86324846905165 + } + } + ], + "edges": [ + { + "source": "1b7e0df8-8589-4915-a4ea-c0088f15d642", + "sourceHandle": "collection", + "target": "1b89067c-3f6b-42c8-991f-e3055789b251", + "targetHandle": "collection", + "id": "reactflow__edge-1b7e0df8-8589-4915-a4ea-c0088f15d642collection-1b89067c-3f6b-42c8-991f-e3055789b251collection", + "type": "default" + }, + { + "source": "d6353b7f-b447-4e17-8f2e-80a88c91d426", + "sourceHandle": "unet", + "target": "64e0ed12-ee17-48fd-94ed-6149b5515a90", + "targetHandle": "unet", + "id": "reactflow__edge-d6353b7f-b447-4e17-8f2e-80a88c91d426unet-64e0ed12-ee17-48fd-94ed-6149b5515a90unet", + "type": "default" + }, + { + "source": "d6353b7f-b447-4e17-8f2e-80a88c91d426", + "sourceHandle": "clip", + "target": "fc9d0e35-a6de-4a19-84e1-c72497c823f6", + "targetHandle": "clip", + "id": "reactflow__edge-d6353b7f-b447-4e17-8f2e-80a88c91d426clip-fc9d0e35-a6de-4a19-84e1-c72497c823f6clip", + "type": "default" + }, + { + "source": "1b89067c-3f6b-42c8-991f-e3055789b251", + "sourceHandle": "item", + "target": "fc9d0e35-a6de-4a19-84e1-c72497c823f6", + "targetHandle": "prompt", + "id": "reactflow__edge-1b89067c-3f6b-42c8-991f-e3055789b251item-fc9d0e35-a6de-4a19-84e1-c72497c823f6prompt", + "type": "default" + }, + { + "source": "d6353b7f-b447-4e17-8f2e-80a88c91d426", + "sourceHandle": "clip", + "target": "c2eaf1ba-5708-4679-9e15-945b8b432692", + "targetHandle": "clip", + "id": "reactflow__edge-d6353b7f-b447-4e17-8f2e-80a88c91d426clip-c2eaf1ba-5708-4679-9e15-945b8b432692clip", + "type": "default" + }, + { + "source": "c2eaf1ba-5708-4679-9e15-945b8b432692", + "sourceHandle": "conditioning", + "target": "64e0ed12-ee17-48fd-94ed-6149b5515a90", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-c2eaf1ba-5708-4679-9e15-945b8b432692conditioning-64e0ed12-ee17-48fd-94ed-6149b5515a90negative_conditioning", + "type": "default" + }, + { + "source": "fc9d0e35-a6de-4a19-84e1-c72497c823f6", + "sourceHandle": "conditioning", + "target": "64e0ed12-ee17-48fd-94ed-6149b5515a90", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-fc9d0e35-a6de-4a19-84e1-c72497c823f6conditioning-64e0ed12-ee17-48fd-94ed-6149b5515a90positive_conditioning", + "type": "default" + }, + { + "source": "0eb5f3f5-1b91-49eb-9ef0-41d67c7eae77", + "sourceHandle": "noise", + "target": "64e0ed12-ee17-48fd-94ed-6149b5515a90", + "targetHandle": "noise", + "id": "reactflow__edge-0eb5f3f5-1b91-49eb-9ef0-41d67c7eae77noise-64e0ed12-ee17-48fd-94ed-6149b5515a90noise", + "type": "default" + }, + { + "source": "dfc20e07-7aef-4fc0-a3a1-7bf68ec6a4e5", + "sourceHandle": "value", + "target": "0eb5f3f5-1b91-49eb-9ef0-41d67c7eae77", + "targetHandle": "seed", + "id": "reactflow__edge-dfc20e07-7aef-4fc0-a3a1-7bf68ec6a4e5value-0eb5f3f5-1b91-49eb-9ef0-41d67c7eae77seed", + "type": "default" + }, + { + "source": "64e0ed12-ee17-48fd-94ed-6149b5515a90", + "sourceHandle": "latents", + "target": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "targetHandle": "latents", + "id": "reactflow__edge-64e0ed12-ee17-48fd-94ed-6149b5515a90latents-dbcd2f98-d809-48c8-bf64-2635f88a2fe9latents", + "type": "default" + }, + { + "source": "d6353b7f-b447-4e17-8f2e-80a88c91d426", + "sourceHandle": "vae", + "target": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "targetHandle": "vae", + "id": "reactflow__edge-d6353b7f-b447-4e17-8f2e-80a88c91d426vae-dbcd2f98-d809-48c8-bf64-2635f88a2fe9vae", + "type": "default" + } + ] +} \ No newline at end of file diff --git a/core/QR Code Monster.json b/core/QR Code Monster.json new file mode 100644 index 0000000..9cd3ea6 --- /dev/null +++ b/core/QR Code Monster.json @@ -0,0 +1,690 @@ +{ + "name": "QR Code Monster ", + "author": "InvokeAI", + "description": "Sample workflow for create images with QR code Monster ControlNet", + "version": "1.0.1", + "contact": "invoke@invoke.ai", + "tags": "qrcode, controlnet, default", + "notes": "", + "exposedFields": [ + { + "nodeId": "a6cc0986-f928-4a7e-8d44-ba2d4b36f54a", + "fieldName": "image" + }, + { + "nodeId": "aca3b054-bfba-4392-bd20-6476f59504df", + "fieldName": "prompt" + }, + { + "nodeId": "3db7cee0-31e2-4a3d-94a1-268cb16177dd", + "fieldName": "prompt" + } + ], + "meta": { + "version": "1.0.0" + }, + "nodes": [ + { + "id": "3db7cee0-31e2-4a3d-94a1-268cb16177dd", + "type": "invocation", + "data": { + "id": "3db7cee0-31e2-4a3d-94a1-268cb16177dd", + "type": "compel", + "inputs": { + "prompt": { + "id": "6a1fe244-5656-4f8c-91d1-1fb474e28807", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "Negative Prompt", + "value": "" + }, + "clip": { + "id": "f24688f3-29b8-4a2d-8603-046e5a5c7250", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "700528eb-3f8b-4745-b540-34f919b5b228", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "Prompt", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 773.0502679628016, + "y": 1622.4836086770556 + } + }, + { + "id": "610384f1-6f0c-4847-a9a2-37ce7f456ed1", + "type": "invocation", + "data": { + "id": "610384f1-6f0c-4847-a9a2-37ce7f456ed1", + "type": "main_model_loader", + "inputs": { + "model": { + "id": "cb36b6d3-6c1f-4911-a200-646745b0ff74", + "name": "model", + "type": "MainModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "stable-diffusion-v1-5", + "base_model": "sd-1", + "model_type": "main" + } + } + }, + "outputs": { + "unet": { + "id": "7246895b-b252-49bc-b952-8d801b4672f7", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + }, + "clip": { + "id": "3c2aedb8-30d5-4d4b-99df-d06a0d7bedc6", + "name": "clip", + "type": "ClipField", + "fieldKind": "output" + }, + "vae": { + "id": "b9743815-5501-4bbb-8bde-8bd6ba298a4e", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 226, + "position": { + "x": 211.58866462619744, + "y": 1376.0542388105248 + } + }, + { + "id": "aca3b054-bfba-4392-bd20-6476f59504df", + "type": "invocation", + "data": { + "id": "aca3b054-bfba-4392-bd20-6476f59504df", + "type": "compel", + "inputs": { + "prompt": { + "id": "6a1fe244-5656-4f8c-91d1-1fb474e28807", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "Positive Prompt", + "value": "" + }, + "clip": { + "id": "f24688f3-29b8-4a2d-8603-046e5a5c7250", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "700528eb-3f8b-4745-b540-34f919b5b228", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 261, + "position": { + "x": 770.6491131680111, + "y": 1316.379247112241 + } + }, + { + "id": "75d67b6f-d7ac-400b-b569-d646a6df2e10", + "type": "invocation", + "data": { + "id": "75d67b6f-d7ac-400b-b569-d646a6df2e10", + "type": "denoise_latents", + "inputs": { + "noise": { + "id": "dcf72f3a-19c6-4be6-b267-3ea1a635ba5b", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "6bd51c32-0619-44e3-8d2d-49f7884c406c", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 10 + }, + "cfg_scale": { + "id": "2359be13-dc5e-4ec5-a4ab-82cbdd4041f0", + "name": "cfg_scale", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 7.5 + }, + "denoising_start": { + "id": "0d4cf09a-dcee-4ed1-94a8-9f137c787379", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "denoising_end": { + "id": "af749950-61a9-4791-b450-529e2ad25fa4", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "scheduler": { + "id": "cce2f2fa-3437-4c8d-9440-2699e9449cdc", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler" + }, + "control": { + "id": "ccbb4dbe-4a91-4e87-8754-8bac5236e71c", + "name": "control", + "type": "ControlPolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter": { + "id": "951c98aa-4571-4528-8417-230aedf2a4e1", + "name": "ip_adapter", + "type": "IPAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "t2i_adapter": { + "id": "e9935949-12d2-4964-bb7e-c34f6196ce42", + "name": "t2i_adapter", + "type": "T2IAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "c42c3122-855d-48d7-bad5-406a7fe3b735", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "d30fbdef-8b19-4e64-a546-f3d339724365", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + }, + "positive_conditioning": { + "id": "b6930819-0376-443f-8f1c-9a0a258a3ff1", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "33298677-a40c-4629-b436-da2c1b7077a5", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "unet": { + "id": "6970007f-0b22-4c6c-b2ec-ac1900471f1f", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "450945bd-91d0-470e-8031-e5bb2a27f4aa", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "c33eb73e-f7de-4280-8677-5625f86434ae", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "762c2b5f-8aeb-4a32-9a12-7ef24c73316d", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.3.0" + }, + "width": 320, + "height": 646, + "position": { + "x": 1527.9743948489438, + "y": 1409.4041778318292 + } + }, + { + "id": "a6cc0986-f928-4a7e-8d44-ba2d4b36f54a", + "type": "invocation", + "data": { + "id": "a6cc0986-f928-4a7e-8d44-ba2d4b36f54a", + "type": "image", + "inputs": { + "image": { + "id": "89ba5d58-28c9-4e04-a5df-79fb7a6f3531", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "QR Code / Hidden Image" + } + }, + "outputs": { + "image": { + "id": "54335653-0e17-42da-b9e8-83c5fb5af670", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "a3c65953-39ea-4d97-8858-d65154ff9d11", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "2c7db511-ebc9-4286-a46b-bc11e0fd779f", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 225, + "position": { + "x": 700.5034176864369, + "y": 1981.749600549388 + } + }, + { + "id": "280fd8a7-3b0c-49fe-8be4-6246e08b6c9a", + "type": "invocation", + "data": { + "id": "280fd8a7-3b0c-49fe-8be4-6246e08b6c9a", + "type": "noise", + "inputs": { + "seed": { + "id": "7c6c76dd-127b-4829-b1ec-430790cb7ed7", + "name": "seed", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "width": { + "id": "8ec6a525-a421-40d8-a17e-39e7b6836438", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "6af1e58a-e2ee-4ec4-9f06-d8d0412922ca", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "use_cpu": { + "id": "26662e99-5720-43a6-a5d8-06c9dab0e261", + "name": "use_cpu", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "noise": { + "id": "cb4c4dfc-a744-49eb-af4f-677448e28407", + "name": "noise", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "97e87be6-e81f-40a3-a522-28ebe4aad0ac", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "80784420-f1e1-47b0-bd1d-1d381a15e22d", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 32, + "position": { + "x": 1143.2796717434214, + "y": 1770.7874358794245 + } + }, + { + "id": "2ac03cf6-0326-454a-bed0-d8baef2bf30d", + "type": "invocation", + "data": { + "id": "2ac03cf6-0326-454a-bed0-d8baef2bf30d", + "type": "controlnet", + "inputs": { + "image": { + "id": "1f683889-9f14-40c8-af29-4b991b211a3a", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "" + }, + "control_model": { + "id": "a933b21d-22c1-4e06-818f-15416b971282", + "name": "control_model", + "type": "ControlNetModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "qrcode_monster", + "base_model": "sd-1" + } + }, + "control_weight": { + "id": "198a0825-e55e-4496-bc54-c3d7b02f3d75", + "name": "control_weight", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 1.4 + }, + "begin_step_percent": { + "id": "c85ce42f-22af-42a0-8993-676002fb275e", + "name": "begin_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "end_step_percent": { + "id": "a61a65c4-9e6f-4fe2-96a5-1294d17ec6e4", + "name": "end_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "control_mode": { + "id": "1aa45cfa-0249-46b7-bf24-3e38e92f5fa0", + "name": "control_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "balanced" + }, + "resize_mode": { + "id": "a89d3cb9-a141-4cea-bb49-977bf267377b", + "name": "resize_mode", + "type": "enum", + "fieldKind": "input", + "label": "", + "value": "just_resize" + } + }, + "outputs": { + "control": { + "id": "c9a1fc7e-cb25-45a9-adff-1a97c9ff04d6", + "name": "control", + "type": "ControlField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 508, + "position": { + "x": 1165.434407461108, + "y": 1862.916856351665 + } + }, + { + "id": "fe2622d4-dea1-4929-aa7b-ccd2a232f12e", + "type": "invocation", + "data": { + "id": "fe2622d4-dea1-4929-aa7b-ccd2a232f12e", + "type": "l2i", + "inputs": { + "tiled": { + "id": "96fe512a-0222-4f6c-893a-b64523d5c671", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "f53678bf-0baf-49b7-aead-6ba0dbd89be3", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "latents": { + "id": "7a612e00-a409-44ef-a894-7347b9713296", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "5832a224-bcdb-4d1b-9007-13fbd3921a0f", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "2a3d0b8e-3650-4508-acd7-a855e0a8dc80", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "27dadd6a-89cb-4167-9e5b-5cda25587f1c", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "7d7c144c-40b2-4684-9ec4-d3640cbc77e0", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 267, + "position": { + "x": 1968.768580886598, + "y": 1393.1539894941411 + } + } + ], + "edges": [ + { + "source": "610384f1-6f0c-4847-a9a2-37ce7f456ed1", + "sourceHandle": "clip", + "target": "aca3b054-bfba-4392-bd20-6476f59504df", + "targetHandle": "clip", + "id": "reactflow__edge-610384f1-6f0c-4847-a9a2-37ce7f456ed1clip-aca3b054-bfba-4392-bd20-6476f59504dfclip", + "type": "default" + }, + { + "source": "610384f1-6f0c-4847-a9a2-37ce7f456ed1", + "sourceHandle": "clip", + "target": "3db7cee0-31e2-4a3d-94a1-268cb16177dd", + "targetHandle": "clip", + "id": "reactflow__edge-610384f1-6f0c-4847-a9a2-37ce7f456ed1clip-3db7cee0-31e2-4a3d-94a1-268cb16177ddclip", + "type": "default" + }, + { + "source": "aca3b054-bfba-4392-bd20-6476f59504df", + "sourceHandle": "conditioning", + "target": "75d67b6f-d7ac-400b-b569-d646a6df2e10", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-aca3b054-bfba-4392-bd20-6476f59504dfconditioning-75d67b6f-d7ac-400b-b569-d646a6df2e10positive_conditioning", + "type": "default" + }, + { + "source": "3db7cee0-31e2-4a3d-94a1-268cb16177dd", + "sourceHandle": "conditioning", + "target": "75d67b6f-d7ac-400b-b569-d646a6df2e10", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-3db7cee0-31e2-4a3d-94a1-268cb16177ddconditioning-75d67b6f-d7ac-400b-b569-d646a6df2e10negative_conditioning", + "type": "default" + }, + { + "source": "280fd8a7-3b0c-49fe-8be4-6246e08b6c9a", + "sourceHandle": "noise", + "target": "75d67b6f-d7ac-400b-b569-d646a6df2e10", + "targetHandle": "noise", + "id": "reactflow__edge-280fd8a7-3b0c-49fe-8be4-6246e08b6c9anoise-75d67b6f-d7ac-400b-b569-d646a6df2e10noise", + "type": "default" + }, + { + "source": "2ac03cf6-0326-454a-bed0-d8baef2bf30d", + "sourceHandle": "control", + "target": "75d67b6f-d7ac-400b-b569-d646a6df2e10", + "targetHandle": "control", + "id": "reactflow__edge-2ac03cf6-0326-454a-bed0-d8baef2bf30dcontrol-75d67b6f-d7ac-400b-b569-d646a6df2e10control", + "type": "default" + }, + { + "source": "75d67b6f-d7ac-400b-b569-d646a6df2e10", + "sourceHandle": "latents", + "target": "fe2622d4-dea1-4929-aa7b-ccd2a232f12e", + "targetHandle": "latents", + "id": "reactflow__edge-75d67b6f-d7ac-400b-b569-d646a6df2e10latents-fe2622d4-dea1-4929-aa7b-ccd2a232f12elatents", + "type": "default" + }, + { + "source": "610384f1-6f0c-4847-a9a2-37ce7f456ed1", + "sourceHandle": "vae", + "target": "fe2622d4-dea1-4929-aa7b-ccd2a232f12e", + "targetHandle": "vae", + "id": "reactflow__edge-610384f1-6f0c-4847-a9a2-37ce7f456ed1vae-fe2622d4-dea1-4929-aa7b-ccd2a232f12evae", + "type": "default" + }, + { + "source": "610384f1-6f0c-4847-a9a2-37ce7f456ed1", + "sourceHandle": "unet", + "target": "75d67b6f-d7ac-400b-b569-d646a6df2e10", + "targetHandle": "unet", + "id": "reactflow__edge-610384f1-6f0c-4847-a9a2-37ce7f456ed1unet-75d67b6f-d7ac-400b-b569-d646a6df2e10unet", + "type": "default" + }, + { + "source": "a6cc0986-f928-4a7e-8d44-ba2d4b36f54a", + "sourceHandle": "image", + "target": "2ac03cf6-0326-454a-bed0-d8baef2bf30d", + "targetHandle": "image", + "id": "reactflow__edge-a6cc0986-f928-4a7e-8d44-ba2d4b36f54aimage-2ac03cf6-0326-454a-bed0-d8baef2bf30dimage", + "type": "default" + } + ] +} \ No newline at end of file diff --git a/core/SDXL Text to Image.json b/core/SDXL Text to Image.json index a73f973..3af6b57 100644 --- a/core/SDXL Text to Image.json +++ b/core/SDXL Text to Image.json @@ -2,7 +2,7 @@ "name": "SDXL Text to Image", "author": "InvokeAI", "description": "Sample text to image workflow for SDXL", - "version": "1.0", + "version": "1.0.1", "contact": "invoke@invoke.ai", "tags": "text2image, SDXL, default", "notes": "", @@ -26,10 +26,6 @@ { "nodeId": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", "fieldName": "style" - }, - { - "nodeId": "87ee6243-fb0d-4f77-ad5f-56591659339e", - "fieldName": "steps" } ], "meta": { @@ -134,10 +130,12 @@ "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" }, "width": 320, - "height": 764, + "height": 793, "position": { "x": 1275, "y": -350 @@ -207,7 +205,9 @@ "isOpen": false, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" }, "width": 320, "height": 32, @@ -278,10 +278,12 @@ "isOpen": true, "notes": "", "embedWorkflow": true, - "isIntermediate": false + "isIntermediate": false, + "useCache": true, + "version": "1.0.0" }, "width": 320, - "height": 224, + "height": 267, "position": { "x": 2025, "y": -250 @@ -323,7 +325,9 @@ "isOpen": false, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": false, + "version": "1.0.0" }, "width": 320, "height": 32, @@ -346,7 +350,7 @@ "fieldKind": "input", "label": "", "value": { - "model_name": "stable-diffusion-xl-base-1.0", + "model_name": "stable-diffusion-xl-base-1-0", "base_model": "sdxl", "model_type": "main" } @@ -382,10 +386,12 @@ "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" }, "width": 320, - "height": 234, + "height": 258, "position": { "x": 475, "y": 25 @@ -489,47 +495,49 @@ "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" }, "width": 320, - "height": 764, + "height": 793, "position": { "x": 900, "y": -350 } }, { - "id": "87ee6243-fb0d-4f77-ad5f-56591659339e", + "id": "2a6c75ac-e53f-4280-b069-7401d8189d08", "type": "invocation", "data": { - "id": "87ee6243-fb0d-4f77-ad5f-56591659339e", + "id": "2a6c75ac-e53f-4280-b069-7401d8189d08", "type": "denoise_latents", "inputs": { "noise": { - "id": "4884a4b7-cc19-4fea-83c7-1f940e6edd24", + "id": "796f931e-8518-4d2e-8bbf-a799b2dc3d18", "name": "noise", "type": "LatentsField", "fieldKind": "input", "label": "" }, "steps": { - "id": "4c61675c-b6b9-41ac-b187-b5c13b587039", + "id": "e6f7dc70-c463-4d16-8fd6-464bed55a0cd", "name": "steps", "type": "integer", "fieldKind": "input", "label": "", - "value": 36 + "value": 10 }, "cfg_scale": { - "id": "f8213f35-4637-4a1a-83f4-1f8cfb9ccd2c", + "id": "fb604ec8-f4e5-4128-b6f9-95403aa71fa1", "name": "cfg_scale", - "type": "float", + "type": "FloatPolymorphic", "fieldKind": "input", "label": "", "value": 7.5 }, "denoising_start": { - "id": "01e2f30d-0acd-4e21-98b9-a9b8e24c6db2", + "id": "04f91eba-366f-4142-925b-2c3aade5bad9", "name": "denoising_start", "type": "float", "fieldKind": "input", @@ -537,7 +545,7 @@ "value": 0 }, "denoising_end": { - "id": "3db95479-a73b-4c75-9b44-08daec16b224", + "id": "e01a2e67-0478-4ceb-9484-737ad170e00d", "name": "denoising_end", "type": "float", "fieldKind": "input", @@ -545,7 +553,7 @@ "value": 1 }, "scheduler": { - "id": "db8430a9-64c3-4c54-ae38-9f597cf7b6d5", + "id": "df98deaf-5f02-4655-8295-7fb26792767c", "name": "scheduler", "type": "Scheduler", "fieldKind": "input", @@ -553,42 +561,56 @@ "value": "euler" }, "control": { - "id": "599b49e8-6435-4576-be41-a5155f3a17e3", + "id": "95d32003-cade-46a6-9d6c-99d48b478d8e", "name": "control", - "type": "ControlField", + "type": "ControlPolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter": { + "id": "fdb46ffb-b615-4ce8-84ee-6f0d34a48e87", + "name": "ip_adapter", + "type": "IPAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "t2i_adapter": { + "id": "6512b749-2ab4-4857-8cc5-6452589428e7", + "name": "t2i_adapter", + "type": "T2IAdapterPolymorphic", "fieldKind": "input", "label": "" }, "latents": { - "id": "226f9e91-454e-4159-9fa6-019c0cf29277", + "id": "5bda6799-c1fc-4164-b458-c741027a8f5f", "name": "latents", "type": "LatentsField", "fieldKind": "input", "label": "" }, "denoise_mask": { - "id": "de019cb6-7fb5-45bf-a266-22e20889893f", + "id": "5b8f5966-83b2-458d-866b-4419200b5206", "name": "denoise_mask", "type": "DenoiseMaskField", "fieldKind": "input", "label": "" }, "positive_conditioning": { - "id": "02fc400a-110d-470e-8411-f404f966a949", + "id": "d0242f36-4aa6-40c7-8c6b-566f5a846488", "name": "positive_conditioning", "type": "ConditioningField", "fieldKind": "input", "label": "" }, "negative_conditioning": { - "id": "4bd3bdfa-fcf4-42be-8e47-1e314255798f", + "id": "10019552-b50a-469d-99a5-0a2ed83138ef", "name": "negative_conditioning", "type": "ConditioningField", "fieldKind": "input", "label": "" }, "unet": { - "id": "7c2d58a8-b5f1-4e63-8ffd-8ada52c35832", + "id": "e5ea7df7-8829-4e7d-b955-cfb456c69ce0", "name": "unet", "type": "UNetField", "fieldKind": "input", @@ -597,19 +619,19 @@ }, "outputs": { "latents": { - "id": "6a6fa492-de26-4e95-b1d9-a322fe37eb13", + "id": "52219a3b-545b-4938-9ce8-12c35d7c3c35", "name": "latents", "type": "LatentsField", "fieldKind": "output" }, "width": { - "id": "a9790729-7d6c-4418-903d-4da961fccf56", + "id": "f40c5a0f-fda0-4edf-aa9f-40d14f719b16", "name": "width", "type": "integer", "fieldKind": "output" }, "height": { - "id": "fa74efe5-7330-4a3c-b256-c82a544585b4", + "id": "32d618d6-c707-453b-affb-517b66ed92ac", "name": "height", "type": "integer", "fieldKind": "output" @@ -619,13 +641,15 @@ "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.3.0" }, "width": 320, - "height": 558, + "height": 646, "position": { - "x": 1650, - "y": -250 + "x": 1636.5632509447996, + "y": -240.57256180011063 } } ], @@ -685,43 +709,43 @@ "type": "default" }, { - "source": "87ee6243-fb0d-4f77-ad5f-56591659339e", - "sourceHandle": "latents", - "target": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", - "targetHandle": "latents", - "id": "reactflow__edge-87ee6243-fb0d-4f77-ad5f-56591659339elatents-dbcd2f98-d809-48c8-bf64-2635f88a2fe9latents", + "source": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", + "sourceHandle": "conditioning", + "target": "2a6c75ac-e53f-4280-b069-7401d8189d08", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-3193ad09-a7c2-4bf4-a3a9-1c61cc33a204conditioning-2a6c75ac-e53f-4280-b069-7401d8189d08negative_conditioning", "type": "default" }, { "source": "faf965a4-7530-427b-b1f3-4ba6505c2a08", "sourceHandle": "conditioning", - "target": "87ee6243-fb0d-4f77-ad5f-56591659339e", + "target": "2a6c75ac-e53f-4280-b069-7401d8189d08", "targetHandle": "positive_conditioning", - "id": "reactflow__edge-faf965a4-7530-427b-b1f3-4ba6505c2a08conditioning-87ee6243-fb0d-4f77-ad5f-56591659339epositive_conditioning", - "type": "default" - }, - { - "source": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", - "sourceHandle": "conditioning", - "target": "87ee6243-fb0d-4f77-ad5f-56591659339e", - "targetHandle": "negative_conditioning", - "id": "reactflow__edge-3193ad09-a7c2-4bf4-a3a9-1c61cc33a204conditioning-87ee6243-fb0d-4f77-ad5f-56591659339enegative_conditioning", + "id": "reactflow__edge-faf965a4-7530-427b-b1f3-4ba6505c2a08conditioning-2a6c75ac-e53f-4280-b069-7401d8189d08positive_conditioning", "type": "default" }, { "source": "30d3289c-773c-4152-a9d2-bd8a99c8fd22", "sourceHandle": "unet", - "target": "87ee6243-fb0d-4f77-ad5f-56591659339e", + "target": "2a6c75ac-e53f-4280-b069-7401d8189d08", "targetHandle": "unet", - "id": "reactflow__edge-30d3289c-773c-4152-a9d2-bd8a99c8fd22unet-87ee6243-fb0d-4f77-ad5f-56591659339eunet", + "id": "reactflow__edge-30d3289c-773c-4152-a9d2-bd8a99c8fd22unet-2a6c75ac-e53f-4280-b069-7401d8189d08unet", "type": "default" }, { "source": "55705012-79b9-4aac-9f26-c0b10309785b", "sourceHandle": "noise", - "target": "87ee6243-fb0d-4f77-ad5f-56591659339e", + "target": "2a6c75ac-e53f-4280-b069-7401d8189d08", "targetHandle": "noise", - "id": "reactflow__edge-55705012-79b9-4aac-9f26-c0b10309785bnoise-87ee6243-fb0d-4f77-ad5f-56591659339enoise", + "id": "reactflow__edge-55705012-79b9-4aac-9f26-c0b10309785bnoise-2a6c75ac-e53f-4280-b069-7401d8189d08noise", + "type": "default" + }, + { + "source": "2a6c75ac-e53f-4280-b069-7401d8189d08", + "sourceHandle": "latents", + "target": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "targetHandle": "latents", + "id": "reactflow__edge-2a6c75ac-e53f-4280-b069-7401d8189d08latents-dbcd2f98-d809-48c8-bf64-2635f88a2fe9latents", "type": "default" } ] diff --git a/core/SDXL_w_Refiner_Text_to_Image.json b/core/SDXL_w_Refiner_Text_to_Image.json new file mode 100644 index 0000000..22ffb82 --- /dev/null +++ b/core/SDXL_w_Refiner_Text_to_Image.json @@ -0,0 +1,1404 @@ +{ + "name": "SDXL w/Refiner Text to Image", + "author": "InvokeAI", + "description": "Sample text to image workflow for SDXL with the refiner", + "version": "1.0.1", + "contact": "invoke@invoke.ai", + "tags": "text2image, SDXL, default, refiner", + "notes": "", + "exposedFields": [ + { + "nodeId": "30d3289c-773c-4152-a9d2-bd8a99c8fd22", + "fieldName": "model" + }, + { + "nodeId": "65b56526-ef0a-4c1f-adda-1017c925b063", + "fieldName": "steps" + }, + { + "nodeId": "06a30867-1e9d-461f-bd58-14a63cc997dd", + "fieldName": "scheduler" + }, + { + "nodeId": "62bdf243-d98f-4508-b6b5-c3af00ef49f0", + "fieldName": "model" + }, + { + "nodeId": "a9352523-613a-43e3-b97f-dade7ec317e5", + "fieldName": "steps" + }, + { + "nodeId": "b2b35add-929d-4538-aecb-02c661768b29", + "fieldName": "value" + }, + { + "nodeId": "f1a6a160-4c36-4902-8eeb-8b1c23e81bc8", + "fieldName": "value" + }, + { + "nodeId": "5639e3bc-b769-4ae5-9262-72db703c5a7b", + "fieldName": "value" + }, + { + "nodeId": "8d54b9db-3662-43af-8369-9a277e063f3b", + "fieldName": "value" + } + ], + "meta": { + "version": "1.0.0" + }, + "nodes": [ + { + "id": "a9352523-613a-43e3-b97f-dade7ec317e5", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "a9352523-613a-43e3-b97f-dade7ec317e5", + "type": "denoise_latents", + "inputs": { + "noise": { + "id": "962fb1ba-341c-441c-940b-1543caafab29", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "2b76247b-cc60-4ef0-8a51-290700590805", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "Refiner Steps", + "value": 36 + }, + "cfg_scale": { + "id": "f13c5cf5-6198-4183-9b47-0a44c5666a2a", + "name": "cfg_scale", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 7.5 + }, + "denoising_start": { + "id": "397bb49d-7d00-465b-a918-456910d7fedb", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.8 + }, + "denoising_end": { + "id": "dac6aa2a-d074-4e86-af0c-def573dd69ac", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "scheduler": { + "id": "34f9f11c-f2fc-48b2-b015-ededbf2d000f", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler" + }, + "control": { + "id": "80c69321-e712-453b-b8a8-b4e03d37844c", + "name": "control", + "type": "ControlField", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "8122d26c-ad2f-4f65-93d5-9ebb426bdba4", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "5dc048d6-28c3-4db4-9e8b-652006616c17", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + }, + "positive_conditioning": { + "id": "dd5cab6f-6dbd-4791-a21a-ef0544f26f8f", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "5efedcb9-3286-426a-ad57-f77b2d7d1898", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "unet": { + "id": "3ebc07f0-4cd7-4f4d-a5b3-a8ce13383305", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "ca9c565a-1dda-428c-9fdf-7c51eb7fa9c5", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "d91b7cbd-fe5c-4c92-923e-241d1a63648c", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "af9ee999-a666-42a8-8e5c-d04518c4aa8e", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 558, + "position": { + "x": 1650, + "y": -150 + } + }, + { + "id": "b2b35add-929d-4538-aecb-02c661768b29", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "b2b35add-929d-4538-aecb-02c661768b29", + "type": "string", + "inputs": { + "value": { + "id": "89854c84-cbc1-4b60-921d-4bade11cab66", + "name": "value", + "type": "string", + "fieldKind": "input", + "label": "Positive Prompt", + "value": "super cute tiger" + } + }, + "outputs": { + "value": { + "id": "3617404e-e483-4e2e-8550-7080a1ef283f", + "name": "value", + "type": "string", + "fieldKind": "output" + } + }, + "label": "Positive Prompt", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 700, + "y": -75 + } + }, + { + "id": "8d54b9db-3662-43af-8369-9a277e063f3b", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "8d54b9db-3662-43af-8369-9a277e063f3b", + "type": "string", + "inputs": { + "value": { + "id": "89854c84-cbc1-4b60-921d-4bade11cab66", + "name": "value", + "type": "string", + "fieldKind": "input", + "label": "Negative Style", + "value": "" + } + }, + "outputs": { + "value": { + "id": "3617404e-e483-4e2e-8550-7080a1ef283f", + "name": "value", + "type": "string", + "fieldKind": "output" + } + }, + "label": "Negative Style", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 700, + "y": 75 + } + }, + { + "id": "f1a6a160-4c36-4902-8eeb-8b1c23e81bc8", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "f1a6a160-4c36-4902-8eeb-8b1c23e81bc8", + "type": "string", + "inputs": { + "value": { + "id": "89854c84-cbc1-4b60-921d-4bade11cab66", + "name": "value", + "type": "string", + "fieldKind": "input", + "label": "Positive Style", + "value": "" + } + }, + "outputs": { + "value": { + "id": "3617404e-e483-4e2e-8550-7080a1ef283f", + "name": "value", + "type": "string", + "fieldKind": "output" + } + }, + "label": "Postive Style", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 700, + "y": -25 + } + }, + { + "id": "fbb2f1a0-2e68-411d-a955-60c3b8a6f2d1", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "fbb2f1a0-2e68-411d-a955-60c3b8a6f2d1", + "type": "sdxl_refiner_compel_prompt", + "inputs": { + "style": { + "id": "c6f91ecf-370f-44d0-8243-63724e75510a", + "name": "style", + "type": "string", + "fieldKind": "input", + "label": "Negative Style", + "value": "" + }, + "original_width": { + "id": "956f6eca-8324-41eb-a8dd-fa9b34164ca6", + "name": "original_width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "original_height": { + "id": "a41bb3a1-7664-4dac-b6ae-6f4dff3828a9", + "name": "original_height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "crop_top": { + "id": "81936e19-0ae7-4006-9d7c-e359fc7c7d15", + "name": "crop_top", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "crop_left": { + "id": "be94ddb8-88cc-4d6b-a2c0-f2b43143bfa1", + "name": "crop_left", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "aesthetic_score": { + "id": "60f380de-87b4-4535-b3ef-545a6e57283e", + "name": "aesthetic_score", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 6 + }, + "clip2": { + "id": "773c4054-c005-46ad-92c4-5c1fa4506041", + "name": "clip2", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "63e16bfa-59d8-4d6f-abda-ad979b26adb5", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "SDXL Refiner Negative Compel Prompt", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 520, + "position": { + "x": 1625, + "y": -925 + } + }, + { + "id": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", + "type": "sdxl_compel_prompt", + "inputs": { + "prompt": { + "id": "5a6889e6-95cb-462f-8f4a-6b93ae7afaec", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "Negative Prompt", + "value": "" + }, + "style": { + "id": "f240d0e6-3a1c-4320-af23-20ebb707c276", + "name": "style", + "type": "string", + "fieldKind": "input", + "label": "Negative Style", + "value": "" + }, + "original_width": { + "id": "05af07b0-99a0-4a68-8ad2-697bbdb7fc7e", + "name": "original_width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "original_height": { + "id": "2c771996-a998-43b7-9dd3-3792664d4e5b", + "name": "original_height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "crop_top": { + "id": "66519dca-a151-4e3e-ae1f-88f1f9877bde", + "name": "crop_top", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "crop_left": { + "id": "349cf2e9-f3d0-4e16-9ae2-7097d25b6a51", + "name": "crop_left", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "target_width": { + "id": "44499347-7bd6-4a73-99d6-5a982786db05", + "name": "target_width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "target_height": { + "id": "fda359b0-ab80-4f3c-805b-c9f61319d7d2", + "name": "target_height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "clip": { + "id": "b447adaf-a649-4a76-a827-046a9fc8d89b", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + }, + "clip2": { + "id": "86ee4e32-08f9-4baa-9163-31d93f5c0187", + "name": "clip2", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "7c10118e-7b4e-4911-b98e-d3ba6347dfd0", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "SDXL Negative Compel Prompt", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 764, + "position": { + "x": 900, + "y": -925 + } + }, + { + "id": "55705012-79b9-4aac-9f26-c0b10309785b", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "55705012-79b9-4aac-9f26-c0b10309785b", + "type": "noise", + "inputs": { + "seed": { + "id": "6431737c-918a-425d-a3b4-5d57e2f35d4d", + "name": "seed", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "width": { + "id": "38fc5b66-fe6e-47c8-bba9-daf58e454ed7", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "height": { + "id": "16298330-e2bf-4872-a514-d6923df53cbb", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "use_cpu": { + "id": "c7c436d3-7a7a-4e76-91e4-c6deb271623c", + "name": "use_cpu", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "noise": { + "id": "50f650dc-0184-4e23-a927-0497a96fe954", + "name": "noise", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "bb8a452b-133d-42d1-ae4a-3843d7e4109a", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "35cfaa12-3b8b-4b7a-a884-327ff3abddd9", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 1275, + "y": -200 + } + }, + { + "id": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "type": "l2i", + "inputs": { + "tiled": { + "id": "24f5bc7b-f6a1-425d-8ab1-f50b4db5d0df", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "b146d873-ffb9-4767-986a-5360504841a2", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + }, + "latents": { + "id": "65441abd-7713-4b00-9d8d-3771404002e8", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "a478b833-6e13-4611-9a10-842c89603c74", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "image": { + "id": "c87ae925-f858-417a-8940-8708ba9b4b53", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "4bcb8512-b5a1-45f1-9e52-6e92849f9d6c", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "23e41c00-a354-48e8-8f59-5875679c27ab", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": true, + "isIntermediate": false + }, + "width": 320, + "height": 266, + "position": { + "x": 2075, + "y": -400 + } + }, + { + "id": "ea94bc37-d995-4a83-aa99-4af42479f2f2", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "ea94bc37-d995-4a83-aa99-4af42479f2f2", + "type": "rand_int", + "inputs": { + "low": { + "id": "3ec65a37-60ba-4b6c-a0b2-553dd7a84b84", + "name": "low", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "high": { + "id": "085f853a-1a5f-494d-8bec-e4ba29a3f2d1", + "name": "high", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 2147483647 + } + }, + "outputs": { + "value": { + "id": "812ade4d-7699-4261-b9fc-a6c9d2ab55ee", + "name": "value", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "Random Seed", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 1275, + "y": -250 + } + }, + { + "id": "30d3289c-773c-4152-a9d2-bd8a99c8fd22", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "30d3289c-773c-4152-a9d2-bd8a99c8fd22", + "type": "sdxl_model_loader", + "inputs": { + "model": { + "id": "39f9e799-bc95-4318-a200-30eed9e60c42", + "name": "model", + "type": "SDXLMainModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "stable-diffusion-xl-base-1.0", + "base_model": "sdxl", + "model_type": "main" + } + } + }, + "outputs": { + "unet": { + "id": "2626a45e-59aa-4609-b131-2d45c5eaed69", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + }, + "clip": { + "id": "7c9c42fa-93d5-4639-ab8b-c4d9b0559baf", + "name": "clip", + "type": "ClipField", + "fieldKind": "output" + }, + "clip2": { + "id": "0dafddcf-a472-49c1-a47c-7b8fab4c8bc9", + "name": "clip2", + "type": "ClipField", + "fieldKind": "output" + }, + "vae": { + "id": "ee6a6997-1b3c-4ff3-99ce-1e7bfba2750c", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 700, + "y": 175 + } + }, + { + "id": "faf965a4-7530-427b-b1f3-4ba6505c2a08", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "faf965a4-7530-427b-b1f3-4ba6505c2a08", + "type": "sdxl_compel_prompt", + "inputs": { + "prompt": { + "id": "5a6889e6-95cb-462f-8f4a-6b93ae7afaec", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "Positive Prompt", + "value": "" + }, + "style": { + "id": "f240d0e6-3a1c-4320-af23-20ebb707c276", + "name": "style", + "type": "string", + "fieldKind": "input", + "label": "Positive Style", + "value": "" + }, + "original_width": { + "id": "05af07b0-99a0-4a68-8ad2-697bbdb7fc7e", + "name": "original_width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "original_height": { + "id": "2c771996-a998-43b7-9dd3-3792664d4e5b", + "name": "original_height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "crop_top": { + "id": "66519dca-a151-4e3e-ae1f-88f1f9877bde", + "name": "crop_top", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "crop_left": { + "id": "349cf2e9-f3d0-4e16-9ae2-7097d25b6a51", + "name": "crop_left", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "target_width": { + "id": "44499347-7bd6-4a73-99d6-5a982786db05", + "name": "target_width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "target_height": { + "id": "fda359b0-ab80-4f3c-805b-c9f61319d7d2", + "name": "target_height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "clip": { + "id": "b447adaf-a649-4a76-a827-046a9fc8d89b", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + }, + "clip2": { + "id": "86ee4e32-08f9-4baa-9163-31d93f5c0187", + "name": "clip2", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "7c10118e-7b4e-4911-b98e-d3ba6347dfd0", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "SDXL Positive Compel Prompt", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 764, + "position": { + "x": 550, + "y": -925 + } + }, + { + "id": "f0e06b70-9f53-44e3-8f5f-63d813b6b579", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "f0e06b70-9f53-44e3-8f5f-63d813b6b579", + "type": "sdxl_refiner_compel_prompt", + "inputs": { + "style": { + "id": "c6f91ecf-370f-44d0-8243-63724e75510a", + "name": "style", + "type": "string", + "fieldKind": "input", + "label": "Positive Style", + "value": "" + }, + "original_width": { + "id": "956f6eca-8324-41eb-a8dd-fa9b34164ca6", + "name": "original_width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "original_height": { + "id": "a41bb3a1-7664-4dac-b6ae-6f4dff3828a9", + "name": "original_height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 1024 + }, + "crop_top": { + "id": "81936e19-0ae7-4006-9d7c-e359fc7c7d15", + "name": "crop_top", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "crop_left": { + "id": "be94ddb8-88cc-4d6b-a2c0-f2b43143bfa1", + "name": "crop_left", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "aesthetic_score": { + "id": "60f380de-87b4-4535-b3ef-545a6e57283e", + "name": "aesthetic_score", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 6 + }, + "clip2": { + "id": "773c4054-c005-46ad-92c4-5c1fa4506041", + "name": "clip2", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "63e16bfa-59d8-4d6f-abda-ad979b26adb5", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "SDXL Refiner Positive Compel Prompt", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 520, + "position": { + "x": 1275, + "y": -925 + } + }, + { + "id": "62bdf243-d98f-4508-b6b5-c3af00ef49f0", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "62bdf243-d98f-4508-b6b5-c3af00ef49f0", + "type": "sdxl_refiner_model_loader", + "inputs": { + "model": { + "id": "2f09431c-096b-4848-b580-b37be773839d", + "name": "model", + "type": "SDXLRefinerModelField", + "fieldKind": "input", + "label": "Refiner Model", + "value": { + "model_name": "stable-diffusion-xl-refiner-1.0", + "base_model": "sdxl-refiner", + "model_type": "main" + } + } + }, + "outputs": { + "unet": { + "id": "c06b335a-7f65-4165-9ca2-40107eb9c85b", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + }, + "clip2": { + "id": "81ec105e-cc1f-4b78-a5bb-8df3a4dd2574", + "name": "clip2", + "type": "ClipField", + "fieldKind": "output" + }, + "vae": { + "id": "f516feab-873d-47ec-a946-b8f15eed4bed", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 700, + "y": 225 + } + }, + { + "id": "5639e3bc-b769-4ae5-9262-72db703c5a7b", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "5639e3bc-b769-4ae5-9262-72db703c5a7b", + "type": "string", + "inputs": { + "value": { + "id": "89854c84-cbc1-4b60-921d-4bade11cab66", + "name": "value", + "type": "string", + "fieldKind": "input", + "label": "Negative Prompt", + "value": "" + } + }, + "outputs": { + "value": { + "id": "3617404e-e483-4e2e-8550-7080a1ef283f", + "name": "value", + "type": "string", + "fieldKind": "output" + } + }, + "label": "Negative Prompt", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 700, + "y": 25 + } + }, + { + "id": "65b56526-ef0a-4c1f-adda-1017c925b063", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "65b56526-ef0a-4c1f-adda-1017c925b063", + "type": "denoise_latents", + "inputs": { + "noise": { + "id": "962fb1ba-341c-441c-940b-1543caafab29", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "2b76247b-cc60-4ef0-8a51-290700590805", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 36 + }, + "cfg_scale": { + "id": "f13c5cf5-6198-4183-9b47-0a44c5666a2a", + "name": "cfg_scale", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 7.5 + }, + "denoising_start": { + "id": "397bb49d-7d00-465b-a918-456910d7fedb", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "denoising_end": { + "id": "dac6aa2a-d074-4e86-af0c-def573dd69ac", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0.8 + }, + "scheduler": { + "id": "34f9f11c-f2fc-48b2-b015-ededbf2d000f", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler" + }, + "control": { + "id": "80c69321-e712-453b-b8a8-b4e03d37844c", + "name": "control", + "type": "ControlField", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "8122d26c-ad2f-4f65-93d5-9ebb426bdba4", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "5dc048d6-28c3-4db4-9e8b-652006616c17", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + }, + "positive_conditioning": { + "id": "dd5cab6f-6dbd-4791-a21a-ef0544f26f8f", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "5efedcb9-3286-426a-ad57-f77b2d7d1898", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "unet": { + "id": "3ebc07f0-4cd7-4f4d-a5b3-a8ce13383305", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "ca9c565a-1dda-428c-9fdf-7c51eb7fa9c5", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "d91b7cbd-fe5c-4c92-923e-241d1a63648c", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "af9ee999-a666-42a8-8e5c-d04518c4aa8e", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 558, + "position": { + "x": 1275, + "y": -150 + } + }, + { + "id": "06a30867-1e9d-461f-bd58-14a63cc997dd", + "type": "invocation", + "data": { + "version": "1.0.0", + "id": "06a30867-1e9d-461f-bd58-14a63cc997dd", + "type": "scheduler", + "inputs": { + "scheduler": { + "id": "0be5a5a0-3388-41e1-a6c4-10d414d8fe5b", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "euler" + } + }, + "outputs": { + "scheduler": { + "id": "cafdef9d-61cd-4f43-be91-356a1d65afca", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true + }, + "width": 320, + "height": 32, + "position": { + "x": 700, + "y": 125 + } + } + ], + "edges": [ + { + "source": "ea94bc37-d995-4a83-aa99-4af42479f2f2", + "target": "55705012-79b9-4aac-9f26-c0b10309785b", + "id": "ea94bc37-d995-4a83-aa99-4af42479f2f2-55705012-79b9-4aac-9f26-c0b10309785b-collapsed", + "type": "collapsed" + }, + { + "source": "ea94bc37-d995-4a83-aa99-4af42479f2f2", + "sourceHandle": "value", + "target": "55705012-79b9-4aac-9f26-c0b10309785b", + "targetHandle": "seed", + "id": "reactflow__edge-ea94bc37-d995-4a83-aa99-4af42479f2f2value-55705012-79b9-4aac-9f26-c0b10309785bseed", + "type": "default" + }, + { + "source": "30d3289c-773c-4152-a9d2-bd8a99c8fd22", + "sourceHandle": "clip", + "target": "faf965a4-7530-427b-b1f3-4ba6505c2a08", + "targetHandle": "clip", + "id": "reactflow__edge-30d3289c-773c-4152-a9d2-bd8a99c8fd22clip-faf965a4-7530-427b-b1f3-4ba6505c2a08clip", + "type": "default" + }, + { + "source": "30d3289c-773c-4152-a9d2-bd8a99c8fd22", + "sourceHandle": "clip2", + "target": "faf965a4-7530-427b-b1f3-4ba6505c2a08", + "targetHandle": "clip2", + "id": "reactflow__edge-30d3289c-773c-4152-a9d2-bd8a99c8fd22clip2-faf965a4-7530-427b-b1f3-4ba6505c2a08clip2", + "type": "default" + }, + { + "source": "30d3289c-773c-4152-a9d2-bd8a99c8fd22", + "sourceHandle": "clip", + "target": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", + "targetHandle": "clip", + "id": "reactflow__edge-30d3289c-773c-4152-a9d2-bd8a99c8fd22clip-3193ad09-a7c2-4bf4-a3a9-1c61cc33a204clip", + "type": "default" + }, + { + "source": "30d3289c-773c-4152-a9d2-bd8a99c8fd22", + "sourceHandle": "clip2", + "target": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", + "targetHandle": "clip2", + "id": "reactflow__edge-30d3289c-773c-4152-a9d2-bd8a99c8fd22clip2-3193ad09-a7c2-4bf4-a3a9-1c61cc33a204clip2", + "type": "default" + }, + { + "source": "62bdf243-d98f-4508-b6b5-c3af00ef49f0", + "sourceHandle": "clip2", + "target": "f0e06b70-9f53-44e3-8f5f-63d813b6b579", + "targetHandle": "clip2", + "id": "reactflow__edge-62bdf243-d98f-4508-b6b5-c3af00ef49f0clip2-f0e06b70-9f53-44e3-8f5f-63d813b6b579clip2", + "type": "default" + }, + { + "source": "62bdf243-d98f-4508-b6b5-c3af00ef49f0", + "sourceHandle": "clip2", + "target": "fbb2f1a0-2e68-411d-a955-60c3b8a6f2d1", + "targetHandle": "clip2", + "id": "reactflow__edge-62bdf243-d98f-4508-b6b5-c3af00ef49f0clip2-fbb2f1a0-2e68-411d-a955-60c3b8a6f2d1clip2", + "type": "default" + }, + { + "source": "5639e3bc-b769-4ae5-9262-72db703c5a7b", + "sourceHandle": "value", + "target": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", + "targetHandle": "prompt", + "id": "reactflow__edge-5639e3bc-b769-4ae5-9262-72db703c5a7bvalue-3193ad09-a7c2-4bf4-a3a9-1c61cc33a204prompt", + "type": "default" + }, + { + "source": "f1a6a160-4c36-4902-8eeb-8b1c23e81bc8", + "sourceHandle": "value", + "target": "faf965a4-7530-427b-b1f3-4ba6505c2a08", + "targetHandle": "style", + "id": "reactflow__edge-f1a6a160-4c36-4902-8eeb-8b1c23e81bc8value-faf965a4-7530-427b-b1f3-4ba6505c2a08style", + "type": "default" + }, + { + "source": "b2b35add-929d-4538-aecb-02c661768b29", + "sourceHandle": "value", + "target": "faf965a4-7530-427b-b1f3-4ba6505c2a08", + "targetHandle": "prompt", + "id": "reactflow__edge-b2b35add-929d-4538-aecb-02c661768b29value-faf965a4-7530-427b-b1f3-4ba6505c2a08prompt", + "type": "default" + }, + { + "source": "f1a6a160-4c36-4902-8eeb-8b1c23e81bc8", + "sourceHandle": "value", + "target": "f0e06b70-9f53-44e3-8f5f-63d813b6b579", + "targetHandle": "style", + "id": "reactflow__edge-f1a6a160-4c36-4902-8eeb-8b1c23e81bc8value-f0e06b70-9f53-44e3-8f5f-63d813b6b579style", + "type": "default" + }, + { + "source": "8d54b9db-3662-43af-8369-9a277e063f3b", + "sourceHandle": "value", + "target": "fbb2f1a0-2e68-411d-a955-60c3b8a6f2d1", + "targetHandle": "style", + "id": "reactflow__edge-8d54b9db-3662-43af-8369-9a277e063f3bvalue-fbb2f1a0-2e68-411d-a955-60c3b8a6f2d1style", + "type": "default" + }, + { + "source": "faf965a4-7530-427b-b1f3-4ba6505c2a08", + "sourceHandle": "conditioning", + "target": "65b56526-ef0a-4c1f-adda-1017c925b063", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-faf965a4-7530-427b-b1f3-4ba6505c2a08conditioning-65b56526-ef0a-4c1f-adda-1017c925b063positive_conditioning", + "type": "default" + }, + { + "source": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", + "sourceHandle": "conditioning", + "target": "65b56526-ef0a-4c1f-adda-1017c925b063", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-3193ad09-a7c2-4bf4-a3a9-1c61cc33a204conditioning-65b56526-ef0a-4c1f-adda-1017c925b063negative_conditioning", + "type": "default" + }, + { + "source": "55705012-79b9-4aac-9f26-c0b10309785b", + "sourceHandle": "noise", + "target": "65b56526-ef0a-4c1f-adda-1017c925b063", + "targetHandle": "noise", + "id": "reactflow__edge-55705012-79b9-4aac-9f26-c0b10309785bnoise-65b56526-ef0a-4c1f-adda-1017c925b063noise", + "type": "default" + }, + { + "source": "30d3289c-773c-4152-a9d2-bd8a99c8fd22", + "sourceHandle": "unet", + "target": "65b56526-ef0a-4c1f-adda-1017c925b063", + "targetHandle": "unet", + "id": "reactflow__edge-30d3289c-773c-4152-a9d2-bd8a99c8fd22unet-65b56526-ef0a-4c1f-adda-1017c925b063unet", + "type": "default" + }, + { + "source": "fbb2f1a0-2e68-411d-a955-60c3b8a6f2d1", + "sourceHandle": "conditioning", + "target": "a9352523-613a-43e3-b97f-dade7ec317e5", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-fbb2f1a0-2e68-411d-a955-60c3b8a6f2d1conditioning-a9352523-613a-43e3-b97f-dade7ec317e5negative_conditioning", + "type": "default" + }, + { + "source": "f0e06b70-9f53-44e3-8f5f-63d813b6b579", + "sourceHandle": "conditioning", + "target": "a9352523-613a-43e3-b97f-dade7ec317e5", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-f0e06b70-9f53-44e3-8f5f-63d813b6b579conditioning-a9352523-613a-43e3-b97f-dade7ec317e5positive_conditioning", + "type": "default" + }, + { + "source": "a9352523-613a-43e3-b97f-dade7ec317e5", + "sourceHandle": "latents", + "target": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "targetHandle": "latents", + "id": "reactflow__edge-a9352523-613a-43e3-b97f-dade7ec317e5latents-dbcd2f98-d809-48c8-bf64-2635f88a2fe9latents", + "type": "default" + }, + { + "source": "62bdf243-d98f-4508-b6b5-c3af00ef49f0", + "sourceHandle": "vae", + "target": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "targetHandle": "vae", + "id": "reactflow__edge-62bdf243-d98f-4508-b6b5-c3af00ef49f0vae-dbcd2f98-d809-48c8-bf64-2635f88a2fe9vae", + "type": "default" + }, + { + "source": "62bdf243-d98f-4508-b6b5-c3af00ef49f0", + "sourceHandle": "unet", + "target": "a9352523-613a-43e3-b97f-dade7ec317e5", + "targetHandle": "unet", + "id": "reactflow__edge-62bdf243-d98f-4508-b6b5-c3af00ef49f0unet-a9352523-613a-43e3-b97f-dade7ec317e5unet", + "type": "default" + }, + { + "source": "65b56526-ef0a-4c1f-adda-1017c925b063", + "sourceHandle": "latents", + "target": "a9352523-613a-43e3-b97f-dade7ec317e5", + "targetHandle": "latents", + "id": "reactflow__edge-65b56526-ef0a-4c1f-adda-1017c925b063latents-a9352523-613a-43e3-b97f-dade7ec317e5latents", + "type": "default" + }, + { + "source": "06a30867-1e9d-461f-bd58-14a63cc997dd", + "sourceHandle": "scheduler", + "target": "65b56526-ef0a-4c1f-adda-1017c925b063", + "targetHandle": "scheduler", + "id": "reactflow__edge-06a30867-1e9d-461f-bd58-14a63cc997ddscheduler-65b56526-ef0a-4c1f-adda-1017c925b063scheduler", + "type": "default" + }, + { + "source": "06a30867-1e9d-461f-bd58-14a63cc997dd", + "sourceHandle": "scheduler", + "target": "a9352523-613a-43e3-b97f-dade7ec317e5", + "targetHandle": "scheduler", + "id": "reactflow__edge-06a30867-1e9d-461f-bd58-14a63cc997ddscheduler-a9352523-613a-43e3-b97f-dade7ec317e5scheduler", + "type": "default" + }, + { + "source": "8d54b9db-3662-43af-8369-9a277e063f3b", + "sourceHandle": "value", + "target": "3193ad09-a7c2-4bf4-a3a9-1c61cc33a204", + "targetHandle": "style", + "id": "reactflow__edge-8d54b9db-3662-43af-8369-9a277e063f3bvalue-3193ad09-a7c2-4bf4-a3a9-1c61cc33a204style", + "type": "default" + } + ] +} diff --git a/core/Text to Image.json b/core/Text to Image.json index 1c4ba62..282d8e1 100644 --- a/core/Text to Image.json +++ b/core/Text to Image.json @@ -2,7 +2,7 @@ "name": "Text to Image", "author": "InvokeAI", "description": "Sample text to image workflow for Stable Diffusion 1.5/2", - "version": "1.0", + "version": "1.0.1", "contact": "invoke@invoke.ai", "tags": "text2image, SD1.5, SD2, default", "notes": "", @@ -18,10 +18,6 @@ { "nodeId": "93dc02a4-d05b-48ed-b99c-c9b616af3402", "fieldName": "prompt" - }, - { - "nodeId": "75899702-fa44-46d2-b2d5-3e17f234c3e7", - "fieldName": "steps" } ], "meta": { @@ -63,13 +59,15 @@ "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" }, "width": 320, - "height": 235, + "height": 261, "position": { - "x": 1400, - "y": -75 + "x": 995.7263915923627, + "y": 239.67783573351227 } }, { @@ -136,13 +134,15 @@ "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" }, "width": 320, - "height": 364, + "height": 389, "position": { - "x": 1000, - "y": 350 + "x": 993.4442117555518, + "y": 605.6757415334787 } }, { @@ -207,13 +207,15 @@ "isOpen": true, "notes": "", "embedWorkflow": true, - "isIntermediate": false + "isIntermediate": false, + "useCache": true, + "version": "1.0.0" }, "width": 320, "height": 266, "position": { - "x": 1800, - "y": 200 + "x": 1911.4484001556189, + "y": 438.1936395482835 } }, { @@ -257,16 +259,18 @@ } }, "label": "", - "isOpen": false, + "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" }, "width": 320, - "height": 32, + "height": 226, "position": { - "x": 1000, - "y": 200 + "x": 163.04436745878343, + "y": 254.63156870373479 } }, { @@ -304,13 +308,15 @@ "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" }, "width": 320, - "height": 235, + "height": 261, "position": { - "x": 1000, - "y": -75 + "x": 595.7263915923627, + "y": 239.67783573351227 } }, { @@ -346,50 +352,52 @@ } }, "label": "Random Seed", - "isOpen": false, + "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": false, + "version": "1.0.0" }, "width": 320, - "height": 32, + "height": 218, "position": { - "x": 1000, - "y": 275 + "x": 541.094822888628, + "y": 694.5704476446829 } }, { - "id": "75899702-fa44-46d2-b2d5-3e17f234c3e7", + "id": "1693508d-4e82-43d6-9582-032ff42f4b95", "type": "invocation", "data": { - "id": "75899702-fa44-46d2-b2d5-3e17f234c3e7", + "id": "1693508d-4e82-43d6-9582-032ff42f4b95", "type": "denoise_latents", "inputs": { "noise": { - "id": "8b18f3eb-40d2-45c1-9a9d-28d6af0dce2b", + "id": "c82b4dd4-d66e-4b11-b18a-560b92075476", "name": "noise", "type": "LatentsField", "fieldKind": "input", "label": "" }, "steps": { - "id": "0be4373c-46f3-441c-80a7-a4bb6ceb498c", + "id": "e3255024-d5b1-4f9f-8f0b-119051ddd24b", "name": "steps", "type": "integer", "fieldKind": "input", "label": "", - "value": 36 + "value": 10 }, "cfg_scale": { - "id": "107267ce-4666-4cd7-94b3-7476b7973ae9", + "id": "629fe916-c9f5-4389-b709-00e09997519d", "name": "cfg_scale", - "type": "float", + "type": "FloatPolymorphic", "fieldKind": "input", "label": "", "value": 7.5 }, "denoising_start": { - "id": "d2ce9f0f-5fc2-48b2-b917-53442941e9a1", + "id": "7aa40035-852d-4b9d-b51d-b8d3c34348fb", "name": "denoising_start", "type": "float", "fieldKind": "input", @@ -397,7 +405,7 @@ "value": 0 }, "denoising_end": { - "id": "8ad51505-b8d0-422a-beb8-96fc6fc6b65f", + "id": "25f0ff94-de4a-4dd3-befb-35f282e37f95", "name": "denoising_end", "type": "float", "fieldKind": "input", @@ -405,7 +413,7 @@ "value": 1 }, "scheduler": { - "id": "53092874-a43b-4623-91a2-76e62fdb1f2e", + "id": "add358f4-ca00-416f-93bb-a3396fb76f80", "name": "scheduler", "type": "Scheduler", "fieldKind": "input", @@ -413,42 +421,56 @@ "value": "euler" }, "control": { - "id": "7abe57cc-469d-437e-ad72-a18efa28215f", + "id": "f6474582-6598-4046-8b63-273291eee1c4", "name": "control", - "type": "ControlField", + "type": "ControlPolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter": { + "id": "80db1b01-0119-4ec7-a4ee-d49ec6382576", + "name": "ip_adapter", + "type": "IPAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "t2i_adapter": { + "id": "f9ec856a-a44a-4aec-8126-e108ca747dd2", + "name": "t2i_adapter", + "type": "T2IAdapterPolymorphic", "fieldKind": "input", "label": "" }, "latents": { - "id": "add8bbe5-14d0-42d4-a867-9c65ab8dd129", + "id": "23d5775f-02a6-4dc7-8a26-f5afc950c4d8", "name": "latents", "type": "LatentsField", "fieldKind": "input", "label": "" }, "denoise_mask": { - "id": "f373a190-0fc8-45b7-ae62-c4aa8e9687e1", + "id": "55b44bfe-d5ee-4aad-a282-9e0eb822b08b", "name": "denoise_mask", "type": "DenoiseMaskField", "fieldKind": "input", "label": "" }, "positive_conditioning": { - "id": "c7160303-8a23-4f15-9197-855d48802a7f", + "id": "fa453710-64b3-4736-8af7-99feb6a5f3a5", "name": "positive_conditioning", "type": "ConditioningField", "fieldKind": "input", "label": "" }, "negative_conditioning": { - "id": "fd750efa-1dfc-4d0b-accb-828e905ba320", + "id": "5b22386c-f966-4f3b-9af4-daa8f8747431", "name": "negative_conditioning", "type": "ConditioningField", "fieldKind": "input", "label": "" }, "unet": { - "id": "af1f41ba-ce2a-4314-8d7f-494bb5800381", + "id": "428d0540-cd6d-427e-9bd7-9590ad6aebd8", "name": "unet", "type": "UNetField", "fieldKind": "input", @@ -457,19 +479,19 @@ }, "outputs": { "latents": { - "id": "8508d04d-f999-4a44-94d0-388ab1401d27", + "id": "421e539d-a737-464a-98b9-b52fc343d4cb", "name": "latents", "type": "LatentsField", "fieldKind": "output" }, "width": { - "id": "93dc8287-0a2a-4320-83a4-5e994b7ba23e", + "id": "40c94fd6-37b8-4786-9648-46efc9669b8c", "name": "width", "type": "integer", "fieldKind": "output" }, "height": { - "id": "d9862f5c-0ab5-46fa-8c29-5059bb581d96", + "id": "a342aa14-e5ac-4f3a-a357-2940c9c4f424", "name": "height", "type": "integer", "fieldKind": "output" @@ -479,13 +501,15 @@ "isOpen": true, "notes": "", "embedWorkflow": false, - "isIntermediate": true + "isIntermediate": true, + "useCache": true, + "version": "1.3.0" }, "width": 320, - "height": 558, + "height": 646, "position": { - "x": 1400, - "y": 200 + "x": 1429.0074845484285, + "y": 435.2120924049279 } } ], @@ -523,44 +547,44 @@ "type": "default" }, { - "source": "75899702-fa44-46d2-b2d5-3e17f234c3e7", - "sourceHandle": "latents", - "target": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", - "targetHandle": "latents", - "id": "reactflow__edge-75899702-fa44-46d2-b2d5-3e17f234c3e7latents-dbcd2f98-d809-48c8-bf64-2635f88a2fe9latents", + "source": "55705012-79b9-4aac-9f26-c0b10309785b", + "sourceHandle": "noise", + "target": "1693508d-4e82-43d6-9582-032ff42f4b95", + "targetHandle": "noise", + "id": "reactflow__edge-55705012-79b9-4aac-9f26-c0b10309785bnoise-1693508d-4e82-43d6-9582-032ff42f4b95noise", + "type": "default" + }, + { + "source": "c8d55139-f380-4695-b7f2-8b3d1e1e3db8", + "sourceHandle": "unet", + "target": "1693508d-4e82-43d6-9582-032ff42f4b95", + "targetHandle": "unet", + "id": "reactflow__edge-c8d55139-f380-4695-b7f2-8b3d1e1e3db8unet-1693508d-4e82-43d6-9582-032ff42f4b95unet", "type": "default" }, { "source": "7d8bf987-284f-413a-b2fd-d825445a5d6c", "sourceHandle": "conditioning", - "target": "75899702-fa44-46d2-b2d5-3e17f234c3e7", + "target": "1693508d-4e82-43d6-9582-032ff42f4b95", "targetHandle": "positive_conditioning", - "id": "reactflow__edge-7d8bf987-284f-413a-b2fd-d825445a5d6cconditioning-75899702-fa44-46d2-b2d5-3e17f234c3e7positive_conditioning", + "id": "reactflow__edge-7d8bf987-284f-413a-b2fd-d825445a5d6cconditioning-1693508d-4e82-43d6-9582-032ff42f4b95positive_conditioning", "type": "default" }, { "source": "93dc02a4-d05b-48ed-b99c-c9b616af3402", "sourceHandle": "conditioning", - "target": "75899702-fa44-46d2-b2d5-3e17f234c3e7", + "target": "1693508d-4e82-43d6-9582-032ff42f4b95", "targetHandle": "negative_conditioning", - "id": "reactflow__edge-93dc02a4-d05b-48ed-b99c-c9b616af3402conditioning-75899702-fa44-46d2-b2d5-3e17f234c3e7negative_conditioning", + "id": "reactflow__edge-93dc02a4-d05b-48ed-b99c-c9b616af3402conditioning-1693508d-4e82-43d6-9582-032ff42f4b95negative_conditioning", "type": "default" }, { - "source": "c8d55139-f380-4695-b7f2-8b3d1e1e3db8", - "sourceHandle": "unet", - "target": "75899702-fa44-46d2-b2d5-3e17f234c3e7", - "targetHandle": "unet", - "id": "reactflow__edge-c8d55139-f380-4695-b7f2-8b3d1e1e3db8unet-75899702-fa44-46d2-b2d5-3e17f234c3e7unet", - "type": "default" - }, - { - "source": "55705012-79b9-4aac-9f26-c0b10309785b", - "sourceHandle": "noise", - "target": "75899702-fa44-46d2-b2d5-3e17f234c3e7", - "targetHandle": "noise", - "id": "reactflow__edge-55705012-79b9-4aac-9f26-c0b10309785bnoise-75899702-fa44-46d2-b2d5-3e17f234c3e7noise", + "source": "1693508d-4e82-43d6-9582-032ff42f4b95", + "sourceHandle": "latents", + "target": "dbcd2f98-d809-48c8-bf64-2635f88a2fe9", + "targetHandle": "latents", + "id": "reactflow__edge-1693508d-4e82-43d6-9582-032ff42f4b95latents-dbcd2f98-d809-48c8-bf64-2635f88a2fe9latents", "type": "default" } ] -} +} \ No newline at end of file From e07139e3f5892e0353fc77cd43d5ebd3ad5d1783 Mon Sep 17 00:00:00 2001 From: Millun Atluri Date: Wed, 8 Nov 2023 23:03:18 +1100 Subject: [PATCH 2/2] Addition of Instant Character LoRA --- core/Instant_Character_LoRA.json | 1051 ++++++++++++++++++++++++++++++ 1 file changed, 1051 insertions(+) create mode 100644 core/Instant_Character_LoRA.json diff --git a/core/Instant_Character_LoRA.json b/core/Instant_Character_LoRA.json new file mode 100644 index 0000000..54c3e8e --- /dev/null +++ b/core/Instant_Character_LoRA.json @@ -0,0 +1,1051 @@ +{ + "meta": { + "version": "1.0.0" + }, + "name": "Instant Character LoRA", + "author": "@imic", + "description": "A workflow to create images in a character's likeness without a specific LoRA", + "notes": "", + "tags": "IP-Adapter, LoRA, instant, InvokeAI", + "contact": "millun@invoke.ai", + "version": "1.0.0", + "exposedFields": [ + { + "nodeId": "9785cb16-067f-4fa9-af60-0d68f4ff17bc", + "fieldName": "model" + }, + { + "nodeId": "35c42aeb-7e13-47cd-ae6b-089be50c9556", + "fieldName": "prompt" + }, + { + "nodeId": "abda2e3c-2bcc-449b-ba33-5e52f886e17f", + "fieldName": "image" + }, + { + "nodeId": "523b2cfd-0dfb-488d-a75a-36b68988677c", + "fieldName": "image" + }, + { + "nodeId": "25985936-6c6b-4aa6-809a-7904c0e51268", + "fieldName": "image" + }, + { + "nodeId": "c9c6bdec-4ba1-44e6-8b3a-7ed394c764cc", + "fieldName": "image" + }, + { + "nodeId": "5ca8bd47-fe09-425d-85cd-b7067dd622e3", + "fieldName": "image" + } + ], + "nodes": [ + { + "id": "5ca8bd47-fe09-425d-85cd-b7067dd622e3", + "type": "invocation", + "data": { + "id": "5ca8bd47-fe09-425d-85cd-b7067dd622e3", + "type": "image", + "inputs": { + "image": { + "id": "760d0f42-4d63-4c88-9c49-916185c0b9e3", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "", + "value": { + "image_name": "e4e63d01-28eb-45d7-85a7-4614149a02b8.png" + } + } + }, + "outputs": { + "image": { + "id": "816d3809-8748-4c0d-b4e9-383fa505f5b9", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "87228255-abfb-4b0b-a1e2-b37d379c8eb5", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "f674e607-a3e5-4100-9644-0e5981e78020", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 32, + "position": { + "x": 881.2261249956409, + "y": 664.7486500823987 + } + }, + { + "id": "c9c6bdec-4ba1-44e6-8b3a-7ed394c764cc", + "type": "invocation", + "data": { + "id": "c9c6bdec-4ba1-44e6-8b3a-7ed394c764cc", + "type": "image", + "inputs": { + "image": { + "id": "760d0f42-4d63-4c88-9c49-916185c0b9e3", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "", + "value": { + "image_name": "c7b34288-eec1-4443-b58c-dcdf728b4f9c.png" + } + } + }, + "outputs": { + "image": { + "id": "816d3809-8748-4c0d-b4e9-383fa505f5b9", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "87228255-abfb-4b0b-a1e2-b37d379c8eb5", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "f674e607-a3e5-4100-9644-0e5981e78020", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 32, + "position": { + "x": 882.3197573303728, + "y": 609.425890150643 + } + }, + { + "id": "25985936-6c6b-4aa6-809a-7904c0e51268", + "type": "invocation", + "data": { + "id": "25985936-6c6b-4aa6-809a-7904c0e51268", + "type": "image", + "inputs": { + "image": { + "id": "760d0f42-4d63-4c88-9c49-916185c0b9e3", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "", + "value": { + "image_name": "2159b078-20b8-43fc-adf5-7a9b4be089e1.png" + } + } + }, + "outputs": { + "image": { + "id": "816d3809-8748-4c0d-b4e9-383fa505f5b9", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "87228255-abfb-4b0b-a1e2-b37d379c8eb5", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "f674e607-a3e5-4100-9644-0e5981e78020", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 32, + "position": { + "x": 882.9360083062375, + "y": 556.4685738477993 + } + }, + { + "id": "9e876e8a-64ed-4308-a3e4-a409388f60a6", + "type": "invocation", + "data": { + "id": "9e876e8a-64ed-4308-a3e4-a409388f60a6", + "type": "compel", + "inputs": { + "prompt": { + "id": "2e08a072-16cf-4e97-b439-b616e73894b2", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "", + "value": "distorted, unrealistic, blurry" + }, + "clip": { + "id": "2149b353-0a40-4db8-8e07-1291ab74c027", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "921a7cc4-a960-47b5-b41b-1c323307b5a2", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 256, + "position": { + "x": 1719.5178427088922, + "y": -58.064529991094915 + } + }, + { + "id": "9785cb16-067f-4fa9-af60-0d68f4ff17bc", + "type": "invocation", + "data": { + "id": "9785cb16-067f-4fa9-af60-0d68f4ff17bc", + "type": "main_model_loader", + "inputs": { + "model": { + "id": "f0d95769-a757-434a-8cbd-1237f94ea5e5", + "name": "model", + "type": "MainModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "realisticVisionV51_v51VAE", + "base_model": "sd-1", + "model_type": "main" + } + } + }, + "outputs": { + "vae": { + "id": "a2869ba2-36c0-4489-b404-3183aed0ae2c", + "name": "vae", + "type": "VaeField", + "fieldKind": "output" + }, + "clip": { + "id": "fab2edd4-9d79-4c75-9151-ae1ccfb3c577", + "name": "clip", + "type": "ClipField", + "fieldKind": "output" + }, + "unet": { + "id": "a8ae0ab2-9b01-4a56-9efe-980a6bf3b97d", + "name": "unet", + "type": "UNetField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 227, + "position": { + "x": 1300.2646217388838, + "y": -99.87205619166006 + } + }, + { + "id": "35c42aeb-7e13-47cd-ae6b-089be50c9556", + "type": "invocation", + "data": { + "id": "35c42aeb-7e13-47cd-ae6b-089be50c9556", + "type": "compel", + "inputs": { + "prompt": { + "id": "2e08a072-16cf-4e97-b439-b616e73894b2", + "name": "prompt", + "type": "string", + "fieldKind": "input", + "label": "Positive Prompt", + "value": "a lumberjack" + }, + "clip": { + "id": "2149b353-0a40-4db8-8e07-1291ab74c027", + "name": "clip", + "type": "ClipField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "conditioning": { + "id": "921a7cc4-a960-47b5-b41b-1c323307b5a2", + "name": "conditioning", + "type": "ConditioningField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 256, + "position": { + "x": 1711.1594378714508, + "y": -337.9585947158319 + } + }, + { + "id": "380c1b5b-43bd-4aa3-90e9-985436530bf4", + "type": "invocation", + "data": { + "id": "380c1b5b-43bd-4aa3-90e9-985436530bf4", + "type": "denoise_latents", + "inputs": { + "positive_conditioning": { + "id": "46ac7adb-117f-42d6-990c-c3e980c346dc", + "name": "positive_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "negative_conditioning": { + "id": "1083db5f-9ebf-4039-94d5-5abd5a2ad2bd", + "name": "negative_conditioning", + "type": "ConditioningField", + "fieldKind": "input", + "label": "" + }, + "noise": { + "id": "f7a1b5d0-dc95-4cef-9610-3fe6698e1973", + "name": "noise", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "steps": { + "id": "313bfbd0-a8fe-49bb-a1b9-3c6ce33f5596", + "name": "steps", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 25 + }, + "cfg_scale": { + "id": "3543f837-b9d2-4502-a615-c67e9f4fe2c7", + "name": "cfg_scale", + "type": "FloatPolymorphic", + "fieldKind": "input", + "label": "", + "value": 7.5 + }, + "denoising_start": { + "id": "2a6fc639-c37f-4b45-8b2c-97b390e4b0ce", + "name": "denoising_start", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "denoising_end": { + "id": "76fd0daf-c7c4-4030-a127-fa5254b2eae8", + "name": "denoising_end", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "scheduler": { + "id": "a2b78b6a-f179-4c80-a00b-deee4dc3a97b", + "name": "scheduler", + "type": "Scheduler", + "fieldKind": "input", + "label": "", + "value": "dpmpp_2m_k" + }, + "unet": { + "id": "59232e65-5278-40be-923e-81d1cd2fda95", + "name": "unet", + "type": "UNetField", + "fieldKind": "input", + "label": "" + }, + "control": { + "id": "4cbe5814-e010-4a53-b494-80f166d113af", + "name": "control", + "type": "ControlPolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter": { + "id": "e6ba905b-4ee9-4923-817f-afe186308ada", + "name": "ip_adapter", + "type": "IPAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "t2i_adapter": { + "id": "f7b788d1-442b-4e14-b5cb-d9413be84137", + "name": "t2i_adapter", + "type": "T2IAdapterPolymorphic", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "4211f45c-3246-4556-a117-d5c919e75f9c", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "denoise_mask": { + "id": "ddc7650a-8822-4a30-89c2-111ced52df34", + "name": "denoise_mask", + "type": "DenoiseMaskField", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "latents": { + "id": "b6439c23-25cb-4fac-9588-969c0df15db4", + "name": "latents", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "f1657da0-1a86-4d69-90e0-2313560214a2", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "f426137e-9a87-443e-987e-1faed0b02c17", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.4.0" + }, + "width": 320, + "height": 648, + "position": { + "x": 2199.4899506106026, + "y": -67.16410714168894 + } + }, + { + "id": "6faa6244-39eb-4411-aa96-c1a63d44231d", + "type": "invocation", + "data": { + "id": "6faa6244-39eb-4411-aa96-c1a63d44231d", + "type": "noise", + "inputs": { + "seed": { + "id": "b7644753-18d9-430a-bf39-fd38758066ed", + "name": "seed", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "width": { + "id": "b966abff-f850-4975-87c1-2cceccf7847c", + "name": "width", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "height": { + "id": "fc106ddc-8f39-4ee5-af2b-e628ef9ee640", + "name": "height", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 512 + }, + "use_cpu": { + "id": "e9ded119-1ab9-4109-96f3-cca61812cb22", + "name": "use_cpu", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "noise": { + "id": "efe501c4-7ae1-4982-bfc0-dccede7a2e30", + "name": "noise", + "type": "LatentsField", + "fieldKind": "output" + }, + "width": { + "id": "e2fb8f63-a6d0-4b3d-956f-b82bb9d50537", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "fde62c08-c4c2-47d0-b9c9-dd4c40b52c03", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 32, + "position": { + "x": 1708.525248120588, + "y": 228.2048022190841 + } + }, + { + "id": "de6738c1-cda3-45ad-996b-61037f2f1580", + "type": "invocation", + "data": { + "id": "de6738c1-cda3-45ad-996b-61037f2f1580", + "type": "l2i", + "inputs": { + "metadata": { + "id": "ef1e7d9d-0397-4127-aea3-b7944c857c59", + "name": "metadata", + "type": "MetadataField", + "fieldKind": "input", + "label": "" + }, + "latents": { + "id": "8ce1d9b1-06f3-4bcb-acc6-6966dae4f907", + "name": "latents", + "type": "LatentsField", + "fieldKind": "input", + "label": "" + }, + "vae": { + "id": "fd01f4fa-c614-400e-a6d1-24567afcb9b8", + "name": "vae", + "type": "VaeField", + "fieldKind": "input", + "label": "" + }, + "tiled": { + "id": "c8c0591b-f974-4c8a-99e6-de7435ba6247", + "name": "tiled", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": false + }, + "fp32": { + "id": "688b0887-bbc8-4994-8ce0-376d1d939e34", + "name": "fp32", + "type": "boolean", + "fieldKind": "input", + "label": "", + "value": true + } + }, + "outputs": { + "image": { + "id": "46fd4cda-544d-4337-9923-3a12ef4b2ae0", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "e3fdecae-a7c7-4f07-94be-c0569e04949b", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "0db6e59a-652f-47d8-aad3-34bad2af10c8", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": true, + "isIntermediate": false, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 267, + "position": { + "x": 2744.8832933985977, + "y": -47.14874700699899 + } + }, + { + "id": "f37fba1b-caf0-4476-9c23-918c7f6920d2", + "type": "invocation", + "data": { + "id": "f37fba1b-caf0-4476-9c23-918c7f6920d2", + "type": "rand_int", + "inputs": { + "low": { + "id": "413ea72b-7482-43e4-9cfb-2bb2e1b2bc89", + "name": "low", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "high": { + "id": "2ece5772-12c7-4604-b9a3-f1144be793e4", + "name": "high", + "type": "integer", + "fieldKind": "input", + "label": "", + "value": 2147483647 + } + }, + "outputs": { + "value": { + "id": "1c3f03be-c2fc-4075-9e0d-5cfd9917f4b8", + "name": "value", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": false, + "version": "1.0.0" + }, + "width": 320, + "height": 32, + "position": { + "x": 1299.1244209094784, + "y": 231.54585413111124 + } + }, + { + "id": "abda2e3c-2bcc-449b-ba33-5e52f886e17f", + "type": "invocation", + "data": { + "id": "abda2e3c-2bcc-449b-ba33-5e52f886e17f", + "type": "image", + "inputs": { + "image": { + "id": "6d480fd0-3463-4a55-bed7-371ca0be3d5c", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "", + "value": { + "image_name": "d8e25f22-ae68-4b8a-abb4-1266e4a41337.png" + } + } + }, + "outputs": { + "image": { + "id": "328d0b66-9ca8-4f75-bbde-c1c2db5271d8", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "5d8ab177-1a40-45e6-bfc8-d2dbb5b0e5bd", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "3026f2ff-c666-4885-8ec0-624b528ecd55", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 32, + "position": { + "x": 883.2355845652094, + "y": 459.6703019868608 + } + }, + { + "id": "9675a52c-406f-46ec-8d68-a78be1129329", + "type": "invocation", + "data": { + "id": "9675a52c-406f-46ec-8d68-a78be1129329", + "type": "collect", + "inputs": { + "item": { + "id": "9cabbbeb-868b-4db3-a365-4e5c1c2bfa81", + "name": "item", + "type": "CollectionItem", + "fieldKind": "input", + "label": "" + } + }, + "outputs": { + "collection": { + "id": "7c754bda-1954-4bf3-a9ae-2f9550a86944", + "name": "collection", + "type": "Collection", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 104, + "position": { + "x": 1337.8613000153873, + "y": 482.5182773640081 + } + }, + { + "id": "523b2cfd-0dfb-488d-a75a-36b68988677c", + "type": "invocation", + "data": { + "id": "523b2cfd-0dfb-488d-a75a-36b68988677c", + "type": "image", + "inputs": { + "image": { + "id": "760d0f42-4d63-4c88-9c49-916185c0b9e3", + "name": "image", + "type": "ImageField", + "fieldKind": "input", + "label": "", + "value": { + "image_name": "64235da6-40e8-4a41-b50b-e8e4466e7f3c.png" + } + } + }, + "outputs": { + "image": { + "id": "816d3809-8748-4c0d-b4e9-383fa505f5b9", + "name": "image", + "type": "ImageField", + "fieldKind": "output" + }, + "width": { + "id": "87228255-abfb-4b0b-a1e2-b37d379c8eb5", + "name": "width", + "type": "integer", + "fieldKind": "output" + }, + "height": { + "id": "f674e607-a3e5-4100-9644-0e5981e78020", + "name": "height", + "type": "integer", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": false, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.0.0" + }, + "width": 320, + "height": 32, + "position": { + "x": 884.977765827681, + "y": 512.7512908524822 + } + }, + { + "id": "aee3c0c2-21b7-43b6-90e7-1e1bdbf0ae8f", + "type": "invocation", + "data": { + "id": "aee3c0c2-21b7-43b6-90e7-1e1bdbf0ae8f", + "type": "ip_adapter", + "inputs": { + "image": { + "id": "b538aa3b-81a1-4105-86df-fa1ac346b712", + "name": "image", + "type": "ImagePolymorphic", + "fieldKind": "input", + "label": "" + }, + "ip_adapter_model": { + "id": "86ade66d-69a3-47b0-8b10-9e1e462e08a9", + "name": "ip_adapter_model", + "type": "IPAdapterModelField", + "fieldKind": "input", + "label": "", + "value": { + "model_name": "ip_adapter_plus_face_sd15", + "base_model": "sd-1" + } + }, + "weight": { + "id": "9865ca8d-eb95-433a-9827-67d356aa498e", + "name": "weight", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + }, + "begin_step_percent": { + "id": "fc6c28d6-8a0d-4273-926a-7a0c3f85aca4", + "name": "begin_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 0 + }, + "end_step_percent": { + "id": "24ccbb14-9173-467d-8f3f-35c389f557f6", + "name": "end_step_percent", + "type": "float", + "fieldKind": "input", + "label": "", + "value": 1 + } + }, + "outputs": { + "ip_adapter": { + "id": "ed391214-9cf4-441d-9895-1eb4fed2567c", + "name": "ip_adapter", + "type": "IPAdapterField", + "fieldKind": "output" + } + }, + "label": "", + "isOpen": true, + "notes": "", + "embedWorkflow": false, + "isIntermediate": true, + "useCache": true, + "version": "1.1.0" + }, + "width": 320, + "height": 396, + "position": { + "x": 1735.0918558645603, + "y": 295.5640433832636 + } + } + ], + "edges": [ + { + "source": "f37fba1b-caf0-4476-9c23-918c7f6920d2", + "target": "6faa6244-39eb-4411-aa96-c1a63d44231d", + "id": "f37fba1b-caf0-4476-9c23-918c7f6920d2-6faa6244-39eb-4411-aa96-c1a63d44231d-collapsed", + "type": "collapsed" + }, + { + "source": "9785cb16-067f-4fa9-af60-0d68f4ff17bc", + "sourceHandle": "clip", + "target": "35c42aeb-7e13-47cd-ae6b-089be50c9556", + "targetHandle": "clip", + "id": "reactflow__edge-9785cb16-067f-4fa9-af60-0d68f4ff17bcclip-35c42aeb-7e13-47cd-ae6b-089be50c9556clip", + "type": "default" + }, + { + "source": "35c42aeb-7e13-47cd-ae6b-089be50c9556", + "sourceHandle": "conditioning", + "target": "380c1b5b-43bd-4aa3-90e9-985436530bf4", + "targetHandle": "positive_conditioning", + "id": "reactflow__edge-35c42aeb-7e13-47cd-ae6b-089be50c9556conditioning-380c1b5b-43bd-4aa3-90e9-985436530bf4positive_conditioning", + "type": "default" + }, + { + "source": "6faa6244-39eb-4411-aa96-c1a63d44231d", + "sourceHandle": "noise", + "target": "380c1b5b-43bd-4aa3-90e9-985436530bf4", + "targetHandle": "noise", + "id": "reactflow__edge-6faa6244-39eb-4411-aa96-c1a63d44231dnoise-380c1b5b-43bd-4aa3-90e9-985436530bf4noise", + "type": "default" + }, + { + "source": "380c1b5b-43bd-4aa3-90e9-985436530bf4", + "sourceHandle": "latents", + "target": "de6738c1-cda3-45ad-996b-61037f2f1580", + "targetHandle": "latents", + "id": "reactflow__edge-380c1b5b-43bd-4aa3-90e9-985436530bf4latents-de6738c1-cda3-45ad-996b-61037f2f1580latents", + "type": "default" + }, + { + "source": "f37fba1b-caf0-4476-9c23-918c7f6920d2", + "sourceHandle": "value", + "target": "6faa6244-39eb-4411-aa96-c1a63d44231d", + "targetHandle": "seed", + "id": "reactflow__edge-f37fba1b-caf0-4476-9c23-918c7f6920d2value-6faa6244-39eb-4411-aa96-c1a63d44231dseed", + "type": "default" + }, + { + "source": "9785cb16-067f-4fa9-af60-0d68f4ff17bc", + "sourceHandle": "unet", + "target": "380c1b5b-43bd-4aa3-90e9-985436530bf4", + "targetHandle": "unet", + "id": "reactflow__edge-9785cb16-067f-4fa9-af60-0d68f4ff17bcunet-380c1b5b-43bd-4aa3-90e9-985436530bf4unet", + "type": "default" + }, + { + "source": "9785cb16-067f-4fa9-af60-0d68f4ff17bc", + "sourceHandle": "vae", + "target": "de6738c1-cda3-45ad-996b-61037f2f1580", + "targetHandle": "vae", + "id": "reactflow__edge-9785cb16-067f-4fa9-af60-0d68f4ff17bcvae-de6738c1-cda3-45ad-996b-61037f2f1580vae", + "type": "default" + }, + { + "source": "9e876e8a-64ed-4308-a3e4-a409388f60a6", + "sourceHandle": "conditioning", + "target": "380c1b5b-43bd-4aa3-90e9-985436530bf4", + "targetHandle": "negative_conditioning", + "id": "reactflow__edge-9e876e8a-64ed-4308-a3e4-a409388f60a6conditioning-380c1b5b-43bd-4aa3-90e9-985436530bf4negative_conditioning", + "type": "default" + }, + { + "source": "9785cb16-067f-4fa9-af60-0d68f4ff17bc", + "sourceHandle": "clip", + "target": "9e876e8a-64ed-4308-a3e4-a409388f60a6", + "targetHandle": "clip", + "id": "reactflow__edge-9785cb16-067f-4fa9-af60-0d68f4ff17bcclip-9e876e8a-64ed-4308-a3e4-a409388f60a6clip", + "type": "default" + }, + { + "source": "abda2e3c-2bcc-449b-ba33-5e52f886e17f", + "sourceHandle": "image", + "target": "9675a52c-406f-46ec-8d68-a78be1129329", + "targetHandle": "item", + "id": "reactflow__edge-abda2e3c-2bcc-449b-ba33-5e52f886e17fimage-9675a52c-406f-46ec-8d68-a78be1129329item", + "type": "default" + }, + { + "source": "523b2cfd-0dfb-488d-a75a-36b68988677c", + "sourceHandle": "image", + "target": "9675a52c-406f-46ec-8d68-a78be1129329", + "targetHandle": "item", + "id": "reactflow__edge-523b2cfd-0dfb-488d-a75a-36b68988677cimage-9675a52c-406f-46ec-8d68-a78be1129329item", + "type": "default" + }, + { + "source": "9675a52c-406f-46ec-8d68-a78be1129329", + "sourceHandle": "collection", + "target": "aee3c0c2-21b7-43b6-90e7-1e1bdbf0ae8f", + "targetHandle": "image", + "id": "reactflow__edge-9675a52c-406f-46ec-8d68-a78be1129329collection-aee3c0c2-21b7-43b6-90e7-1e1bdbf0ae8fimage", + "type": "default" + }, + { + "source": "aee3c0c2-21b7-43b6-90e7-1e1bdbf0ae8f", + "sourceHandle": "ip_adapter", + "target": "380c1b5b-43bd-4aa3-90e9-985436530bf4", + "targetHandle": "ip_adapter", + "id": "reactflow__edge-aee3c0c2-21b7-43b6-90e7-1e1bdbf0ae8fip_adapter-380c1b5b-43bd-4aa3-90e9-985436530bf4ip_adapter", + "type": "default" + }, + { + "source": "25985936-6c6b-4aa6-809a-7904c0e51268", + "sourceHandle": "image", + "target": "9675a52c-406f-46ec-8d68-a78be1129329", + "targetHandle": "item", + "id": "reactflow__edge-25985936-6c6b-4aa6-809a-7904c0e51268image-9675a52c-406f-46ec-8d68-a78be1129329item", + "type": "default" + }, + { + "source": "c9c6bdec-4ba1-44e6-8b3a-7ed394c764cc", + "sourceHandle": "image", + "target": "9675a52c-406f-46ec-8d68-a78be1129329", + "targetHandle": "item", + "id": "reactflow__edge-c9c6bdec-4ba1-44e6-8b3a-7ed394c764ccimage-9675a52c-406f-46ec-8d68-a78be1129329item", + "type": "default" + }, + { + "source": "5ca8bd47-fe09-425d-85cd-b7067dd622e3", + "sourceHandle": "image", + "target": "9675a52c-406f-46ec-8d68-a78be1129329", + "targetHandle": "item", + "id": "reactflow__edge-5ca8bd47-fe09-425d-85cd-b7067dd622e3image-9675a52c-406f-46ec-8d68-a78be1129329item", + "type": "default" + } + ] +} \ No newline at end of file