Skip to content

Commit 08ffc8f

Browse files
Apply style fixes
1 parent 3f69f92 commit 08ffc8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diffusers/utils/remote_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ def remote_decode(
217217
/ self.vae.config.scaling_factor` is applied remotely. If `False`, input must be passed with scaling
218218
applied.
219219
scaling_factor (`float`, *optional*):
220-
Scaling is applied when passed e.g. [`latents / self.vae.config.scaling_factor`](https://github.com/huggingface/diffusers/blob/7007febae5cff000d4df9059d9cf35133e8b2ca9/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L1083C37-L1083C77).
220+
Scaling is applied when passed e.g. [`latents /
221+
self.vae.config.scaling_factor`](https://github.com/huggingface/diffusers/blob/7007febae5cff000d4df9059d9cf35133e8b2ca9/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L1083C37-L1083C77).
221222
- SD v1: 0.18215
222223
- SD XL: 0.13025
223224
- Flux: 0.3611

0 commit comments

Comments
 (0)