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)