-
Notifications
You must be signed in to change notification settings - Fork 150
Expand file tree
/
Copy patht2i_by_flux_turbo.json
More file actions
178 lines (178 loc) · 4.14 KB
/
Copy patht2i_by_flux_turbo.json
File metadata and controls
178 lines (178 loc) · 4.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"3": {
"inputs": {
"filename_prefix": "ComfyUI",
"images": [
"6",
0
]
},
"class_type": "SaveImage",
"_meta": {
"title": "Save Image"
}
},
"4": {
"inputs": {
"guidance": 3.5,
"conditioning": [
"8",
0
]
},
"class_type": "FluxGuidance",
"_meta": {
"title": "FluxGuidance"
}
},
"5": {
"inputs": {
"seed": 296694570599682,
"steps": 8,
"cfg": 1.5,
"sampler_name": "euler",
"scheduler": "simple",
"denoise": 1,
"model": [
"9",
0
],
"positive": [
"4",
0
],
"negative": [
"14",
0
],
"latent_image": [
"7",
0
]
},
"class_type": "KSampler",
"_meta": {
"title": "KSampler"
}
},
"6": {
"inputs": {
"samples": [
"5",
0
],
"vae": [
"15",
2
]
},
"class_type": "VAEDecode",
"_meta": {
"title": "VAE Decode"
}
},
"7": {
"inputs": {
"width": [
"10",
0
],
"height": [
"11",
0
],
"batch_size": 1
},
"class_type": "EmptyLatentImage",
"_meta": {
"title": "Empty Latent Image"
}
},
"8": {
"inputs": {
"text": [
"12",
0
],
"clip": [
"15",
1
]
},
"class_type": "CLIPTextEncode",
"_meta": {
"title": "CLIP Text Encode (Prompt),$prompt.text"
}
},
"9": {
"inputs": {
"lora_name": "FLUX.1-Turbo-Alpha.safetensors",
"strength_model": 1.0000000000000002,
"model": [
"15",
0
]
},
"class_type": "LoraLoaderModelOnly",
"_meta": {
"title": "LoraLoaderModelOnly"
}
},
"10": {
"inputs": {
"value": 512
},
"class_type": "easy int",
"_meta": {
"title": "$width.value:The width of the image"
}
},
"11": {
"inputs": {
"value": 512
},
"class_type": "easy int",
"_meta": {
"title": "$height.value:The height of the image"
}
},
"12": {
"inputs": {
"value": ""
},
"class_type": "PrimitiveStringMultiline",
"_meta": {
"title": "$prompt.value!:The prompt to generate the image, must be english"
}
},
"13": {
"inputs": {
"value": "Generate high-quality images from text prompts using local FLUX 1.1 model.\n \n Creates completely new images with exceptional detail, style diversity, and prompt adherence.\n The model excels at photorealistic scenes, artistic styles, and complex compositions.\n \n Prompt writing tips for best results:\n - Be detailed and specific: include colors, mood, lighting, and composition\n - Use natural language and full sentences rather than keywords\n - For photos: mention camera type, settings (e.g., \"shot on DSLR, f/2.8, golden hour\")\n - For portraits: describe features, expressions, clothing, and background\n - For scenes: specify foreground, middle ground, and background elements\n \n Excellent prompt examples:\n - \"birthday, girl selfie with bright smile and colorful balloons\"\n - \"Close-up portrait of a child with bright vivid emotions, sparkling eyes full of joy, sunlight dancing on rosy cheeks\"\n - \"Serene lake reflecting dense forest during golden hour, shot on DSLR with wide-angle lens, f/8, perfect symmetry\"\n - \"Vintage travel poster for Paris, Eiffel Tower silhouette in warm sunset colors, 'PARIS' in golden Art Deco font\"\n - \"Ethereal dragon with neon lightning crystal on head, glowing blue eyes, majestic wings spread wide\""
},
"class_type": "PrimitiveStringMultiline",
"_meta": {
"title": "MCP"
}
},
"14": {
"inputs": {
"conditioning": [
"8",
0
]
},
"class_type": "ConditioningZeroOut",
"_meta": {
"title": "ConditioningZeroOut"
}
},
"15": {
"inputs": {
"ckpt_name": "flux1-dev-fp8.safetensors"
},
"class_type": "CheckpointLoaderSimple",
"_meta": {
"title": "Load Checkpoint"
}
}
}