Skip to content

Commit 17f9cc2

Browse files
committed
typos
1 parent 4931ac4 commit 17f9cc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/en/_toctree.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@
370370
title: CogView3
371371
- local: api/pipelines/consistency_models
372372
title: Consistency Models
373-
- local: api/pipelines/control_flux_inpaint
374-
title: FluxControlInpain
375373
- local: api/pipelines/controlnet
376374
title: ControlNet
377375
- local: api/pipelines/controlnet_flux
@@ -402,6 +400,8 @@
402400
title: DiT
403401
- local: api/pipelines/flux
404402
title: Flux
403+
- local: api/pipelines/control_flux_inpaint
404+
title: FluxControlInpaint
405405
- local: api/pipelines/hunyuandit
406406
title: Hunyuan-DiT
407407
- local: api/pipelines/hunyuan_video

docs/source/en/api/pipelines/control_flux_inpaint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express o
1010
specific language governing permissions and limitations under the License.
1111
-->
1212

13-
# FluxControlInpain
13+
# FluxControlInpaint
1414

1515
FluxControlInpaintPipeline is an implementation of Inpainting for Flux.1 Depth/Canny models. It is a pipeline that allows you to inpaint images using the Flux.1 Depth/Canny models. The pipeline takes an image and a mask as input and returns the inpainted image.
1616

@@ -79,7 +79,7 @@ output = pipe(
7979
make_image_grid([image, control_image, mask_image, output.resize(image.size)], rows=1, cols=4).save("output.png")
8080
```
8181

82-
## FluxControlNetPipeline
82+
## FluxControlInpaintPipeline
8383
[[autodoc]] FluxControlInpaintPipeline
8484
- all
8585
- __call__

0 commit comments

Comments
 (0)