DiffusersVersionsOfModels / auraflow-v0.3

huggingface.co
Total runs: 50
24-hour runs: 28
7-day runs: 13
30-day runs: 16
Model's Last Updated: April 14 2025
text-to-image

Introduction of auraflow-v0.3

Model Details of auraflow-v0.3

AuraFlow v0.3

image/png

AuraFlow v0.3 is the fully open-sourced flow-based text-to-image generation model. The model was trained with more compute compared to the previous version, AuraFlow-v0.2 .

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).

Usage
$ pip install transformers accelerate protobuf sentencepiece
$ pip install git+https://github.com/huggingface/diffusers.git
from diffusers import AuraFlowPipeline
import torch

pipeline = AuraFlowPipeline.from_pretrained(
    "terminusresearch/auraflow-v0.3",
    torch_dtype=torch.float16,
    variant="fp16",
).to("cuda")

image = pipeline(
    prompt="rempage of the iguana character riding F1, fast and furious, cinematic movie poster",
    width=1536,
    height=768,
    num_inference_steps=50, 
    generator=torch.Generator().manual_seed(1),
    guidance_scale=3.5,
).images[0]

image.save("output.png")

Runs of DiffusersVersionsOfModels auraflow-v0.3 on huggingface.co

50
Total runs
28
24-hour runs
27
3-day runs
13
7-day runs
16
30-day runs

More Information About auraflow-v0.3 huggingface.co Model

More auraflow-v0.3 license Visit here:

https://choosealicense.com/licenses/apache-2.0

auraflow-v0.3 huggingface.co

auraflow-v0.3 huggingface.co is an AI model on huggingface.co that provides auraflow-v0.3's model effect (), which can be used instantly with this DiffusersVersionsOfModels auraflow-v0.3 model. huggingface.co supports a free trial of the auraflow-v0.3 model, and also provides paid use of the auraflow-v0.3. Support call auraflow-v0.3 model through api, including Node.js, Python, http.

DiffusersVersionsOfModels auraflow-v0.3 online free

auraflow-v0.3 huggingface.co is an online trial and call api platform, which integrates auraflow-v0.3's modeling effects, including api services, and provides a free online trial of auraflow-v0.3, you can try auraflow-v0.3 online for free by clicking the link below.

DiffusersVersionsOfModels auraflow-v0.3 online free url in huggingface.co:

https://huggingface.co/DiffusersVersionsOfModels/auraflow-v0.3

auraflow-v0.3 install

auraflow-v0.3 is an open source model from GitHub that offers a free installation service, and any user can find auraflow-v0.3 on GitHub to install. At the same time, huggingface.co provides the effect of auraflow-v0.3 install, users can directly use auraflow-v0.3 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

auraflow-v0.3 install url in huggingface.co:

https://huggingface.co/DiffusersVersionsOfModels/auraflow-v0.3

Url of auraflow-v0.3

Provider of auraflow-v0.3 huggingface.co

DiffusersVersionsOfModels
ORGANIZATIONS

Other API from DiffusersVersionsOfModels