Charbel Malo commited on
Commit
9100820
·
verified ·
1 Parent(s): 71982ea

Update live_preview_helpers.py

Browse files
Files changed (1) hide show
  1. live_preview_helpers.py +1 -1
live_preview_helpers.py CHANGED
@@ -60,7 +60,7 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
60
  joint_attention_kwargs: Optional[Dict[str, Any]] = None,
61
  max_sequence_length: int = 512,
62
  good_vae: Optional[Any] = None,
63
- ):
64
  height = height or self.default_sample_size * self.vae_scale_factor
65
  width = width or self.default_sample_size * self.vae_scale_factor
66
 
 
60
  joint_attention_kwargs: Optional[Dict[str, Any]] = None,
61
  max_sequence_length: int = 512,
62
  good_vae: Optional[Any] = None,
63
+ ):
64
  height = height or self.default_sample_size * self.vae_scale_factor
65
  width = width or self.default_sample_size * self.vae_scale_factor
66