We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe61b9 commit 901d293Copy full SHA for 901d293
QEfficient/diffusers/README.md
@@ -58,13 +58,6 @@ python -m build --wheel --outdir dist
58
pip install dist/qefficient-0.0.1.dev0-py3-none-any.whl
59
```
60
61
-### Install Diffusers Dependencies
62
-
63
-```bash
64
-# Install diffusers optional dependencies
65
-pip install "QEfficient[diffusers]"
66
-```
67
68
---
69
70
## 🎯 Supported Models
@@ -83,13 +76,7 @@ Check out our comprehensive examples in the [`examples/diffusers/`](../../exampl
83
76
84
77
We welcome contributions! Please see our [Contributing Guide](../../CONTRIBUTING.md) for details.
85
78
86
-### Development Setup
87
79
88
89
-git clone https://github.com/quic/efficient-transformers.git
90
-cd efficient-transformers
91
-pip install -e ".[diffusers,test]"
92
93
80
94
81
95
82
0 commit comments