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

  • Log In
  • Sign Up

ostris
/
Flex.1-alpha-Redux

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

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

  • Libraries
  • Diffusers

    How to use ostris/Flex.1-alpha-Redux with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ostris/Flex.1-alpha-Redux", 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-Redux
129 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
ostris's picture
ostris
dylanebert's picture
dylanebert
Update README.md (#7)
d3597a4 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • LICENSE.txt
    11.5 kB
    Create LICENSE.txt about 1 year ago
  • README.md
    21.2 kB
    Update README.md (#7) 12 months ago
  • flex-redux-workflow.json
    18.2 kB
    Upload 2 files about 1 year ago
  • flex1_redux_siglip2_512.safetensors
    129 MB
    xet
    Upload 2 files about 1 year ago