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

kostakoff
/
OpenFLUX.1-GGUF

Text-to-Image
Diffusers
GGUF
stable-diffusion
stable-diffusion.cpp
sd.cpp
Model card Files Files and versions
xet
Community

Instructions to use kostakoff/OpenFLUX.1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use kostakoff/OpenFLUX.1-GGUF with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("kostakoff/OpenFLUX.1-GGUF", 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
OpenFLUX.1-GGUF
28.2 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
kostakoff
created readme
fade4e2 6 months ago
  • .gitattributes
    1.6 kB
    Enable Git LFS for GGUF models 6 months ago
  • LICENSE.txt
    11.4 kB
    add .md 6 months ago
  • README.md
    3.24 kB
    created readme 6 months ago
  • openflux1-v0.1.0-Q4_0.gguf
    9.91 GB
    xet
    Add GGUF model files 6 months ago
  • openflux1-v0.1.0-Q8_0.gguf
    18.3 GB
    xet
    Add GGUF model files 6 months ago
  • out.png
    464 kB
    xet
    created readme 6 months ago