Skip to content

Commit a47d1f0

Browse files
committed
Apply doc-builder code style.
1 parent 19b3de4 commit a47d1f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/diffusers/pipeline_flax_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,9 @@ def components(self) -> Dict[str, Any]:
498498
... FlaxStableDiffusionImg2ImgPipeline,
499499
... )
500500
501-
>>> text2img = FlaxStableDiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", revision="bf16", dtype=jnp.bfloat16)
501+
>>> text2img = FlaxStableDiffusionPipeline.from_pretrained(
502+
... "runwayml/stable-diffusion-v1-5", revision="bf16", dtype=jnp.bfloat16
503+
... )
502504
>>> img2img = FlaxStableDiffusionImg2ImgPipeline(**text2img.components)
503505
```
504506

0 commit comments

Comments
 (0)