From a03bf4a531c69a77f3d0cfbb87fc0bd436b93176 Mon Sep 17 00:00:00 2001 From: Vahid Askari <90127147+vahidaskari@users.noreply.github.com> Date: Wed, 6 Nov 2024 02:07:11 +0330 Subject: [PATCH] Fix: Remove duplicated comma in distributed_inference.md (#9868) Fix: Remove duplicated comma Co-authored-by: Sayak Paul --- docs/source/en/training/distributed_inference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/en/training/distributed_inference.md b/docs/source/en/training/distributed_inference.md index 0e1eb7962bf7..79b4f785f30c 100644 --- a/docs/source/en/training/distributed_inference.md +++ b/docs/source/en/training/distributed_inference.md @@ -183,7 +183,7 @@ Add the transformer model to the pipeline for denoising, but set the other model ```py pipeline = FluxPipeline.from_pretrained( - "black-forest-labs/FLUX.1-dev", , + "black-forest-labs/FLUX.1-dev", text_encoder=None, text_encoder_2=None, tokenizer=None,