Unverified Commit 15d50f16 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[docs] fix references in flux pipelines. (#11857)



* fix references in flux.

* Update src/diffusers/pipelines/flux/pipeline_flux_kontext.py
Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>

---------
Co-authored-by: default avatarSteven Liu <59462357+stevhliu@users.noreply.github.com>
parent 2c302879
...@@ -163,9 +163,9 @@ class FluxControlPipeline( ...@@ -163,9 +163,9 @@ class FluxControlPipeline(
TextualInversionLoaderMixin, TextualInversionLoaderMixin,
): ):
r""" r"""
The Flux pipeline for controllable text-to-image generation. The Flux pipeline for controllable text-to-image generation with image conditions.
Reference: https://blackforestlabs.ai/announcing-black-forest-labs/ Reference: https://bfl.ai/flux-1-tools
Args: Args:
transformer ([`FluxTransformer2DModel`]): transformer ([`FluxTransformer2DModel`]):
......
...@@ -195,9 +195,9 @@ class FluxKontextPipeline( ...@@ -195,9 +195,9 @@ class FluxKontextPipeline(
FluxIPAdapterMixin, FluxIPAdapterMixin,
): ):
r""" r"""
The Flux Kontext pipeline for text-to-image generation. The Flux Kontext pipeline for image-to-image and text-to-image generation.
Reference: https://blackforestlabs.ai/announcing-black-forest-labs/ Reference: https://bfl.ai/announcements/flux-1-kontext-dev
Args: Args:
transformer ([`FluxTransformer2DModel`]): transformer ([`FluxTransformer2DModel`]):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment