Unverified Commit 3eeaf4e0 authored by Alexsey Shestacov's avatar Alexsey Shestacov Committed by GitHub
Browse files

Fix convert_original_stable_diffusion_to_diffusers script (#4817)

Fix stable diffusion conversion script
parent c583f3b4
......@@ -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,
......
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