File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/diffusers/pipelines/flux Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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`]):
Original file line number Diff line number Diff 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`]):
You can’t perform that action at this time.
0 commit comments