Maria commited on
Commit
56a3b69
·
1 Parent(s): 129880c
Files changed (1) hide show
  1. infer.py +1 -1
infer.py CHANGED
@@ -118,7 +118,7 @@ def get_pipe(
118
 
119
 
120
  if model_id == 'Maria_Lashina_LoRA':
121
- adapter_name = 'a cartoonish mouse'
122
  unet_sub_dir = os.path.join(LoRA_path, "unet")
123
  text_encoder_sub_dir = os.path.join(LoRA_path, "text_encoder")
124
 
 
118
 
119
 
120
  if model_id == 'Maria_Lashina_LoRA':
121
+ adapter_name = 'cartoonish mouse'
122
  unet_sub_dir = os.path.join(LoRA_path, "unet")
123
  text_encoder_sub_dir = os.path.join(LoRA_path, "text_encoder")
124