zhiweili commited on
Commit
f0686f5
·
1 Parent(s): d9f504d

change base model

Browse files
Files changed (1) hide show
  1. app_haircolor_inpaint_15.py +2 -2
app_haircolor_inpaint_15.py CHANGED
@@ -24,8 +24,8 @@ from controlnet_aux import (
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"
 
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"