akameswa commited on
Commit
77795c5
·
verified ·
1 Parent(s): 7519f9c

Update src/util/params.py

Browse files
Files changed (1) hide show
  1. src/util/params.py +1 -1
src/util/params.py CHANGED
@@ -15,7 +15,7 @@ torch_device = "cuda" if torch.cuda.is_available() else "cpu"
15
  isLCM = False
16
  HF_ACCESS_TOKEN = ""
17
 
18
- model_path = "stabilityai/stable-diffusion-xl-base-1.0"
19
  inpaint_model_path = "Lykon/dreamshaper-8-inpainting"
20
  prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
21
  promptA = "Self-portrait oil painting, a beautiful man with golden hair, 8k"
 
15
  isLCM = False
16
  HF_ACCESS_TOKEN = ""
17
 
18
+ model_path = "stabilityai/stable-diffusion-2-1"
19
  inpaint_model_path = "Lykon/dreamshaper-8-inpainting"
20
  prompt = "Self-portrait oil painting, a beautiful cyborg with golden hair, 8k"
21
  promptA = "Self-portrait oil painting, a beautiful man with golden hair, 8k"