Unverified Commit a03bf4a5 authored by Vahid Askari's avatar Vahid Askari Committed by GitHub
Browse files

Fix: Remove duplicated comma in distributed_inference.md (#9868)



Fix: Remove duplicated comma
Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
parent 08ac5cbc
......@@ -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,
......
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