Spaces:
Running on Zero
Running on Zero
Update Genfocus/pipeline/flux.py
Browse files
Genfocus/pipeline/flux.py
CHANGED
|
@@ -462,7 +462,7 @@ def generate(
|
|
| 462 |
prompt_2: Optional[Union[str, List[str]]] = None,
|
| 463 |
height: Optional[int] = 512,
|
| 464 |
width: Optional[int] = 512,
|
| 465 |
-
num_inference_steps: int =
|
| 466 |
timesteps: List[int] = None,
|
| 467 |
guidance_scale: float = 3.5,
|
| 468 |
num_images_per_prompt: Optional[int] = 1,
|
|
|
|
| 462 |
prompt_2: Optional[Union[str, List[str]]] = None,
|
| 463 |
height: Optional[int] = 512,
|
| 464 |
width: Optional[int] = 512,
|
| 465 |
+
num_inference_steps: int = 24,
|
| 466 |
timesteps: List[int] = None,
|
| 467 |
guidance_scale: float = 3.5,
|
| 468 |
num_images_per_prompt: Optional[int] = 1,
|