File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5426,6 +5426,7 @@ class LoRAAttnProcessor:
54265426    r""" 
54275427    Processor for implementing attention with LoRA. 
54285428    """ 
5429+ 
54295430    def  __init__ (self ):
54305431        pass 
54315432
@@ -5434,6 +5435,7 @@ class LoRAAttnProcessor2_0:
54345435    r""" 
54355436    Processor for implementing attention with LoRA (enabled by default if you're using PyTorch 2.0). 
54365437    """ 
5438+ 
54375439    def  __init__ (self ):
54385440        pass 
54395441
@@ -5442,6 +5444,7 @@ class LoRAXFormersAttnProcessor:
54425444    r""" 
54435445    Processor for implementing attention with LoRA using xFormers. 
54445446    """ 
5447+ 
54455448    def  __init__ (self ):
54465449        pass 
54475450
@@ -5450,6 +5453,7 @@ class LoRAAttnAddedKVProcessor:
54505453    r""" 
54515454    Processor for implementing attention with LoRA with extra learnable key and value matrices for the text encoder. 
54525455    """ 
5456+ 
54535457    def  __init__ (self ):
54545458        pass 
54555459
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments