Skip to content

Commit 15d50f1

Browse files
sayakpaulstevhliu
andauthored
[docs] fix references in flux pipelines. (#11857)
* fix references in flux. * Update src/diffusers/pipelines/flux/pipeline_flux_kontext.py Co-authored-by: Steven Liu <[email protected]> --------- Co-authored-by: Steven Liu <[email protected]>
1 parent 2c30287 commit 15d50f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/diffusers/pipelines/flux/pipeline_flux_control.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ class FluxControlPipeline(
163163
TextualInversionLoaderMixin,
164164
):
165165
r"""
166-
The Flux pipeline for controllable text-to-image generation.
166+
The Flux pipeline for controllable text-to-image generation with image conditions.
167167
168-
Reference: https://blackforestlabs.ai/announcing-black-forest-labs/
168+
Reference: https://bfl.ai/flux-1-tools
169169
170170
Args:
171171
transformer ([`FluxTransformer2DModel`]):

src/diffusers/pipelines/flux/pipeline_flux_kontext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ class FluxKontextPipeline(
195195
FluxIPAdapterMixin,
196196
):
197197
r"""
198-
The Flux Kontext pipeline for text-to-image generation.
198+
The Flux Kontext pipeline for image-to-image and text-to-image generation.
199199
200-
Reference: https://blackforestlabs.ai/announcing-black-forest-labs/
200+
Reference: https://bfl.ai/announcements/flux-1-kontext-dev
201201
202202
Args:
203203
transformer ([`FluxTransformer2DModel`]):

0 commit comments

Comments
 (0)