We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491a933 commit 17808a0Copy full SHA for 17808a0
src/diffusers/pipelines/stable_diffusion/convert_from_ckpt.py
@@ -1320,6 +1320,9 @@ def download_from_original_stable_diffusion_ckpt(
1320
else:
1321
with open(original_config_file, "r") as f:
1322
original_config_file = f.read()
1323
+ else:
1324
+ with open(original_config_file, "r") as f:
1325
+ original_config_file = f.read()
1326
1327
original_config = yaml.safe_load(original_config_file)
1328
0 commit comments