We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12b351 commit db8af39Copy full SHA for db8af39
fast-DreamBooth.ipynb
@@ -48,6 +48,7 @@
48
" !rm *.deb | rm *.zst | rm *.txt\n",
49
" !git clone -q --depth 1 --branch main https://github.com/TheLastBen/diffusers\n",
50
" !pip install gradio==3.16.2 --no-deps -qq\n",
51
+ " !pip install tensorboard wandb -U -qq \n",
52
" !rm -r /usr/local/lib/python3.10/dist-packages/google/_upb\n",
53
"\n",
54
" if not os.path.exists('gdrive/MyDrive/sd/libtcmalloc/libtcmalloc_minimal.so.4'):\n",
0 commit comments