zhiweili commited on
Commit
d18ae51
·
1 Parent(s): 6345fdb

change base model

Browse files
Files changed (1) hide show
  1. app_haircolor_inpaint_15.py +2 -1
app_haircolor_inpaint_15.py CHANGED
@@ -24,7 +24,8 @@ from controlnet_aux import (
24
  HEDdetector,
25
  )
26
 
27
- BASE_MODEL = "stable-diffusion-v1-5/stable-diffusion-v1-5"
 
28
  # BASE_MODEL = "SG161222/Realistic_Vision_V5.1_noVAE"
29
 
30
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"
 
24
  HEDdetector,
25
  )
26
 
27
+ # BASE_MODEL = "stable-diffusion-v1-5/stable-diffusion-v1-5"
28
+ BASE_MODEL = "stable-diffusion-v1-5/stable-diffusion-inpainting"
29
  # BASE_MODEL = "SG161222/Realistic_Vision_V5.1_noVAE"
30
 
31
  DEVICE = "cuda" if torch.cuda.is_available() else "cpu"