From 069123f66e403644ef960322b8a94c2bf5110bec Mon Sep 17 00:00:00 2001 From: co63oc Date: Tue, 14 Nov 2023 17:46:11 +0800 Subject: [PATCH] Update checkpoint_merger.py (#5780) --- examples/community/checkpoint_merger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/community/checkpoint_merger.py b/examples/community/checkpoint_merger.py index 02e8684e6a..10381020bf 100644 --- a/examples/community/checkpoint_merger.py +++ b/examples/community/checkpoint_merger.py @@ -13,7 +13,7 @@ from diffusers.utils import CONFIG_NAME, DIFFUSERS_CACHE, ONNX_WEIGHTS_NAME, WEI class CheckpointMergerPipeline(DiffusionPipeline): """ - A class that that supports merging diffusion models based on the discussion here: + A class that supports merging diffusion models based on the discussion here: https://github.com/huggingface/diffusers/issues/877 Example usage:-