Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ from huggingface_hub import hf_hub_download
|
|
| 26 |
FTP_HOST = '1ink.us'
|
| 27 |
FTP_USER = 'ford442'
|
| 28 |
FTP_PASS = os.getenv("FTP_PASS")
|
| 29 |
-
FTP_DIR = '1ink.us/stable_diff'
|
| 30 |
|
| 31 |
torch.backends.cuda.matmul.allow_tf32 = False
|
| 32 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|
|
|
|
| 26 |
FTP_HOST = '1ink.us'
|
| 27 |
FTP_USER = 'ford442'
|
| 28 |
FTP_PASS = os.getenv("FTP_PASS")
|
| 29 |
+
FTP_DIR = '1ink.us/stable_diff/'
|
| 30 |
|
| 31 |
torch.backends.cuda.matmul.allow_tf32 = False
|
| 32 |
torch.backends.cuda.matmul.allow_bf16_reduced_precision_reduction = False
|