From 7c4bd07704f32677cb745f1c4fbac7e59e8fe282 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 4 Feb 2024 18:48:37 +0900 Subject: [PATCH] Update tool.py minor fix --- scripts/tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tool.py b/scripts/tool.py index 5b2018b..15147db 100644 --- a/scripts/tool.py +++ b/scripts/tool.py @@ -23,7 +23,7 @@ from diffusers.utils import ( 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:-