From 164ec9f423f82474c6174c22448f1956823b4bbd Mon Sep 17 00:00:00 2001 From: GSSun <39679899+alaister123@users.noreply.github.com> Date: Fri, 11 Oct 2024 01:03:39 -0700 Subject: [PATCH] fix IsADirectoryError when running the training code for sd3_dreambooth_lora_16gb.ipynb (#9634) Add files via upload fix IsADirectoryError when running the training code --- .../sd3_lora_colab/sd3_dreambooth_lora_16gb.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/research_projects/sd3_lora_colab/sd3_dreambooth_lora_16gb.ipynb b/examples/research_projects/sd3_lora_colab/sd3_dreambooth_lora_16gb.ipynb index 25fcb36a47d5..8e8190a59324 100644 --- a/examples/research_projects/sd3_lora_colab/sd3_dreambooth_lora_16gb.ipynb +++ b/examples/research_projects/sd3_lora_colab/sd3_dreambooth_lora_16gb.ipynb @@ -196,7 +196,7 @@ }, "outputs": [], "source": [ - "!rm -rf dog/.huggingface" + "!rm -rf dog/.cache" ] }, {