From fa8340ce38bd7d4c52c4bb120eee6695d12ef9bb Mon Sep 17 00:00:00 2001 From: Ben <110583491+TheLastBen@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:08:17 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bd07df31..9f79cf0d 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,12 @@ -# Shoutout to for sponsoring the project +# Contact on [X](https://x.com/__TheBen) for highly advanced and optimized flux trainer or SDXL colab trainer (paid) -# fast-stable-diffusion Notebooks, A1111 + ComfyUI + DreamBooth -Paperspace adaptations AUTOMATIC1111 Webui, ComfyUI and Dreambooth. +# fast-stable-diffusion Notebooks, A1111 + DreamBooth +Soon will stop maintaining paperspace notebooks. -
                                                                               Paperspace - - -                                                                  - +     Colab-AUTOMATIC1111                            Colab-Dreambooth
+                 - Dreambooth paper : https://dreambooth.github.io/ SD implementation by @XavierXiao : https://github.com/XavierXiao/Dreambooth-Stable-Diffusion From 8444b1e847cd45856c8ccf7f2dc191c039f13cb0 Mon Sep 17 00:00:00 2001 From: Ben <110583491+TheLastBen@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:38:00 +0100 Subject: [PATCH 2/3] fix --- fast-DreamBooth.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast-DreamBooth.ipynb b/fast-DreamBooth.ipynb index 0fe25432..7115c9e4 100644 --- a/fast-DreamBooth.ipynb +++ b/fast-DreamBooth.ipynb @@ -63,8 +63,8 @@ " else:\n", " %env LD_PRELOAD=/content/gdrive/MyDrive/sd/libtcmalloc/libtcmalloc_minimal.so.4\n", "\n", - " os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'\n", " os.environ['PYTHONWARNINGS'] = 'ignore'\n", + " !rm -r /usr/local/lib/python3.11/dist-packages/tensorflow*\n", " !sed -i 's@raise AttributeError(f\"module {module!r} has no attribute {name!r}\")@@g' /usr/local/lib/python3.11/dist-packages/jax/_src/deprecations.py\n", "\n", "print('\u001b[1;32mDone, proceed')" From 3b54573272efd0b309a06c2398b632694c29407c Mon Sep 17 00:00:00 2001 From: Ben <110583491+TheLastBen@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:38:58 +0100 Subject: [PATCH 3/3] fix --- fast_stable_diffusion_AUTOMATIC1111.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast_stable_diffusion_AUTOMATIC1111.ipynb b/fast_stable_diffusion_AUTOMATIC1111.ipynb index 91d5effe..84ba7916 100644 --- a/fast_stable_diffusion_AUTOMATIC1111.ipynb +++ b/fast_stable_diffusion_AUTOMATIC1111.ipynb @@ -144,7 +144,7 @@ "\n", " !pip install wandb==0.15.12 pydantic==1.10.2 controlnet_aux -qq\n", " !pip install diffusers accelerate -U -qq\n", - " os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'\n", + " !rm -r /usr/local/lib/python3.11/dist-packages/tensorflow*\n", " os.environ['PYTHONWARNINGS'] = 'ignore'\n", " !sed -i 's@text = _formatwarnmsg(msg)@text =\\\"\\\"@g' /usr/lib/python3.11/warnings.py\n", " !sed -i 's@raise AttributeError(f\"module {module!r} has no attribute {name!r}\")@@g' /usr/local/lib/python3.11/dist-packages/jax/_src/deprecations.py\n",