You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ limitations under the License.
37
37
38
38
## Installation
39
39
40
-
We recommend installing 🤗 Diffusers in a virtual environment from PyPI or Conda. For more details about installing [PyTorch](https://pytorch.org/get-started/locally/) and [Flax](https://flax.readthedocs.io/en/latest/#installation), please refer to their official documentation.
40
+
We recommend installing 🤗 Diffusers in a virtual environment from PyPI or Conda. For more details about installing [PyTorch](https://pytorch.org/get-started/locally/), please refer to their official documentation.
41
41
42
42
### PyTorch
43
43
@@ -53,14 +53,6 @@ With `conda` (maintained by the community):
53
53
conda install -c conda-forge diffusers
54
54
```
55
55
56
-
### Flax
57
-
58
-
With `pip` (official package):
59
-
60
-
```bash
61
-
pip install --upgrade diffusers[flax]
62
-
```
63
-
64
56
### Apple Silicon (M1/M2) support
65
57
66
58
Please refer to the [How to use Stable Diffusion in Apple Silicon](https://huggingface.co/docs/diffusers/optimization/mps) guide.
0 commit comments