mfranzon commited on
Commit
44ee31d
1 Parent(s): aaa1cf1
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -17,7 +17,7 @@ def pipe_image(prompt,
17
  use_auth_token=TOKEN
18
  )
19
  pipe = pipe.to(device)
20
- pipe.enable_attention_slicing()
21
  images = pipe(prompt=prompt,
22
  init_image=init_image,
23
  strength=strength,
17
  use_auth_token=TOKEN
18
  )
19
  pipe = pipe.to(device)
20
+ #pipe.enable_attention_slicing()
21
  images = pipe(prompt=prompt,
22
  init_image=init_image,
23
  strength=strength,