From 32253315b4ad2b2a9c9c61b82049a98637b029a4 Mon Sep 17 00:00:00 2001 From: Jiarui Fang Date: Wed, 4 Jan 2023 13:13:38 +0800 Subject: [PATCH] [example] update diffusion readme with official lightning (#2304) --- examples/images/diffusion/README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/examples/images/diffusion/README.md b/examples/images/diffusion/README.md index 80e1e6ec7..1a9c9d08d 100644 --- a/examples/images/diffusion/README.md +++ b/examples/images/diffusion/README.md @@ -1,6 +1,6 @@ # ColoDiffusion: Stable Diffusion with Colossal-AI -Acceleration of AIGC (AI-Generated Content) models such as [Stable Diffusion v1](https://github.com/CompVis/stable-diffusion) and [Stable Diffusion v2](https://github.com/Stability-AI/stablediffusion). +Acceleration of AIGC (AI-Generated Content) models such as [Stable Diffusion v1](https://github.com/CompVis/stable-diffusion) and [Stable Diffusion v2](https://github.com/Stability-AI/stablediffusion).

@@ -44,22 +44,19 @@ pip install -e . ##### Step 2: install lightning -``` -git clone https://github.com/1SAA/lightning.git -cd lightning -git checkout strategy/colossalai -export PACKAGE_NAME=pytorch -pip install . -``` +Install Lightning version later than 2022.01.04. We suggest you install lightning from source. -##### Step 3:Install [Colossal-AI v0.1.12](https://colossalai.org/download/) From Our Official Website +https://github.com/Lightning-AI/lightning.git + + +##### Step 3:Install [Colossal-AI](https://colossalai.org/download/) From Our Official Website + +For example, you can install v0.1.12 from our official website. ``` pip install colossalai==0.1.12+torch1.12cu11.3 -f https://release.colossalai.org ``` -> The specified version is due to the interface incompatibility caused by the latest update of [Lightning](https://github.com/Lightning-AI/lightning), which will be fixed in the near future. - ### Option #2: Use Docker To use the stable diffusion Docker image, you can either build using the provided the [Dockerfile](./docker/Dockerfile) or pull a Docker image from our Docker hub.