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

  • Log In
  • Sign Up

simonschoe
/
pokeball-machine

Text-to-Image
Diffusers
PyTorch
StableDiffusionPipeline
stable-diffusion
diffusion-models-class
dreambooth-hackathon
wildcard
Model card Files Files and versions
xet
Community
1

Instructions to use simonschoe/pokeball-machine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use simonschoe/pokeball-machine with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("simonschoe/pokeball-machine", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "a pkblz ball in the middle of a miniature jungle"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
pokeball-machine / input
263 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
simonschoe's picture
simonschoe
upload exemplary input images
82df94c over 3 years ago
  • pokeball (1).jpg
    67.1 kB
    upload exemplary input images over 3 years ago
  • pokeball (2).jpg
    139 kB
    upload exemplary input images over 3 years ago
  • pokeball (3).jpg
    57.3 kB
    upload exemplary input images over 3 years ago