Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,8 @@ from PIL import Image
|
|
| 5 |
from diffusers import DiffusionPipeline
|
| 6 |
import random
|
| 7 |
|
|
|
|
|
|
|
| 8 |
torch.backends.cudnn.deterministic = True
|
| 9 |
torch.backends.cudnn.benchmark = False
|
| 10 |
torch.backends.cuda.matmul.allow_tf32 = True
|
|
|
|
| 5 |
from diffusers import DiffusionPipeline
|
| 6 |
import random
|
| 7 |
|
| 8 |
+
use_auth_token=True
|
| 9 |
+
|
| 10 |
torch.backends.cudnn.deterministic = True
|
| 11 |
torch.backends.cudnn.benchmark = False
|
| 12 |
torch.backends.cuda.matmul.allow_tf32 = True
|