Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

spockren
/
sd-naruto-model

Text-to-Image
Diffusers
TensorBoard
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
diffusers-training
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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

  • Libraries
  • Diffusers

    How to use spockren/sd-naruto-model with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("spockren/sd-naruto-model", 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 Settings
  • Draw Things
  • DiffusionBee
sd-naruto-model / checkpoint-2000
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
spockren's picture
spockren
8e11af5e4522b824b4a934b261b8ed3ef91afe6e66a70930047ecbd2dbd09b90
dfccffb verified almost 2 years ago
  • unet
    8190c3e3d12f1bf6a8602b03a302bd20795310c692d1253572c944a6199b386c almost 2 years ago
  • unet_ema
    8e11af5e4522b824b4a934b261b8ed3ef91afe6e66a70930047ecbd2dbd09b90 almost 2 years ago
  • optimizer.bin
    6.88 GB
    xet
    078cdd6767670a434ca8809b09f1c4af2d04c8bfbca4fee5718bfabdc773b39a almost 2 years ago