Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -22,11 +22,10 @@ from PIL import Image
|
|
22 |
import datetime
|
23 |
import gc
|
24 |
|
25 |
-
FTP_HOST =
|
26 |
-
FTP_USER =
|
27 |
FTP_PASS = os.getenv("FTP_PASS")
|
28 |
-
|
29 |
-
FTP_DIR = "1ink.us/stable_diff/" # Remote directory on FTP server
|
30 |
|
31 |
torch.backends.cuda.matmul.allow_tf32 = False
|
32 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
|
|
22 |
import datetime
|
23 |
import gc
|
24 |
|
25 |
+
FTP_HOST = 'noahcohn.com'
|
26 |
+
FTP_USER = 'ford442'
|
27 |
FTP_PASS = os.getenv("FTP_PASS")
|
28 |
+
FTP_DIR = 'img.noahcohn.com/stablediff/'
|
|
|
29 |
|
30 |
torch.backends.cuda.matmul.allow_tf32 = False
|
31 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|