KarthikAI commited on
Commit
4ec012d
·
verified ·
1 Parent(s): c33cc7d

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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 = "./models"
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