Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lllyasviel authored Dec 6, 2023
1 parent 47dfefa commit d0e79b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal_controlnet/external_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ControlMode(Enum):


class BatchOption(Enum):
DEFAULT = "All ControlNet unit for all images in a batch"
DEFAULT = "All ControlNet units for all images in a batch"
SEPARATE = "Each ControlNet unit for each image in a batch"


Expand Down

0 comments on commit d0e79b3

Please sign in to comment.