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

  • Log In
  • Sign Up

AITRADER
/
MFLUXUI.1-schnell

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

Instructions to use AITRADER/MFLUXUI.1-schnell with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use AITRADER/MFLUXUI.1-schnell with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("AITRADER/MFLUXUI.1-schnell", 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
MFLUXUI.1-schnell
Ctrl+K
Ctrl+K
  • 7 contributors
History: 10 commits
AITRADER's picture
AITRADER
MFLUXUI.1-schnell
c85b369 over 1 year ago
  • scheduler
    Add diffusers weights and configs (#7) almost 2 years ago
  • text_encoder
    Add diffusers weights and configs (#7) almost 2 years ago
  • text_encoder_2
    Add diffusers weights and configs (#7) almost 2 years ago
  • tokenizer
    Add diffusers weights and configs (#7) almost 2 years ago
  • tokenizer_2
    Add diffusers weights and configs (#7) almost 2 years ago
  • transformer
    Add diffusers weights and configs (#7) almost 2 years ago
  • vae
    Add diffusers weights and configs (#7) almost 2 years ago
  • FLUX_Schnell_LICENSE.md
    2.94 kB
    MFLUXUI.1-schnell over 1 year ago
  • README.md
    3.68 kB
    Update README.md over 1 year ago
  • ae.safetensors
    335 MB
    xet
    Rename ae.sft to ae.safetensors almost 2 years ago
  • flux1-schnell.safetensors
    23.8 GB
    xet
    Rename flux1-schnell.sft to flux1-schnell.safetensors almost 2 years ago
  • model_index.json
    536 Bytes
    Add diffusers weights and configs (#7) almost 2 years ago