Spaces:
Runtime error
Runtime error
Bootloader
commited on
Commit
·
611f7cb
1
Parent(s):
eca11f4
diffusers real
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", "
|
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", "Enferlain/218xl")
|
56 |
|
57 |
torch.backends.cudnn.deterministic = True
|
58 |
torch.backends.cudnn.benchmark = False
|