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

  • Log In
  • Sign Up

lambda
/
sd-naruto-diffusers

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

Instructions to use lambda/sd-naruto-diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use lambda/sd-naruto-diffusers with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("lambda/sd-naruto-diffusers", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
sd-naruto-diffusers
5.48 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 3 commits
eolecvk's picture
eolecvk
Create README.md
b2ecd51 over 3 years ago
  • feature_extractor
    commit files to HF hub over 3 years ago
  • safety_checker
    commit files to HF hub over 3 years ago
  • scheduler
    commit files to HF hub over 3 years ago
  • text_encoder
    commit files to HF hub over 3 years ago
  • tokenizer
    commit files to HF hub over 3 years ago
  • unet
    commit files to HF hub over 3 years ago
  • vae
    commit files to HF hub over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • README.md
    2.51 kB
    Create README.md over 3 years ago
  • model_index.json
    543 Bytes
    commit files to HF hub over 3 years ago