diff --git a/diffusion_demo/README.md b/diffusion_demo/README.md index 15f7904..6b76e3a 100644 --- a/diffusion_demo/README.md +++ b/diffusion_demo/README.md @@ -29,7 +29,15 @@ SIGE achieves 2x less conversion time compared to original DDPM on M1 MacBook Pr conda install pyqt ``` -* Install SIGE following [../README.md](../README.md#installation). Remeber to set the environment variables if you are using M1 GPU. +* Install SIGE following [../README.md](../README.md#installation). Remeber to set the environment variables if you are using M1 GPU. + +* Install other dependencies: + + ```shell + conda install tqdm -c conda-forge + pip install pyyaml easydict gdown + ``` + ### Running diff --git a/stable-diffusion/README.md b/stable-diffusion/README.md index 376b036..1e6d68a 100644 --- a/stable-diffusion/README.md +++ b/stable-diffusion/README.md @@ -18,7 +18,7 @@ * Install SIGE following [../README.md](../README.md#installation). -**Notice**: Stable Diffusion benchmark only supports CUDA with FP32 precision. +**Notice**: Currently Stable Diffusion benchmark only supports CUDA with FP32 precision. ### Models