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 e46a2a2 commit eb61c14Copy full SHA for eb61c14
models/turbine_models/custom_models/sd_inference/sd_pipeline.py
@@ -408,7 +408,7 @@ def load_scheduler(
408
)
409
scheduler_path = os.path.join(
410
self.pipeline_dir,
411
- utils.create_safe_name(self.base_model_name, scheduler_uid),
+ utils.create_safe_name(self.base_model_name, scheduler_uid) + ".vmfb",
412
413
if not os.path.exists(scheduler_path):
414
self.export_submodel("scheduler")
0 commit comments