You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/flux/flux-1-kontext-dev.mdx
+1-46Lines changed: 1 addition & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Model save location
84
84
│ └── t5xxl_fp16.safetensors or t5xxl_fp8_e4m3fn_scaled.safetensors
85
85
```
86
86
87
-
## Flux.1 Kontext Dev Basic Workflow
87
+
## Flux.1 Kontext Dev Workflow
88
88
89
89
This workflow is a normal workflow, but it uses the `Load Image(from output)` node to load the image to be edited, making it more convenient for you to access the edited image for multiple rounds of editing.
90
90
@@ -110,49 +110,4 @@ You can refer to the numbers in the image to complete the workflow run:
110
110
5. In the `CLIP Text Encode` node, modify the prompts, only English is supported
111
111
6. Click the `Queue` button, or use the shortcut `Ctrl(cmd) + Enter` to run the workflow
112
112
113
-
## Flux.1 Kontext Dev Grouped Workflow
114
-
115
-
This workflow uses the **FLUX.1 Kontext Image Edit** group node, making the interface and workflow reuse simpler.
116
-
117
-
This example also uses two images as input, using the `Image Stitch` node to combine two images into one, and then using Flux.1 Kontext for editing.
118
-
119
-
### 1. Workflow and Input Image Download
120
-
121
-
Download the following files and drag them into ComfyUI to load the corresponding workflow
You can refer to the numbers in the image to complete the workflow run:
134
-
135
-
1. In the `Load VAE` node, load the `ae.safetensors` model
136
-
2. In the `Load Image` node, load the first provided input image
137
-
3. In the `Load Image` node, load the second provided input image
138
-
4. Since other models and related nodes are packaged in the group node, you need to follow the reference in the step diagram to ensure that the corresponding models are correctly loaded and write prompts
139
-
5. Click the `Queue` button, or use the shortcut `Ctrl(cmd) + Enter` to run the workflow
140
-
141
-
## New Flux.1 Kontext Dev Selection Toolbox Feature
142
-
143
-
To make it easier for users to edit with Flux.1 Kontext Dev, we have added a selection toolbox feature. This feature allows users to quickly and conveniently add the `FLUX.1 Kontext Image Edit` group node.
144
-
You can watch the video demo below. When you select the `Load Image` node, you can find the new edit button in the selection toolbox.
145
-
146
-
<Tip>
147
-
This feature is currently experimental and may be adjusted in future versions.
0 commit comments