File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments