File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 
src/diffusers/pipelines/chroma Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -725,11 +725,11 @@ def __call__(
725725                their `set_timesteps` method. If not defined, the default behavior when `num_inference_steps` is passed 
726726                will be used. 
727727            guidance_scale (`float`, *optional*, defaults to 5.0): 
728-                 Guidance  scale as defined in [Classifier-Free Diffusion Guidance](https://arxiv.org/abs/2207.12598).  
729-                 `guidance_scale` is defined as `w` of equation 2.  of [Imagen  
730-                 Paper](https://arxiv.org/pdf/2205.11487.pdf). Guidance scale is enabled by setting `guidance_scale > 
731-                 1`. Higher guidance scale encourages to generate images that are closely linked to the text `prompt`,  
732-                 usually at  the expense of lower image quality . 
728+                 Embedded guiddance  scale is enabled by setting `guidance_scale` > 1. Higher `guidance_scale` encourages  
729+                 a model to generate images more aligned with `prompt` at the expense  of lower image quality.  
730+ 
731+                 Guidance-distilled models approximates true classifer-free guidance for `guidance_scale` > 1. Refer to  
732+                 the [paper](https://huggingface.co/papers/2210.03142) to learn more . 
733733            strength (`float, *optional*, defaults to 0.9): 
734734                Conceptually, indicates how much to transform the reference image. Must be between 0 and 1. image will 
735735                be used as a starting point, adding more noise to it the larger the strength. The number of denoising 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments