Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

alimama-creative
/
FLUX.1-Turbo-Alpha

Text-to-Image
Diffusers
Safetensors
English
Text-to-Image
FLUX
Stable Diffusion
Model card Files Files and versions
xet
Community
20

Instructions to use alimama-creative/FLUX.1-Turbo-Alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use alimama-creative/FLUX.1-Turbo-Alpha with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("alimama-creative/FLUX.1-Turbo-Alpha", 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
FLUX.1-Turbo-Alpha
711 MB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 6 commits
zqp's picture
zqp
Update README.md
7b29bf0 verified over 1 year ago
  • images
    update readme over 1 year ago
  • workflows
    update readme over 1 year ago
  • .DS_Store
    6.15 kB
    update readme over 1 year ago
  • .gitattributes
    1.61 kB
    init commit over 1 year ago
  • README.md
    3.01 kB
    Update README.md over 1 year ago
  • README_ZH.md
    2.88 kB
    update readme over 1 year ago
  • diffusion_pytorch_model.safetensors
    694 MB
    xet
    init commit over 1 year ago