boneylizardwizard commited on
Commit
f81cefb
·
verified ·
1 Parent(s): d18230b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+ # stable-diffusion-cpp-python (Windows CUDA Wheels)
5
+
6
+ Prebuilt Windows x64 wheels for stable-diffusion-cpp-python with CUDA enabled.
7
+
8
+ Built to support these NVIDIA GPU architectures:
9
+ - sm_86 (Ampere / RTX 30-series)
10
+ - sm_89 (Ada / RTX 40-series)
11
+ - sm_120 (Blackwell / RTX 50-series)
12
+
13
+ This repo contains two wheels:
14
+ - Python 3.11 (cp311)
15
+ - Python 3.12 (cp312)
16
+
17
+ ## Files
18
+
19
+ - stable_diffusion_cpp_python-*-cp311-*-win_amd64.whl (Python 3.11)
20
+ - stable_diffusion_cpp_python-*-cp312-*-win_amd64.whl (Python 3.12)
21
+
22
+ ## Install
23
+
24
+ Python 3.11:
25
+ pip install stable_diffusion_cpp_python-*-cp311-*-win_amd64.whl
26
+
27
+ Python 3.12:
28
+ pip install stable_diffusion_cpp_python-*-cp312-*-win_amd64.whl
29
+
30
+ ## Notes
31
+
32
+ - Requires an NVIDIA GPU with CUDA-capable drivers.
33
+ - Binary wheels: no local compilation required.