Skip to content

Commit 83c69ec

Browse files
authored
Delete unnecessary arg setting (huggingface#978)
1 parent 3595b4a commit 83c69ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/stable_diffusion/src/pipelines/pipeline_shark_stable_diffusion_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,6 @@ def from_pretrained(
186186
use_tuned: bool,
187187
):
188188
if import_mlir:
189-
# TODO: Delet this when on-the-fly tuning of models work.
190-
use_tuned = False
191189
mlir_import = SharkifyStableDiffusionModel(
192190
model_id,
193191
ckpt_loc,

0 commit comments

Comments
 (0)