Commit
·
3b5e117
1
Parent(s):
ee88584
turn off repaint
Browse files- leffa/pipeline.py +1 -1
leffa/pipeline.py
CHANGED
|
@@ -12,7 +12,7 @@ class LeffaPipeline(object):
|
|
| 12 |
def __init__(
|
| 13 |
self,
|
| 14 |
model,
|
| 15 |
-
repaint=
|
| 16 |
device="cuda",
|
| 17 |
):
|
| 18 |
self.vae = model.vae
|
|
|
|
| 12 |
def __init__(
|
| 13 |
self,
|
| 14 |
model,
|
| 15 |
+
repaint=False,
|
| 16 |
device="cuda",
|
| 17 |
):
|
| 18 |
self.vae = model.vae
|