removed worthless code

testing
zero01101 2023-02-04 14:29:36 -06:00
parent 1f22f5ea5b
commit 049650bea8
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ def test_api(_: gr.Blocks, app: FastAPI):
model_name: str = Form(description="the model to be inspected")
):
err_msg = ""
checkpoint_dict_skip_on_merge = ["cond_stage_model.transformer.text_model.embeddings.position_ids"]
try:
model = sd_models.checkpoints_list[model_name]
except: