Delete unnecessary arg setting (#978)

This commit is contained in:
yzhang93
2023-02-08 10:30:18 -08:00
committed by GitHub
parent 3595b4aaff
commit 83c69ecd49

View File

@@ -186,8 +186,6 @@ class StableDiffusionPipeline:
use_tuned: bool,
):
if import_mlir:
# TODO: Delet this when on-the-fly tuning of models work.
use_tuned = False
mlir_import = SharkifyStableDiffusionModel(
model_id,
ckpt_loc,