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

  • Log In
  • Sign Up

f5aiteam
/
Flux1Dev

Text-to-Image
Diffusers
Safetensors
English
FluxPipeline
image-generation
flux
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use f5aiteam/Flux1Dev with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("f5aiteam/Flux1Dev", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
Flux1Dev
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
f5aiteam's picture
f5aiteam
Upload 28 files
579515a verified 6 months ago
  • scheduler
    Upload 28 files 6 months ago
  • text_encoder
    Upload 28 files 6 months ago
  • text_encoder_2
    Upload 28 files 6 months ago
  • tokenizer
    Upload 28 files 6 months ago
  • tokenizer_2
    Upload 28 files 6 months ago
  • transformer
    Upload 28 files 6 months ago
  • vae
    Upload 28 files 6 months ago
  • .gitattributes
    1.57 kB
    Upload 28 files 6 months ago
  • LICENSE.md
    18.6 kB
    Upload 28 files 6 months ago
  • README.md
    4.39 kB
    Upload 28 files 6 months ago
  • ae.safetensors
    335 MB
    xet
    Upload 28 files 6 months ago
  • dev_grid.jpg
    1.3 MB
    xet
    Upload 28 files 6 months ago
  • gitattributes
    1.66 kB
    Upload 28 files 6 months ago
  • model_index.json
    536 Bytes
    Upload 28 files 6 months ago