valhalla commited on
Commit
be7a25b
1 Parent(s): a28ba9d

don't use recolor

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -24,7 +24,7 @@ ADAPTER_NAMES = [
24
  "TencentARC/t2i-adapter-lineart-sdxl-1.0",
25
  "TencentARC/t2i-adapter-depth-midas-sdxl-1.0",
26
  "TencentARC/t2i-adapter-depth-zoe-sdxl-1.0",
27
- "TencentARC/t2i-adapter-recolor-sdxl-1.0",
28
  ]
29
 
30
 
 
24
  "TencentARC/t2i-adapter-lineart-sdxl-1.0",
25
  "TencentARC/t2i-adapter-depth-midas-sdxl-1.0",
26
  "TencentARC/t2i-adapter-depth-zoe-sdxl-1.0",
27
+ # "TencentARC/t2i-adapter-recolor-sdxl-1.0",
28
  ]
29
 
30