From db8af3941acd2f549e09a14f1b79a4afc1dd6b01 Mon Sep 17 00:00:00 2001 From: Ben <110583491+TheLastBen@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:43:18 +0100 Subject: [PATCH] fix --- fast-DreamBooth.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/fast-DreamBooth.ipynb b/fast-DreamBooth.ipynb index 9c80180a..17665ef4 100644 --- a/fast-DreamBooth.ipynb +++ b/fast-DreamBooth.ipynb @@ -48,6 +48,7 @@ " !rm *.deb | rm *.zst | rm *.txt\n", " !git clone -q --depth 1 --branch main https://github.com/TheLastBen/diffusers\n", " !pip install gradio==3.16.2 --no-deps -qq\n", + " !pip install tensorboard wandb -U -qq \n", " !rm -r /usr/local/lib/python3.10/dist-packages/google/_upb\n", "\n", " if not os.path.exists('gdrive/MyDrive/sd/libtcmalloc/libtcmalloc_minimal.so.4'):\n",