Commit
·
93345d5
1
Parent(s):
e23bf60
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import torch
|
|
3 |
from diffusers import AutoPipelineForText2Image
|
4 |
import time
|
5 |
|
6 |
-
USE_TORCH_COMPILE =
|
7 |
|
8 |
dtype = torch.float16
|
9 |
device = torch.device("cuda:0")
|
|
|
3 |
from diffusers import AutoPipelineForText2Image
|
4 |
import time
|
5 |
|
6 |
+
USE_TORCH_COMPILE = False
|
7 |
|
8 |
dtype = torch.float16
|
9 |
device = torch.device("cuda:0")
|