Spaces:
Runtime error
Runtime error
Update cool_models.py
Browse files- 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 =
|
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 |
|