further removal of Paths

This commit is contained in:
Lincoln Stein
2023-08-14 14:43:08 -04:00
committed by Kent Keirsey
parent 141d438517
commit 5190a4c282
3 changed files with 4 additions and 5 deletions

View File

@ -31,7 +31,7 @@ class ModelMerger(object):
def merge_diffusion_models(
self,
model_paths: List[Path],
model_paths: List[str],
alpha: float = 0.5,
interp: Optional[MergeInterpolationMethod] = None,
force: bool = False,
@ -75,7 +75,7 @@ class ModelMerger(object):
alpha: float = 0.5,
interp: Optional[MergeInterpolationMethod] = None,
force: bool = False,
merge_dest_directory: Optional[Path] = None,
merge_dest_directory: Optional[str] = None,
**kwargs,
) -> AddModelResult:
"""