Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
|
|
5 |
# --- Place any download or path setup here ---
|
6 |
MODEL_ID = "runwayml/stable-diffusion-v1-5" # Can swap for custom path if using IP-Adapter
|
7 |
DEVICE = "cpu"
|
8 |
-
MODEL_CACHE = "./
|
9 |
|
10 |
# (Optional) Download IP-Adapter weights and patch pipeline if desired
|
11 |
|
|
|
5 |
# --- Place any download or path setup here ---
|
6 |
MODEL_ID = "runwayml/stable-diffusion-v1-5" # Can swap for custom path if using IP-Adapter
|
7 |
DEVICE = "cpu"
|
8 |
+
MODEL_CACHE = "./data"
|
9 |
|
10 |
# (Optional) Download IP-Adapter weights and patch pipeline if desired
|
11 |
|