Maria
commited on
Commit
·
56a3b69
1
Parent(s):
129880c
hw6
Browse files
infer.py
CHANGED
|
@@ -118,7 +118,7 @@ def get_pipe(
|
|
| 118 |
|
| 119 |
|
| 120 |
if model_id == 'Maria_Lashina_LoRA':
|
| 121 |
-
adapter_name = '
|
| 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 |
|