franciszzj commited on
Commit
3b5e117
1 Parent(s): ee88584

turn off repaint

Browse files
Files changed (1) hide show
  1. 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=True,
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