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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Anibaaal
/
Flux-Fusion-V2-4step-merge-gguf-nf4

Text-to-Image
Diffusers
GGUF
English
flux
flux.1
flux.1-schnell
flux.1-dev
flux-merge
Merge
Model card Files Files and versions
xet
Community
1

Instructions to use Anibaaal/Flux-Fusion-V2-4step-merge-gguf-nf4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Anibaaal/Flux-Fusion-V2-4step-merge-gguf-nf4 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Anibaaal/Flux-Fusion-V2-4step-merge-gguf-nf4", 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 Settings
  • Draw Things
  • DiffusionBee
Flux-Fusion-V2-4step-merge-gguf-nf4
183 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Anibaaal's picture
Anibaaal
Rename FluxFusionV2-fp8.safetensors to FluxFusionV2_fp8_AIO.safetensors
18fd2b2 verified over 1 year ago
  • GGUF
    Upload 14 files almost 2 years ago
  • samples
    Upload 11 files almost 2 years ago
  • .gitattributes
    2.99 kB
    Upload 11 files almost 2 years ago
  • FluxFusionV2.safetensors
    23.8 GB
    xet
    Upload 11 files almost 2 years ago
  • FluxFusionV2_NF4.safetensors
    6.69 GB
    xet
    Upload 2 files almost 2 years ago
  • FluxFusionV2_NF4_AIO.safetensors
    12.3 GB
    xet
    Upload 2 files almost 2 years ago
  • FluxFusionV2_fp8_AIO.safetensors
    17.1 GB
    xet
    Rename FluxFusionV2-fp8.safetensors to FluxFusionV2_fp8_AIO.safetensors over 1 year ago
  • LICENSE
    0 Bytes
    initial commit almost 2 years ago
  • README.md
    1.33 kB
    Update README.md almost 2 years ago