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

  • Log In
  • Sign Up

Norod78
/
sd15-muppet-blip

Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community
2

Instructions to use Norod78/sd15-muppet-blip with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Norod78/sd15-muppet-blip with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Norod78/sd15-muppet-blip", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "A painting of  Cthulhu as kermit the frog, very detailed, clean, high quality, sharp image, based on H.P Lovecraft stories"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sd15-muppet-blip / tokenizer
1.59 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 1 commit
Doron Adler
sd15-muppet-blip
171c803 over 3 years ago
  • merges.txt
    525 kB
    sd15-muppet-blip over 3 years ago
  • special_tokens_map.json
    472 Bytes
    sd15-muppet-blip over 3 years ago
  • tokenizer_config.json
    929 Bytes
    sd15-muppet-blip over 3 years ago
  • vocab.json
    1.06 MB
    sd15-muppet-blip over 3 years ago