From 9e8f11500e5f78d6776de30b147ef437d0d21c7c Mon Sep 17 00:00:00 2001 From: Ben <110583491+TheLastBen@users.noreply.github.com> Date: Sat, 29 Jul 2023 13:34:32 +0100 Subject: [PATCH] cleanup --- PPS-Dreambooth-v2.ipynb | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/PPS-Dreambooth-v2.ipynb b/PPS-Dreambooth-v2.ipynb index 93e1c2e..37d3dbe 100644 --- a/PPS-Dreambooth-v2.ipynb +++ b/PPS-Dreambooth-v2.ipynb @@ -78,13 +78,8 @@ "# A CKPT direct link, huggingface CKPT link or a shared CKPT from gdrive.\n", "\n", "\n", - "safetensors= False\n", - "\n", - "# Set to True if the model from the link/path is in safetensors format.\n", - "\n", - "\n", "#-------------\n", - "MODEL_NAMEv2=dlv2(Path_to_HuggingFace, Model_Path, Model_Link, Model_Version, safetensors)" + "MODEL_NAMEv2=dlsv2(Path_to_HuggingFace, Model_Path, Model_Link, Model_Version)" ] }, {