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

hum-ma
/
Flex.1-alpha-GGUF

Text-to-Image
Diffusers
GGUF
Model card Files Files and versions
xet
Community

Instructions to use hum-ma/Flex.1-alpha-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use hum-ma/Flex.1-alpha-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("hum-ma/Flex.1-alpha-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
  • Draw Things
  • DiffusionBee
Flex.1-alpha-GGUF
44.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
hum-ma's picture
hum-ma
Upload Flex.1-alpha-Q4_K_M.gguf with huggingface_hub
2ccb9cb verified over 1 year ago
  • .gitattributes
    2 kB
    Upload Flex.1-alpha-Q4_K_M.gguf with huggingface_hub over 1 year ago
  • Flex.1-alpha-Q3_K_M.gguf
    3.8 GB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • Flex.1-alpha-Q3_K_S.gguf
    3.74 GB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • Flex.1-alpha-Q4_0.gguf
    4.82 GB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • Flex.1-alpha-Q4_K_M.gguf
    4.88 GB
    xet
    Upload Flex.1-alpha-Q4_K_M.gguf with huggingface_hub over 1 year ago
  • Flex.1-alpha-Q5_0.gguf
    5.83 GB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • Flex.1-alpha-Q5_K_M.gguf
    5.89 GB
    xet
    Upload Flex.1-alpha-Q5_K_M.gguf with huggingface_hub over 1 year ago
  • Flex.1-alpha-Q6_K.gguf
    6.91 GB
    xet
    Upload Flex.1-alpha-Q6_K.gguf with huggingface_hub over 1 year ago
  • Flex.1-alpha-Q8_0.gguf
    8.87 GB
    xet
    Upload folder using huggingface_hub over 1 year ago
  • README.md
    626 Bytes
    Update README.md over 1 year ago