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

  • Log In
  • Sign Up

retronic
/
platmoji

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

Instructions to use retronic/platmoji with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use retronic/platmoji 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-dev", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("retronic/platmoji")
    
    prompt = "an emoji of a man with a white background"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
platmoji
174 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 43 commits
retronic's picture
retronic
outdated info
c494b0b verified 28 days ago
  • assets
    Upload 2 files over 1 year ago
  • .gitattributes
    1.66 kB
    Rename assets/New Project (2).png to assets/banner.png over 1 year ago
  • README.md
    2 kB
    outdated info 28 days ago
  • config.json
    1.28 kB
    Create config.json over 1 year ago
  • config.yaml
    1.3 kB
    Update config.yaml 3 months ago
  • lora.safetensors
    172 MB
    xet
    Upload 2 files over 1 year ago