flux改为全量dev方案

This commit is contained in:
puke
2025-10-31 17:03:08 +08:00
parent 428d49a465
commit 8a8139e65c

View File

@@ -1,14 +1,14 @@
{ {
"29": { "29": {
"inputs": { "inputs": {
"seed": 362283278588365, "seed": 1067822190154760,
"steps": 20, "steps": 20,
"cfg": 1.5, "cfg": 1,
"sampler_name": "euler", "sampler_name": "euler",
"scheduler": "simple", "scheduler": "simple",
"denoise": 1, "denoise": 1,
"model": [ "model": [
"30", "48",
0 0
], ],
"positive": [ "positive": [
@@ -29,15 +29,6 @@
"title": "KSampler" "title": "KSampler"
} }
}, },
"30": {
"inputs": {
"ckpt_name": "flux1-dev-fp8.safetensors"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "Load Checkpoint"
}
},
"31": { "31": {
"inputs": { "inputs": {
"text": [ "text": [
@@ -45,8 +36,8 @@
0 0
], ],
"clip": [ "clip": [
"30", "47",
1 0
] ]
}, },
"class_type": "CLIPTextEncode", "class_type": "CLIPTextEncode",
@@ -99,8 +90,8 @@
0 0
], ],
"vae": [ "vae": [
"30", "49",
2 0
] ]
}, },
"class_type": "VAEDecode", "class_type": "VAEDecode",
@@ -110,7 +101,7 @@
}, },
"41": { "41": {
"inputs": { "inputs": {
"value": 512 "value": 1024
}, },
"class_type": "easy int", "class_type": "easy int",
"_meta": { "_meta": {
@@ -119,7 +110,7 @@
}, },
"42": { "42": {
"inputs": { "inputs": {
"value": 512 "value": 1024
}, },
"class_type": "easy int", "class_type": "easy int",
"_meta": { "_meta": {
@@ -145,11 +136,42 @@
}, },
"46": { "46": {
"inputs": { "inputs": {
"value": "a dog" "value": "Minimalist black-and-white matchstick figure style illustration, clean lines, simple sketch style, a dog"
}, },
"class_type": "PrimitiveStringMultiline", "class_type": "PrimitiveStringMultiline",
"_meta": { "_meta": {
"title": "$prompt.value!" "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"
}
} }
} }