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.
1 parent 18b018c commit c7250f2Copy full SHA for c7250f2
examples/community/composable_stable_diffusion.py
@@ -423,7 +423,7 @@ def __call__(
423
num_inference_steps (`int`, *optional*, defaults to 50):
424
The number of denoising steps. More denoising steps usually lead to a higher quality image at the
425
expense of slower inference.
426
- guidance_scale (`float`, *optional*, defaults to 7.5):
+ guidance_scale (`float`, *optional*, defaults to 5.0):
427
Guidance scale as defined in [Classifier-Free Diffusion Guidance](https://arxiv.org/abs/2207.12598).
428
`guidance_scale` is defined as `w` of equation 2. of [Imagen
429
Paper](https://arxiv.org/pdf/2205.11487.pdf). Guidance scale is enabled by setting `guidance_scale >
0 commit comments