Install from main instruction for diffusers until a release is made
#2
by
multimodalart
HF staff
- opened
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
|
11 |
AuraFlow v0.1 is the fully open-sourced largest flow-based text-to-image generation model.
|
12 |
|
13 |
-
This model achieves state-of-the-art results on GenEval. Read blog post for more technical details.
|
14 |
|
15 |
The model is currently in beta. We are working on improving it and the community's feedback is important.
|
16 |
Join [fal's Discord](https://discord.gg/fal-ai) to give us feedback and stay in touch with the model development.
|
@@ -18,7 +18,8 @@ Join [fal's Discord](https://discord.gg/fal-ai) to give us feedback and stay in
|
|
18 |
## Usage
|
19 |
|
20 |
```bash
|
21 |
-
$ pip install
|
|
|
22 |
```
|
23 |
|
24 |
```python
|
|
|
10 |
|
11 |
AuraFlow v0.1 is the fully open-sourced largest flow-based text-to-image generation model.
|
12 |
|
13 |
+
This model achieves state-of-the-art results on GenEval. Read our [blog post](https://blog.fal.ai/auraflow/) for more technical details.
|
14 |
|
15 |
The model is currently in beta. We are working on improving it and the community's feedback is important.
|
16 |
Join [fal's Discord](https://discord.gg/fal-ai) to give us feedback and stay in touch with the model development.
|
|
|
18 |
## Usage
|
19 |
|
20 |
```bash
|
21 |
+
$ pip install transformers accelerate protobuf sentencepiece
|
22 |
+
$ pip install git+https://github.com/huggingface/diffusers.git
|
23 |
```
|
24 |
|
25 |
```python
|