Skip to content

Commit

Permalink
[Community] Correct checkpoint merger (huggingface#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickvonplaten authored Jan 10, 2023
1 parent f6f1ec3 commit d1d5451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/community/checkpoint_merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import torch

from diffusers import DiffusionPipeline, __version__
from diffusers.utils import CONFIG_NAME, DIFFUSERS_CACHE, ONNX_WEIGHTS_NAME, SCHEDULER_CONFIG_NAME, WEIGHTS_NAME
from diffusers.schedulers.scheduling_utils import SCHEDULER_CONFIG_NAME
from diffusers.utils import CONFIG_NAME, DIFFUSERS_CACHE, ONNX_WEIGHTS_NAME, WEIGHTS_NAME
from huggingface_hub import snapshot_download


Expand Down

0 comments on commit d1d5451

Please sign in to comment.