File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,6 @@ def _get_t5_prompt_embeds(
279279        return  prompt_embeds 
280280
281281    # Copied from diffusers.pipelines.flux.pipeline_flux.FluxPipeline._get_clip_prompt_embeds 
282-     def  _get_clip_prompt_embeds (
283282    def  _get_clip_prompt_embeds (
284283        self ,
285284        prompt : Union [str , List [str ]],
@@ -723,7 +722,7 @@ def __call__(
723722                The output format of the generate image. Choose between 
724723                [PIL](https://pillow.readthedocs.io/en/stable/): `PIL.Image.Image` or `np.array`. 
725724            return_dict (`bool`, *optional*, defaults to `True`): 
726-                 Whether or not  to return a [`~pipelines.flux.FluxPipelineOutput`] instead of a plain tuple. 
725+                 Whether to return a [`~pipelines.flux.FluxPipelineOutput`] instead of a plain tuple. 
727726            joint_attention_kwargs (`dict`, *optional*): 
728727                A kwargs dictionary that if specified is passed along to the `AttentionProcessor` as defined under 
729728                `self.processor` in 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments