Unverified Commit d1d5451b authored by Patrick von Platen's avatar Patrick von Platen Committed by GitHub
Browse files

[Community] Correct checkpoint merger (#1965)

parent f6f1ec3a
...@@ -5,7 +5,8 @@ from typing import Dict, List, Union ...@@ -5,7 +5,8 @@ from typing import Dict, List, Union
import torch import torch
from diffusers import DiffusionPipeline, __version__ 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 from huggingface_hub import snapshot_download
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment