bghira commited on
Commit
453b259
·
verified ·
1 Parent(s): 0f8ff24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -9
README.md CHANGED
@@ -13,14 +13,6 @@ AuraFlow v0.3 is the fully open-sourced flow-based text-to-image generation mode
13
 
14
  Compared to AuraFlow-v0.2, the model is fine-tuned on more aesthetic datasets and now supports various aspect ratio, (now width and height up to 1536 pixels).
15
 
16
- This model achieves state-of-the-art results on GenEval. Read our [blog post](https://blog.fal.ai/auraflow/) for more technical details. You can also check out the comparison with other models on this gallery [page](https://cloneofsimo.github.io/compare_aura_sd3/).
17
-
18
- The model is currently in beta. We are working on improving it and the community's feedback is important.
19
- Join [fal's Discord](https://discord.gg/fal-ai) to give us feedback and stay in touch with the model development.
20
-
21
- Credits: A huge thank you to [@cloneofsimo](https://twitter.com/cloneofsimo) and [@isidentical](https://twitter.com/isidentical) for bringing this project to life. It's incredible what two cracked engineers can achieve in
22
- such a short period of time. We also extend our gratitude to the incredible researchers whose prior work laid the foundation for our efforts.
23
-
24
  ## Usage
25
 
26
  ```bash
@@ -33,7 +25,7 @@ from diffusers import AuraFlowPipeline
33
  import torch
34
 
35
  pipeline = AuraFlowPipeline.from_pretrained(
36
- "fal/AuraFlow-v0.3",
37
  torch_dtype=torch.float16,
38
  variant="fp16",
39
  ).to("cuda")
 
13
 
14
  Compared to AuraFlow-v0.2, the model is fine-tuned on more aesthetic datasets and now supports various aspect ratio, (now width and height up to 1536 pixels).
15
 
 
 
 
 
 
 
 
 
16
  ## Usage
17
 
18
  ```bash
 
25
  import torch
26
 
27
  pipeline = AuraFlowPipeline.from_pretrained(
28
+ "terminusresearch/auraflow-v0.3",
29
  torch_dtype=torch.float16,
30
  variant="fp16",
31
  ).to("cuda")