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

  • Log In
  • Sign Up

Suparious
/
FLUX.1-Redux-dev-adaptor-bfl

Diffusers
Safetensors
FluxPriorReduxPipeline
Model card Files Files and versions
xet
Community

Instructions to use Suparious/FLUX.1-Redux-dev-adaptor-bfl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Suparious/FLUX.1-Redux-dev-adaptor-bfl with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Suparious/FLUX.1-Redux-dev-adaptor-bfl", 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
FLUX.1-Redux-dev-adaptor-bfl
986 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
Suparious's picture
Suparious
Update README.md
e5b9fd5 verified about 1 year ago
  • feature_extractor
    Clone from BlackForestLabs about 1 year ago
  • image_embedder
    Clone from BlackForestLabs about 1 year ago
  • image_encoder
    Clone from BlackForestLabs about 1 year ago
  • .gitattributes
    1.52 kB
    Clone from BlackForestLabs about 1 year ago
  • README.md
    248 Bytes
    Update README.md about 1 year ago
  • model_index.json
    526 Bytes
    Clone from BlackForestLabs about 1 year ago