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

  • Log In
  • Sign Up

Duplicated from  kp-forks/FLUX.1-Fill-dev

models123
/
FLUX.1-Fill

Diffusers
Safetensors
Diffusion Single File
English
FluxFillPipeline
image-generation
flux
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use models123/FLUX.1-Fill with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("models123/FLUX.1-Fill", 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 models123/FLUX.1-Fill 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
FLUX.1-Fill / vae
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
anas
Duplicate from kp-forks/FLUX.1-Fill-dev
53ac81c 2 months ago
  • config.json
    774 Bytes
    Duplicate from kp-forks/FLUX.1-Fill-dev 2 months ago
  • diffusion_pytorch_model.safetensors
    335 MB
    xet
    Duplicate from kp-forks/FLUX.1-Fill-dev 2 months ago