From 8a8139e65cf43328abef97121a0f854641918006 Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Fri, 31 Oct 2025 17:03:08 +0800 Subject: [PATCH] =?UTF-8?q?flux=E6=94=B9=E4=B8=BA=E5=85=A8=E9=87=8Fdev?= =?UTF-8?q?=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- workflows/selfhost/image_flux.json | 60 ++++++++++++++++++++---------- 1 file changed, 41 insertions(+), 19 deletions(-) diff --git a/workflows/selfhost/image_flux.json b/workflows/selfhost/image_flux.json index 4aec0b5..3abaee2 100644 --- a/workflows/selfhost/image_flux.json +++ b/workflows/selfhost/image_flux.json @@ -1,14 +1,14 @@ { "29": { "inputs": { - "seed": 362283278588365, + "seed": 1067822190154760, "steps": 20, - "cfg": 1.5, + "cfg": 1, "sampler_name": "euler", "scheduler": "simple", "denoise": 1, "model": [ - "30", + "48", 0 ], "positive": [ @@ -29,15 +29,6 @@ "title": "KSampler" } }, - "30": { - "inputs": { - "ckpt_name": "flux1-dev-fp8.safetensors" - }, - "class_type": "CheckpointLoaderSimple", - "_meta": { - "title": "Load Checkpoint" - } - }, "31": { "inputs": { "text": [ @@ -45,8 +36,8 @@ 0 ], "clip": [ - "30", - 1 + "47", + 0 ] }, "class_type": "CLIPTextEncode", @@ -99,8 +90,8 @@ 0 ], "vae": [ - "30", - 2 + "49", + 0 ] }, "class_type": "VAEDecode", @@ -110,7 +101,7 @@ }, "41": { "inputs": { - "value": 512 + "value": 1024 }, "class_type": "easy int", "_meta": { @@ -119,7 +110,7 @@ }, "42": { "inputs": { - "value": 512 + "value": 1024 }, "class_type": "easy int", "_meta": { @@ -145,11 +136,42 @@ }, "46": { "inputs": { - "value": "a dog" + "value": "Minimalist black-and-white matchstick figure style illustration, clean lines, simple sketch style, a dog" }, "class_type": "PrimitiveStringMultiline", "_meta": { "title": "$prompt.value!" } + }, + "47": { + "inputs": { + "clip_name1": "clip_l.safetensors", + "clip_name2": "t5xxl_fp8_e4m3fn.safetensors", + "type": "flux", + "device": "default" + }, + "class_type": "DualCLIPLoader", + "_meta": { + "title": "DualCLIPLoader" + } + }, + "48": { + "inputs": { + "unet_name": "flux1-dev.safetensors", + "weight_dtype": "default" + }, + "class_type": "UNETLoader", + "_meta": { + "title": "Load Diffusion Model" + } + }, + "49": { + "inputs": { + "vae_name": "ae.safetensors" + }, + "class_type": "VAELoader", + "_meta": { + "title": "Load VAE" + } } } \ No newline at end of file