From e0ff9b2f708fcfe6b4c97e61b141c14e56505d40 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Tue, 21 Mar 2023 14:38:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'StableDiffusion.ipynb'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StableDiffusion.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StableDiffusion.ipynb b/StableDiffusion.ipynb index 222ac29..8ae2dcb 100644 --- a/StableDiffusion.ipynb +++ b/StableDiffusion.ipynb @@ -44,7 +44,7 @@ async def main(): !rm *.deb await async_command_group([ "apt -y install -qq aria2", - "pip install -q --pre xformers", + "pip install -q --pre xformers==0.0.17.dev476 -U", "pip install -q --pre triton", ]) %cd /content