flux改为全量dev方案
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user