From ad4d0b0db022ca071c15178809914da9a1390629 Mon Sep 17 00:00:00 2001 From: Can-Zhao Date: Thu, 18 May 2023 08:12:55 -0700 Subject: [PATCH 1/2] update install readme for ldm Signed-off-by: Can-Zhao --- generative/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/generative/README.md b/generative/README.md index 0f7884ce1f..74a8789c60 100644 --- a/generative/README.md +++ b/generative/README.md @@ -6,16 +6,7 @@ The examples are designed as demonstration to showcase the training process for ## Installation ``` pip install lpips -pip install git+https://github.com/Project-MONAI/GenerativeModels.git@0.2.0 -``` - -Or install it from source: -``` -pip install lpips -git clone https://github.com/Project-MONAI/GenerativeModels.git -cd GenerativeModels/ -python setup.py install -cd .. +pip install monai-generative==0.2.1 ``` ## [Brats 3D latent diffusion model](./3d_ldm/README.md) From e7c2727489d472718775035b59bbd11cf22b846f Mon Sep 17 00:00:00 2001 From: Can-Zhao Date: Mon, 22 May 2023 17:06:56 -0700 Subject: [PATCH 2/2] update version Signed-off-by: Can-Zhao --- generative/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generative/README.md b/generative/README.md index 74a8789c60..dd3148f570 100644 --- a/generative/README.md +++ b/generative/README.md @@ -6,7 +6,7 @@ The examples are designed as demonstration to showcase the training process for ## Installation ``` pip install lpips -pip install monai-generative==0.2.1 +pip install monai-generative==0.2.2 ``` ## [Brats 3D latent diffusion model](./3d_ldm/README.md)