Spaces:
Running
Running
vorstcavry
commited on
Commit
•
693dda9
1
Parent(s):
0ff6023
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "2048"))
|
|
28 |
USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE") == "1"
|
29 |
ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD") == "1"
|
30 |
|
31 |
-
MODEL = "
|
32 |
|
33 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
34 |
if torch.cuda.is_available():
|
|
|
28 |
USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE") == "1"
|
29 |
ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD") == "1"
|
30 |
|
31 |
+
MODEL = "Linaqruf/animagine-xl-3.0"
|
32 |
|
33 |
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
34 |
if torch.cuda.is_available():
|