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

  • Log In
  • Sign Up

waifu-diffusion
/
wd40

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

Instructions to use waifu-diffusion/wd40 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use waifu-diffusion/wd40 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("waifu-diffusion/wd40", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "1girl, solo, bangs, (pink hair, gradient hair, very long hair:1.1), (purple eyes:1.05), (cat ears, animal ear fluff:1.2), sidelocks, white shirt, collared shirt, buttons,  night, looking at viewer, table, pizza on table, pov, restaurant, medium breasts, smiling, (blush:0.7), colored inner hair, (symmetric), (masterpiece, exceptional, extremely detailed:1.1)"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
wd40
6.46 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
neggles's picture
neggles
Update README.md
bbbd38d verified about 2 years ago
  • assets
    add diffusers model about 2 years ago
  • lora
    Upload lora/wd40-take-1.safetensors with huggingface_hub about 2 years ago
  • scheduler
    add diffusers model about 2 years ago
  • text_encoder
    add diffusers model about 2 years ago
  • tokenizer
    add diffusers model about 2 years ago
  • unet
    add diffusers model about 2 years ago
  • vae
    add diffusers model about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.49 kB
    Update README.md about 2 years ago
  • model_index.json
    556 Bytes
    add diffusers model about 2 years ago
  • wd40.safetensors
    2.13 GB
    xet
    Upload wd40.safetensors with huggingface_hub about 2 years ago