Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

fal
/
AuraFlow

Text-to-Image
Diffusers
Safetensors
AuraFlowPipeline
Model card Files Files and versions
xet
Community
31

Instructions to use fal/AuraFlow with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use fal/AuraFlow with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("fal/AuraFlow", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
AuraFlow
65.8 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 31 commits
RiccardoDav's picture
RiccardoDav
add AIBOM
2761eeb verified 11 months ago
  • scheduler
    Create scheduler/scheduler_config.json almost 2 years ago
  • text_encoder
    Add fp16 variants to speedup loading and relax memory constraints (#15) almost 2 years ago
  • tokenizer
    Add fp16 variants to speedup loading and relax memory constraints (#15) almost 2 years ago
  • transformer
    Add fp16 variants to speedup loading and relax memory constraints (#15) almost 2 years ago
  • vae
    Add fp16 variants to speedup loading and relax memory constraints (#15) almost 2 years ago
  • .gitattributes
    1.64 kB
    Rename ComfyUI_00381_.webp to comfy workflow.webp almost 2 years ago
  • LICENSE
    11.4 kB
    Create LICENSE almost 2 years ago
  • README.md
    1.86 kB
    Update README.md almost 2 years ago
  • aura_flow_0.1.safetensors
    16.4 GB
    xet
    Upload aura_flow_0.1.safetensors with huggingface_hub almost 2 years ago
  • comfy_workflow.json
    6.8 kB
    Create comfy_workflow.json almost 2 years ago
  • fal_AuraFlow.json
    1.6 kB
    add AIBOM 11 months ago
  • model_index.json
    453 Bytes
    Add fp16 variants to speedup loading and relax memory constraints (#15) almost 2 years ago