alvanlii commited on
Commit
f2fccf5
1 Parent(s): d9210b8

Update cool_models.py

Browse files
Files changed (1) hide show
  1. cool_models.py +1 -1
cool_models.py CHANGED
@@ -12,7 +12,7 @@ from huggingface_hub import hf_hub_download
12
  STEPS = 100
13
  USE_DDPM = False
14
  USE_DDIM = False
15
- USE_CPU = True
16
  CLIP_SEG_PATH = './weights/rd64-uni.pth'
17
  CLIP_GUIDANCE = False
18
 
 
12
  STEPS = 100
13
  USE_DDPM = False
14
  USE_DDIM = False
15
+ USE_CPU = False
16
  CLIP_SEG_PATH = './weights/rd64-uni.pth'
17
  CLIP_GUIDANCE = False
18