Skip to content

Commit 3540e93

Browse files
Merge branch 'master' into annotator-params
2 parents b6f2b82 + 14bd3a4 commit 3540e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controlnet_aux/processor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def __init__(self, processor_id: str, params: Optional[Dict] = None) -> None:
9494
LOGGER.info("Loading %s".format(processor_id))
9595

9696
if processor_id not in MODELS:
97-
raise ValueError(f"{processor_id} is not a valid processor id. Please make sure to choose one of {', '.join(MODELS.keys())}.")
97+
raise ValueError(f"{processor_id} is not a valid processor id. Please make sure to choose one of {', '.join(MODELS.keys())}")
9898

9999
self.processor_id = processor_id
100100
self.processor = self.load_processor(self.processor_id)

0 commit comments

Comments
 (0)