Created
November 4, 2024 18:30
-
-
Save spacepxl/c74ac8db75033e719ac145730534fb1c to your computer and use it in GitHub Desktop.
openflux comfyui workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "last_node_id": 52, | |
| "last_link_id": 129, | |
| "nodes": [ | |
| { | |
| "id": 2, | |
| "type": "DualCLIPLoader", | |
| "pos": { | |
| "0": 20, | |
| "1": 210 | |
| }, | |
| "size": { | |
| "0": 315, | |
| "1": 106 | |
| }, | |
| "flags": {}, | |
| "order": 0, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "CLIP", | |
| "type": "CLIP", | |
| "links": [ | |
| 3, | |
| 4 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "DualCLIPLoader" | |
| }, | |
| "widgets_values": [ | |
| "clip_l.safetensors", | |
| "t5xxl_fp8_e4m3fn.safetensors", | |
| "flux" | |
| ] | |
| }, | |
| { | |
| "id": 7, | |
| "type": "CLIPTextEncode", | |
| "pos": { | |
| "0": 470, | |
| "1": 530 | |
| }, | |
| "size": { | |
| "0": 400, | |
| "1": 200 | |
| }, | |
| "flags": {}, | |
| "order": 5, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 4 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 73 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 1, | |
| "type": "UNETLoader", | |
| "pos": { | |
| "0": 20, | |
| "1": 70 | |
| }, | |
| "size": { | |
| "0": 315, | |
| "1": 82 | |
| }, | |
| "flags": {}, | |
| "order": 1, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 80 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "UNETLoader" | |
| }, | |
| "widgets_values": [ | |
| "OpenFlux-fp8_e4m3fn.safetensors", | |
| "fp8_e4m3fn" | |
| ] | |
| }, | |
| { | |
| "id": 6, | |
| "type": "CLIPTextEncode", | |
| "pos": { | |
| "0": 470, | |
| "1": 270 | |
| }, | |
| "size": { | |
| "0": 400, | |
| "1": 200 | |
| }, | |
| "flags": {}, | |
| "order": 4, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "clip", | |
| "type": "CLIP", | |
| "link": 3 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "CONDITIONING", | |
| "type": "CONDITIONING", | |
| "links": [ | |
| 72 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "CLIPTextEncode" | |
| }, | |
| "widgets_values": [ | |
| "" | |
| ] | |
| }, | |
| { | |
| "id": 52, | |
| "type": "ModelSamplingFlux", | |
| "pos": { | |
| "0": 730, | |
| "1": 70 | |
| }, | |
| "size": { | |
| "0": 315, | |
| "1": 130 | |
| }, | |
| "flags": {}, | |
| "order": 7, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 128 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 129 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "ModelSamplingFlux" | |
| }, | |
| "widgets_values": [ | |
| 1, | |
| 0, | |
| 1024, | |
| 1024 | |
| ] | |
| }, | |
| { | |
| "id": 3, | |
| "type": "VAELoader", | |
| "pos": { | |
| "0": 20, | |
| "1": 380 | |
| }, | |
| "size": { | |
| "0": 315, | |
| "1": 58 | |
| }, | |
| "flags": {}, | |
| "order": 2, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "VAE", | |
| "type": "VAE", | |
| "links": [ | |
| 76 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAELoader" | |
| }, | |
| "widgets_values": [ | |
| "flux_vae.safetensors" | |
| ] | |
| }, | |
| { | |
| "id": 8, | |
| "type": "EmptySD3LatentImage", | |
| "pos": { | |
| "0": 20, | |
| "1": 530 | |
| }, | |
| "size": { | |
| "0": 315, | |
| "1": 106 | |
| }, | |
| "flags": {}, | |
| "order": 3, | |
| "mode": 0, | |
| "inputs": [], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 74 | |
| ] | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "EmptySD3LatentImage" | |
| }, | |
| "widgets_values": [ | |
| 1024, | |
| 1024, | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 38, | |
| "type": "LoraLoaderModelOnly", | |
| "pos": { | |
| "0": 380, | |
| "1": 70 | |
| }, | |
| "size": { | |
| "0": 315, | |
| "1": 82 | |
| }, | |
| "flags": {}, | |
| "order": 6, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 80 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "MODEL", | |
| "type": "MODEL", | |
| "links": [ | |
| 128 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "LoraLoaderModelOnly" | |
| }, | |
| "widgets_values": [ | |
| "", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 39, | |
| "type": "KSampler", | |
| "pos": { | |
| "0": 1190, | |
| "1": 220 | |
| }, | |
| "size": { | |
| "0": 320, | |
| "1": 470 | |
| }, | |
| "flags": {}, | |
| "order": 8, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "model", | |
| "type": "MODEL", | |
| "link": 129 | |
| }, | |
| { | |
| "name": "positive", | |
| "type": "CONDITIONING", | |
| "link": 72 | |
| }, | |
| { | |
| "name": "negative", | |
| "type": "CONDITIONING", | |
| "link": 73 | |
| }, | |
| { | |
| "name": "latent_image", | |
| "type": "LATENT", | |
| "link": 74 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "LATENT", | |
| "type": "LATENT", | |
| "links": [ | |
| 75 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "KSampler" | |
| }, | |
| "widgets_values": [ | |
| 0, | |
| "fixed", | |
| 30, | |
| 3, | |
| "euler", | |
| "sgm_uniform", | |
| 1 | |
| ] | |
| }, | |
| { | |
| "id": 40, | |
| "type": "VAEDecode", | |
| "pos": { | |
| "0": 1540, | |
| "1": 220 | |
| }, | |
| "size": { | |
| "0": 210, | |
| "1": 46 | |
| }, | |
| "flags": {}, | |
| "order": 9, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "samples", | |
| "type": "LATENT", | |
| "link": 75 | |
| }, | |
| { | |
| "name": "vae", | |
| "type": "VAE", | |
| "link": 76 | |
| } | |
| ], | |
| "outputs": [ | |
| { | |
| "name": "IMAGE", | |
| "type": "IMAGE", | |
| "links": [ | |
| 127 | |
| ], | |
| "slot_index": 0 | |
| } | |
| ], | |
| "properties": { | |
| "Node name for S&R": "VAEDecode" | |
| }, | |
| "widgets_values": [] | |
| }, | |
| { | |
| "id": 41, | |
| "type": "PreviewImage", | |
| "pos": { | |
| "0": 1780, | |
| "1": 220 | |
| }, | |
| "size": [ | |
| 990, | |
| 900 | |
| ], | |
| "flags": {}, | |
| "order": 10, | |
| "mode": 0, | |
| "inputs": [ | |
| { | |
| "name": "images", | |
| "type": "IMAGE", | |
| "link": 127 | |
| } | |
| ], | |
| "outputs": [], | |
| "properties": { | |
| "Node name for S&R": "PreviewImage" | |
| }, | |
| "widgets_values": [] | |
| } | |
| ], | |
| "links": [ | |
| [ | |
| 3, | |
| 2, | |
| 0, | |
| 6, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 4, | |
| 2, | |
| 0, | |
| 7, | |
| 0, | |
| "CLIP" | |
| ], | |
| [ | |
| 72, | |
| 6, | |
| 0, | |
| 39, | |
| 1, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 73, | |
| 7, | |
| 0, | |
| 39, | |
| 2, | |
| "CONDITIONING" | |
| ], | |
| [ | |
| 74, | |
| 8, | |
| 0, | |
| 39, | |
| 3, | |
| "LATENT" | |
| ], | |
| [ | |
| 75, | |
| 39, | |
| 0, | |
| 40, | |
| 0, | |
| "LATENT" | |
| ], | |
| [ | |
| 76, | |
| 3, | |
| 0, | |
| 40, | |
| 1, | |
| "VAE" | |
| ], | |
| [ | |
| 80, | |
| 1, | |
| 0, | |
| 38, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 127, | |
| 40, | |
| 0, | |
| 41, | |
| 0, | |
| "IMAGE" | |
| ], | |
| [ | |
| 128, | |
| 38, | |
| 0, | |
| 52, | |
| 0, | |
| "MODEL" | |
| ], | |
| [ | |
| 129, | |
| 52, | |
| 0, | |
| 39, | |
| 0, | |
| "MODEL" | |
| ] | |
| ], | |
| "groups": [], | |
| "config": {}, | |
| "extra": { | |
| "ds": { | |
| "scale": 0.7513148009015778, | |
| "offset": [ | |
| 88.50428618453887, | |
| 215.80829380965938 | |
| ] | |
| } | |
| }, | |
| "version": 0.4 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment