Spaces:
Runtime error
Runtime error
fixutils
Browse files
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,
|