From 10a81ac579320b57fbcde25246a9bee2e863cb07 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Sat, 21 Oct 2023 06:54:20 -0700 Subject: [PATCH] Add workflow for using efficiency nodes --- efficiency-nodes.json | 239 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 efficiency-nodes.json diff --git a/efficiency-nodes.json b/efficiency-nodes.json new file mode 100644 index 0000000..f515e84 --- /dev/null +++ b/efficiency-nodes.json @@ -0,0 +1,239 @@ +{ + "last_node_id": 3, + "last_link_id": 4, + "nodes": [ + { + "id": 2, + "type": "KSampler SDXL (Eff.)", + "pos": [ + 655, + 344 + ], + "size": [ + 325, + 546 + ], + "flags": {}, + "order": 1, + "mode": 0, + "inputs": [ + { + "name": "sdxl_tuple", + "type": "SDXL_TUPLE", + "link": 1 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2 + }, + { + "name": "optional_vae", + "type": "VAE", + "link": 3 + }, + { + "name": "script", + "type": "SCRIPT", + "link": null + } + ], + "outputs": [ + { + "name": "SDXL_TUPLE", + "type": "SDXL_TUPLE", + "links": null, + "shape": 3 + }, + { + "name": "LATENT", + "type": "LATENT", + "links": null, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3 + }, + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 4 + ], + "shape": 3, + "slot_index": 3 + } + ], + "properties": { + "Node name for S&R": "KSampler SDXL (Eff.)" + }, + "widgets_values": [ + -1, + null, + 20, + 7, + "euler", + "normal", + 0, + -1, + "auto", + "true" + ], + "color": "#332222", + "bgcolor": "#553333", + "shape": 1 + }, + { + "id": 1, + "type": "Eff. Loader SDXL", + "pos": [ + 216, + 344 + ], + "size": [ + 400, + 502 + ], + "flags": {}, + "order": 0, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + }, + { + "name": "cnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "SDXL_TUPLE", + "type": "SDXL_TUPLE", + "links": [ + 1 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": [ + 3 + ], + "shape": 3, + "slot_index": 2 + }, + { + "name": "DEPENDENCIES", + "type": "DEPENDENCIES", + "links": null, + "shape": 3, + "slot_index": 3 + } + ], + "properties": { + "Node name for S&R": "Eff. Loader SDXL" + }, + "widgets_values": [ + "juggernautXL_version1.safetensors", + -2, + "sd_xl_refiner_1.0.safetensors", + -2, + 6, + 2, + "Baked VAE", + "science fiction novel cover, painting by bruce pennington, high quality", + "", + "none", + "comfy", + 1024, + 1024, + 1 + ], + "color": "#223322", + "bgcolor": "#335533", + "shape": 1 + }, + { + "id": 3, + "type": "SaveImage", + "pos": [ + 1012, + 347 + ], + "size": [ + 681.6968766204573, + 541.902072181386 + ], + "flags": {}, + "order": 2, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 4 + } + ], + "properties": {}, + "widgets_values": [ + "ComfyUI" + ] + } + ], + "links": [ + [ + 1, + 1, + 0, + 2, + 0, + "SDXL_TUPLE" + ], + [ + 2, + 1, + 1, + 2, + 1, + "LATENT" + ], + [ + 3, + 1, + 2, + 2, + 2, + "VAE" + ], + [ + 4, + 2, + 3, + 3, + 0, + "IMAGE" + ] + ], + "groups": [], + "config": {}, + "extra": {}, + "version": 0.4 +} \ No newline at end of file