1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

Update checkpoint_merger.py (#5780)

This commit is contained in:
co63oc
2023-11-14 17:46:11 +08:00
committed by GitHub
parent ed759f0aee
commit 069123f66e

View File

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