Merge pull request #444 from eltociear/patch-2

Update tool.py
This commit is contained in:
Qing 2024-02-05 11:05:08 +08:00 committed by GitHub
commit cd979da1b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:-