From ec35a8716ea790a404cb7e1ba282a320454906d1 Mon Sep 17 00:00:00 2001 From: Uvindu Kodikara <153884375+uvinduuu@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:37:52 +0530 Subject: [PATCH] Update pipeline.py --- photomaker/pipeline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photomaker/pipeline.py b/photomaker/pipeline.py index fde8512..deb958a 100755 --- a/photomaker/pipeline.py +++ b/photomaker/pipeline.py @@ -198,7 +198,7 @@ def load_photomaker_adapter( weights_name=weight_name, cache_dir=cache_dir, force_download=force_download, - resume_download=resume_download, + #resume_download=resume_download, proxies=proxies, local_files_only=local_files_only, token=token, @@ -928,4 +928,4 @@ def __call__( if not return_dict: return (image,) - return StableDiffusionXLPipelineOutput(images=image) \ No newline at end of file + return StableDiffusionXLPipelineOutput(images=image)