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

043dumb
/
flux_fill_fp4_model

Diffusers
Safetensors
FluxFillPipeline
Model card Files Files and versions
xet
Community
1

Instructions to use 043dumb/flux_fill_fp4_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use 043dumb/flux_fill_fp4_model with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("043dumb/flux_fill_fp4_model", 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_fill_fp4_model
12.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
043dumb's picture
043dumb
Upload FluxFillPipeline
37c7d10 verified about 1 year ago
  • scheduler
    Upload FluxFillPipeline about 1 year ago
  • text_encoder
    Upload FluxFillPipeline about 1 year ago
  • text_encoder_2
    Upload FluxFillPipeline about 1 year ago
  • tokenizer
    Upload FluxFillPipeline about 1 year ago
  • tokenizer_2
    Upload FluxFillPipeline about 1 year ago
  • transformer
    Upload FluxFillPipeline about 1 year ago
  • vae
    Upload FluxFillPipeline about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.16 kB
    Upload FluxFillPipeline about 1 year ago
  • model_index.json
    591 Bytes
    Upload FluxFillPipeline about 1 year ago