Spaces:
Runtime error
Runtime error
Commit
·
eca11f4
1
Parent(s):
8a372e1
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "2048"))
|
|
52 |
USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE") == "1"
|
53 |
ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD") == "1"
|
54 |
|
55 |
-
MODEL = os.getenv("MODEL", "https://huggingface.co/Enferlain/218xl/blob/main/
|
56 |
|
57 |
torch.backends.cudnn.deterministic = True
|
58 |
torch.backends.cudnn.benchmark = False
|
|
|
52 |
USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE") == "1"
|
53 |
ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD") == "1"
|
54 |
|
55 |
+
MODEL = os.getenv("MODEL", "https://huggingface.co/Enferlain/218xl/blob/main/218xl.safetensors")
|
56 |
|
57 |
torch.backends.cudnn.deterministic = True
|
58 |
torch.backends.cudnn.benchmark = False
|