Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Jan 10, 2024
1 parent afb4c22 commit cd5b9c0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ go get github.com/seasonjs/stable-diffusion

See `deps` folder for dylib compatibility, push request is welcome.

| platform | x32 | x64 | arm | cuda |
|----------|-------------|-------------------------|-------------|----------------|
| windows | not support | support avx/avx2/avx512 | not support | support cuda12 |
| linux | not support | support | not support | |
| darwin | not support | support | support | |
Windows NVIDIA GPU User may need check [cuda architecture](https://developer.nvidia.com/cuda-gpus) to get more information.

| platform | x32 | x64 | arm | AMD/ROCM | NVIDIA/CUDA |
|----------|-------------|-------------------------|-------------|-------------|----------------|
| windows | not support | support avx/avx2/avx512 | not support | not support | cuda12 support |
| linux | not support | support | not support | not support | not support |
| darwin | not support | support | support | not support | not support |

## AutoModel Dynamic Libraries Disclaimer

Expand Down Expand Up @@ -114,6 +116,7 @@ To ship a working program that includes this AI, you will need to include the fo
* libstable-diffusion.dylib / libstable-diffusion.so / stable-diffusion.dll (buildin)
* the model file
* the tokenizer file (buildin)
* cuda runtime library, if you use cuda

## Low level API

Expand Down

0 comments on commit cd5b9c0

Please sign in to comment.