1
0
Fork 0

fix(api): use correct post-fetch path when converting from checkpoints (#432)

This commit is contained in:
Sean Sube 2023-12-16 13:17:24 -06:00
parent 5b382afc6c
commit 133c4a20bd
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ def convert_diffusion_diffusers(
else:
logger.debug("loading pipeline from SD checkpoint: %s", source)
pipeline = download_from_original_stable_diffusion_ckpt(
source,
cache_path,
original_config_file=config_path,
pipeline_class=pipe_class,
**pipe_args,