Skip to content

Commit

Permalink
assign T5 encoder to base type "Any"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Stein authored and brandonrising committed Sep 3, 2024
1 parent 00e4652 commit 6dabe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/backend/model_manager/probe.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def get_base_type(self) -> BaseModelType:

class T5EncoderFolderProbe(FolderProbeBase):
def get_base_type(self) -> BaseModelType:
return BaseModelType.Flux
return BaseModelType.Any

def get_format(self) -> ModelFormat:
path = self.model_path / "text_encoder_2"
Expand Down

0 comments on commit 6dabe4d

Please sign in to comment.