Skip to content

Commit 9a39e35

Browse files
Apply style fixes
1 parent 562a4c0 commit 9a39e35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/diffusers/utils/remote_utils.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ def remote_decode(
202202
processor (`VaeImageProcessor` or `VideoProcessor`, *optional*):
203203
Used with `return_type="pt"`, and `return_type="pil"` for Video models.
204204
do_scaling (`bool`, default `True`, *optional*):
205-
**DEPRECATED**. **pass `scaling_factor`/`shift_factor` instead.**
206-
**still set do_scaling=None/do_scaling=False for no scaling until option is removed**
207-
When `True` scaling e.g. `latents / self.vae.config.scaling_factor` is applied remotely. If
208-
`False`, input must be passed with scaling applied.
205+
**DEPRECATED**. **pass `scaling_factor`/`shift_factor` instead.** **still set
206+
do_scaling=None/do_scaling=False for no scaling until option is removed** When `True` scaling e.g. `latents
207+
/ self.vae.config.scaling_factor` is applied remotely. If `False`, input must be passed with scaling
208+
applied.
209209
scaling_factor (`float`, *optional*):
210210
Scaling is applied when passed e.g. `latents / self.vae.config.scaling_factor`.
211211
- SD v1: 0.18215

0 commit comments

Comments
 (0)