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

Fix convert_original_stable_diffusion_to_diffusers script (#4817)

Fix stable diffusion conversion script
This commit is contained in:
Alexsey Shestacov
2023-08-29 12:14:45 +05:00
committed by GitHub
parent c583f3b452
commit 3eeaf4e041

View File

@@ -152,7 +152,7 @@ if __name__ == "__main__":
pipeline_class = None
pipe = download_from_original_stable_diffusion_ckpt(
checkpoint_path=args.checkpoint_path,
checkpoint_path_or_dict=args.checkpoint_path,
original_config_file=args.original_config_file,
image_size=args.image_size,
prediction_type=args.prediction_type,