Skip to content

Commit

Permalink
set a default
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Jun 2, 2024
1 parent ac48b84 commit ab06047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shark_studio/api/sd.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def __init__(
"custom_pipeline",
)
self.turbine_pipe = custom_module.StudioPipeline
self.dynamic_steps = custom_module.dynamic_steps
self.dynamic_steps = False
self.model_map = custom_module.MODEL_MAP
elif self.is_sdxl:
self.turbine_pipe = SharkSDXLPipeline
Expand Down

0 comments on commit ab06047

Please sign in to comment.