Spaces:
Runtime error
Runtime error
fix utils
Browse files
utils.py
CHANGED
|
@@ -7,6 +7,7 @@ TOKEN = os.environ.get('TOKEN_SD') or True
|
|
| 7 |
torch.cuda.empty_cache()
|
| 8 |
device = "cpu"
|
| 9 |
|
|
|
|
| 10 |
def pipe_image(prompt,
|
| 11 |
init_image=None,
|
| 12 |
strength=0.6):
|
|
|
|
| 7 |
torch.cuda.empty_cache()
|
| 8 |
device = "cpu"
|
| 9 |
|
| 10 |
+
|
| 11 |
def pipe_image(prompt,
|
| 12 |
init_image=None,
|
| 13 |
strength=0.6):
|