zhiweili commited on
Commit
8cd0a6f
1 Parent(s): 5d1594c

change base model

Browse files
Files changed (1) hide show
  1. app_haircolor_inpaint.py +1 -1
app_haircolor_inpaint.py CHANGED
@@ -20,7 +20,7 @@ from controlnet_aux import (
20
  CannyDetector,
21
  )
22
 
23
- BASE_MODEL = "stabilityai/sdxl-turbo"
24
 
25
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
26
 
 
20
  CannyDetector,
21
  )
22
 
23
+ BASE_MODEL = "diffusers/stable-diffusion-xl-1.0-inpainting-0.1"
24
 
25
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
26