From 631ba96a3f862ec2a869c41960eb9362a80f64e3 Mon Sep 17 00:00:00 2001 From: Hendrik Luehrsen Date: Thu, 5 Jan 2023 14:44:05 +0100 Subject: [PATCH] Version Stablize bitsandbytes --- examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb b/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb index f497fa4543f3..29b216989586 100644 --- a/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb +++ b/examples/dreambooth/DreamBooth_Stable_Diffusion.ipynb @@ -55,7 +55,7 @@ "!wget -q https://github.com/ShivamShrirao/diffusers/raw/main/scripts/convert_diffusers_to_original_stable_diffusion.py\n", "%pip install -qq git+https://github.com/ShivamShrirao/diffusers\n", "%pip install -q -U --pre triton\n", - "%pip install -q accelerate==0.12.0 transformers ftfy bitsandbytes gradio natsort" + "%pip install -q accelerate==0.12.0 transformers ftfy bitsandbytes==0.35.0 gradio natsort" ] }, {