File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ def test_dreambooth_lora_text_encoder_sd3(self):
102102                (key .startswith ("transformer" ) or  key .startswith ("text_encoder" )) for  key  in  lora_state_dict .keys ()
103103            )
104104            self .assertTrue (starts_with_expected_prefix )
105+ 
105106    def  test_dreambooth_lora_latent_caching (self ):
106107        with  tempfile .TemporaryDirectory () as  tmpdir :
107108            test_args  =  f""" 
@@ -134,6 +135,7 @@ def test_dreambooth_lora_latent_caching(self):
134135            # with `"transformer"` in their names. 
135136            starts_with_transformer  =  all (key .startswith ("transformer" ) for  key  in  lora_state_dict .keys ())
136137            self .assertTrue (starts_with_transformer )
138+ 
137139    def  test_dreambooth_lora_sd3_checkpointing_checkpoints_total_limit (self ):
138140        with  tempfile .TemporaryDirectory () as  tmpdir :
139141            test_args  =  f""" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments