Update live_preview_helpers.py
Browse files- live_preview_helpers.py +1 -1
live_preview_helpers.py
CHANGED
|
@@ -58,7 +58,7 @@ def flux_pipe_call_that_returns_an_iterable_of_images(
|
|
| 58 |
output_type: Optional[str] = "pil",
|
| 59 |
return_dict: bool = True,
|
| 60 |
joint_attention_kwargs: Optional[Dict[str, Any]] = None,
|
| 61 |
-
max_sequence_length: int =
|
| 62 |
good_vae: Optional[Any] = None,
|
| 63 |
):
|
| 64 |
height = height or self.default_sample_size * self.vae_scale_factor
|
|
|
|
| 58 |
output_type: Optional[str] = "pil",
|
| 59 |
return_dict: bool = True,
|
| 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
|