Skip to content

Commit

Permalink
change import from lora_keys to lora_keys_sd15
Browse files Browse the repository at this point in the history
  • Loading branch information
by321 committed Jan 18, 2024
1 parent 96c01ac commit 94a28ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safetensors_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def ExtractHeader(cmdLine:dict,input_file:str,output_file:str)->int:


def _CheckLoRA_internal(s:SafeTensorsFile)->int:
import lora_keys
import lora_keys_sd15 as lora_keys
js=s.get_header()
set_scalar=set()
set_nonscalar=set()
Expand Down

0 comments on commit 94a28ab

Please sign in to comment.