K00B404 commited on
Commit
54a4474
·
verified ·
1 Parent(s): da14ac2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from diffusers import (
12
  from IP_Adapter.ip_adapter import IPAdapter
13
 
14
  # Paths and device
15
- base_model_path = "runwayml/stable-diffusion-v1-5"
16
  vae_model_path = "stabilityai/sd-vae-ft-mse"
17
  image_encoder_path = "models/image_encoder/"
18
  ip_ckpt = "models/ip-adapter_sd15.bin"
 
12
  from IP_Adapter.ip_adapter import IPAdapter
13
 
14
  # Paths and device
15
+ base_model_path = "stable-diffusion-v1-5/stable-diffusion-v1-5"
16
  vae_model_path = "stabilityai/sd-vae-ft-mse"
17
  image_encoder_path = "models/image_encoder/"
18
  ip_ckpt = "models/ip-adapter_sd15.bin"