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

  • Log In
  • Sign Up

tonyshark
/
flux-tiny

Text-to-Image
Diffusers
TensorBoard
Safetensors
FluxPipeline
diffusers-training
flux
flux-diffusers
template:sd-lora
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use tonyshark/flux-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use tonyshark/flux-tiny with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("tonyshark/flux-tiny", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a photo of sks dog"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
flux-tiny / tokenizer
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
tonyshark's picture
tonyshark
End of training
9049787 verified about 1 year ago
  • merges.txt
    4.78 kB
    End of training about 1 year ago
  • special_tokens_map.json
    588 Bytes
    End of training about 1 year ago
  • tokenizer_config.json
    697 Bytes
    End of training about 1 year ago
  • vocab.json
    15.6 kB
    End of training about 1 year ago