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

iliketoasters
/
miniature-people

Text-to-Image
Diffusers
flux
lora
template:sd-lora
fluxgym
Model card Files Files and versions
xet
Community
1

Instructions to use iliketoasters/miniature-people with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use iliketoasters/miniature-people with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-schnell", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("iliketoasters/miniature-people")
    
    prompt = "raw photo, m1n1p3ople, a miniature bride and groom on top of a wedding cake, kissing, at a wedding reception"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
  • DiffusionBee
miniature-people
361 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
iliketoasters's picture
iliketoasters
Upload mini-people-v2-13.safetensors
54f8f19 verified almost 2 years ago
  • images
    Add 5 files almost 2 years ago
  • .gitattributes
    2.31 kB
    initial commit almost 2 years ago
  • Miniature People - v1-0.safetensors
    36.4 MB
    xet
    Add 5 files almost 2 years ago
  • README.md
    3.33 kB
    Update README.md (#1) almost 2 years ago
  • mini-people-v2-13.safetensors
    290 MB
    xet
    Upload mini-people-v2-13.safetensors almost 2 years ago