Skip to content

Commit 1b9fc4a

Browse files
authored
Merge branch 'main' into kontext-i2i-training
2 parents 73e9d05 + 15d50f1 commit 1b9fc4a

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)