Update app.py
Browse files
app.py
CHANGED
|
@@ -106,8 +106,8 @@ def process(
|
|
| 106 |
|
| 107 |
resized_mask = mask.resize((width, height), Image.LANCZOS)
|
| 108 |
|
| 109 |
-
|
| 110 |
-
|
| 111 |
prompt=input_text,
|
| 112 |
image=resized_image,
|
| 113 |
mask_image=resized_mask,
|
|
|
|
| 106 |
|
| 107 |
resized_mask = mask.resize((width, height), Image.LANCZOS)
|
| 108 |
|
| 109 |
+
pipe.load_lora_weights("SIGMitch/KIT")
|
| 110 |
+
result = pipe(
|
| 111 |
prompt=input_text,
|
| 112 |
image=resized_image,
|
| 113 |
mask_image=resized_mask,
|