zhiweili commited on
Commit
cd21710
1 Parent(s): 80b4f1b

change to sd_15

Browse files
Files changed (1) hide show
  1. app_haircolor_inpaint_15.py +1 -1
app_haircolor_inpaint_15.py CHANGED
@@ -15,7 +15,7 @@ from diffusers import (
15
  DDIMScheduler,
16
  )
17
 
18
- BASE_MODEL = "stable-diffusion-v1-5/stable-diffusion-inpainting"
19
 
20
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
21
 
 
15
  DDIMScheduler,
16
  )
17
 
18
+ BASE_MODEL = "stable-diffusion-v1-5/stable-diffusion-v1-5"
19
 
20
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
21