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

  • Log In
  • Sign Up

InvokeAI
/
FLUX.1-Krea-dev

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

Instructions to use InvokeAI/FLUX.1-Krea-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use InvokeAI/FLUX.1-Krea-dev with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("InvokeAI/FLUX.1-Krea-dev", 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-Krea-dev
23.8 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Hipsterusername's picture
Hipsterusername
Upload README.md
d1b080c verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • LICENSE.md
    18.6 kB
    init 9 months ago
  • README.md
    6.23 kB
    Upload README.md 9 months ago
  • flux1-krea-dev.safetensors
    23.8 GB
    xet
    init 9 months ago