We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
guidance_scale
1 parent cbc2ec8 commit 089cf79Copy full SHA for 089cf79
src/diffusers/pipelines/flux/pipeline_flux.py
@@ -536,7 +536,7 @@ def __call__(
536
width: Optional[int] = None,
537
num_inference_steps: int = 28,
538
timesteps: List[int] = None,
539
- guidance_scale: float = 7.0,
+ guidance_scale: float = 3.5,
540
num_images_per_prompt: Optional[int] = 1,
541
generator: Optional[Union[torch.Generator, List[torch.Generator]]] = None,
542
latents: Optional[torch.FloatTensor] = None,
0 commit comments