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

  • Log In
  • Sign Up

MintLab
/
FLUX-Krea-BLAZE

Text-to-Image
Diffusers
Diffusion Single File
English
comfyui
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • Diffusers

    How to use MintLab/FLUX-Krea-BLAZE with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("MintLab/FLUX-Krea-BLAZE", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Diffusion Single File

    How to use MintLab/FLUX-Krea-BLAZE with Diffusion Single File:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
FLUX-Krea-BLAZE
14.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
MintLab's picture
MintLab
Update README.md
da71eb7 verified 9 months ago
  • LORA
    Upload 3 files 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • FLUX-KREA-BLAZE-4K-workflow.json
    22.5 kB
    Upload FLUX-KREA-BLAZE-4K-workflow.json 9 months ago
  • FLUX-KREA-BLAZE-v1.safetensors
    11.9 GB
    xet
    Upload FLUX-KREA-BLAZE-v1.safetensors 9 months ago
  • README.md
    3.29 kB
    Update README.md 9 months ago