Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a30c2d9

Browse files
Mary HippMary Hipp
Mary Hipp
authored and
Mary Hipp
committedAug 26, 2024·
default workflow: add steps to exposed fields, add more notes
1 parent 7854eaf commit a30c2d9

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed
 

‎invokeai/app/services/workflow_records/default_workflows/Flux Text to Image.json

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
{
22
"name": "FLUX Text to Image",
33
"author": "InvokeAI",
4-
"description": "A simple text-to-image workflow using FLUX dev or schnell models. Prerequisite model downloads: T5 Encoder, CLIP-L Encoder, and FLUX VAE. Quantized and un-quantized versions can be found in the starter models tab within your Model Manager.",
4+
"description": "A simple text-to-image workflow using FLUX dev or schnell models. Prerequisite model downloads: T5 Encoder, CLIP-L Encoder, and FLUX VAE. Quantized and un-quantized versions can be found in the starter models tab within your Model Manager. We recommend 4 steps for FLUX schnell models and 30 steps for FLUX dev models.",
55
"version": "1.0.0",
66
"contact": "",
77
"tags": "text2image, flux",
8-
"notes": "",
8+
"notes": "Prerequisite model downloads: T5 Encoder, CLIP-L Encoder, and FLUX VAE. Quantized and un-quantized versions can be found in the starter models tab within your Model Manager. We recommend 4 steps for FLUX schnell models and 30 steps for FLUX dev models.",
99
"exposedFields": [
1010
{
1111
"nodeId": "4f0207c2-ff40-41fd-b047-ad33fbb1c33a",
1212
"fieldName": "model"
1313
},
14-
{
15-
"nodeId": "4f0207c2-ff40-41fd-b047-ad33fbb1c33a",
16-
"fieldName": "t5_encoder"
17-
},
1814
{
1915
"nodeId": "01f674f8-b3d1-4df1-acac-6cb8e0bfb63c",
2016
"fieldName": "prompt"
17+
},
18+
{
19+
"nodeId": "159bdf1b-79e7-4174-b86e-d40e646964c8",
20+
"fieldName": "num_steps"
21+
},
22+
{
23+
"nodeId": "4f0207c2-ff40-41fd-b047-ad33fbb1c33a",
24+
"fieldName": "t5_encoder"
2125
}
2226
],
2327
"meta": {
@@ -40,7 +44,7 @@
4044
"inputs": {
4145
"model": {
4246
"name": "model",
43-
"label": "",
47+
"label": "Model (Starter Models can be found in Model Manager)",
4448
"value": {
4549
"key": "f04a7a2f-c74d-4538-8d5e-879a53501662",
4650
"hash": "random:4875da7a9508444ffa706f61961c260d0c6729f6181a86b31fad06df1277b850",
@@ -51,7 +55,7 @@
5155
},
5256
"t5_encoder": {
5357
"name": "t5_encoder",
54-
"label": "",
58+
"label": "T 5 Encoder (Starter Models can be found in Model Manager)",
5559
"value": {
5660
"key": "20dcd9ec-5fbb-4012-8401-049e707da5e5",
5761
"hash": "random:f986be43ff3502169e4adbdcee158afb0e0a65a1edc4cab16ae59963630cfd8f",
@@ -96,7 +100,7 @@
96100
"prompt": {
97101
"name": "prompt",
98102
"label": "",
99-
"value": ""
103+
"value": "a cat"
100104
}
101105
}
102106
},
@@ -180,8 +184,8 @@
180184
},
181185
"num_steps": {
182186
"name": "num_steps",
183-
"label": "",
184-
"value": 4
187+
"label": "Steps (Recommend 30 for Dev, 4 for Schnell)",
188+
"value": 30
185189
},
186190
"guidance": {
187191
"name": "guidance",

0 commit comments

Comments
 (0)
Please sign in to comment.