Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lmxyy committed May 17, 2023
1 parent ba0a03c commit 98bbd41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion diffusion_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion stable-diffusion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 98bbd41

Please sign in to comment.