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

  • Log In
  • Sign Up

prithivMLmods
/
Flux.1-Merged

Text-to-Image
Diffusers
Safetensors
English
FluxPipeline
Model card Files Files and versions
xet
Community

Instructions to use prithivMLmods/Flux.1-Merged with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use prithivMLmods/Flux.1-Merged with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("prithivMLmods/Flux.1-Merged", 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
Flux.1-Merged
33.7 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
prithivMLmods's picture
prithivMLmods
Update README.md
22d7363 verified 9 months ago
  • scheduler
    Upload FluxPipeline 9 months ago
  • text_encoder
    Upload FluxPipeline 9 months ago
  • text_encoder_2
    Upload FluxPipeline 9 months ago
  • tokenizer
    Upload FluxPipeline 9 months ago
  • tokenizer_2
    Upload FluxPipeline 9 months ago
  • transformer
    Update config 9 months ago
  • vae
    Upload FluxPipeline 9 months ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    4.79 kB
    Update README.md 9 months ago
  • model_index.json
    531 Bytes
    Upload FluxPipeline 9 months ago